/* =====================================================
   Growksy Homepage - Premium SaaS / Native Mobile Feel
   File: assets/css/growksy-home.css
===================================================== */

:root {
    --gx-primary: #5b4df6;
    --gx-primary-dark: #4338ca;
    --gx-primary-soft: #eef2ff;
    --gx-blue: #2563eb;
    --gx-green: #16a34a;
    --gx-green-soft: #ecfdf3;
    --gx-red: #dc2626;
    --gx-red-soft: #fff5f5;
    --gx-yellow: #f59e0b;
    --gx-dark: #071126;
    --gx-text: #111827;
    --gx-muted: #64748b;
    --gx-soft: #f8fafc;
    --gx-border: #e5e7eb;
    --gx-white: #ffffff;
    --gx-radius-sm: 14px;
    --gx-radius-md: 20px;
    --gx-radius-lg: 28px;
    --gx-radius-xl: 36px;
    --gx-shadow-sm: 0 10px 28px rgba(15, 23, 42, .07);
    --gx-shadow-md: 0 20px 55px rgba(15, 23, 42, .10);
    --gx-shadow-lg: 0 28px 80px rgba(79, 70, 229, .16);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.gx-homepage {
    width: 100%;
    overflow: hidden;
    color: var(--gx-text);
    background: #fff;
}

.gx-homepage img {
    max-width: 100%;
}

.gx-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.gx-section {
    padding: 100px 0;
    position: relative;
}

.gx-section-header {
    max-width: 820px;
    margin: 0 auto 58px;
    text-align: center;
    padding: 0 20px;
}

.gx-section-badge,
.gx-beta-badge,
.gx-card-badge,
.gx-life-badge,
.gx-plan-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: .01em;
}

.gx-section-badge {
    padding: 9px 18px;
    color: var(--gx-green);
    background: var(--gx-green-soft);
    border: 1px solid rgba(22, 163, 74, .12);
    font-size: 14px;
    margin-bottom: 18px;
}

.gx-blue-badge {
    background: #eaf3ff;
    color: var(--gx-blue);
}

.gx-section-header h2 {
    margin: 0;
    color: var(--gx-dark);
    font-size: clamp(32px, 5vw, 50px);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -1.4px;
}

.gx-section-header h2 span {
    color: var(--gx-primary);
}

.gx-section-header p {
    margin: 18px auto 0;
    max-width: 720px;
    color: var(--gx-muted);
    font-size: 18px;
    line-height: 1.75;
}

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

.gx-hero {
    position: relative;
    padding: 88px 0 82px;
    background:
        radial-gradient(circle at 12% 18%, rgba(99, 102, 241, .12), transparent 32%),
        radial-gradient(circle at 88% 12%, rgba(168, 85, 247, .14), transparent 34%),
        radial-gradient(circle at 50% 100%, rgba(34, 197, 94, .08), transparent 35%),
        linear-gradient(135deg, #ffffff 0%, #fbfaff 45%, #f8fbff 100%);
}

.gx-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(62px);
    opacity: .72;
    pointer-events: none;
}

.gx-orb-one {
    width: 280px;
    height: 280px;
    background: #ddd6fe;
    top: 80px;
    left: -120px;
}

.gx-orb-two {
    width: 360px;
    height: 360px;
    background: #dbeafe;
    right: -140px;
    bottom: 40px;
}

.gx-orb-three {
    width: 220px;
    height: 220px;
    background: #dcfce7;
    left: 45%;
    bottom: -110px;
}

.gx-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    align-items: center;
    gap: 70px;
    position: relative;
    z-index: 2;
}

.gx-hero-content {
    max-width: 620px;
}

.gx-beta-badge {
    padding: 10px 17px;
    color: #15803d;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    font-size: 14px;
    margin-bottom: 22px;
    box-shadow: 0 8px 26px rgba(22, 163, 74, .10);
}

.gx-pulse-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, .45);
    animation: gxPulse 1.8s infinite;
}

