* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --bg-dark: #0a0a0f;
    --bg-card: #111118;
    --bg-card-light: #1a1a24;
    --border-color: rgba(255, 255, 255, 0.08);
    --accent: #f5a623;
    --accent-blue: #0066ff;
    --accent-green: #00c853;
    --text-primary: #ffffff;
    --text-muted: rgba(255, 255, 255, 0.5);
    --text-secondary: rgba(255, 255, 255, 0.7);
}
html { scroll-behavior: smooth; }
body { font-family: 'Vazirmatn', sans-serif; background: var(--bg-dark); color: var(--text-primary); line-height: 1.8; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(10, 10, 15, 0.95); backdrop-filter: blur(20px); border-bottom: 2px solid #3b82f6; padding: 12px 0; }
.header .container { display: flex; justify-content: space-between; align-items: center; }
.logo-link { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-img { height: 48px; width: auto; object-fit: contain; }
.logo-text { font-size: 20px; font-weight: 800; background: linear-gradient(135deg, var(--accent) 0%, #ff9500 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.main-nav { flex: 1; display: flex; justify-content: center; }
.nav-links { display: flex; gap: 25px; list-style: none; }
.nav-links a { color: var(--text-secondary); font-size: 14px; font-weight: 500; transition: all 0.3s; padding: 8px 0; position: relative; }
.nav-links a:hover { color: #3b82f6; }
.nav-links a::after { content: ''; position: absolute; bottom: 0; right: 0; width: 0; height: 2px; background: #3b82f6; transition: width 0.3s; }
.nav-links a:hover::after { width: 100%; }
.header-buttons { display: flex; gap: 12px; }
.mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; color: #3b82f6; padding: 8px; }
.mobile-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: rgba(10, 10, 15, 0.98); border-bottom: 2px solid #3b82f6; padding: 20px; }
.mobile-menu ul { list-style: none; }
.mobile-menu li { padding: 12px 0; border-bottom: 1px solid var(--border-color); }
.mobile-menu li:last-child { border-bottom: none; }
.mobile-menu a { color: var(--text-secondary); font-size: 15px; display: block; transition: color 0.3s; }
.mobile-menu a:hover { color: #3b82f6; }
.mobile-login-btn { background: linear-gradient(135deg, var(--accent) 0%, #ff9500 100%); color: #000 !important; padding: 12px 20px !important; border-radius: 10px; text-align: center; font-weight: 600; margin-top: 10px; }
@media (max-width: 992px) {
    .main-nav { display: none; }
    .header-buttons { display: none; }
    .mobile-menu-btn { display: block; }
    .mobile-menu.active { display: block; }
    .logo-text { font-size: 16px; }
    .logo-img { height: 40px; }
}

.btn { padding: 12px 28px; border-radius: 12px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; border: none; display: inline-flex; align-items: center; gap: 8px; }
.btn-primary { background: linear-gradient(135deg, var(--accent) 0%, #ff9500 100%); color: #000; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(245, 166, 35, 0.3); }
.btn-outline { background: transparent; border: 1px solid var(--border-color); color: var(--text-secondary); }
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }

.hero { padding: 140px 0 0px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -50%; right: -30%; width: 800px; height: 800px; background: radial-gradient(circle, rgba(245, 166, 35, 0.08) 0%, transparent 70%); pointer-events: none; }
.hero-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0.72;
    filter: saturate(1.05) contrast(1.05);
    z-index: 0;
    border-radius: 0;
    overflow: hidden;
}
.hero-bg::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 0;
    background: linear-gradient(135deg, rgba(245,166,35,0.24), rgba(0,102,255,0.22), rgba(255,255,255,0.06));
    opacity: 0.55;
    filter: blur(18px);
    pointer-events: none;
}
.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(-16deg) scale(1.8) translateY(6%) translateX(-8%);
    transform-origin: 50% 40%;
    opacity: 0.62;
    filter: blur(1.2px) brightness(1.05);
}
.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 25% 30%, rgba(0,102,255,0.22), transparent 55%),
        radial-gradient(circle at 35% 70%, rgba(245,166,35,0.20), transparent 60%),
        linear-gradient(90deg, rgba(10,10,15,0.00) 0%, rgba(10,10,15,0.22) 42%, rgba(10,10,15,0.72) 72%, rgba(10,10,15,0.95) 100%);
}
.hero-bg {
    -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.92) 55%, rgba(0,0,0,0) 80%);
    mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.92) 55%, rgba(0,0,0,0) 80%);
}
.hero .container {
    position: relative;
    z-index: 1;
    min-height: 240px;
    display: flex;
    align-items: center;
    direction: ltr;
    justify-content: flex-end;
}
.hero-content {
    direction: rtl;
    text-align: right;
    max-width: 560px;
    width: 100%;
    position: relative;
    z-index: 2;
}
.hero-content h1 { 
    font-size: 38px; 
    font-weight: 800; 
    margin-bottom: 25px; 
    line-height: 1.5;
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 50%, #ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 40px rgba(245, 166, 35, 0.3);
    animation: titleGlow 3s ease-in-out infinite;
}
@keyframes titleGlow {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.15); }
}
.hero-content h1 span { 
    background: linear-gradient(135deg, #f5a623 0%, #ff9500 50%, #ffd700 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    display: inline-block;
    animation: brandPulse 2s ease-in-out infinite;
    text-shadow: 0 0 30px rgba(245, 166, 35, 0.5);
}
@keyframes brandPulse {
    0%, 100% { transform: scale(1); filter: brightness(1); }
    50% { transform: scale(1.02); filter: brightness(1.2); }
}
.hero-content p { 
    font-size: 17px; 
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 30px; 
    line-height: 2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1s ease-out 0.3s both;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.hero-buttons { display: flex; gap: 15px; }
.hero-image { perspective: 1200px; }
.hero-image-spacer { height: 320px; }
.hero-dashboard {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    transform: rotateY(-14deg) rotateX(8deg) rotateZ(1deg);
    transform-origin: 50% 50%;
    transition: transform 450ms ease, box-shadow 450ms ease, filter 450ms ease;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.65),
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 0 70px rgba(0, 102, 255, 0.12);
    filter: saturate(1.05) contrast(1.05);
}
.hero-dashboard-bg {
    position: absolute;
    inset: -20px;
    background-image: url('assets/dashboard.png');
    background-size: cover;
    background-position: center;
    filter: blur(26px) saturate(1.2);
    opacity: 0.38;
    transform: scale(1.1);
    pointer-events: none;
}
.hero-dashboard-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 25%, rgba(0,102,255,0.30), transparent 55%),
                radial-gradient(circle at 75% 45%, rgba(245,166,35,0.30), transparent 60%),
                linear-gradient(180deg, rgba(10,10,15,0.55), rgba(10,10,15,0.25));
}
.hero-dashboard::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.14), rgba(255,255,255,0) 40%);
    opacity: 0.55;
    pointer-events: none;
    mix-blend-mode: overlay;
}
.hero-dashboard::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 22px;
    background: radial-gradient(circle at 20% 20%, rgba(245,166,35,0.22), transparent 55%),
                radial-gradient(circle at 80% 40%, rgba(0,102,255,0.22), transparent 55%);
    opacity: 0.5;
    pointer-events: none;
    filter: blur(18px);
    transform: translateZ(-1px);
}
.hero-dashboard img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
    filter: blur(0.6px) saturate(1.06) contrast(1.08);
}
.hero-dashboard:hover {
    transform: rotateY(-7deg) rotateX(4deg) rotateZ(0deg) translateY(-6px);
    box-shadow:
        0 40px 110px rgba(0, 0, 0, 0.75),
        0 0 0 1px rgba(245, 166, 35, 0.25),
        0 0 90px rgba(245, 166, 35, 0.12);
}
.hero-dashboard:hover img {
    filter: blur(0px) saturate(1.10) contrast(1.10);
}

