﻿/*green: #4fb863*/
/*grey: #424242*/

/* ==================== Cookie Disclaimer ==================== */
#cookie-disclaimer {
    position: fixed;
    bottom: 0;
    background-color: #333;
    width: 100%;
    z-index: 999;
    color: white;
    line-height: 50px;
}

/* ==================== Promo Card ==================== */
.promo-card {
    min-height: 282px;
}

/* ==================== Layout ==================== */
#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

section {
    /*padding-bottom: 30px;*/
}

/*section:before {
    height: 54px;
    content: "";
    display: block;
}*/

.promo-title {
    margin-bottom: 55px;
}

/* ==================== Modern Navigation ==================== */
.modern-navbar {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 16px 0;
    border: none;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.nav-brand-modern {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.nav-brand-modern:hover {
    text-decoration: none;
}

.brand-logo {
    transition: transform 0.3s ease;
}

.nav-brand-modern:hover .brand-logo {
    transform: rotate(-10deg) scale(1.05);
}

.brand-text {
    font-size: 1.25rem;
    font-weight: 400;
    color: #1a1a2e;
    letter-spacing: -0.02em;
}

.brand-highlight {
    font-weight: 700;
    background: linear-gradient(135deg, #4fb863 0%, #398056 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-toggler-modern {
    border: none;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: transparent;
}

.nav-toggler-modern:focus {
    outline: none;
    box-shadow: none;
}

.toggler-bar {
    width: 24px;
    height: 2px;
    background: #1a1a2e;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.nav-toggler-modern:hover .toggler-bar {
    background: #4fb863;
}

.nav-items-modern {
    align-items: center;
    gap: 8px;
}

.nav-link-modern {
    position: relative;
    padding: 8px 16px !important;
    font-size: 0.95rem;
    font-weight: 500;
    color: #444 !important;
    transition: all 0.3s ease;
    border-radius: 8px;
    white-space: nowrap;
}

.nav-link-modern::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #4fb863 0%, #398056 100%);
    transition: all 0.3s ease;
    transform: translateX(-50%);
    border-radius: 1px;
}

.nav-link-modern:hover {
    color: #4fb863 !important;
    background: rgba(79, 184, 99, 0.05);
}

.nav-link-modern:hover::after {
    width: 60%;
}

.nav-link-modern.active-nav {
    color: #4fb863 !important;
}

.nav-link-modern.active-nav::after {
    width: 60%;
}

.nav-cta {
    margin-left: 16px;
}

.nav-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #4fb863 0%, #398056 100%);
    color: #fff !important;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(79, 184, 99, 0.3);
    white-space: nowrap;
}

.nav-btn-primary span {
    white-space: nowrap;
}

.nav-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(79, 184, 99, 0.4);
    color: #fff;
    text-decoration: none;
}

.nav-btn-primary i {
    font-size: 0.9rem;
}

/* Navbar scrolled state */
.modern-navbar.scrolled {
    padding: 12px 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

/* Mobile Navigation */
@media (max-width: 991px) {
    .modern-navbar {
        padding: 12px 0;
    }

    .modern-navbar .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav-items-modern {
        padding: 20px 0;
        gap: 4px;
    }

    .nav-link-modern {
        padding: 12px 16px !important;
        border-radius: 10px;
    }

    .nav-link-modern::after {
        display: none;
    }

    .nav-link-modern:hover,
    .nav-link-modern.active-nav {
        background: rgba(79, 184, 99, 0.1);
    }

    .nav-cta {
        margin-left: 0;
        margin-top: 12px;
        padding-top: 16px;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
    }

    .nav-btn-primary {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
    }
}

.wt-navbar {
    padding: 0px;
    border-radius: 0px !important;
}

.wt-navbar a {
    color: #69bd1f !important;
}

.wt-navbar a:hover {
    color: #3da71d !important;
}

.wt-page-content {
    background: #f5f5f7;
}

.statusBar {
    margin: 0 0 40px 0;
    padding: 6px;
    background: #CCC;
}

.cornered-box {
    background: white;
    border-radius: 16px;
}

.month-table {
    border: 0px;
    background: white;
    border-radius: 16px;
}

.month-table thead th {
    border: 0px;
}

.green-circle-back {
    color: #4fb863;
    /*green*/
}

.white-text {
    color: white;
}

.active-tab {
    /*border-bottom: 3px #4fb863 solid;*/
    padding: 0px .5rem 6px .5rem !important;
    color: #424242;
}

a,
a:hover,
a:focus {
    transition: none
}

.btn-success {
    background-color: #4fb863;
    border-color: #4fb863;
}

.nav-left {
    padding-left: 450px;
}

.nav-right {
    padding-right: 450px;
}

.nav-link {
    padding: 0;
}

header.masthead {
    position: relative;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.particle-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    z-index: 1;
    cursor: default;
}

.masthead-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 30% 20%, rgba(79, 184, 99, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 80%, rgba(69, 189, 31, 0.1) 0%, transparent 40%);
    z-index: 2;
}