@keyframes gxPulse {
    70% { box-shadow: 0 0 0 9px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.gx-hero h1 {
    margin: 0;
    color: var(--gx-dark);
    font-size: clamp(44px, 6vw, 68px);
    font-weight: 950;
    line-height: 1.04;
    letter-spacing: -2.4px;
}

.gx-hero h1 span {
    display: block;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gx-hero-content p {
    max-width: 575px;
    margin: 26px 0 0;
    color: #526079;
    font-size: 18px;
    line-height: 1.85;
}

.gx-hero-features {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
}

.gx-hero-features div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111827;
    font-size: 15px;
    font-weight: 800;
}

.gx-hero-features i {
    width: 23px;
    height: 23px;
    min-width: 23px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gx-primary);
    color: #fff;
    font-size: 11px;
    box-shadow: 0 8px 18px rgba(91, 77, 246, .25);
}

.gx-hero-actions {
    margin-top: 36px;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.gx-play-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s ease;
}

.gx-play-btn img {
    height: 54px;
    width: auto;
    display: block;
}

.gx-play-btn:hover {
    transform: translateY(-3px);
}

.gx-secondary-btn,
.gx-cta-btn,
.gx-pricing-btn,
.gx-floating-cta a {
    text-decoration: none;
}

.gx-secondary-btn {
    min-height: 54px;
    padding: 0 24px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    background: #111827;
    font-weight: 900;
    font-size: 15px;
    box-shadow: 0 14px 34px rgba(17, 24, 39, .16);
    transition: all .25s ease;
}

.gx-secondary-btn:hover {
    transform: translateY(-3px);
    color: #fff;
    background: #000;
}

.gx-hero-trust {
    margin-top: 28px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    color: var(--gx-muted);
    font-size: 14px;
    font-weight: 800;
}

.gx-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.gx-hero-trust i {
    color: var(--gx-green);
}

.gx-mobile-show {
    display: none;
}

.gx-device-card {
    position: relative;
    border-radius: 34px;
    padding: 14px;
    background: rgba(255, 255, 255, .76);
    border: 1px solid rgba(226, 232, 240, .9);
    box-shadow: var(--gx-shadow-lg), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.gx-device-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 34px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(99, 102, 241, .48), rgba(255, 255, 255, 0), rgba(34, 197, 94, .25));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.gx-device-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 26px;
}

.gx-floating-card {
    position: absolute;
    min-width: 150px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .90);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, .8);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .14);
}

.gx-floating-card strong {
    display: block;
    margin-bottom: 4px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 950;
}

.gx-floating-card span {
    color: var(--gx-muted);
    font-size: 12px;
    font-weight: 800;
}

.gx-float-earning { left: 38px; top: 56px; }
.gx-float-alert { right: 36px; top: 110px; }
.gx-float-sites { left: 70px; bottom: 42px; }

/* =========================
   TRUST BAR
========================= */

.gx-trust-strip {
    position: relative;
    z-index: 5;
    margin-top: -34px;
    padding: 0 0 20px;
}

.gx-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding: 22px 30px;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, .78);
    border-radius: 24px;
    box-shadow: var(--gx-shadow-md);
}

.gx-trust-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.gx-trust-item i {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--gx-green);
    background: rgba(22, 163, 74, .10);
    font-size: 22px;
}

.gx-trust-item strong,
.gx-trust-item span {
    display: block;
}

.gx-trust-item strong {
    margin-bottom: 4px;
    color: #111827;
    font-size: 15px;
    font-weight: 850;
}

.gx-trust-item span {
    color: #6b7280;
    font-size: 13px;
}

/* =========================
   COMPARISON
========================= */

.gx-pain-solution {
    background: #fff;
}

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

.gx-comparison-card {
    position: relative;
    overflow: hidden;
    padding: 40px;
    border-radius: 32px;
}

.gx-comparison-card::after {
    content: "";
    position: absolute;
    right: -70px;
    top: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    opacity: .45;
}

.gx-pain-card {
    background: #fff5f5;
    border: 1px solid #ffd6d6;
}

.gx-pain-card::after {
    background: #fecaca;
}

.gx-solution-card {
    background: #f4fff6;
    border: 1px solid #d7f5dd;
}

.gx-solution-card::after {
    background: #bbf7d0;
}

.gx-card-badge {
    padding: 10px 18px;
    font-size: 13px;
    margin-bottom: 20px;
}

.gx-badge-pain {
    color: var(--gx-red);
    background: #ffe3e3;
}

.gx-badge-solution {
    color: var(--gx-green);
    background: #dcfce7;
}

.gx-comparison-card h3 {
    margin: 0 0 25px;
    color: var(--gx-dark);
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: -1px;
}

