:root {
    --ex-primary: #1d4ed8;
    /* ana mavi */
    --ex-primary-dark: #1e3a8a;
    --ex-accent: #0ea5e9;
    /* vurgu */
    --ex-bg-dark: #020617;
    /* dış fonda koyu */
    --ex-shell: #f9fafb;
    /* içerik kartı */
    --ex-text-main: #0f172a;
    --ex-text-muted: #6b7280;
    --ex-border-soft: #e2e8f0;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 0 0, rgba(37, 99, 235, 0.35), transparent 60%),
        radial-gradient(circle at 100% 100%, rgba(15, 118, 110, 0.25), transparent 60%),
        radial-gradient(circle at 100% 0, rgba(14, 165, 233, 0.30), transparent 60%),
        var(--ex-bg-dark);
    color: var(--ex-text-main);
}

a {
    text-decoration: none;
}

.outer-shell {
    max-width: 1200px;
    margin: 32px auto;
    border-radius: 28px;
    background: radial-gradient(circle at 0 0, rgba(37, 99, 235, 0.04), transparent 55%),
        radial-gradient(circle at 100% 0, rgba(14, 165, 233, 0.05), transparent 55%),
        var(--ex-shell);
    box-shadow:
        0 28px 80px rgba(15, 23, 42, 0.55),
        0 0 0 1px rgba(148, 163, 184, 0.45);
    overflow: hidden;
}

.top-strip {
    height: 4px;
    background: linear-gradient(90deg, var(--ex-primary), var(--ex-accent));
}

/* NAVBAR */
.ex-navbar {
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
    background: rgba(249, 250, 251, 0.98);
    backdrop-filter: blur(10px);
}

.navbar-brand-strong {
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--ex-primary-dark);
}

.navbar-subtitle {
    font-size: 0.75rem;
    opacity: 0.8;
    color: #6b7280;
}

.navbar-logo {
    height: 34px;
    width: auto;
}

.nav-link {
    color: #4b5563 !important;
    font-size: 0.9rem;
    font-weight: 600;
}

.nav-link:hover {
    color: var(--ex-primary) !important;
}

/* HERO */
.hero {
    padding: 56px 32px 48px 32px;
    background:
        linear-gradient(135deg, #0b1120 0%, #111827 35%, #020617 100%);
    color: #e5e7eb;
}

.hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
}

@media (max-width: 992px) {
    .hero-inner {
        grid-template-columns: 1fr;
    }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid rgba(129, 140, 248, 0.7);
    background-color: rgba(15, 23, 42, 0.9);
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #bfdbfe;
}

.hero-badge span {
    background: rgba(37, 99, 235, 0.2);
    padding: 2px 8px;
    border-radius: 999px;
}

.hero-title {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.1;
    color: #f9fafb;
}

.hero-title span {
    color: #93c5fd;
}

.hero-subtitle {
    font-size: 1rem;
    color: #e5e7eb;
    max-width: 520px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
    margin-bottom: 10px;
}

.hero-meta {
    font-size: 0.85rem;
    color: #9ca3af;
}

.hero-meta strong {
    color: #e5e7eb;
}

.hero-card {
    border-radius: 18px;
    padding: 18px 18px 16px 18px;
    background:
        radial-gradient(circle at 0 0, rgba(59, 130, 246, 0.25), transparent 55%),
        radial-gradient(circle at 100% 100%, rgba(14, 165, 233, 0.2), transparent 55%),
        rgba(15, 23, 42, 0.96);
    border: 1px solid rgba(148, 163, 184, 0.9);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.85);
}

.hero-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.hero-card-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #e5e7eb;
}

.hero-chip {
    border-radius: 999px;
    padding: 2px 10px;
    font-size: 0.7rem;
    border: 1px solid rgba(191, 219, 254, 0.8);
    background-color: rgba(15, 23, 42, 0.9);
    color: #bfdbfe;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.hero-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 8px;
}

.hero-stat {
    padding: 8px 10px;
    border-radius: 10px;
    background-color: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(51, 65, 85, 0.9);
}

.hero-stat-label {
    font-size: 0.7rem;
    color: #9ca3af;
}

.hero-stat-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: #e5e7eb;
}

.hero-ecosystem {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}

.ecosystem-pill {
    border-radius: 999px;
    border: 1px dashed rgba(148, 163, 184, 0.9);
    padding: 2px 8px;
    font-size: 0.7rem;
    color: #cbd5f5;
}

/* BUTTONS */
.btn-primary {
    background: linear-gradient(135deg, var(--ex-primary), var(--ex-accent));
    border: none;
    color: #f9fafb;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.5);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #1e40af, #0284c7);
    box-shadow: 0 14px 38px rgba(37, 99, 235, 0.7);
}