.features { padding: 35px 0; background: linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-card) 100%); }
.features-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.feature-card { background: var(--bg-card-light); border-radius: 20px; padding: 30px 20px; text-align: center; border: 1px solid var(--border-color); transition: all 0.3s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: var(--accent); }
.feature-icon { font-size: 32px; margin-bottom: 15px; }
.feature-card h3 { font-size: 14px; font-weight: 600; margin-bottom: 10px; }
.feature-card p { font-size: 12px; color: var(--text-muted); }

.section-title { font-size: 32px; font-weight: 700; text-align: center; margin-bottom: 50px; }
.section-title span { color: var(--accent); }

/* Profit Calculator Section */
.profit-calculator { padding: 80px 0; background: var(--bg-dark); direction: rtl; }
.calculator-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.calculator-content { text-align: right; direction: rtl; }
.calculator-content-header { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; justify-content: flex-start; }
.content-icon { width: 50px; height: 50px; background: linear-gradient(135deg, var(--accent) 0%, #ff9500 100%); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.calculator-content-header h2 { font-size: 28px; font-weight: 700; line-height: 1.4; }
.calculator-content-header h2 span { color: var(--accent); }
.calculator-subtitle { font-size: 14px; color: var(--text-secondary); margin-bottom: 20px; }
.calculator-desc { font-size: 13px; color: var(--text-muted); line-height: 2; margin-bottom: 25px; }
.calculator-benefits { list-style: none; padding: 0; }
.calculator-benefits li { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; font-size: 13px; color: var(--text-secondary); }
.benefit-icon { color: var(--accent); font-size: 12px; font-weight: bold; }

.calculator-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.45);
    direction: rtl;
}
.calculator-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}
.calculator-icon { font-size: 28px; }
.calculator-header h3 { font-size: 18px; color: var(--text-primary); font-weight: 700; }