.masthead-content {
    position: relative;
    z-index: 3;
    padding-top: 100px;
    padding-bottom: 60px;
}

.hero-content {
    color: #fff;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.hero-title-highlight {
    display: block;
    font-weight: 700;
    background: linear-gradient(135deg, #4fb863 0%, #69bd1f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 500px;
}

.hero-cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.store-badge {
    display: inline-block;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.store-badge img {
    height: 48px;
    width: auto;
}

.store-badge:hover {
    transform: translateY(-4px);
    filter: brightness(1.1);
}

.hero-stats {
    display: flex;
    gap: 40px;
}

.hero-stat {
    text-align: center;
}

.hero-stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #4fb863;
}

.hero-stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Phone Showcase */
.phone-showcase {
    position: relative;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-mockup {
    position: absolute;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    transition: transform 0.4s ease;
}

.phone-primary {
    z-index: 2;
    transform: translateX(20px) rotate(3deg);
}

.phone-secondary {
    z-index: 1;
    transform: translateX(-60px) rotate(-8deg) scale(0.9);
    opacity: 0.9;
}

.phone-showcase:hover .phone-primary {
    transform: translateX(40px) rotate(0deg) scale(1.02);
}

.phone-showcase:hover .phone-secondary {
    transform: translateX(-80px) rotate(-5deg) scale(0.95);
}

.phone-screen {
    display: block;
    max-height: 450px;
    width: auto;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.scroll-mouse {
    width: 26px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding-top: 8px;
}

.scroll-wheel {
    width: 4px;
    height: 8px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    animation: scrollWheel 1.5s ease-in-out infinite;
}

@keyframes scrollWheel {

    0%,
    100% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(8px);
        opacity: 0.3;
    }
}

/* Mobile Responsive Hero */
@media (max-width: 991px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .phone-showcase {
        height: 400px;
    }

    .phone-screen {
        max-height: 350px;
    }

    .hero-stats {
        gap: 24px;
    }
}

@media (max-width: 767px) {
    header.masthead {
        min-height: auto;
        padding: 100px 0 60px;
    }

    .masthead-content {
        padding-top: 20px;
    }

    .hero-title {
        font-size: 2rem;
        text-align: center;
    }

    .hero-subtitle {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

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

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

    .phone-showcase {
        height: 320px;
        margin-bottom: 20px;
    }

    .phone-screen {
        max-height: 280px;
    }

    .phone-primary {
        transform: translateX(10px) rotate(2deg);
    }

    .phone-secondary {
        transform: translateX(-40px) rotate(-6deg) scale(0.85);
    }

    .scroll-indicator {
        display: none;
    }
}

/* Features Section */
.features-section {
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
    padding: 80px 0 100px;
}

.features-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.features-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(79, 184, 99, 0.1), rgba(105, 189, 31, 0.1));
    color: #398056;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.features-main-title {
    font-size: 2.5rem;
    font-weight: 300;
    color: #1a1a2e;
    margin-bottom: 16px;
}

.text-gradient {
    font-weight: 700;
    background: linear-gradient(135deg, #4fb863 0%, #398056 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.features-subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.7;
}

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

.feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.feature-icon-primary {
    background: linear-gradient(135deg, rgba(79, 184, 99, 0.15), rgba(79, 184, 99, 0.05));
    color: #4fb863;
}

.feature-icon-blue {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(59, 130, 246, 0.05));
    color: #3b82f6;
}

.feature-icon-orange {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.15), rgba(249, 115, 22, 0.05));
    color: #f97316;
}

.feature-icon-purple {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(139, 92, 246, 0.05));
    color: #8b5cf6;
}

.feature-icon-teal {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.15), rgba(20, 184, 166, 0.05));
    color: #14b8a6;
}

.feature-icon-green {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(34, 197, 94, 0.05));
    color: #22c55e;
}

.feature-icon-pink {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.15), rgba(236, 72, 153, 0.05));
    color: #ec4899;
}