.btn-outline-light-custom {
    border-color: rgba(148, 163, 184, 0.8);
    color: #e5e7eb;
    background-color: rgba(15, 23, 42, 0.7);
}

.btn-outline-light-custom:hover {
    border-color: #bfdbfe;
    background-color: rgba(15, 23, 42, 0.95);
    color: #f9fafb;
}

/* MAIN CONTENT SECTIONS */
main {
    padding: 40px 32px 32px 32px;
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-title {
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--ex-text-main);
}

.section-subtitle {
    max-width: 720px;
    margin: 0 auto 2.5rem auto;
    color: var(--ex-text-muted);
}

.tagline {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #6b7280;
}

/* CARDS */
.feature-card {
    border-radius: 14px;
    border: 1px solid var(--ex-border-soft);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
    background-color: #ffffff;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
    border-color: #c7d2fe;
    background-color: #f9fafb;
}

.feature-icon {
    font-size: 1.6rem;
    margin-bottom: 0.75rem;
}

.mini-pill {
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 0.7rem;
    background-color: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #dbeafe;
    display: inline-block;
    margin-bottom: 4px;
}

/* PROCESS / STEPS */
.step-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
}

.step-circle {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background-color: #eff6ff;
    border: 1px solid #c7d2fe;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1d4ed8;
}

.step-content-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--ex-text-main);
}

.step-content-text {
    font-size: 0.85rem;
    color: var(--ex-text-muted);
}

/* CONTACT & FORM */
.contact-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 24px;
}

@media (max-width: 992px) {
    .contact-shell {
        grid-template-columns: 1fr;
    }
}

.form-control,
.form-control:focus {
    background-color: #ffffff;
    border-color: var(--ex-border-soft);
    color: var(--ex-text-main);
}

.form-control:focus {
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25);
    border-color: #93c5fd;
}

label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #4b5563;
}

.kvkk-note {
    font-size: 0.8rem;
    color: var(--ex-text-muted);
}

.contact-info-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 12px;
    font-size: 0.9rem;
    color: var(--ex-text-muted);
}

.contact-info-list li strong {
    color: var(--ex-text-main);
}

/* FOOTER */
footer {
    border-top: 1px solid rgba(148, 163, 184, 0.25);
    padding: 14px 32px;
    font-size: 0.8rem;
    color: #6b7280;
    background-color: #f9fafb;
}

footer span:last-child {
    color: #4b5563;
    font-weight: 600;
}

@media (max-width: 576px) {
    .outer-shell {
        margin: 16px;
        border-radius: 20px;
    }

    .hero,
    main,
    footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero {
        padding-top: 40px;
        padding-bottom: 36px;
    }
}

.contact-info-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 12px;
    font-size: 0.9rem;
    color: var(--ex-text-muted);
}

.contact-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.contact-label {
    display: inline-block;
    min-width: 110px;
    /* genişliği buradan ince ayar */
    font-weight: 600;
    color: var(--ex-text-main);
}

/* İstersen ":" görünmesi için */
.contact-label::after {
    content: ":";
    margin-left: 2px;
}

.contact-value {
    flex: 1;
}

.contact-whatsapp {
    margin-left: 0.5rem;
    font-size: 0.8rem;
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid #22c55e;
    color: #15803d;
    background-color: #ecfdf3;
    text-decoration: none;
    white-space: nowrap;
}

.contact-whatsapp:hover {
    background-color: #22c55e;
    color: #f9fafb;
}

/* Varsayılan: açık zeminli bölümler için */
.section-title {
    color: var(--ex-text-main);
}

.section-subtitle {
    color: var(--ex-text-muted);
}

.tagline {
    color: #6b7280;
}

/* Koyu zeminli bölümler */
.section-dark .section-title {
    color: #e5e7eb;
}

.section-dark .section-subtitle {
    color: #d1d5db;
}

.section-dark .tagline {
    color: #9ca3af;
}

.hero-ecosystem {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}

.ecosystem-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    border: 1px dashed rgba(148, 163, 184, 0.9);
    padding: 2px 10px;
    font-size: 0.7rem;
    color: #cbd5f5;
    background-color: rgba(15, 23, 42, 0.8);
}

.ecosystem-icon {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    object-fit: contain;
    background-color: #ffffff;
}

.ex-navbar .contact-whatsapp {
    margin-left: 0;
}

.ex-navbar .navbar-nav {
    align-items: center;
}

.nav-whatsapp {
    border-radius: 999px;
    border: 1px solid #22c55e;
    color: #15803d !important;
    background-color: #ecfdf3;
    padding: 4px 14px;
    line-height: 1.2;
    margin-left: 0;
}

.nav-whatsapp:hover {
    background-color: #22c55e;
    color: #f9fafb !important;
}

.feature-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.product-logo-fincloudy {
    height: 42px;
    /* 26 → 42, gayet belirgin olur */
    width: auto;
    object-fit: contain;
    max-width: 120px;
    /* çok enli logo olursa kartı bozmasın */
}

