/* ============================================================
   Mobil Uygulama Geliştirme — ma- prefix
   Açık tema: #fff bg, #111827 başlık, #E91E63 accent (pembe)
   ============================================================ */
.ma-accent { color: #E91E63; }
.ma-label {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
    color: #E91E63; background: rgba(233,30,99,.08); border: 1px solid rgba(233,30,99,.15);
    border-radius: 100px; padding: 4px 12px; margin-bottom: 16px;
}
.ma-h2 { font-size: 36px; font-weight: 800; color: #111827; line-height: 1.2; letter-spacing: -.5px; margin: 0 0 16px; }
.ma-lead { font-size: 17px; color: #6b7280; line-height: 1.7; margin: 0; }

/* ── HERO ── */
.ma-hero { position: relative; background: #fff; padding: 140px 0 80px; overflow: hidden; }
.ma-hero__blob { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; z-index: 0; }
.ma-hero__blob--1 { width: 500px; height: 500px; background: rgba(233,30,99,.07); top: -100px; left: -100px; }
.ma-hero__blob--2 { width: 380px; height: 380px; background: rgba(52,211,153,.06); bottom: -60px; right: -60px; }
.ma-hero__inner { position: relative; z-index: 1; }
.ma-hero__tag {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
    color: #E91E63; background: rgba(233,30,99,.08); border: 1px solid rgba(233,30,99,.18);
    border-radius: 100px; padding: 5px 14px; margin-bottom: 20px;
}
.ma-hero__dot { width: 6px; height: 6px; background: #E91E63; border-radius: 50%; animation: ma-pulse 1.8s ease-in-out infinite; }
@keyframes ma-pulse { 0%,100%{opacity:1;transform:scale(1);}50%{opacity:.5;transform:scale(1.4);} }
.ma-hero__h1 { font-size: clamp(32px,5vw,52px); font-weight: 900; color: #111827; line-height: 1.1; letter-spacing: -1px; margin: 0 0 20px; }
.ma-hero__h1 .ma-accent { color: #E91E63; }
.ma-hero__desc { font-size: 18px; color: #4b5563; line-height: 1.75; margin: 0 0 32px; max-width: 520px; }
.ma-hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.ma-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 26px; border-radius: 100px; font-size: 15px; font-weight: 700; text-decoration: none; transition: all .2s ease; cursor: pointer; border: 2px solid transparent; }
.ma-btn--sky { background: linear-gradient(135deg,#E91E63,#C2185B); color: #fff !important; -webkit-text-fill-color: #fff !important; }
.ma-btn--sky:hover { filter: brightness(1.1); transform: translateY(-2px); color: #fff !important; -webkit-text-fill-color: #fff !important; text-decoration: none; }
.ma-btn--border { background: transparent; color: #374151 !important; -webkit-text-fill-color: #374151 !important; border-color: #d1d5db; }
.ma-btn--border:hover { border-color: #E91E63; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; background: rgba(233,30,99,.04); text-decoration: none; }
.ma-hero__proof { display: flex; flex-wrap: wrap; gap: 10px; }
.ma-hero__pill { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: #6b7280 !important; -webkit-text-fill-color: #6b7280 !important; background: #f3f4f6; border-radius: 100px; padding: 5px 12px; }
.ma-hero__pill--sky { color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; background: rgba(233,30,99,.08); }
.ma-hero__pill--star { color: #D97706 !important; -webkit-text-fill-color: #D97706 !important; background: rgba(217,119,6,.08); }

/* ── PHONE MOCKUPS ── */
.ma-phones { position: relative; display: flex; justify-content: center; align-items: flex-end; height: 460px; }
.ma-phone { position: absolute; width: 200px; border-radius: 28px; overflow: visible; }
.ma-phone--back { bottom: 0; left: 50%; transform: translateX(-80%); z-index: 1; }
.ma-phone--front { bottom: 0; left: 50%; transform: translateX(-20%); z-index: 2; box-shadow: 0 30px 80px rgba(0,0,0,.15); }
.ma-phone__screen { background: #f9fafb; border: 3px solid #e5e7eb; border-radius: 28px; padding: 16px 12px; height: 380px; display: flex; flex-direction: column; gap: 10px; overflow: hidden; }
.ma-phone__screen--ios { background: #fff; border-color: #111827; border-width: 3px; }
.ma-phone__screen--android { background: #FCE4EC; border-color: #F48FB1; }
.ma-phone__notch { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 80px; height: 22px; background: #111827; border-radius: 100px; z-index: 3; }
.ma-app-bar { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; background: rgba(233,30,99,.08); border-radius: 8px; padding: 6px 10px; }
.ma-app-nav { display: flex; gap: 5px; padding: 2px 0; }
.ma-app-nav__dot { width: 24px; height: 4px; background: #e5e7eb; border-radius: 2px; }
.ma-app-nav__dot--active { background: #E91E63; }
.ma-app-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; padding: 10px; display: flex; align-items: center; gap: 8px; }
.ma-app-card--sm { padding: 8px 10px; }
.ma-app-header { display: flex; align-items: center; justify-content: space-between; padding: 28px 4px 6px; }
.ma-app-hero-img { display: flex; align-items: center; justify-content: center; height: 80px; background: rgba(233,30,99,.06); border-radius: 16px; margin: 4px 0; }
.ma-app-btn { background: linear-gradient(135deg,#E91E63,#C2185B); color: #fff !important; -webkit-text-fill-color: #fff !important; border-radius: 100px; padding: 8px 16px; font-size: 12px; font-weight: 700; text-align: center; display: flex; align-items: center; justify-content: center; gap: 6px; }
.ma-app-stats-row { display: flex; gap: 4px; }
.ma-app-stat { flex: 1; text-align: center; background: #f9fafb; border-radius: 8px; padding: 8px 4px; }
.ma-phones__badge { position: absolute; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 10px 14px; font-size: 12px; box-shadow: 0 4px 16px rgba(0,0,0,.10); white-space: nowrap; z-index: 5; display: flex; align-items: center; gap: 8px; }
.ma-phones__badge--1 { top: 20px; left: 0; }
.ma-phones__badge--2 { top: 70px; right: 0; }
.ma-phones__badge--3 { bottom: 20px; right: 0; }

/* ── STATS STRIP ── */
.ma-stats { background: #111827; padding: 28px 0; }
.ma-stats__row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 0; }
.ma-sstat { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 0 32px; text-align: center; }
.ma-sstat__icon { font-size: 20px; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; margin-bottom: 4px; }
.ma-sstat__num { font-size: 22px; font-weight: 900; color: #fff !important; -webkit-text-fill-color: #fff !important; line-height: 1; }
.ma-sstat__lbl { font-size: 11px; color: rgba(255,255,255,.55) !important; -webkit-text-fill-color: rgba(255,255,255,.55) !important; font-weight: 600; letter-spacing: .3px; }
.ma-sstat-sep { width: 1px; height: 40px; background: rgba(255,255,255,.1); }

/* ── NEDİR ── */
.ma-nedir { background: #fff; padding: 80px 0; }
.ma-nedir__text p { font-size: 16px; color: #374151; line-height: 1.8; margin-bottom: 16px; }
.ma-nedir__list { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 10px; }
.ma-nedir__list li { display: flex; align-items: center; gap: 10px; font-size: 15px; color: #374151; font-weight: 600; }
.ma-nedir__list li i { color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; font-size: 16px; flex-shrink: 0; }
.ma-nedir-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 20px 24px; display: flex; align-items: flex-start; gap: 16px; margin-bottom: 12px; box-shadow: 0 1px 4px rgba(0,0,0,.04); transition: box-shadow .15s; }
.ma-nedir-card:hover { box-shadow: 0 4px 16px rgba(233,30,99,.08); }
.ma-nedir-card__icon { width: 44px; height: 44px; background: rgba(233,30,99,.10) !important; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; flex-shrink: 0; }
.ma-nedir-card__title { font-size: 15px; font-weight: 800; color: #111827; margin-bottom: 4px; }
.ma-nedir-card__text { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }

/* ── HİZMETLER BENTO ── */
.ma-services { background: #f9fafb; padding: 80px 0; }
.ma-bento { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.ma-bento__item--wide { grid-column: span 2; }
.ma-bento__item--std  { grid-column: span 1; }
.ma-svc-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 24px; display: flex; flex-direction: column; gap: 10px; height: 100%; box-shadow: 0 1px 4px rgba(0,0,0,.04); transition: box-shadow .15s; }
.ma-svc-card:hover { box-shadow: 0 6px 24px rgba(233,30,99,.08); }
.ma-svc-card--lg { flex-direction: row; gap: 20px; align-items: flex-start; }
.ma-svc-card--featured { border-color: rgba(233,30,99,.25); background: linear-gradient(135deg,rgba(233,30,99,.03),#fff); }
.ma-svc-card__body { flex: 1; }
.ma-svc-card__icon { width: 48px; height: 48px; background: rgba(233,30,99,.10) !important; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; flex-shrink: 0; }
.ma-svc-card__title { font-size: 16px; font-weight: 800; color: #111827; line-height: 1.3; }
.ma-svc-card__text { font-size: 13px; color: #6b7280; line-height: 1.65; margin: 0; }
@media(max-width:768px){ .ma-bento{grid-template-columns:1fr;} .ma-bento__item--wide,.ma-bento__item--std{grid-column:1;} .ma-svc-card--lg{flex-direction:column;} }

/* ── PLATFORM GRID ── */
.ma-platforms { background: #fff; padding: 80px 0; }
.ma-platform__grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 16px; }
.ma-platform-card { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 14px; padding: 20px 12px; text-align: center; transition: box-shadow .15s; }
.ma-platform-card:hover { box-shadow: 0 4px 16px rgba(233,30,99,.08); background: #fff; }
.ma-platform-card__icon { font-size: 28px; display: block; margin-bottom: 8px; }
.ma-platform-card__name { font-size: 13px; font-weight: 800; color: #111827; margin-bottom: 4px; }
.ma-platform-card__fmt { font-size: 11px; color: #9ca3af; font-weight: 500; }
@media(max-width:992px){ .ma-platform__grid{grid-template-columns:repeat(3,1fr);} }
@media(max-width:576px){ .ma-platform__grid{grid-template-columns:repeat(2,1fr);} }

/* ── SÜREÇ ── */
.ma-process { background: #f9fafb; padding: 80px 0; }
.ma-process-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.ma-step-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 24px 18px; position: relative; transition: box-shadow .15s; }
.ma-step-card:hover { box-shadow: 0 4px 20px rgba(233,30,99,.08); }
.ma-step-card__num { position: absolute; top: 14px; right: 14px; font-size: 11px; font-weight: 900; color: rgba(233,30,99,.25) !important; -webkit-text-fill-color: rgba(233,30,99,.25) !important; letter-spacing: 1px; }
.ma-step-card__icon { width: 44px; height: 44px; background: rgba(233,30,99,.10) !important; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; margin-bottom: 12px; margin-top: 6px; }
.ma-step-card__title { font-size: 14px; font-weight: 800; color: #111827; margin-bottom: 8px; line-height: 1.3; }
.ma-step-card__text { font-size: 12px; color: #6b7280; line-height: 1.65; margin: 0; }
@media(max-width:992px){ .ma-process-grid{grid-template-columns:repeat(2,1fr);} }
@media(max-width:576px){ .ma-process-grid{grid-template-columns:1fr;} }

/* ── SEKTÖRLER ── */
.ma-sectors { background: #fff; padding: 80px 0; }
.ma-sector__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.ma-sector-card { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 16px; padding: 24px 20px; transition: box-shadow .15s; }
.ma-sector-card:hover { box-shadow: 0 4px 16px rgba(233,30,99,.08); background: #fff; }
.ma-sector-card > i { font-size: 26px; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; margin-bottom: 12px; display: block; }
.ma-sector-card__name { font-size: 15px; font-weight: 800; color: #111827; margin-bottom: 6px; }
.ma-sector-card p { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }
@media(max-width:768px){ .ma-sector__grid{grid-template-columns:repeat(2,1fr);} }
@media(max-width:480px){ .ma-sector__grid{grid-template-columns:1fr;} }

/* ── PAKETLER ── */
.ma-pkg { background: #f9fafb; padding: 80px 0; }
.ma-pkg-card { background: #fff; border: 1.5px solid #e5e7eb; border-radius: 20px; padding: 32px 28px; height: 100%; display: flex; flex-direction: column; gap: 12px; position: relative; }
.ma-pkg-card--featured { border-color: #E91E63; box-shadow: 0 8px 32px rgba(233,30,99,.12); }
.ma-pkg-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg,#E91E63,#C2185B); color: #fff !important; -webkit-text-fill-color: #fff !important; font-size: 11px; font-weight: 800; padding: 4px 14px; border-radius: 100px; white-space: nowrap; }
.ma-pkg-card__tier { font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; }
.ma-pkg-card__name { font-size: 22px; font-weight: 900; color: #111827; }
.ma-pkg-card__desc { font-size: 14px; color: #6b7280; margin: 0; }
.ma-pkg-card__features { list-style: none; padding: 0; margin: 8px 0 0; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.ma-pkg-card__features li { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: #374151; font-weight: 600; line-height: 1.4; }
.ma-pkg-card__features li i { color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; margin-top: 2px; flex-shrink: 0; }
.ma-pkg-cta { display: block; text-align: center; background: linear-gradient(135deg,#E91E63,#C2185B); color: #fff !important; -webkit-text-fill-color: #fff !important; border-radius: 100px; padding: 12px 24px; font-size: 14px; font-weight: 700; text-decoration: none; margin-top: auto; transition: filter .15s, transform .15s; }
.ma-pkg-cta:hover { filter: brightness(1.08); transform: translateY(-1px); text-decoration: none; color: #fff !important; -webkit-text-fill-color: #fff !important; }

/* ── NEDEN BİZ ── */
.ma-why { background: #fff; padding: 80px 0; }
.ma-why-card { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 16px; padding: 20px; display: flex; flex-direction: column; gap: 10px; height: 100%; }
.ma-why-card__icon { width: 44px; height: 44px; background: rgba(233,30,99,.10) !important; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; }
.ma-why-card__title { font-size: 15px; font-weight: 800; color: #111827; }
.ma-why-card p { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }
.ma-why__metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ma-metric { background: linear-gradient(135deg,rgba(233,30,99,.06),rgba(233,30,99,.02)); border: 1.5px solid rgba(233,30,99,.15); border-radius: 16px; padding: 24px; text-align: center; }
.ma-metric__num { font-size: 30px; font-weight: 900; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; line-height: 1; margin-bottom: 6px; }
.ma-metric__lbl { font-size: 12px; color: #6b7280; font-weight: 700; }

/* ── FAQ ── */
.ma-faq { background: #fff; padding: 80px 0; }
.ma-faq__acc .accordion-item { border: 1px solid #e5e7eb; border-radius: 12px !important; margin-bottom: 8px; overflow: hidden; }
.ma-faq__acc .accordion-button { font-size: 15px; font-weight: 700; color: #111827 !important; -webkit-text-fill-color: #111827 !important; background: #fff !important; box-shadow: none !important; padding: 18px 20px; }
.ma-faq__acc .accordion-button:not(.collapsed) { color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; background: rgba(233,30,99,.03) !important; }
.ma-faq__acc .accordion-body { font-size: 14px; color: #374151; line-height: 1.75; padding: 4px 20px 18px; }

/* ── CTA ── */
.ma-cta { background: linear-gradient(135deg,#E91E63,#C2185B); padding: 80px 0; text-align: center; }
.ma-cta__eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.7) !important; -webkit-text-fill-color: rgba(255,255,255,.7) !important; margin-bottom: 16px; }
.ma-cta__title { font-size: clamp(28px,4vw,44px); font-weight: 900; color: #fff !important; -webkit-text-fill-color: #fff !important; line-height: 1.15; margin: 0 0 16px; letter-spacing: -.5px; }
.ma-cta__sub { font-size: 17px; color: rgba(255,255,255,.85) !important; -webkit-text-fill-color: rgba(255,255,255,.85) !important; margin: 0 auto 32px; max-width: 560px; line-height: 1.7; }
.ma-cta__btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ── TAGS ── */
.ma-tags { background: #fff; padding: 40px 0; border-top: 1px solid #e5e7eb; }
.ma-tags__title { font-size: 12px; font-weight: 700; color: #9ca3af; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.ma-tags__cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.ma-tag { display: inline-flex; align-items: center; background: #f3f4f6; color: #374151; font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 100px; border: 1px solid #e5e7eb; transition: all .15s; cursor: default; }
.ma-tag:hover { background: rgba(233,30,99,.06); border-color: rgba(233,30,99,.25); color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; }
.ma-tag--hot { background: rgba(233,30,99,.06); border-color: rgba(233,30,99,.18); color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; }

@media(max-width:768px){
    .ma-hero { padding: 120px 0 60px; }
    .ma-h2 { font-size: 26px; }
    .ma-phones { height: 360px; }
    .ma-phone { width: 160px; }
    .ma-phone__screen { height: 310px; }
    .ma-sstat { padding: 0 14px; }
    .ma-why__metrics { grid-template-columns: 1fr 1fr; }
}