/* Milvus – one-page site
   Renkler: metin #0D1445 · lacivert #1A206C · hover #0000C4 · cyan #43D7FF · cyan metin #087A9B · teal #2C8CA6
   Gövde gri #5B6480 · nav gri #3B4467 · açık zemin #F4F8FC · çizgi #E3E9F2 / #E6ECF3 · chip #EEF6FB */

html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: #0D1445; font-family: "DM Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: #1A206C; text-decoration: none; }
a:hover { color: #0000C4; }
button { font-family: inherit; cursor: pointer; }
img { max-width: 100%; }
[id] { scroll-margin-top: 68px; }
h1, h2, h3, p, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
address { font-style: normal; }
.skip { position: absolute; left: -9999px; top: 10px; z-index: 100; background: #1A206C; color: #fff; font-weight: 600; padding: 10px 16px; border-radius: 8px; }
.skip:focus { left: 10px; }

@keyframes mv-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
@keyframes mv-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ---------- Ortak ---------- */
.wrap { max-width: 1160px; margin: 0 auto; }
.section { padding: 104px 24px; background: #fff; }
.section--alt { background: #F4F8FC; }
.section--products { padding: 120px 24px 96px; }
.section-head { max-width: 640px; }
.section-head--620 { max-width: 620px; }

h2 { font-family: Manrope, sans-serif; font-weight: 800; font-size: clamp(30px, 4vw, 44px); letter-spacing: -.03em; line-height: 1.08; margin: 0; }
.lead { font-size: 17px; line-height: 1.55; color: #5B6480; margin: 16px 0 0; text-wrap: pretty; }
.lead--plain { text-wrap: initial; }
.num { font-family: Manrope, sans-serif; font-weight: 700; font-size: 13px; color: #087A9B; letter-spacing: .06em; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #087A9B; }
.eyebrow-sq { width: 8px; height: 8px; border-radius: 2px; background: #43D7FF; display: inline-block; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: #43D7FF; display: inline-block; }

.btn { display: inline-flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 600; padding: 14px 26px; border-radius: 999px; transition: background .15s, color .15s, border-color .15s; }
.btn-primary { background: #1A206C; color: #fff; }
.btn-primary:hover { background: #0000C4; color: #fff; }
.btn-outline { background: #fff; color: #1A206C; border: 1px solid #D9E1EC; }
.btn-outline:hover { border-color: #1A206C; color: #1A206C; }
.btn-cyan { background: #43D7FF; color: #0D1445; font-weight: 700; }
.btn-cyan:hover { background: #fff; color: #0D1445; }
.btn-store { background: #0D1445; color: #fff; font-size: 14px; font-weight: 600; padding: 12px 20px; border-radius: 12px; display: inline-flex; align-items: center; gap: 8px; transition: background .15s; }
.btn-store:hover { background: #1A206C; color: #fff; }

.seg { display: flex; background: #F0F3F8; border-radius: 999px; padding: 4px; }
.seg button { border: 0; border-radius: 999px; padding: 9px 18px; font-size: 14px; font-weight: 600; transition: all .15s; background: transparent; color: #5B6480; }
.seg button.is-on { background: #fff; color: #1A206C; box-shadow: 0 1px 3px rgba(13, 20, 69, .12); }
.lang { display: flex; background: #F0F3F8; border-radius: 999px; padding: 3px; }
.lang a { display: inline-block; border: 0; border-radius: 999px; padding: 6px 11px; font-size: 12px; font-weight: 700; letter-spacing: .04em; line-height: 1.2; transition: all .15s; background: transparent; color: #5B6480; }
.lang a:hover { color: #1A206C; }
.lang a.is-on { background: #fff; color: #1A206C; box-shadow: 0 1px 3px rgba(13, 20, 69, .12); }

/* ---------- Nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .86); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid #E6ECF3; }
.nav-inner { padding: 0 24px; height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-logo { display: flex; align-items: center; }
.nav-logo img { height: 30px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 500; }
.nav-links a { color: #3B4467; }
.nav-links a:hover { color: #0000C4; }
.nav-right { display: flex; align-items: center; gap: 12px; }
.nav-cta { background: #1A206C; color: #fff; font-size: 14px; font-weight: 600; padding: 10px 18px; border-radius: 999px; white-space: nowrap; transition: background .15s; }
.nav-cta:hover { background: #0000C4; color: #fff; }
.nav-burger { display: none; width: 44px; height: 44px; border: 1px solid #E3E9F2; background: #fff; border-radius: 12px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; }
.nav-burger span { width: 18px; height: 2px; background: #1A206C; border-radius: 2px; display: block; }
.nav-menu { display: none; border-top: 1px solid #E6ECF3; background: #fff; padding: 12px 24px 20px; flex-direction: column; gap: 2px; }
.nav-menu a { color: #0D1445; font-size: 17px; font-weight: 600; padding: 12px 4px; border-bottom: 1px solid #F0F3F8; }
.nav-menu a:nth-last-child(2) { border-bottom: 0; }
.nav-menu .nav-menu-cta { margin-top: 12px; background: #1A206C; color: #fff; font-size: 15px; font-weight: 600; padding: 14px 18px; border-radius: 12px; text-align: center; border-bottom: 0; }
.nav-menu .nav-menu-cta:hover { background: #0000C4; }
@media (max-width: 899px) {
    .nav-links, .nav-cta { display: none; }
    .nav-burger { display: flex; }
    .nav.is-open .nav-menu { display: flex; }
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fff 60%, #F4F8FC 100%); padding: 104px 24px 0; }
.hero-glow { position: absolute; left: 50%; top: -220px; width: 900px; height: 600px; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(67, 215, 255, .28), rgba(67, 215, 255, 0)); pointer-events: none; }
.hero-inner { position: relative; max-width: 1160px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero h1 { font-family: Manrope, sans-serif; font-weight: 800; font-size: clamp(40px, 6.4vw, 76px); line-height: 1.1; letter-spacing: -.035em; margin: 22px 0 0; max-width: 900px; text-wrap: balance; }
.type-line { display: block; position: relative; }
.type-text { position: absolute; inset: 0; display: none; }
.is-typing .type-ghost { visibility: hidden; }
.is-typing .type-text { display: block; }
.type-line--grad .type-ghost, .type-line--grad .type-text { background: linear-gradient(90deg, #1A206C 0%, #0000C4 45%, #2C8CA6 75%, #43D7FF 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.caret { display: inline-block; width: .06em; height: .9em; background: #43D7FF; vertical-align: -.08em; margin-left: .04em; border-radius: 2px; animation: mv-blink 1s steps(2) infinite; }
.hero-sub { font-size: 18px; line-height: 1.55; color: #5B6480; max-width: 640px; margin: 26px 0 0; text-wrap: pretty; animation: mv-rise .9s cubic-bezier(.2, .7, .2, 1) 1.1s both; }
.hero-actions { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; justify-content: center; animation: mv-rise .9s cubic-bezier(.2, .7, .2, 1) 1.4s both; }
.hero-facts { display: flex; gap: 28px; flex-wrap: wrap; justify-content: center; margin-top: 44px; animation: mv-rise .9s cubic-bezier(.2, .7, .2, 1) 1.7s both; }
.hero-fact { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 500; color: #3B4467; }
.hero-fact i { width: 6px; height: 6px; border-radius: 50%; background: #43D7FF; display: inline-block; }
.hero-spacer { height: 96px; }

/* ---------- Ürünler ---------- */
.products { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: 20px; margin-top: 48px; }
.product { background: #fff; border: 1px solid #E3E9F2; border-radius: 22px; padding: 36px; display: flex; flex-direction: column; gap: 18px; }
.product-head { display: flex; align-items: center; gap: 14px; }
.product-head img { width: 40px; height: 32px; object-fit: contain; }
.product-name { font-family: Manrope, sans-serif; font-weight: 800; font-size: 26px; letter-spacing: -.02em; color: #1A206C; }
.product-tag { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #087A9B; margin-top: 2px; }
.product p { margin: 0; font-size: 16px; line-height: 1.6; color: #5B6480; text-wrap: pretty; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 6px; }
.chip { font-size: 13px; font-weight: 500; color: #1A206C; background: #EEF6FB; border-radius: 999px; padding: 6px 12px; }

/* ---------- Özellikler ---------- */
.features-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; }
.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(270px, 100%), 1fr)); gap: 1px; background: #E3E9F2; border: 1px solid #E3E9F2; border-radius: 18px; overflow: hidden; margin-top: 44px; }
.feat { background: #fff; padding: 28px 26px 30px; display: flex; flex-direction: column; gap: 10px; min-height: 150px; transition: background .15s; }
.feat:hover { background: #F8FBFE; }
.feat-title { font-family: Manrope, sans-serif; font-weight: 700; font-size: 17px; letter-spacing: -.01em; line-height: 1.3; color: #0D1445; }
.feat p { margin: 0; font-size: 14.5px; line-height: 1.55; color: #5B6480; text-wrap: pretty; }

/* ---------- Raporlar ---------- */
.reports { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: 56px; align-items: start; }
.report-cards { display: flex; flex-direction: column; gap: 14px; margin-top: 40px; }
.report-card { background: #fff; border: 1px solid #E3E9F2; border-radius: 16px; padding: 22px 24px; display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; }
.report-card i { width: 10px; height: 10px; margin-top: 7px; border-radius: 2px; display: block; }
.report-card-title { font-family: Manrope, sans-serif; font-weight: 700; font-size: 17px; }
.report-card p { margin: 6px 0 0; font-size: 15px; line-height: 1.55; color: #5B6480; }
.report-list { background: #0D1445; border-radius: 22px; padding: 12px 32px; color: #fff; box-shadow: 0 40px 80px -40px rgba(13, 20, 69, .6); }
.report-row { display: flex; align-items: baseline; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.report-row .num { color: #43D7FF; min-width: 24px; }
.report-row span:last-child { font-size: 16.5px; font-weight: 500; }

/* ---------- Mobil ---------- */
.mobile { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 64px; align-items: center; }
.mobile h2 { text-wrap: balance; }
.phones { display: flex; justify-content: center; align-items: flex-end; gap: 16px; }
.phones img { width: calc(50% - 8px); max-width: 260px; height: auto; display: block; filter: drop-shadow(0 40px 50px rgba(13, 20, 69, .28)); }
.phones img + img { margin-bottom: 56px; }
.points { display: flex; flex-direction: column; gap: 22px; margin-top: 40px; }
.point { display: grid; grid-template-columns: 36px 1fr; gap: 14px; align-items: start; }
.point .num { padding-top: 4px; }
.point-title { font-family: Manrope, sans-serif; font-weight: 700; font-size: 17px; letter-spacing: -.01em; }
.point p { margin: 5px 0 0; font-size: 15px; line-height: 1.55; color: #5B6480; text-wrap: pretty; }
.stores { display: flex; gap: 10px; margin-top: 40px; flex-wrap: wrap; }

/* ---------- Hakkımızda ---------- */
.about { max-width: 880px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; text-align: center; }
.eyebrow--plain { display: block; font-family: "DM Sans", system-ui, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .14em; line-height: 1.4; }
.about-logo { height: 64px; width: auto; margin-top: 28px; }
.about-lead { font-family: Manrope, sans-serif; font-weight: 700; font-size: 20px; color: #1A206C; margin: 28px 0 0; }
.about-rnd { font-size: 14px; line-height: 1.5; color: #5B6480; margin: 10px 0 0; }
.about-quote { font-family: Manrope, sans-serif; font-weight: 500; font-size: clamp(19px, 2.2vw, 24px); line-height: 1.5; color: #0D1445; margin: 18px 0 0; text-wrap: pretty; }
.about-btn { margin-top: 36px; gap: 10px; padding: 13px 24px; }
.about-btn .arrow { font-size: 16px; }

/* ---------- SSS ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq h2 { margin-bottom: 32px; }
.faq-list { border-top: 1px solid #E3E9F2; }
.faq-item { border-bottom: 1px solid #E3E9F2; }
.faq-h { margin: 0; font: inherit; }
.faq-q { width: 100%; background: none; border: 0; padding: 22px 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; text-align: left; font-family: Manrope, sans-serif; font-weight: 700; font-size: 18px; color: #0D1445; letter-spacing: -.01em; }
.faq-sign { font-weight: 500; font-size: 22px; color: #087A9B; flex: none; width: 28px; text-align: center; }
.faq-a { display: none; padding: 0 48px 24px 0; font-size: 16px; line-height: 1.6; color: #5B6480; text-wrap: pretty; }
.faq-a p { margin: 0; }
.faq-item.is-open .faq-a { display: block; }

/* ---------- İletişim + footer ---------- */
.contact { position: relative; overflow: hidden; background: linear-gradient(160deg, #0D1445 0%, #1A206C 60%, #0000C4 130%); padding: 104px 24px 48px; color: #fff; }
.contact-deco { position: absolute; right: -60px; top: -40px; width: 520px; height: auto; opacity: .06; pointer-events: none; }
.contact-inner { position: relative; max-width: 1160px; margin: 0 auto; }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 48px; align-items: end; }
.contact h2 { font-size: clamp(32px, 4.4vw, 52px); line-height: 1.05; text-wrap: balance; }
.contact-sub { font-size: 17px; line-height: 1.55; color: #C3CBE8; margin: 16px 0 0; max-width: 460px; }
.contact .btn-cyan { margin-top: 32px; }
.contact-info { display: grid; gap: 22px; }
.contact-label { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #43D7FF; }
.contact-val { display: block; color: #fff; font-size: 20px; font-weight: 500; margin-top: 6px; }
a.contact-val:hover { color: #43D7FF; }
.contact-addr { color: #fff; font-size: 16px; line-height: 1.5; margin-top: 6px; max-width: 420px; }
.footer { margin-top: 80px; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, .14); display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-logos { display: flex; align-items: center; gap: 24px; }
.footer-milvus { height: 26px; width: auto; }
.footer-sep { width: 1px; height: 22px; background: rgba(255, 255, 255, .2); }
.footer-tise { height: 30px; width: auto; display: block; }
.footer-text { font-size: 13px; color: #C3CBE8; text-align: right; }
.footer-text div + div { margin-top: 4px; opacity: .8; }

/* ---------- Hareket azaltma ---------- */
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .hero-sub, .hero-actions, .hero-facts { animation: none; }
    .caret { animation: none; }
}