.feature-link {
    font-weight: 500;
    text-decoration: none;
    color: var(--ex-primary);
}

.feature-link:hover {
    text-decoration: underline;
    color: var(--ex-primary-light);
}

.highlight-openbanking {
    color: var(--ex-primary);
    font-weight: 600;
}

.feature-list .key {
    font-weight: 600;
    color: var(--ex-text-main);
}

.key {
    font-weight: 700;
    color: var(--ex-text-main) !important;
    background: rgba(29, 78, 216, 0.10);
    padding: 0 6px;
    border-radius: 6px;
}

.product-logo-ideasoft {
    height: 40px;
    width: auto;
    object-fit: contain;
    max-width: 140px;
}

.fc-hero {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 18px;
    padding: 28px;
    background:
        radial-gradient(900px 260px at 10% 0%, rgba(37, 99, 235, 0.10), transparent 55%),
        radial-gradient(700px 260px at 90% 20%, rgba(2, 132, 199, 0.10), transparent 50%),
        rgba(15, 23, 42, 0.02);
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.06);
}

.fc-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 22px;
    align-items: center;
}

.fc-title {
    font-size: clamp(28px, 2.6vw, 44px);
    line-height: 1.06;
    letter-spacing: -0.02em;
    margin: 10px 0 10px;
    color: var(--ex-text);
}

.fc-lead {
    margin: 0 0 14px;
    color: var(--ex-text-muted);
    font-size: 1.05rem;
    line-height: 1.55;
    max-width: 62ch;
}

.fc-features {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.fc-features li {
    position: relative;
    padding-left: 28px;
    color: var(--ex-text-muted);
}

.fc-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.14);
    color: rgba(37, 99, 235, 1);
    font-weight: 800;
    line-height: 1;
}

.key {
    color: var(--ex-text);
    font-weight: 700;
    background: rgba(2, 6, 23, 0.04);
    border: 1px solid rgba(148, 163, 184, 0.18);
    padding: 2px 8px;
    border-radius: 10px;
    margin-right: 6px;
}

.fc-cta {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.fc-hero-right {
    display: flex;
    justify-content: flex-end;
}

.fc-visual {
    width: min(360px, 100%);
    border-radius: 16px;
    padding: 18px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(255, 255, 255, 0.55);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    text-align: center;
}

.fc-logo {
    max-width: 220px;
    width: 100%;
    height: auto;
    display: inline-block;
}

.fc-visual-caption {
    margin-top: 10px;
    font-size: .9rem;
    color: var(--ex-text-muted);
}

/* responsive */
@media (max-width: 992px) {
    .fc-hero {
        padding: 22px;
    }

    .fc-hero-grid {
        grid-template-columns: 1fr;
    }

    .fc-hero-right {
        justify-content: flex-start;
    }

    .fc-visual {
        width: 100%;
        text-align: left;
    }

    .fc-logo {
        max-width: 200px;
    }
}

.badge-soft{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(148,163,184,0.18);
  background:rgba(2,6,23,0.02);
  color:var(--ex-text);
  border-radius:999px;
  padding:6px 12px;
  font-weight:700;
  font-size:.92rem;
}

.kpi-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}

/* tablet */
@media (max-width: 992px){
  .kpi-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* mobil */
@media (max-width: 576px){
  .kpi-grid{
    grid-template-columns: 1fr;
  }
}


.kpi{
  border:1px solid rgba(148,163,184,0.18);
  border-radius:14px;
  padding:12px;
  background:rgba(2,6,23,0.02);
}

.kpi .t{
  font-weight:800;
  color:var(--ex-text);
  line-height:1.1;
}

.kpi .s{
  color:var(--ex-text-muted);
  font-size:.92rem;
  margin-top:4px;
}

@media (max-width: 992px){
  .kpi-grid{ grid-template-columns:1fr; }
}

.mini-point{
  border: 1px solid rgba(148,163,184,0.18);
  background: rgba(2,6,23,0.02);
  border-radius: 14px;
  padding: 12px 14px;
}

.mini-point .t{
  font-weight: 800;
  color: var(--ex-text);
  line-height: 1.25;
  margin-bottom: 4px;
}

.mini-point .s{
  color: var(--ex-text-muted);
  font-size: .95rem;
  line-height: 1.45;
}

.figure-card{
  border: 1px solid rgba(148,163,184,0.18);
  background: rgba(255,255,255,0.55);
  border-radius: 16px;
  padding: 12px;
  display: flex;
  flex-direction: column;
}

.figure-img{
  width: 100%;
  height: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 12px;
}

.figure-cap{
  margin-top: 10px;
  color: var(--ex-text-muted);
  font-size: .92rem;
  line-height: 1.35;
}
