/* =====================================================
   VardiyaWeb – Tanýtým Sitesi CSS
   ===================================================== */

/* ---------- Genel ---------- */
* { box-sizing: border-box; }

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
    font-family: 'Inter', sans-serif;
    color: #1a1a2e;
    overflow-x: hidden;
    margin-bottom: 60px;
}

.py-6 { padding-top: 5rem !important; padding-bottom: 5rem !important; }

/* ---------- Navbar ---------- */
#mainNav {
    background: transparent;
    transition: background 0.35s ease, box-shadow 0.35s ease;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#mainNav.scrolled {
    background: #0f0c29 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,.3);
    padding-top: .6rem;
    padding-bottom: .6rem;
}

#mainNav .nav-link {
    color: rgba(255,255,255,.85);
    font-weight: 500;
    transition: color .2s;
}
#mainNav .nav-link:hover { color: #ffc107; }

/* ---------- Hero ---------- */
.hero-section {
    min-height: 100vh;
    background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
    position: relative;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    line-height: 0;
}
.hero-wave svg { width: 100%; display: block; }

.text-white-75 { color: rgba(255,255,255,.75) !important; }
.hero-badge { font-size: .9rem; }

/* ---------- Dashboard Mockup ---------- */
.dashboard-mockup {
    background: #1e1b3a;
    border-radius: 16px;
    width: 100%;
    max-width: 460px;
    box-shadow: 0 30px 80px rgba(0,0,0,.5);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.1);
}

.mockup-header {
    background: #2d2a4a;
    padding: .75rem 1rem;
    display: flex;
    align-items: center;
    gap: .4rem;
}

.dot { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }
.dot.red    { background: #ff5f57; }
.dot.yellow { background: #febc2e; }
.dot.green  { background: #28c840; }

.mockup-body { padding: 1.25rem; }

.mockup-stat {
    border-radius: 10px;
    padding: .75rem;
    display: flex;
    align-items: center;
    gap: .75rem;
}
.mockup-stat-icon { line-height: 1; }
.mockup-num   { font-size: .9rem; font-weight: 700; color: #1a1a2e; }
.mockup-label { font-size: .7rem; color: #6c757d; }

.mockup-chart {
    background: #2d2a4a;
    border-radius: 10px;
    padding: 1rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    height: 110px;
    gap: .5rem;
    margin-top: .5rem;
}

.mockup-bar {
    flex: 1;
    background: #667eea;
    border-radius: 4px 4px 0 0;
    position: relative;
    min-width: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.mockup-bar span {
    font-size: .6rem;
    color: rgba(255,255,255,.7);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 3px 0;
}
.bar2 { background: #764ba2; }
.bar3 { background: #f093fb; }
.bar4 { background: #f5576c; }

/* ---------- Stats Bar ---------- */
.stat-pill { text-align: center; }
.stat-pill-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* ---------- Features ---------- */
.feature-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 2rem;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,.1);
    border-color: #667eea;
}
.feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-purple  { color: #7c3aed !important; }
.bg-purple-subtle { background-color: #f3e8ff !important; }

/* ---------- Steps ---------- */
.step-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    font-weight: 800;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(102,126,234,.4);
}

/* ---------- Flow Diagram ---------- */
.flow-diagram {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}
.flow-node {
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 14px;
    padding: 1.25rem 2rem;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(0,0,0,.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    min-width: 240px;
    transition: transform .3s ease;
}
.flow-node:hover { transform: scale(1.04); }
.flow-node span  { font-size: .9rem; }

/* ---------- Price Cards ---------- */
.price-card {
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    transition: transform .3s ease, box-shadow .3s ease;
    position: relative;
}
.price-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(0,0,0,.1);
}
.price-card-featured {
    border-color: #ffc107;
    box-shadow: 0 16px 50px rgba(255,193,7,.2);
}
.price-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ffc107, #fd7e14);
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
    padding: .35rem 1.2rem;
    border-radius: 20px;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(255,193,7,.4);
}
.price-card-header { text-align: center; }
.price-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.price-amount {
    text-align: center;
    margin: 1.5rem 0 .5rem;
    line-height: 1;
}
.price-amount .currency { font-size: 1.5rem; font-weight: 700; color: #1a1a2e; vertical-align: top; margin-top: .4rem; }
.price-amount .amount   { font-size: 3rem; font-weight: 800; color: #1a1a2e; }
.price-amount .period   { font-size: 1rem; color: #6c757d; }
.price-features li      { padding: .5rem 0; font-size: .92rem; border-bottom: 1px solid #f0f0f0; }
.price-features li:last-child { border-bottom: none; }

/* ---------- Trust / Gradient Section ---------- */
.bg-gradient-primary {
    background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
}
.bg-white-subtle { background: rgba(255,255,255,.1) !important; }
.trust-item { color: rgba(255,255,255,.9); font-size: .9rem; }

/* ---------- Testimonial ---------- */
.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 20px 60px rgba(0,0,0,.2);
    max-width: 420px;
    width: 100%;
}
.avatar-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---------- Contact ---------- */
.contact-info-card,
.contact-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 30px rgba(0,0,0,.06);
}
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.contact-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.form-control:focus,
.form-select:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 .2rem rgba(102,126,234,.2);
}

/* ---------- CTA Bar ---------- */
.cta-bar {
    background: linear-gradient(135deg, #f5576c, #f093fb);
}

/* ---------- Footer ---------- */
.footer-section {
    background: #0f0c29;
}
.hover-white:hover { color: #fff !important; }

/* ---------- Animations ---------- */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}
.hero-section .col-lg-6:first-child > * {
    animation: fadeInUp .7s ease both;
}
.hero-section .col-lg-6:first-child > *:nth-child(1) { animation-delay: .1s; }
.hero-section .col-lg-6:first-child > *:nth-child(2) { animation-delay: .25s; }
.hero-section .col-lg-6:first-child > *:nth-child(3) { animation-delay: .4s; }
.hero-section .col-lg-6:first-child > *:nth-child(4) { animation-delay: .55s; }
.hero-section .col-lg-6:first-child > *:nth-child(5) { animation-delay: .7s; }