.calc-field { margin-bottom: 20px; }
.calc-label { display: block; font-size: 13px; color: var(--text-secondary); margin-bottom: 10px; font-weight: 500; }

.plan-selector { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.plan-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: var(--bg-card-light);
    border: 2px solid var(--border-color);
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.plan-option:hover { border-color: rgba(245, 166, 35, 0.4); background: rgba(245, 166, 35, 0.05); }
.plan-option.active { border-color: var(--accent); background: rgba(245, 166, 35, 0.1); }
.plan-option-icon { font-size: 24px; }
.plan-option-info { display: flex; flex-direction: column; gap: 2px; }
.plan-option-name { font-size: 12px; color: var(--text-primary); font-weight: 600; }
.plan-option-details { font-size: 10px; color: var(--text-muted); }

.amount-input-wrapper {
    display: flex;
    align-items: center;
    background: var(--bg-card-light);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 4px;
    transition: border-color 0.3s;
}
.amount-input-wrapper:focus-within { border-color: var(--accent); }
.calc-input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 14px 16px;
    font-size: 16px;
    color: var(--text-primary);
    font-family: 'Vazirmatn', sans-serif;
    outline: none;
    direction: ltr;
    text-align: right;
}
.calc-input::placeholder { color: var(--text-muted); }
.calc-input::-webkit-outer-spin-button,
.calc-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.calc-input[type=number] { -moz-appearance: textfield; }
.input-suffix {
    padding: 10px 16px;
    background: rgba(245, 166, 35, 0.1);
    border-radius: 10px;
    font-size: 12px;
    color: var(--accent);
    font-weight: 600;
}
.calc-hint { display: block; font-size: 11px; color: var(--text-muted); margin-top: 8px; }

.calc-results {
    background: var(--bg-card-light);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}
.result-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}
.result-label { font-size: 13px; color: var(--text-muted); }
.result-value { font-size: 14px; color: var(--text-primary); font-weight: 600; direction: ltr; }
.result-value.profit { color: #00c853; font-size: 16px; }
.result-divider { height: 1px; background: var(--border-color); margin: 10px 0; }
.result-row.total { padding: 12px 0; }
.result-row.total .result-label { font-size: 14px; color: var(--text-primary); font-weight: 600; }
.result-row.total .result-value { font-size: 20px; color: var(--accent); font-weight: 800; }
.result-row.highlight { background: rgba(0, 200, 83, 0.05); margin: 0 -20px; padding: 12px 20px; border-radius: 10px; }

.calculator-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, var(--accent) 0%, #ff9500 100%);
    border-radius: 14px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s;
    text-decoration: none;
}
.calculator-btn:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(245, 166, 35, 0.35); }

@media (max-width: 1024px) {
    .calculator-grid { grid-template-columns: 1fr; gap: 40px; }
    .calculator-content { text-align: center; order: -1; }
    .calculator-content-header { flex-direction: column; justify-content: center; }
    .calculator-benefits li { justify-content: center; }
}
@media (max-width: 600px) {
    .plan-selector { grid-template-columns: 1fr; }
    .calculator-card { padding: 20px; }
    .calc-results { padding: 15px; }
    .result-row.highlight { margin: 0 -15px; padding: 10px 15px; }
}