.gx-pain-card h3 span { color: var(--gx-red); }
.gx-solution-card h3 span { color: var(--gx-green); }

.gx-card-image {
    text-align: center;
    margin-bottom: 30px;
}

.gx-card-image img {
    width: 100%;
    max-width: 350px;
    height: auto;
}

.gx-list-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gx-list-item {
    display: flex;
    gap: 15px;
    padding: 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .55);
}

.gx-list-item i {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gx-red-item i {
    color: var(--gx-red);
    background: #ffe3e3;
}

.gx-green-item i {
    color: var(--gx-green);
    background: #dcfce7;
}

.gx-list-item strong {
    display: block;
    margin-bottom: 5px;
    color: var(--gx-dark);
    font-size: 17px;
    font-weight: 900;
}

.gx-list-item p {
    margin: 0;
    color: var(--gx-muted);
    line-height: 1.6;
    font-size: 14px;
}

/* =========================
   HOW IT WORKS
========================= */

.gx-how-section {
    background: #f8fafc;
}

.gx-steps-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.gx-step-card {
    flex: 1;
    position: relative;
    padding: 42px 30px;
    border-radius: 28px;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, .72);
    box-shadow: var(--gx-shadow-sm);
    transition: transform .3s ease, box-shadow .3s ease;
}

.gx-step-card:hover,
.gx-tool-card:hover,
.gx-highlight-item:hover,
.gx-pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--gx-shadow-md);
}

.gx-step-number {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 8px 12px;
    border-radius: 999px;
    color: var(--gx-primary);
    background: #eef2ff;
    font-size: 14px;
    font-weight: 900;
}

.gx-step-icon,
.gx-highlight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
}

.gx-step-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    border-radius: 22px;
    font-size: 32px;
}

.gx-step-card h3 {
    margin: 0 0 14px;
    color: var(--gx-dark);
    font-size: 24px;
    font-weight: 900;
}

.gx-step-card p {
    margin: 0;
    color: var(--gx-muted);
    line-height: 1.7;
}

.gx-step-arrow {
    color: var(--gx-primary);
    font-size: 28px;
}

/* =========================
   TOOLS / BENEFITS
========================= */

.gx-tools-section {
    background: #fff;
}

.gx-tools-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.gx-tool-card {
    min-height: 132px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(226, 232, 240, .85);
    box-shadow: var(--gx-shadow-sm);
    transition: all .3s ease;
}

.gx-tool-card i {
    width: 58px;
    height: 58px;
    border-radius: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--gx-primary);
    background: #eef2ff;
    font-size: 25px;
}

.gx-tool-card span {
    color: var(--gx-dark);
    font-size: 15px;
    font-weight: 900;
}

/* =========================
   LIFESTYLE
========================= */

.gx-lifestyle-section {
    background: #f8fbff;
}