.feature-icon-indigo {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(99, 102, 241, 0.05));
    color: #6366f1;
}

.feature-card h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.feature-card>p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 16px;
}

.feature-highlights {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-highlights li {
    font-size: 0.85rem;
    color: #555;
    padding: 6px 0;
    padding-left: 20px;
    position: relative;
}

.feature-highlights li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4fb863;
    font-weight: 700;
}

/* Features Responsive */
@media (max-width: 1200px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .features-section {
        padding: 60px 0 80px;
    }

    .features-main-title {
        font-size: 1.8rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .feature-card {
        padding: 24px 20px;
    }
}

/* ==================== Pricing Section ==================== */
.pricing-section {
    background: linear-gradient(180deg, #fff 0%, #f8f9fa 100%);
    padding: 100px 0 120px;
}

.pricing-header-section {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
}

.pricing-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(79, 184, 99, 0.1), rgba(105, 189, 31, 0.1));
    color: #398056;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.pricing-main-title {
    font-size: 2.5rem;
    font-weight: 300;
    color: #1a1a2e;
    margin-bottom: 16px;
}

.pricing-subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.7;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: start;
}

.pricing-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px 32px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.pricing-card-featured {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border: none;
    transform: scale(1.05);
    z-index: 2;
}

.pricing-card-featured:hover {
    transform: scale(1.05) translateY(-8px);
}

.pricing-card-featured .pricing-plan-name,
.pricing-card-featured .pricing-card-price,
.pricing-card-featured .price-amount,
.pricing-card-featured .price-period,
.pricing-card-featured .pricing-features li {
    color: #fff;
}

.pricing-card-featured .pricing-plan-desc {
    color: rgba(255, 255, 255, 0.7);
}

.pricing-card-featured .pricing-features li.disabled {
    color: rgba(255, 255, 255, 0.4);
}

.pricing-card-featured .pricing-vat {
    color: rgba(255, 255, 255, 0.6);
}

.pricing-popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #4fb863 0%, #69bd1f 100%);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 8px 20px;
    border-radius: 20px;
    white-space: nowrap;
}

.pricing-card-header {
    text-align: center;
    margin-bottom: 24px;
}

.pricing-plan-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(79, 184, 99, 0.15), rgba(79, 184, 99, 0.05));
    color: #4fb863;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 16px;
}

.pricing-plan-icon-featured {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
    color: #fff;
}

.pricing-plan-icon-enterprise {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(99, 102, 241, 0.05));
    color: #6366f1;
}

.pricing-plan-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.pricing-plan-desc {
    font-size: 0.9rem;
    color: #666;
}

.pricing-card-price {
    text-align: center;
    padding: 24px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 24px;
}

.pricing-card-featured .pricing-card-price {
    border-color: rgba(255, 255, 255, 0.1);
}

.price-amount {
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    color: #4fb863;
    line-height: 1.2;
}

.pricing-card-featured .price-amount {
    color: #4fb863;
}

.price-period {
    display: block;
    font-size: 0.9rem;
    color: #888;
    margin-top: 4px;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    flex-grow: 1;
}

.pricing-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 0.95rem;
    color: #444;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.pricing-card-featured .pricing-features li {
    border-color: rgba(255, 255, 255, 0.08);
}

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

.pricing-features li i {
    font-size: 0.8rem;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.pricing-features li i.fa-check {
    background: rgba(79, 184, 99, 0.15);
    color: #4fb863;
}

.pricing-features li.disabled {
    color: #aaa;
}

.pricing-features li.disabled i {
    background: rgba(0, 0, 0, 0.05);
    color: #ccc;
}

.pricing-vat {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 16px;
}

.pricing-btn {
    display: block;
    width: 100%;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    border: 2px solid transparent;
}

.pricing-btn:last-child {
    margin-bottom: 0;
}

.pricing-btn-primary {
    background: linear-gradient(135deg, #4fb863 0%, #398056 100%);
    color: #fff;
}

.pricing-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(79, 184, 99, 0.4);
    color: #fff;
    text-decoration: none;
}

.pricing-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.pricing-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
}

.pricing-btn-outline {
    background: transparent;
    color: #4fb863;
    border-color: #4fb863;
}

.pricing-btn-outline:hover {
    background: #4fb863;
    color: #fff;
    text-decoration: none;
}

/* Pricing Responsive */
@media (max-width: 1024px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .pricing-card-featured {
        transform: none;
        order: -1;
    }

    .pricing-card-featured:hover {
        transform: translateY(-8px);
    }
}