.plans { padding: 100px 0; }
.plans-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.plan-card { background: var(--bg-card); border-radius: 24px; padding: 30px; border: 1px solid var(--border-color); text-align: center; transition: all 0.3s ease; }
.plan-card:hover { transform: translateY(-10px); border-color: var(--accent); }
.plan-card.featured { border-color: var(--accent); box-shadow: 0 0 40px rgba(245, 166, 35, 0.15); position: relative; }
.plan-card.featured::before { content: 'پیشنهاد ویژه'; position: absolute; top: 15px; right: -35px; background: var(--accent); color: #000; font-size: 10px; font-weight: 600; padding: 5px 40px; transform: rotate(45deg); }
.plan-badge { display: inline-block; background: var(--bg-card-light); padding: 8px 15px; border-radius: 20px; font-size: 11px; color: var(--text-muted); margin-bottom: 20px; }
.plan-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 15px; }
.plan-profit { font-size: 32px; font-weight: 800; color: var(--accent-green); margin-bottom: 15px; }
.plan-card p { font-size: 12px; color: var(--text-muted); margin-bottom: 20px; }
.plan-card .btn { width: 100%; justify-content: center; }

.chart-section { padding: 100px 0; background: var(--bg-card); }
.chart-section h2 { font-size: 28px; font-weight: 700; margin-bottom: 40px; text-align: right; }
.chart-container { background: var(--bg-card-light); border-radius: 24px; padding: 40px; border: 1px solid var(--border-color); }

/* Reviews Section - Redesigned */
.reviews {
    padding: 100px 0;
    background: linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-card) 50%, var(--bg-dark) 100%);
    position: relative;
    overflow: hidden;
}
.reviews::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(245, 166, 35, 0.05) 0%, transparent 60%);
    pointer-events: none;
}
.reviews-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.reviews-header h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
}
.reviews-header h2 span { color: var(--accent); }
.reviews-header p {
    font-size: 16px;
    color: var(--text-muted);
}
.reviews-showcase {
    position: relative;
    overflow: hidden;
    margin: 0 -20px;
    padding: 20px;
}
.reviews-track {
    display: flex;
    gap: 25px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 10px 0;
}
.review-card {
    flex: 0 0 380px;
    background: linear-gradient(145deg, var(--bg-card) 0%, var(--bg-card-light) 100%);
    border-radius: 24px;
    padding: 30px;
    border: 1px solid var(--border-color);
    position: relative;
    transition: all 0.4s ease;
}
.review-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 25px;
    font-size: 80px;
    font-family: Georgia, serif;
    color: var(--accent);
    opacity: 0.15;
    line-height: 1;
}
.review-card:hover {
    transform: translateY(-10px);
    border-color: var(--accent);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3), 0 0 40px rgba(245, 166, 35, 0.1);
}
.review-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.review-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--accent);
    box-shadow: 0 5px 20px rgba(245, 166, 35, 0.3);
}
.review-info { flex: 1; }
.review-info h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 4px;
}
.review-info .verified {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: var(--accent-green);
    background: rgba(0, 200, 83, 0.1);
    padding: 4px 10px;
    border-radius: 20px;
}
.review-info .verified svg {
    width: 14px;
    height: 14px;
}
.review-rating {
    display: flex;
    gap: 4px;
    margin-bottom: 15px;
}
.review-rating span {
    color: #ffc107;
    font-size: 18px;
}
.review-text {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.9;
    position: relative;
    z-index: 1;
}
.review-date {
    margin-top: 15px;
    font-size: 12px;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 5px;
}
.reviews-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}
.review-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.review-nav-btn:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #000;
    transform: scale(1.1);
}
.reviews-dots {
    display: flex;
    gap: 10px;
}
.review-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--border-color);
    cursor: pointer;
    transition: all 0.3s;
}
.review-dot.active {
    background: var(--accent);
    transform: scale(1.2);
}