.gx-lifestyle-card {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    align-items: center;
    gap: 50px;
    padding: 42px;
    border-radius: 36px;
    background: linear-gradient(135deg, #ffffff, #f4f7ff);
    border: 1px solid rgba(226, 232, 240, .8);
    box-shadow: var(--gx-shadow-md);
}

.gx-life-badge {
    padding: 9px 16px;
    color: #7c3aed;
    background: #f5f3ff;
    font-size: 14px;
    margin-bottom: 18px;
}

.gx-lifestyle-content h2,
.gx-app-content h2 {
    margin: 0;
    color: var(--gx-dark);
    font-size: clamp(34px, 5vw, 54px);
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.gx-lifestyle-content h2 span,
.gx-app-content h2 span {
    color: var(--gx-primary);
}

.gx-lifestyle-content p,
.gx-app-content p {
    margin: 20px 0 0;
    color: var(--gx-muted);
    font-size: 17px;
    line-height: 1.8;
}

.gx-life-features {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.gx-life-features li {
    position: relative;
    padding-left: 25px;
    color: #1f2937;
    font-weight: 850;
}

.gx-life-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--gx-green);
    font-weight: 950;
}

.gx-lifestyle-image {
    position: relative;
}

.gx-lifestyle-image img {
    width: 100%;
    border-radius: 30px;
    display: block;
    box-shadow: var(--gx-shadow-md);
}

.gx-floating-cta {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 26px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(16px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, .12);
}

.gx-floating-cta h3 {
    margin: 0 0 12px;
    color: var(--gx-dark);
    font-size: 21px;
    font-weight: 950;
}

.gx-floating-cta a {
    color: var(--gx-primary);
    font-weight: 900;
}

/* =========================
   APP
========================= */

.gx-app-section {
    background: #fff;
}

.gx-app-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 52px;
    padding: 44px;
    border-radius: 36px;
    background:
        radial-gradient(circle at 15% 15%, rgba(91, 77, 246, .12), transparent 32%),
        linear-gradient(135deg, #f8fafc, #ffffff);
    border: 1px solid rgba(226, 232, 240, .85);
    box-shadow: var(--gx-shadow-md);
}

.gx-app-visual-image {
    width: 100%;
    border-radius: 32px;
    display: block;
}

.gx-app-brand img {
    max-height: 54px;
    width: auto;
    margin-bottom: 24px;
}

.gx-app-content .gx-play-btn {
    margin-top: 30px;
}

.gx-app-rating {
    margin-top: 22px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.gx-app-rating span {
    color: var(--gx-yellow);
    letter-spacing: 2px;
}

.gx-app-rating strong {
    color: var(--gx-dark);
}

.gx-app-rating small {
    color: var(--gx-muted);
    font-weight: 700;
}

/* =========================
   HIGHLIGHTS
========================= */

.gx-highlight-section {
    background: #f8fafc;
}

.gx-highlight-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.gx-highlight-item {
    padding: 26px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, .8);
    box-shadow: var(--gx-shadow-sm);
    transition: all .3s ease;
}

.gx-highlight-icon {
    width: 58px;
    height: 58px;
    border-radius: 19px;
    font-size: 23px;
    margin-bottom: 18px;
}

.gx-highlight-item h3 {
    margin: 0 0 10px;
    color: var(--gx-dark);
    font-size: 18px;
    font-weight: 950;
}

.gx-highlight-item p {
    margin: 0;
    color: var(--gx-muted);
    font-size: 14px;
    line-height: 1.65;
}

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

.gx-testimonials-section {
    background: #f8fafc;
}

.gx-review-summary {
    margin-top: 20px;
}

.gx-review-summary span,
.gx-stars {
    color: var(--gx-yellow);
    letter-spacing: 2px;
}

.gx-review-summary strong {
    display: block;
    margin-top: 8px;
    color: var(--gx-dark);
}

.gx-testimonial-slider {
    overflow: hidden;
    position: relative;
}

.gx-testimonial-slider::before,
.gx-testimonial-slider::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 3;
    pointer-events: none;
}

.gx-testimonial-slider::before {
    left: 0;
    background: linear-gradient(90deg, #f8fafc, transparent);
}

.gx-testimonial-slider::after {
    right: 0;
    background: linear-gradient(270deg, #f8fafc, transparent);
}

.gx-testimonial-track {
    display: flex;
    gap: 24px;
    width: max-content;
    will-change: transform;
    animation: gxScrollTestimonials 36s linear infinite;
}

.gx-testimonial-slider:hover .gx-testimonial-track {
    animation-play-state: paused;
}

.gx-testimonial-card {
    position: relative;
    width: 380px;
    padding: 30px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .86);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .75);
    box-shadow: var(--gx-shadow-sm);
}

.gx-quote-icon {
    position: absolute;
    top: 25px;
    right: 25px;
    color: var(--gx-green);
    opacity: .15;
    font-size: 32px;
}

.gx-stars {
    font-size: 18px;
    margin-bottom: 18px;
}

.gx-testimonial-card p {
    min-height: 110px;
    margin: 0 0 30px;
    color: #475569;
    line-height: 1.9;
}

.gx-user-info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.gx-user-avatar,
.gx-avatar-fallback {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
}

.gx-user-avatar {
    object-fit: cover;
}

.gx-avatar-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #16a34a, #22c55e);
    font-size: 18px;
    font-weight: 900;
}

.gx-user-info h4 {
    margin: 0;
    color: var(--gx-dark);
    font-size: 16px;
    font-weight: 950;
}

.gx-user-info span,
.gx-user-info small {
    display: block;
    font-size: 13px;
    margin-top: 3px;
}

.gx-user-info span {
    color: var(--gx-muted);
}

.gx-user-info small {
    color: var(--gx-green);
    font-weight: 800;
}