@media (max-width: 768px) {
    .pricing-section {
        padding: 60px 0 80px;
    }

    .pricing-main-title {
        font-size: 1.8rem;
    }

    .pricing-card {
        padding: 32px 24px;
    }
}

/* ==================== Contact Section ==================== */
.contact-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 100px 0;
    position: relative;
    overflow: visible;
    z-index: 1;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 20% 50%, rgba(79, 184, 99, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.contact-wrapper {
    position: relative;
    z-index: 1;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-header {
    margin-bottom: 40px;
}

.contact-badge {
    display: inline-block;
    background: rgba(79, 184, 99, 0.15);
    color: #4fb863;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.contact-title {
    font-size: 2.5rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.3;
}

.contact-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-decoration: none;
    transition: all 0.3s ease;
}

a.contact-method:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(8px);
    text-decoration: none;
}

.contact-method-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(79, 184, 99, 0.2), rgba(79, 184, 99, 0.05));
    color: #4fb863;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.contact-method-content {
    display: flex;
    flex-direction: column;
}

.contact-method-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 4px;
}

.contact-method-value {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}

.contact-form-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.form-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.form-card-subtitle {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 24px;
}

.contact-alerts {
    margin-bottom: 20px;
}

.contact-alerts .alert {
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.modern-input {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fafafa;
}

.modern-input:focus {
    border-color: #4fb863;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(79, 184, 99, 0.1);
}

.modern-input::placeholder {
    color: #aaa;
}

textarea.modern-input {
    resize: vertical;
    min-height: 120px;
}

.form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 8px;
}

.terms-text {
    font-size: 0.8rem;
    color: #888;
    flex: 1;
}

.terms-text a {
    color: #4fb863;
}

.btn-send {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #4fb863 0%, #398056 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.btn-send:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(79, 184, 99, 0.4);
}

.btn-send i {
    font-size: 0.9rem;
}

/* Contact Responsive */
@media (max-width: 992px) {
    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-info {
        text-align: center;
    }

    .contact-methods {
        max-width: 400px;
        margin: 0 auto;
    }

    a.contact-method:hover {
        transform: translateY(-4px);
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 60px 0;
    }

    .contact-title {
        font-size: 1.8rem;
    }

    .contact-form-card {
        padding: 28px 24px;
    }

    .form-footer {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .btn-send {
        width: 100%;
        justify-content: center;
    }
}

.main-title {
    text-align: center;
}

.main-title h2 {
    font-size: 35px;
    color: #424242;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 40px;
}

.main-title h2:before {
    content: "";
    width: 60px;
    height: 4px;
    background: #4fb863;
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-text {
    color: whitesmoke;
    max-width: 550px;
}

.wt-btn {
    background: white;
    color: #4fb863;
    line-height: 34px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    margin-top: 0px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    border-radius: 40px;
    box-shadow: none;
    min-width: 120px;
    text-align: center;
}

.wt-btn:hover {
    background: whitesmoke;
    text-decoration: none;
    color: black;
}

.container-wt-gray {
    background: #f6f6f6;
}

.container-wt-white {
    background: white;
}

.icon-card {
    background: white;
    border-radius: 16px;
    text-align: center;
    min-height: 250px;
    margin-top: 20px;
    padding: 6px 20px 6px 20px;
    color: #808080;
    font-size: 11pt;
}

.icon-card i {
    color: #4ab85f;
    padding-top: 20px;
    padding-bottom: 30px;
}

.icon-card h5 {
    padding-bottom: 10px;
    font-weight: 600;
}

.container-advertisement {
    background: rgb(64, 142, 95);
    background: linear-gradient(90deg, rgba(64, 142, 95, 1) 0%, rgba(74, 184, 95, 1) 100%);
    border-radius: 16px;
    padding: 15px 40px;
    margin-top: 40px;
}

.pricing {
    border-radius: 17px;
}

.pricing-header {
    text-align: center;
    text-transform: uppercase;
    color: white;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}

.pricing-row {
    color: #4ab85f;
    padding-right: 10px;
}

.pricing-row-dis {
    padding-right: 10px;
}

.pricing-cost {
    color: #4ab85f;
    text-align: center;
}

.wt-btn-green {
    border-style: solid;
    background: white;
    color: #4ab85f;
    border-color: #4ab85f;
    line-height: 34px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    margin-top: 0px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    border-radius: 40px;
    box-shadow: none;
    min-width: 120px;
    text-align: center;
}

.wt-btn-blue {
    border-style: solid;
    background: #007bff;
    color: white;
    border-color: #007bff;
    line-height: 34px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    margin-top: 0px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    border-radius: 40px;
    box-shadow: none;
    min-width: 120px;
    text-align: center;
}

.wt-btn-blue:hover {
    color: #333;
}

/* ==================== Download Section ==================== */
.download-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.download-card {
    position: relative;
    background: linear-gradient(135deg, rgba(79, 184, 99, 0.15) 0%, rgba(79, 184, 99, 0.05) 100%);
    border: 1px solid rgba(79, 184, 99, 0.2);
    border-radius: 24px;
    padding: 50px 60px;
    overflow: hidden;
}

.download-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.download-text {
    flex: 1;
}

.download-title {
    font-size: 2rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 12px;
}

.download-desc {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.download-buttons {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
}

.store-badge {
    display: block;
    transition: all 0.3s ease;
}

.store-badge:hover {
    transform: translateY(-4px);
}

.store-badge img {
    height: 48px;
    width: auto;
}

.download-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.decoration-circle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(79, 184, 99, 0.15) 0%, transparent 70%);
}

.decoration-circle-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -50px;
}

