:root {
    --bg-gradient: linear-gradient(135deg, #131836, #1f2847);
    --accent: #ffb347;
    --accent-soft: rgba(255, 179, 71, 0.1);
    --text-light: #f8f9ff;
    --card-bg: rgba(20, 24, 50, 0.9);
    --border-soft: rgba(255, 255, 255, 0.08);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--bg-gradient);
    color: var(--text-light);
    margin: 0;
    padding-top: 70px; /* navbar yüksekliği */
}

/* Navbar */
.glass-nav {
    background: rgba(10, 10, 30, 0.8);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--border-soft);
}

.logo-nav {
    height: 32px;
}

.navbar-brand span {
    font-weight: 600;
    letter-spacing: 0.03em;
}

.nav-link {
    color: #d1d5ff !important;
    font-weight: 500;
    transition: color 0.2s ease;
}

.nav-link:hover {
    color: var(--accent) !important;
}

/* Hero */
.hero-section {
    padding: 7rem 0 5rem;
}

.hero-title {
    font-size: 2.7rem;
    font-weight: 700;
}

.hero-title .accent {
    color: var(--accent);
}

.badge.bg-soft {
    background: var(--accent-soft);
    color: var(--accent);
    font-weight: 500;
}

/* Buttons */
.btn-gradient {
    background-image: linear-gradient(135deg, #ffb347, #ff6b6b);
    border: none;
    color: #111;
    font-weight: 600;
    border-radius: 999px;
    padding-inline: 1.8rem;
}

.btn-gradient:hover {
    filter: brightness(1.05);
    color: #111;
}

.btn-outline-light {
    border-radius: 999px;
}

/* Sections */
.section-padding {
    padding: 5rem 0;
}

.bg-section {
    background: radial-gradient(circle at top left, rgba(255,255,255,0.03), transparent 55%);
}

/* Titles */
.section-title {
    font-size: 2rem;
    font-weight: 700;
}

.section-subtitle {
    color: #c3c7f5;
    max-width: 600px;
    margin: 0 auto;
}

/* Cards */
.feature-card,
.info-card,
.pricing-card,
.contact-form,
.timeline li {
    background: var(--card-bg);
    border-radius: 1.5rem;
    padding: 1.5rem 1.7rem;
    border: 1px solid var(--border-soft);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.feature-card h5 {
    margin-bottom: 0.6rem;
}

.feature-card p {
    margin-bottom: 0;
    color: #d0d4ff;
}

/* Swiper */
.swiper {
    width: 100%;
    padding: 1rem 0 3rem;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

/* Timeline */
.timeline {
    list-style: none;
    padding-left: 0;
    position: relative;
}

.timeline li {
    margin-bottom: 1.2rem;
    position: relative;
    padding-left: 2.3rem;
}

.timeline li::before {
    content: '';
    position: absolute;
    left: 0.6rem;
    top: 0.8rem;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: var(--accent);
}

.timeline li::after {
    content: '';
    position: absolute;
    left: 1.1rem;
    top: 1.8rem;
    width: 2px;
    height: calc(100% - 1.2rem);
    background: rgba(255,255,255,0.15);
}

.timeline li:last-child::after {
    display: none;
}

.timeline h5 {
    margin-bottom: 0.3rem;
}

/* List check */
.list-check {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.list-check li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.5rem;
}

.list-check li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--accent);
}

/* Pricing */
.pricing-card {
    text-align: center;
}

.pricing-card .price {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--accent);
}

/* Contact */
.contact-section {
    position: relative;
}

.contact-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at bottom right, rgba(255,255,255,0.06), transparent 60%);
    pointer-events: none;
}

.contact-highlight {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 1rem;
    padding: 1rem 1.2rem;
    border: 1px solid var(--border-soft);
}

/* Footer */
.footer {
    background: rgba(0, 0, 0, 0.55);
    border-top: 1px solid var(--border-soft);
}

/* Form controls dark mode */
.contact-form .form-control,
.contact-form .form-select {
    background: rgba(5, 8, 25, 0.85);
    border-radius: 0.8rem;
    border: 1px solid rgba(255,255,255,0.1);
    color: #f1f3ff;
}

.contact-form .form-control:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 0.2rem rgba(255, 179, 71, 0.25);
}

/* Hero mockup */
.hero-mockup img {
    border-radius: 2rem;
}

/* Responsive */
@media (max-width: 991.98px) {
    .hero-section {
        text-align: center;
    }
}
/* --- Kart Baskı Merkezi vurgusu --- */
.highlight-link {
    color: #F57000 !important;
    font-weight: 600;
    border: 1px solid rgba(245, 112, 0, 0.5);
    padding: 6px 14px;
    border-radius: 999px;
    transition: all 0.25s ease;
    background: rgba(245, 112, 0, 0.08);
    margin-left: 8px;
    position: relative;
}

.highlight-link:hover {
    background: rgba(245, 112, 0, 0.18);
    box-shadow: 0 0 12px rgba(245, 112, 0, 0.45);
    color: #fff !important;
    border-color: rgba(245, 112, 0, 0.8);
}

/* "Yeni" badge */
.badge-new {
    background: #F57000;
    color: #fff;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 10px;
    margin-left: 6px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