.faq { padding: 100px 0; background: var(--bg-card); }
.faq h2 { font-size: 32px; font-weight: 700; text-align: center; margin-bottom: 50px; padding: 15px 40px; border: 1px solid var(--border-color); border-radius: 50px; display: inline-block; }
.faq .container { text-align: center; }
.faq-grid { display: flex; flex-direction: column; gap: 12px; text-align: right; max-width: 900px; margin: 0 auto; }

/* FAQ Accordion Styles */
.faq-accordion-item {
    background: var(--bg-card-light);
    border-radius: 16px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq-accordion-item:hover {
    border-color: rgba(245, 166, 35, 0.3);
}
.faq-accordion-item.active {
    border-color: var(--accent);
    box-shadow: 0 8px 32px rgba(245, 166, 35, 0.15);
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.faq-question:hover {
    background: rgba(255, 255, 255, 0.02);
}
.faq-question-content {
    display: flex;
    align-items: center;
    gap: 15px;
}
.faq-icon {
    font-size: 24px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 166, 35, 0.1);
    border-radius: 12px;
    flex-shrink: 0;
}
.faq-question h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
    line-height: 1.6;
}
.faq-toggle-icon {
    color: var(--text-muted);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
.faq-accordion-item.active .faq-toggle-icon {
    transform: rotate(180deg);
    color: var(--accent);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
}
.faq-accordion-item.active .faq-answer {
    max-height: 300px;
    padding: 0 24px 24px 84px;
}
.faq-answer p {
    font-size: 14px;
    line-height: 1.9;
    color: var(--text-secondary);
    margin: 0;
    padding-top: 5px;
    border-top: 1px solid var(--border-color);
}

/* App Download Section - Redesigned */
.app-download {
    padding: 80px 0 60px;
    background: linear-gradient(180deg, #0a1628 0%, #0d1f3c 50%, #0a1628 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.app-download::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, rgba(0, 102, 255, 0.08) 0%, transparent 60%);
    pointer-events: none;
}
.app-download::after {
    content: '';
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    border: 1px solid rgba(0, 102, 255, 0.15);
    border-radius: 50%;
    pointer-events: none;
}
.app-download h2 { font-size: 32px; font-weight: 700; margin-bottom: 50px; position: relative; z-index: 1; }
.app-download h2 span { color: var(--accent); }

/* Steps Timeline */
.app-steps {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.step-card {
    text-align: center;
    max-width: 180px;
}
.step-image {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    margin: 0 auto 15px;
    overflow: hidden;
    border: 2px solid rgba(0, 102, 255, 0.3);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.step-image svg {
    color: #0066ff;
}
.step-card h4 {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 5px;
}
.step-card p {
    font-size: 11px;
    color: var(--text-muted);
    line-height: 1.6;
}
.step-line {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, rgba(0,102,255,0.5), rgba(0,102,255,0.1));
    margin-top: 50px;
    position: relative;
}
.step-line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: var(--accent-blue);
    border-radius: 50%;
}

/* App Showcase */
.app-showcase {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.download-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.download-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 14px 20px;
    min-width: 160px;
    transition: all 0.3s;
}
.download-btn:hover {
    border-color: var(--accent);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.store-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.btn-text {
    text-align: right;
}
.btn-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
}
.btn-subtitle {
    display: block;
    font-size: 11px;
    color: var(--text-muted);
}

/* Phone Mockups - Modern Design */
.phone-mockups {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 500px;
    overflow: visible;
}

.phone-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Phone Frame */
.phone-frame {
    width: 280px;
    height: 560px;
    background: linear-gradient(145deg, #1a1a24 0%, #0d0d14 100%);
    border-radius: 45px;
    padding: 12px;
    position: relative;
    z-index: 10;
    border: 3px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 50px 100px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.phone-frame:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 
        0 60px 120px rgba(0, 102, 255, 0.3),
        0 0 80px rgba(0, 102, 255, 0.15),
        0 0 0 1px rgba(0, 102, 255, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.phone-notch {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 28px;
    background: #0a0a0f;
    border-radius: 20px;
    z-index: 20;
}

.phone-notch::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #1a1a24;
    border-radius: 50%;
    border: 2px solid #2a2a34;
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0d1117 0%, #161b22 100%);
    border-radius: 35px;
    overflow: hidden;
    padding: 50px 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* App Header */
.app-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.app-logo-small {
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(135deg, #f5a623, #ff6b35);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.app-user-avatar {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #0066ff, #00c853);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

/* Balance Card */
.balance-card {
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.15) 0%, rgba(0, 200, 83, 0.1) 100%);
    border: 1px solid rgba(0, 102, 255, 0.3);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.balance-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 102, 255, 0.2) 0%, transparent 70%);
    animation: pulse-glow 3s ease-in-out infinite;
}

@keyframes pulse-glow {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.1); }
}

.balance-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 4px;
}