.decoration-circle-2 {
    width: 200px;
    height: 200px;
    bottom: -80px;
    left: 10%;
}

@media (max-width: 768px) {
    .download-section {
        padding: 60px 0;
    }

    .download-card {
        padding: 32px 24px;
    }

    .download-content {
        flex-direction: column;
        text-align: center;
    }

    .download-title {
        font-size: 1.5rem;
    }

    .download-buttons {
        flex-direction: column;
        align-items: center;
    }
}

#download-area {
    padding: 50px 0;
}

.os-comp {
    color: white;
    font-size: 20pt;
}

.os-comp-desc {
    color: white;
    font-size: 12pt;
}

/* ==================== Modern Footer ==================== */
.modern-footer {
    position: relative;
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
    color: #fff;
    padding-top: 80px;
    overflow: visible;
    z-index: 10;
}

.footer-gradient-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 20% 20%, rgba(79, 184, 99, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 80%, rgba(79, 184, 99, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.footer-main {
    position: relative;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand {
    max-width: 320px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    margin-bottom: 20px;
}

.footer-logo:hover {
    text-decoration: none;
}

.footer-logo img {
    transition: transform 0.3s ease;
}

.footer-logo:hover img {
    transform: rotate(-10deg) scale(1.05);
}

.footer-logo-text {
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.02em;
}

.footer-logo-text .highlight {
    color: #4fb863;
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

.footer-apps {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.app-badge {
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.app-badge img {
    height: 40px;
    width: auto;
}

.app-badge:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

.footer-heading {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links .footer-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links .footer-link:hover {
    color: #4fb863;
    transform: translateX(4px);
}

/* Language Selector */
.language-selector {
    position: relative;
    margin-bottom: 24px;
    z-index: 100;
}

.language-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    color: #fff;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 260px;
}

.language-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(79, 184, 99, 0.5);
}

.language-btn>i:first-child {
    font-size: 1rem;
    color: #4fb863;
}

.language-btn>i:last-child {
    margin-left: auto;
    font-size: 0.75rem;
    opacity: 0.7;
    transition: transform 0.3s ease;
}

.language-btn[aria-expanded="true"]>i:last-child {
    transform: rotate(180deg);
}

.language-dropdown {
    background: #1a1a2e;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    padding: 8px;
    min-width: 180px;
    max-height: 350px;
    overflow-y: auto;
    z-index: 1000;
}

.language-dropdown .dropdown-item {
    padding: 10px 16px;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    transition: all 0.2s ease;
    font-size: 0.95rem;
}

.language-dropdown .dropdown-item:hover {
    background: rgba(79, 184, 99, 0.15);
    color: #fff;
}

/* Social Links */
.footer-social {
    display: flex;
    gap: 12px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #4fb863;
    border-color: #4fb863;
    color: #fff;
    transform: translateY(-3px);
    text-decoration: none;
}

/* Footer Bottom */
.footer-bottom {
    position: relative;
    padding: 30px 0;
}

.copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    margin: 0;
}

.copyright a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.copyright a:hover {
    color: #4fb863;
}

.made-with {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    margin: 0;
}

.made-with i {
    animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

/* Footer Responsive */
@media (max-width: 991px) {
    .modern-footer {
        padding-top: 60px;
    }

    .footer-main {
        padding-bottom: 40px;
    }

    .footer-brand {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .footer-apps {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .modern-footer {
        padding-top: 50px;
    }

    .footer-heading {
        margin-bottom: 16px;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom .text-md-right {
        text-align: center !important;
        margin-top: 10px;
    }

    .language-btn {
        max-width: 100%;
    }
}

#contacts {
    color: white;
}

.contacts-title {
    color: white;
    text-align: center;
    padding-top: 50px;
}

.contacts-title h2 {
    font-size: 35px;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 40px;
}

.contacts-title h2:before {
    content: "";
    width: 60px;
    height: 4px;
    background: #4fb863;
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.contact-email a {
    color: #343a40;
    /*gray*/
    font-weight: 700;
}

.contact-email a:hover {
    color: #4fb863;
    /*green*/
    text-decoration: none;
    font-weight: 700;
}

.back-button {
    background: white;
    position: fixed;
    right: 40px;
    bottom: 40px;
    border-radius: 100px;
    padding: 10px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    vertical-align: text-top;
}

a.back-button {
    color: #4fb863
}

a.back-button:hover {
    color: #343a40;
    text-decoration: none;
}

#screen-slides {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

/* ==================== Screenshots Section ==================== */
.screens-section-wrapper {
    background: white;
    padding: 80px 0 100px;
}

.screens-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px;
}

.screens-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(79, 184, 99, 0.1), rgba(105, 189, 31, 0.1));
    color: #398056;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.screens-main-title {
    font-size: 2.5rem;
    font-weight: 300;
    color: #1a1a2e;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .screens-section-wrapper {
        padding: 60px 0 80px;
    }

    .screens-main-title {
        font-size: 1.8rem;
    }
}

/* Screenshots Carousel */

.screens-carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
}

.screens-viewport {
    overflow: hidden;
    width: 100%;
    max-width: 900px;
}

.screens-track {
    display: flex;
    transition: transform 0.4s ease;
}

.screen-slide {
    flex: 0 0 33.333%;
    display: flex;
    justify-content: center;
    padding: 20px 10px;
    box-sizing: border-box;
}

.screen-img {
    width: 176px;
    /*height: 380px;*/
    object-fit: contain;
    /*border-radius: 16px;*/
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.screen-slide:hover .screen-img {
    transform: scale(1.03);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.screens-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    color: #333;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.screens-btn:hover {
    background: #398056;
    color: #fff;
}

.screens-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.screens-btn-prev {
    left: 0;
}

.screens-btn-next {
    right: 0;
}

.screens-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px 0 30px;
}

.screens-dot {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.screens-dot:hover {
    background: #999;
}

.screens-dot.active {
    background: #398056;
    width: 28px;
    border-radius: 5px;
}

/* Mobile: show 1 slide */
@media (max-width: 768px) {
    .screens-carousel {
        padding: 0 50px;
    }

    .screen-slide {
        flex: 0 0 100%;
    }

    .screen-img {
        width: 200px;
        height: 340px;
    }

    .screens-btn {
        width: 40px;
        height: 40px;
    }
}

/* Tablet: show 2 slides */
@media (min-width: 769px) and (max-width: 1024px) {
    .screen-slide {
        flex: 0 0 50%;
    }
}

.scrollfix {
    padding-top: 82px;
    margin-top: -52px;
}

.features-title {
    margin-top: 40px;
    padding-bottom: 5px;
}

.screens-title {
    margin-top: 40px;
    padding-bottom: 16px;
}

.pricing-title {
    padding-top: 56px;
    padding-bottom: 16px;
}

.top-shadow {
    top: 0;
    left: 0;
    width: 100%;
    height: 82px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .2);
    position: fixed;
    z-index: 0;
}

.item-screen {
    display: inline-block;
    width: 240px;
    height: 400px;
}

.item-screen-container {
    height: 400px;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

.btn-app-login {
    line-height: 2;
    background: #398056;
    padding-bottom: 2px;
    color: white !important;
    border: 1px solid #398056;
}

.btn-app-login:hover {
    background: #4aa56f;
}

/* ==================== Integrations Section ==================== */
.integrations-section {
    padding: 80px 0;
    background: #f5f5f7;
}

.integrations-card {
    background: #fff;
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
}

.integrations-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #1a1a2e;
}

.integrations-desc {
    font-size: 1.05rem;
    color: #71717a;
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 520px;
}

.integrations-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 28px;
}

.integration-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a2e;
}

.integration-item i {
    color: #4fb863;
    width: 20px;
    text-align: center;
}

.integrations-cta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.integrations-link {
    font-size: 0.95rem;
    font-weight: 600;
    color: #4fb863 !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s;
}

.integrations-link:hover {
    gap: 10px;
    text-decoration: none;
    color: #398056 !important;
}

.integrations-visual {
    padding: 32px;
}

.api-badge-large {
    background: #f8f9fa;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    padding: 40px 32px;
    text-align: center;
    transition: all 0.3s;
}

.api-badge-large:hover {
    border-color: #4fb863;
    box-shadow: 0 8px 30px rgba(79, 184, 99, 0.1);
}

.api-tag {
    display: inline-block;
    background: rgba(79, 184, 99, 0.1);
    color: #398056;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 6px;
    letter-spacing: 0.04em;
}

@media (max-width: 767px) {
    .integrations-card {
        padding: 28px 20px;
    }

    .integrations-features {
        grid-template-columns: 1fr;
    }

    .integrations-visual {
        padding: 16px;
    }
}

/* ==================== FAQ Section ==================== */
.faq-section {
    padding: 80px 0;
    background: #fff;
}

.faq-header {
    text-align: center;
    margin-bottom: 48px;
}

.faq-main-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-top: 12px;
}