@keyframes gxScrollTestimonials {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

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

.gx-pricing-section {
    background: #f7faff;
}

.gx-pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}

.gx-pricing-card {
    position: relative;
    padding: 45px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, .85);
    box-shadow: var(--gx-shadow-sm);
    transition: all .3s ease;
}

.gx-featured-plan {
    border: 2px solid var(--gx-blue);
}

.gx-plan-tag {
    position: absolute;
    top: 25px;
    right: 25px;
    padding: 8px 16px;
    color: #fff;
    background: var(--gx-blue);
    font-size: 12px;
}

.gx-agency-tag {
    background: #111827;
}

.gx-pricing-card h3 {
    margin: 0 0 10px;
    color: var(--gx-dark);
    font-size: 32px;
    font-weight: 950;
}

.gx-plan-subtitle {
    margin: 0 0 35px;
    color: #6b7280;
}

.gx-plan-price {
    margin-bottom: 35px;
    color: var(--gx-blue);
    font-size: 58px;
    font-weight: 950;
    line-height: 1;
}

.gx-plan-price span {
    display: block;
    margin-top: 8px;
    color: #6b7280;
    font-size: 18px;
    font-weight: 700;
}

.gx-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
}

.gx-plan-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #edf2f7;
    color: #374151;
}

.gx-plan-features li:last-child {
    border-bottom: none;
}

.gx-plan-features i {
    color: #22c55e;
}

.gx-pricing-btn {
    width: 100%;
    min-height: 58px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 900;
    transition: all .25s ease;
}

.gx-pricing-btn:hover {
    transform: translateY(-2px);
    color: #fff;
}

.gx-starter-btn { background: var(--gx-blue); }
.gx-starter-btn:hover { background: #1d4ed8; }
.gx-agency-btn { background: #25D366; }
.gx-agency-btn:hover { background: #1ebd5a; }

.gx-pricing-note {
    margin-top: 45px;
    text-align: center;
    color: #6b7280;
    font-size: 15px;
}

.gx-pricing-note i {
    color: #22c55e;
    margin-right: 8px;
}

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

.gx-faq-section {
    background: #fff;
}

.gx-faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.gx-faq-item {
    margin-bottom: 15px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .04);
}

.gx-faq-question {
    width: 100%;
    border: none;
    background: transparent;
    padding: 22px 25px;
    color: var(--gx-dark);
    font-size: 17px;
    font-weight: 900;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.gx-faq-question i {
    transition: transform .3s ease;
}

.gx-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}

.gx-faq-answer p {
    margin: 0;
    padding: 0 25px 25px;
    color: var(--gx-muted);
    line-height: 1.7;
}

.gx-faq-item.active .gx-faq-answer {
    max-height: 260px;
}

.gx-faq-item.active .gx-faq-question i {
    transform: rotate(45deg);
}

/* =========================
   FINAL CTA
========================= */

.gx-final-cta-section {
    padding: 20px 0 70px;
    background: #fff;
}

.gx-footer-cta {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: center;
    padding: 34px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, .18), transparent 30%),
        linear-gradient(135deg, #111827, #312e81 58%, #4f46e5);
    box-shadow: 0 28px 75px rgba(49, 46, 129, .26);
}

.gx-cta-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.gx-cta-icon {
    width: 78px;
    height: 78px;
    min-width: 78px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .18);
}

.gx-cta-icon img {
    max-width: 52px;
    max-height: 52px;
}

.gx-cta-content h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 950;
    letter-spacing: -1px;
}

.gx-cta-content p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .72);
}

.gx-cta-features {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gx-cta-features span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    color: rgba(255, 255, 255, .88);
    background: rgba(255, 255, 255, .10);
    font-size: 13px;
    font-weight: 800;
}

.gx-cta-features i {
    color: #86efac;
}

.gx-cta-right {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.gx-cta-btn {
    min-height: 56px;
    padding: 0 24px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #111827;
    background: #fff;
    font-weight: 950;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
    transition: all .25s ease;
}

.gx-cta-btn:hover {
    transform: translateY(-3px);
    color: #111827;
}

.gx-footer-play img {
    height: 50px;
}

/* =========================
   SCROLL REVEAL
========================= */

.gx-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .65s ease, transform .65s ease;
}

.gx-reveal.gx-visible {
    opacity: 1;
    transform: translateY(0);
}

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