.balance-amount {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 102, 255, 0.5);
    direction: ltr;
}

.balance-currency {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 2px;
}

.balance-growth {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
    color: #00c853;
    font-size: 12px;
    font-weight: 600;
}

.balance-growth svg {
    width: 14px;
    height: 14px;
    stroke: #00c853;
}

/* Mini Chart */
.mini-chart {
    height: 60px;
    margin: 8px 0;
}

.chart-line {
    width: 100%;
    height: 100%;
}

.chart-line path {
    animation: draw-chart 2s ease-out forwards;
}

@keyframes draw-chart {
    from { stroke-dasharray: 500; stroke-dashoffset: 500; }
    to { stroke-dasharray: 500; stroke-dashoffset: 0; }
}

/* Quick Actions */
.quick-actions {
    display: flex;
    justify-content: space-around;
    gap: 8px;
}

.action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.action-btn span {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.7);
}

.action-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.action-icon svg {
    width: 20px;
    height: 20px;
}

.action-icon.deposit {
    background: linear-gradient(135deg, rgba(0, 200, 83, 0.2) 0%, rgba(0, 200, 83, 0.1) 100%);
    border: 1px solid rgba(0, 200, 83, 0.3);
}
.action-icon.deposit svg { stroke: #00c853; }

.action-icon.withdraw {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.2) 0%, rgba(255, 107, 53, 0.1) 100%);
    border: 1px solid rgba(255, 107, 53, 0.3);
}
.action-icon.withdraw svg { stroke: #ff6b35; }

.action-icon.invest {
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.2) 0%, rgba(0, 102, 255, 0.1) 100%);
    border: 1px solid rgba(0, 102, 255, 0.3);
}
.action-icon.invest svg { stroke: #0066ff; }

/* Transaction Item */
.transaction-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 14px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.tx-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tx-icon svg {
    width: 18px;
    height: 18px;
}

.tx-icon.profit-icon {
    background: rgba(0, 200, 83, 0.15);
}
.tx-icon.profit-icon svg { stroke: #00c853; }

.tx-info {
    flex: 1;
}

.tx-title {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}

.tx-date {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.4);
}

.tx-amount {
    font-size: 13px;
    font-weight: 600;
    color: #00c853;
    direction: ltr;
}

/* Floating Notifications */
.floating-notification {
    position: absolute;
    background: rgba(15, 15, 25, 0.98);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 15;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 102, 255, 0.1);
    animation: float-smooth 5s ease-in-out infinite;
}

/* Profit Notification */
.notif-profit {
    top: 30px;
    right: -100px;
    animation-delay: 0s;
    border-color: rgba(0, 200, 83, 0.3);
}

.notif-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notif-icon.success {
    background: linear-gradient(135deg, rgba(0, 200, 83, 0.2), rgba(0, 200, 83, 0.1));
    border: 1px solid rgba(0, 200, 83, 0.3);
}

.notif-icon.success svg {
    width: 20px;
    height: 20px;
    stroke: #00c853;
}

.notif-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.notif-title {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.notif-amount {
    font-size: 15px;
    font-weight: 700;
    color: #00c853;
    direction: ltr;
    text-align: right;
}

/* Users Notification */
.notif-users {
    bottom: 20px;
    left: -120px;
    animation-delay: 1.5s;
    flex-direction: column;
    gap: 8px;
    padding: 16px 20px;
}

.notif-avatars {
    display: flex;
    align-items: center;
}

.mini-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #0f0f19;
    margin-right: -10px;
}