.faq-grid {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #e5e7eb;
    padding: 24px 0;
}

.faq-item:first-child {
    border-top: 1px solid #e5e7eb;
}

.faq-question {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.faq-answer {
    font-size: 0.95rem;
    color: #71717a;
    line-height: 1.7;
    margin: 0;
}

.faq-answer a {
    color: #4fb863;
    font-weight: 600;
    text-decoration: none;
}

.faq-answer a:hover {
    text-decoration: underline;
}

/* ==================== Segment Shortcuts ==================== */
.wt-segment-shortcuts-wrap {
    position: relative;
    z-index: 2;
    margin-top: -1px;
    padding: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.wt-segment-shortcuts-wrap-segment {
    margin-top: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.wt-segment-shortcuts {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 8px 0 10px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.wt-segment-shortcut {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid transparent;
    color: #475569 !important;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.wt-segment-shortcut:hover {
    color: #1f2937 !important;
    text-decoration: none;
    background: rgba(79, 184, 99, 0.08);
    border-color: rgba(79, 184, 99, 0.12);
}

.wt-segment-shortcut.active {
    color: #ffffff !important;
    background: linear-gradient(135deg, #4fb863 0%, #398056 100%);
    border-color: transparent;
    box-shadow: none;
}

.wt-segment-shortcut-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border-radius: 999px;
    background: rgba(79, 184, 99, 0.10);
    color: #2f7a46 !important;
    font-size: 0.72rem;
}

.wt-segment-shortcut.active .wt-segment-shortcut-icon {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff !important;
}

.wt-segment-shortcut-text {
    font-size: 0.82rem;
    font-weight: 650;
    line-height: 1;
    color: inherit;
}

@media (max-width: 991px) {

    .wt-segment-shortcuts-wrap,
    .wt-segment-shortcuts-wrap-segment {
        margin-top: 0;
        padding: 0;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-top: none;
    }

    .wt-segment-shortcuts {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 10px 0 0;
    }

    .wt-segment-shortcut {
        flex: 1 1 calc(50% - 8px);
        justify-content: center;
        min-height: 40px;
    }
}

@media (max-width: 575px) {
    .wt-segment-shortcuts {
        padding: 8px;
        gap: 8px;
    }

    .wt-segment-shortcut {
        width: 100%;
        flex-basis: 100%;
        min-height: 44px;
        padding: 11px 14px;
    }
}

/* ==================== Segment Hero ==================== */
.wt-segment-hero {
    padding: 100px 0 80px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.wt-segment-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 24px;
}

.wt-segment-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.wt-segment-subtitle {
    font-size: 1.08rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 32px;
    max-width: 560px;
}

.wt-segment-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.wt-segment-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.wt-segment-btn-outline:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.wt-segment-phone {
    max-width: 300px;
    margin: 0 auto;
}

.wt-segment-phone-img {
    width: 100%;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.35));
    border-radius: 20px;
}

@media (max-width: 767px) {
    .wt-segment-hero {
        padding: 80px 0 60px;
        text-align: center;
    }

    .wt-segment-title {
        font-size: 2.2rem;
    }

    .wt-segment-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .wt-segment-actions {
        justify-content: center;
    }

    .wt-segment-phone {
        max-width: 200px;
        margin-top: 24px;
    }
}

/* ==================== Segment Stats ==================== */
.wt-segment-stats {
    background: #f8fafb;
    border-bottom: 1px solid #e5e7eb;
    padding: 20px 0;
}

.wt-stats-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.wt-stat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #374151;
}

.wt-stat-item i {
    color: #4fb863;
    font-size: 1.1rem;
}

@media (max-width: 575px) {
    .wt-stats-row {
        gap: 16px;
        flex-direction: column;
    }
}

/* ==================== Segment Features ==================== */
.wt-segment-features {
    padding: 80px 0;
    background: linear-gradient(180deg, #fff 0%, #f8f9fa 100%);
}

.wt-segment-section-title {
    font-size: 2.2rem;
    font-weight: 300;
    color: #1a1a2e;
}

.wt-segment-section-title strong {
    font-weight: 700;
}

.wt-segment-feature-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wt-segment-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.wt-segment-feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(79, 184, 99, 0.1), rgba(57, 128, 86, 0.1));
    color: #4fb863;
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
}