@media (max-width: 1100px) {
    .gx-hero-grid {
        gap: 42px;
    }

    .gx-highlight-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .gx-tools-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .gx-section {
        padding: 78px 0;
    }

    .gx-hero {
        padding: 35px 0 58px;
    }

    .gx-hero-grid {
        display: flex;
        flex-direction: column;
        gap: 0;
        text-align: center;
    }

    .gx-hero-content {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .gx-desktop-show {
        display: none;
    }

    .gx-mobile-show {
        display: block;
        width: 100%;
        margin: 0 0 28px;
        order: 0;
    }

    .gx-beta-badge { order: 1; }
    .gx-hero h1 { order: 2; max-width: 620px; }
    .gx-hero-content p { order: 3; max-width: 560px; }
    .gx-hero-features { order: 4; max-width: 460px; width: 100%; grid-template-columns: 1fr; text-align: left; }
    .gx-hero-actions { order: 5; justify-content: center; }
    .gx-hero-trust { order: 6; justify-content: center; }

    .gx-device-card {
        max-width: 520px;
        margin: 0 auto;
        padding: 10px;
        border-radius: 28px;
    }

    .gx-device-card img {
        border-radius: 22px;
    }

    .gx-floating-card {
        display: none;
    }

    .gx-trust-strip {
        margin-top: 0;
        padding: 18px 0 0;
    }

    .gx-trust-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px;
    }

    .gx-comparison-grid,
    .gx-lifestyle-card,
    .gx-app-card,
    .gx-pricing-grid {
        grid-template-columns: 1fr;
    }

    .gx-steps-wrapper {
        flex-direction: column;
    }

    .gx-step-arrow {
        transform: rotate(90deg);
    }

    .gx-step-card {
        width: 100%;
        max-width: 480px;
    }

    .gx-tools-grid {
        grid-template-columns: repeat(3, 1fr);
    }

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

    .gx-footer-cta,
    .gx-cta-left {
        flex-direction: column;
        text-align: center;
    }

    .gx-cta-right,
    .gx-cta-features {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .gx-container {
        padding: 0 16px;
    }

    .gx-section-header {
        margin-bottom: 40px;
    }

    .gx-section-header p {
        font-size: 16px;
    }

    .gx-comparison-card,
    .gx-lifestyle-card,
    .gx-app-card,
    .gx-pricing-card,
    .gx-footer-cta {
        padding: 26px;
        border-radius: 26px;
    }

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

    .gx-highlight-grid {
        grid-template-columns: 1fr;
    }

    .gx-testimonial-card {
        width: 304px;
    }

    .gx-testimonial-track {
        animation-duration: 30s;
    }

    .gx-faq-question {
        font-size: 15px;
        padding: 18px;
    }

    .gx-faq-answer p {
        padding: 0 18px 18px;
        font-size: 14px;
    }
}

@media (max-width: 560px) {
    .gx-hero {
        padding: 18px 0 44px;
    }

    .gx-hero h1 {
        font-size: 35px;
        letter-spacing: -1px;
    }

    .gx-hero-content p {
        font-size: 15px;
        line-height: 1.72;
    }

    .gx-beta-badge {
        padding: 8px 13px;
        font-size: 12px;
    }

    .gx-hero-actions {
        width: 100%;
        flex-direction: column;
        gap: 13px;
    }

    .gx-play-btn img {
        height: 50px;
    }

    .gx-secondary-btn,
    .gx-cta-btn {
        width: 100%;
        max-width: 315px;
    }

    .gx-hero-trust {
        gap: 10px 14px;
        font-size: 12px;
    }

    .gx-trust-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .gx-trust-item {
        padding: 15px 0;
        border-bottom: 1px solid #f1f5f9;
    }

    .gx-trust-item:first-child {
        padding-top: 0;
    }

    .gx-trust-item:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .gx-life-features,
    .gx-tools-grid {
        grid-template-columns: 1fr;
    }

    .gx-floating-cta {
        position: static;
        margin-top: 16px;
    }

    .gx-plan-tag {
        position: static;
        margin-bottom: 18px;
        width: fit-content;
    }

    .gx-plan-price {
        font-size: 44px;
    }

    .gx-testimonial-card {
        width: 280px;
        padding: 24px;
    }

    .gx-testimonial-card p {
        min-height: 125px;
    }
}