.mini-avatar:nth-child(1) { background: linear-gradient(135deg, #ff6b6b, #ee5a5a); z-index: 3; }
.mini-avatar:nth-child(2) { background: linear-gradient(135deg, #4ecdc4, #44a08d); z-index: 2; }
.mini-avatar:nth-child(3) { background: linear-gradient(135deg, #a855f7, #7c3aed); z-index: 1; }

.avatar-count {
    font-size: 13px;
    font-weight: 700;
    color: #0066ff;
    margin-right: 8px;
}

.notif-text {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
}

/* Live Notification */
.notif-live {
    bottom: 80px;
    right: -110px;
    animation-delay: 2.5s;
    flex-direction: column;
    gap: 8px;
    padding: 14px 18px;
    border-color: rgba(255, 59, 48, 0.3);
}

.live-indicator {
    display: flex;
    align-items: center;
    gap: 6px;
}

.live-dot {
    width: 8px;
    height: 8px;
    background: #ff3b30;
    border-radius: 50%;
    animation: pulse-live 1.5s ease-in-out infinite;
}

@keyframes pulse-live {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

.live-text {
    font-size: 10px;
    font-weight: 700;
    color: #ff3b30;
    letter-spacing: 1px;
}

.live-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.live-label {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.6);
}

.live-amount {
    font-size: 16px;
    font-weight: 700;
    color: #00c853;
    direction: ltr;
    text-align: right;
}

@keyframes float-smooth {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-12px) scale(1.02); }
}

/* Glow Effects */
.phone-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 102, 255, 0.25) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
    animation: glow-pulse 4s ease-in-out infinite;
}

.phone-glow-2 {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 200, 83, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
    top: 50px;
    left: -50px;
    animation: glow-pulse 4s ease-in-out infinite;
    animation-delay: 2s;
}

@keyframes glow-pulse {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.1); }
}

/* App Description */
.app-desc {
    max-width: 800px;
    margin: 0 auto;
    font-size: 13px;
    color: var(--text-muted);
    line-height: 2;
    position: relative;
    z-index: 1;
}

/* Footer Badges Compact */
.footer-badges-compact {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}
.badge-mini {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-card-light);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 8px;
    transition: all 0.3s;
}
.badge-mini:hover {
    border-color: var(--accent);
    transform: scale(1.05);
}
.badge-mini img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .app-steps { flex-wrap: wrap; gap: 30px; }
    .step-line { display: none; }
    .app-showcase { flex-direction: column; gap: 30px; }
    .download-col { flex-direction: row; }
    .phone-mockups { transform: scale(0.85); }
    .phone-frame { width: 260px; height: 520px; }
    .floating-notification { padding: 10px 14px; }
    .notif-profit { right: -80px; }
    .notif-users { left: -90px; bottom: 20px; }
    .notif-live { right: -80px; }
}
@media (max-width: 768px) {
    .phone-mockups { transform: scale(1); min-height: auto; margin: 20px 0; }
    .phone-frame { width: 260px; height: 520px; }
    .floating-notification { display: none; }
    .phone-glow, .phone-glow-2 { display: block; width: 280px; height: 280px; opacity: 0.8; }
    .phone-glow { background: radial-gradient(circle, rgba(0, 102, 255, 0.35) 0%, transparent 70%); }
    .phone-glow-2 { background: radial-gradient(circle, rgba(0, 200, 83, 0.25) 0%, transparent 70%); top: auto; bottom: -50px; left: auto; right: -50px; }
    .balance-amount { font-size: 26px; }
    .action-icon { width: 40px; height: 40px; }
    .action-icon svg { width: 18px; height: 18px; }
    .app-showcase { gap: 15px; }
    .download-col { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 8px; }
    .download-btn { min-width: 140px; padding: 10px 14px; gap: 8px; }
    .download-btn .store-icon { width: 24px; height: 24px; }
    .btn-title { font-size: 12px; }
    .btn-subtitle { font-size: 9px; }
}
@media (max-width: 480px) {
    .phone-mockups { transform: scale(0.95); }
    .phone-frame { width: 240px; height: 480px; }
    .phone-screen { padding: 45px 14px 18px; gap: 14px; }
    .balance-card { padding: 16px; border-radius: 16px; }
    .balance-amount { font-size: 24px; }
    .quick-actions { gap: 6px; }
    .action-btn span { font-size: 9px; }
    .transaction-item { padding: 10px; gap: 10px; }
    .download-col { gap: 6px; }
    .download-btn { min-width: 130px; padding: 8px 12px; }
    .download-btn .store-icon { width: 22px; height: 22px; }
    .btn-title { font-size: 11px; }
    .btn-subtitle { font-size: 8px; }
}