.wt-segment-feature-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.6rem;
}

.wt-segment-feature-card p {
    font-size: 0.92rem;
    color: #71717a;
    line-height: 1.7;
    margin: 0;
}

/* ==================== Segment Workflow ==================== */
.wt-segment-workflow {
    padding: 80px 0;
    background: #f8f9fa;
}

.wt-workflow-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wt-workflow-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.wt-workflow-step {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4fb863 0%, #398056 100%);
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
}

.wt-workflow-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.wt-workflow-card p {
    font-size: 0.92rem;
    color: #71717a;
    line-height: 1.7;
    margin: 0;
}

/* ==================== WP Integration ==================== */
.wp-integration-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 50%, #fff 100%);
}

.wp-integration-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.wp-integration-devices {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 24px;
}

.wp-integration-device-wt {
    flex: 0 0 auto;
    max-width: 160px;
}

.wp-integration-device-wp {
    flex: 0 0 auto;
    max-width: 280px;
}

.wp-device-label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: #1a1a2e;
    background: #f0fdf4;
    border-radius: 999px;
    padding: 0.3rem 0.75rem;
    margin-bottom: 0.6rem;
}

.wp-device-img {
    width: 100%;
    border-radius: 8px;
    filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.12));
}

.wp-phone-frame-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #0b0b0b;
    border-radius: 24px;
    box-shadow: 0 20px 36px rgba(0, 0, 0, 0.2);
}

.wp-phone-frame-wrapper picture {
    display: block;
}

.wp-phone-frame-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.wp-phone-frame-wrapper .wp-device-img {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 24px;
    clip-path: inset(7.1% 5.8% 8.2% 5.8% round 8px);
}

.wp-integration-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.8rem;
}

.wp-integration-desc {
    font-size: 0.98rem;
    color: #71717a;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.wp-integration-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.wp-integration-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.5;
}

.wp-integration-benefits i {
    color: #4fb863;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .wp-integration-devices {
        gap: 16px;
    }

    .wp-integration-device-wt {
        max-width: 130px;
    }

    .wp-integration-device-wp {
        max-width: 220px;
    }
}

@media (max-width: 767px) {
    .wp-integration-card {
        padding: 1.5rem;
    }

    .wp-integration-devices {
        gap: 12px;
        justify-content: center;
    }

    .wp-integration-device-wt {
        max-width: 110px;
    }

    .wp-integration-device-wp {
        max-width: 180px;
    }
}

/* ==================== Segment CTA ==================== */
.wt-segment-cta {
    padding: 80px 0 100px;
    background: #fff;
}

.wt-cta-panel {
    background: linear-gradient(135deg, #1a1a2e, #2d2d44);
    color: #fff;
    border-radius: 24px;
    padding: 3.5rem 2rem;
    box-shadow: 0 20px 60px rgba(26, 26, 46, 0.2);
}

.wt-cta-panel h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
}

.wt-cta-panel p {
    font-size: 1.05rem;
    opacity: 0.85;
    max-width: 500px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

.store-badge img {
    height: 50px;
    transition: transform 0.2s ease;
}

.store-badge:hover img {
    transform: translateY(-2px);
}

@media (max-width: 575px) {
    .wt-cta-panel {
        padding: 2.5rem 1.5rem;
    }

    .wt-cta-panel h2 {
        font-size: 1.6rem;
    }
}