/* Footer - Redesigned */
.footer {
    background: linear-gradient(180deg, var(--bg-card) 0%, #0a0f18 100%);
    padding: 80px 0 30px;
    border-top: 1px solid var(--border-color);
    position: relative;
}
.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
}
.footer-top {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 60px;
    margin-bottom: 50px;
}
.footer-brand { flex-shrink: 0; }
.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}
.footer-logo img {
    width: 50px;
    height: 50px;
    border-radius: 12px;
}
.footer-logo span {
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--accent) 0%, #ff9500 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-tagline {
    font-size: 16px;
    color: var(--text-secondary);
    margin-bottom: 25px;
    line-height: 1.8;
}
.footer-social {
    display: flex;
    gap: 12px;
}
.social-link {
    width: 48px;
    height: 48px;
    background: var(--bg-card-light);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    transition: all 0.3s;
}
.social-link:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(245, 166, 35, 0.3);
}
.social-link svg {
    width: 22px;
    height: 22px;
}
.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.footer-col h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}
.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 3px;
    background: var(--accent);
    border-radius: 2px;
}
.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-col ul li {
    margin-bottom: 12px;
}
.footer-col ul li a {
    font-size: 15px;
    color: var(--text-muted);
    transition: all 0.3s;
    display: inline-block;
}
.footer-col ul li a:hover {
    color: var(--accent);
    transform: translateX(-5px);
}
.footer-badges {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.badge-link {
    display: block;
    transition: all 0.3s;
}
.badge-link:hover {
    transform: scale(1.05);
}
.trust-badge {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    background: var(--bg-card-light);
    border: 1px solid var(--border-color);
    padding: 10px;
    object-fit: contain;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid var(--border-color);
}
.footer-bottom p {
    font-size: 14px;
    color: var(--text-muted);
}
.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-bottom-links a {
    font-size: 14px;
    color: var(--text-muted);
    transition: color 0.3s;
}
.footer-bottom-links a:hover {
    color: var(--accent);
}
.footer-bottom-links span {
    color: var(--border-color);
}

@media (max-width: 1024px) {
    .footer-top { grid-template-columns: 1fr; gap: 40px; }
    .footer-links { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .footer-links { grid-template-columns: repeat(2, 1fr); text-align: center; gap: 20px; }
    .footer-col h4::after { right: 50%; transform: translateX(50%); }
    .footer-col h4 { font-size: 14px; margin-bottom: 10px; }
    .footer-col ul li { margin-bottom: 8px; }
    .footer-col ul li a { font-size: 13px; }
    .footer-badges { justify-content: center; }
    .footer-badges-compact { justify-content: center; flex-wrap: wrap; gap: 8px; }
    .footer-bottom { flex-direction: column; gap: 15px; text-align: center; }
    .footer-social { justify-content: center; }
    .footer-logo { justify-content: center; }
    .footer-tagline { text-align: center; }
}

@media (max-width: 1024px) {
    .features-grid { grid-template-columns: repeat(3, 1fr); }
    .plans-grid { grid-template-columns: repeat(2, 1fr); }
    .faq-grid { flex-direction: column; gap: 10px; }
    .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .nav-links { display: none; }
    .hero .container { display: block; min-height: auto; text-align: center; }
    .hero-bg { left: 0; right: 0; width: 100%; border-radius: 22px; }
    .hero-content h1 { font-size: 26px; line-height: 1.6; }
    .hero-content h1 span { font-size: 30px; }
    .hero-content p { font-size: 15px; }
    .hero-buttons { justify-content: center; }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .plans-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .reviews-grid { grid-template-columns: 1fr; }
    .plan-card { padding: 18px 14px; }
    .plan-card h3 { font-size: 14px; }
    .plan-price { font-size: 20px; }
    .plan-badge { font-size: 9px; padding: 5px 10px; }
    .faq-grid { padding: 0 10px; }
    .faq-question { padding: 16px 18px; }
    .faq-icon { width: 38px; height: 38px; font-size: 20px; }
    .faq-question h4 { font-size: 13px; }
    .faq-accordion-item.active .faq-answer { padding: 0 18px 18px 56px; }
    .faq-answer p { font-size: 13px; }
    .footer-content { flex-direction: column; gap: 30px; text-align: center; }
}
