/* =========================================================
   Fonup Hayat Sigorta Aracılık — site stilleri
   Renkler logodan: mavi #1475BC, yeşil #8DC63F
   ========================================================= */
:root {
  color-scheme: light;
  --primary: #1475BC;
  --primary-dark: #0B4F85;
  --primary-soft: #E8F2FB;
  --accent: #8DC63F;
  --accent-dark: #6FA82A;
  --accent-soft: #EEF7E2;
  --heading: #0A2540;
  --text: #5B6B7F;
  --line: #E3EAF2;
  --bg: #FFFFFF;
  --bg-soft: #F4F8FC;
  --dark-bg: #0A2540;
  --dark-bg-2: #0E3157;
  --radius: 18px;
  --radius-sm: 10px;
  --shadow: 0 18px 50px -18px rgba(10, 37, 64, .18);
  --shadow-lg: 0 30px 70px -25px rgba(10, 37, 64, .28);
  --ease: cubic-bezier(.2, .8, .2, 1);
  --font: "Plus Jakarta Sans", "Segoe UI", Roboto, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 { color: var(--heading); line-height: 1.2; margin: 0; font-weight: 800; }
p { margin: 0; }
button { font-family: inherit; cursor: pointer; }
svg { width: 1em; height: 1em; flex-shrink: 0; }
[hidden] { display: none !important; }

.container { width: 100%; max-width: 1240px; margin: 0 auto; padding-inline: 20px; }
.section { padding-block: 110px; position: relative; }

/* ---------- Ortak parçalar ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--primary);
  background: var(--primary-soft);
  padding: 7px 16px 7px 10px; border-radius: 50px;
  margin-bottom: 18px;
}
.eyebrow__dot {
  width: 10px; height: 10px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 4px rgba(141, 198, 63, .25);
}
.eyebrow--center { margin-inline: auto; }
.eyebrow--light { background: rgba(255, 255, 255, .1); color: #fff; }

.section-title { font-size: clamp(30px, 4vw, 46px); margin-bottom: 18px; letter-spacing: -.02em; }
.section-title--light { color: #fff; }
.hl { color: var(--primary); position: relative; white-space: nowrap; }
.hl::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .06em; height: .22em;
  background: var(--accent); opacity: .35; border-radius: 4px; z-index: -1;
}
.hl-green { color: var(--accent); }

.section-head { text-align: center; max-width: 680px; margin: 0 auto 60px; display: flex; flex-direction: column; align-items: center; }
.section-head--row { text-align: left; max-width: none; flex-direction: row; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.lead { font-size: 17px; margin-bottom: 26px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 700; font-size: 15px; line-height: 1;
  padding: 15px 28px; border-radius: 50px; border: 2px solid transparent;
  transition: transform .3s var(--ease), box-shadow .3s, background .3s, color .3s, border-color .3s;
  white-space: nowrap; position: relative; overflow: hidden; isolation: isolate;
}
.btn svg { transition: transform .3s var(--ease); }
.btn:hover svg { transform: translateX(4px); }
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--heading); transform: scaleX(0); transform-origin: right;
  transition: transform .45s var(--ease);
}
.btn:hover::before { transform: scaleX(1); transform-origin: left; }
.btn--primary { background: var(--primary); color: #fff; box-shadow: 0 12px 28px -10px rgba(20, 117, 188, .65); }
.btn--primary:hover { color: #fff; transform: translateY(-2px); }
.btn--green { background: var(--accent); color: #fff; box-shadow: 0 12px 28px -10px rgba(141, 198, 63, .7); }
.btn--green::before { background: var(--primary); }
.btn--green:hover { color: #fff; transform: translateY(-2px); }
.btn--outline { border-color: var(--primary); color: var(--primary); background: transparent; }
.btn--outline::before { background: var(--primary); }
.btn--outline:hover { color: #fff; }
.btn--lg { padding: 18px 34px; font-size: 16px; }
.btn--sm { padding: 10px 18px; font-size: 14px; }
.btn--block { width: 100%; }

.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--heading); font-size: 15px; }
.link-arrow svg { transition: transform .3s var(--ease); color: var(--primary); }
.link-arrow:hover { color: var(--primary); }
.link-arrow:hover svg { transform: translateX(5px); }

/* ---------- Üst bar ---------- */
.topbar { background: var(--dark-bg); color: rgba(255, 255, 255, .78); font-size: 14px; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 46px; gap: 16px; }
.topbar__info { display: flex; gap: 28px; flex-wrap: wrap; }
.topbar__info li { display: flex; align-items: center; gap: 8px; }
.topbar__info svg { color: var(--accent); font-size: 15px; }
.topbar__info a:hover { color: #fff; }
.topbar__social { display: flex; gap: 6px; }
.topbar__social a { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; transition: background .25s, color .25s; }
.topbar__social a:hover { background: var(--primary); color: #fff; }
.topbar__social svg { font-size: 14px; }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .96); backdrop-filter: blur(10px); transition: box-shadow .3s; }
.header.scrolled { box-shadow: 0 10px 30px -12px rgba(10, 37, 64, .15); }
.header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 86px; gap: 20px; }
.logo img { height: 52px; width: auto; }

.nav__list { display: flex; gap: 6px; }
.nav__item { position: relative; }
.nav__item > a {
  display: block; padding: 30px 16px; font-weight: 700; color: var(--heading); font-size: 15.5px; position: relative;
}
.nav__item > a::after {
  content: ""; position: absolute; left: 16px; right: 16px; bottom: 22px; height: 3px; border-radius: 3px;
  background: var(--accent); transform: scaleX(0); transition: transform .3s var(--ease);
}
.nav__item > a:hover, .nav__item > a.active { color: var(--primary); }
.nav__item > a:hover::after, .nav__item > a.active::after { transform: scaleX(1); }
.has-drop > a { padding-right: 26px; }
.has-drop > a::before {
  content: ""; position: absolute; right: 10px; top: 50%; width: 6px; height: 6px; margin-top: -5px;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg);
}
.dropdown {
  position: absolute; top: 100%; left: 0; min-width: 230px; background: #fff; border-radius: 14px;
  box-shadow: var(--shadow-lg); padding: 12px; opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: all .3s var(--ease); border-top: 3px solid var(--primary);
}
.has-drop:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: block; padding: 10px 14px; border-radius: 8px; font-weight: 600; color: var(--heading); font-size: 15px; transition: all .25s; }
.dropdown a:hover { background: var(--primary-soft); color: var(--primary); padding-left: 20px; }

.header__actions { display: flex; align-items: center; gap: 14px; }
.icon-btn {
  width: 48px; height: 48px; border-radius: 50%; border: 0; background: var(--primary-soft); color: var(--primary);
  display: grid; place-items: center; font-size: 19px; transition: background .25s, color .25s;
}
.icon-btn:hover { background: var(--primary); color: #fff; }
.burger { display: none; width: 48px; height: 48px; border: 0; border-radius: 12px; background: var(--primary); padding: 14px 12px; flex-direction: column; justify-content: space-between; }
.burger span { display: block; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s, opacity .3s; }
.burger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }


/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, #F2F8FE 0%, #FFFFFF 100%);
  padding: 80px 0 170px;
}
.hero__shape { position: absolute; border-radius: 50%; filter: blur(0); pointer-events: none; }
.hero__shape--1 { width: 520px; height: 520px; right: -160px; top: -180px; background: radial-gradient(circle, rgba(20, 117, 188, .14), transparent 70%); }
.hero__shape--2 { width: 380px; height: 380px; left: -140px; bottom: -60px; background: radial-gradient(circle, rgba(141, 198, 63, .18), transparent 70%); }
.hero__dots {
  position: absolute; left: 4%; top: 18%; width: 140px; height: 140px; opacity: .5;
  background-image: radial-gradient(var(--primary) 2px, transparent 2.5px); background-size: 18px 18px;
  animation: floatY 7s ease-in-out infinite;
}
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; position: relative; }
.hero__title { font-size: clamp(38px, 5.4vw, 66px); letter-spacing: -.03em; margin-bottom: 24px; }
.hero__text { font-size: 18px; max-width: 540px; margin-bottom: 36px; }
.hero__btns { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 44px; }
.hero__proof { display: flex; align-items: center; gap: 16px; }
.hero__proof strong { display: block; font-size: 28px; color: var(--heading); line-height: 1; }
.hero__proof small { font-size: 14px; font-weight: 600; }
.avatars { display: flex; }
.avatars span {
  width: 50px; height: 50px; border-radius: 50%; background: var(--c); color: #fff; font-weight: 700; font-size: 15px;
  display: grid; place-items: center; border: 3px solid #fff; margin-left: -14px; box-shadow: 0 6px 16px -6px rgba(10, 37, 64, .35);
}
.avatars span:first-child { margin-left: 0; }

.hero__visual { position: relative; aspect-ratio: 1; max-width: 560px; width: 100%; justify-self: center; }
.hero__blob {
  position: absolute; inset: 6%;
  background: linear-gradient(140deg, var(--primary-soft), #D7EAF9);
  border-radius: 58% 42% 55% 45% / 48% 55% 45% 52%;
  animation: morph 12s ease-in-out infinite;
}
.hero__ring { position: absolute; inset: 0; border: 2px dashed rgba(20, 117, 188, .25); border-radius: 50%; animation: spin 50s linear infinite; }
.hero__illu { position: absolute; inset: 12%; width: 76%; height: 76%; filter: drop-shadow(0 30px 40px rgba(11, 79, 133, .3)); animation: floatY 6s ease-in-out infinite; }
@keyframes morph {
  0%, 100% { border-radius: 58% 42% 55% 45% / 48% 55% 45% 52%; }
  50% { border-radius: 42% 58% 45% 55% / 55% 45% 55% 45%; }
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes floatX { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(12px); } }

.float-card {
  position: absolute; display: flex; align-items: center; gap: 12px; background: #fff; padding: 14px 18px;
  border-radius: 16px; box-shadow: var(--shadow-lg); white-space: nowrap; z-index: 2;
}
.float-card strong { display: block; color: var(--heading); font-size: 15px; line-height: 1.3; }
.float-card small { font-size: 13px; }
.float-card small.up { color: var(--accent-dark); font-weight: 700; }
.float-card__icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--primary-soft); color: var(--primary); font-size: 22px; }
.float-card__icon--green { background: var(--accent-soft); color: var(--accent-dark); }
.float-card--a { left: -4%; top: 16%; animation: floatY 5s ease-in-out infinite; }
.float-card--b { right: -6%; top: 46%; animation: floatX 6s ease-in-out infinite; }
.float-card--c { left: 6%; bottom: 4%; animation: floatY 7s ease-in-out infinite .6s; }
.spark { width: 70px; height: 24px; }

/* ---------- Neler sunuyoruz ---------- */
.provide { position: relative; z-index: 3; margin-top: -100px; }
.provide__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.provide-card {
  background: #fff; border-radius: var(--radius); padding: 40px 34px; box-shadow: var(--shadow);
  position: relative; overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s; isolation: isolate;
}
.provide-card::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(145deg, var(--primary), var(--primary-dark));
  transform: translateY(100%); transition: transform .5s var(--ease);
}
.provide-card::after {
  content: ""; position: absolute; width: 160px; height: 160px; right: -60px; top: -60px; border-radius: 50%;
  background: rgba(141, 198, 63, .12); z-index: -1; transition: transform .5s var(--ease);
}
.provide-card h3 { font-size: 22px; margin: 24px 0 12px; transition: color .4s; }
.provide-card p { margin-bottom: 22px; transition: color .4s; }
.provide-card__icon {
  width: 70px; height: 70px; border-radius: 20px; display: grid; place-items: center; font-size: 32px;
  background: var(--primary-soft); color: var(--primary); transition: background .4s, color .4s, transform .5s var(--ease);
}
.provide-card:hover, .provide-card--active { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.provide-card:hover::before, .provide-card--active::before { transform: translateY(0); }
.provide-card:hover::after, .provide-card--active::after { transform: scale(1.6); }
.provide-card:hover h3, .provide-card--active h3,
.provide-card:hover .link-arrow, .provide-card--active .link-arrow { color: #fff; }
.provide-card:hover p, .provide-card--active p { color: rgba(255, 255, 255, .82); }
.provide-card:hover .link-arrow svg, .provide-card--active .link-arrow svg { color: var(--accent); }
.provide-card:hover .provide-card__icon, .provide-card--active .provide-card__icon { background: var(--accent); color: #fff; transform: rotateY(180deg); }
.provide__grid:hover .provide-card--active:not(:hover) { transform: none; box-shadow: var(--shadow); }
.provide__grid:hover .provide-card--active:not(:hover)::before { transform: translateY(100%); }
.provide__grid:hover .provide-card--active:not(:hover) h3,
.provide__grid:hover .provide-card--active:not(:hover) .link-arrow { color: var(--heading); }
.provide__grid:hover .provide-card--active:not(:hover) p { color: var(--text); }
.provide__grid:hover .provide-card--active:not(:hover) .provide-card__icon { background: var(--primary-soft); color: var(--primary); transform: none; }

/* ---------- Hakkımızda ---------- */
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about__visual { position: relative; padding: 0 60px 70px 0; }
.about__img { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg); }
.about__img svg { width: 100%; height: auto; display: block; }
.about__img--main { max-width: 440px; }
.about__img--sub { position: absolute; right: 0; bottom: 0; width: 46%; border: 8px solid #fff; animation: floatY 6s ease-in-out infinite; }
.about__visual::before {
  content: ""; position: absolute; left: -24px; top: -24px; width: 120px; height: 120px; border-radius: 24px;
  background-image: radial-gradient(var(--accent) 2px, transparent 2.5px); background-size: 16px 16px; z-index: -1;
}
.exp-badge {
  position: absolute; left: -10px; bottom: 30px; background: var(--accent); color: #fff; border-radius: 20px;
  padding: 18px 22px; display: flex; align-items: center; gap: 12px; box-shadow: 0 20px 40px -15px rgba(111, 168, 42, .7);
}
.exp-badge strong { font-size: 40px; line-height: 1; }
.exp-badge > span { font-weight: 700; line-height: 1.25; font-size: 14px; }
.about__quote {
  margin: 0 0 26px; padding: 22px 24px 22px 70px; background: var(--bg-soft); border-left: 4px solid var(--primary);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0; position: relative;
}
.about__quote > svg { position: absolute; left: 22px; top: 22px; font-size: 30px; color: var(--primary); opacity: .9; }
.about__quote p { font-size: 17px; font-weight: 600; color: var(--heading); font-style: italic; margin-bottom: 8px; }
.about__quote footer strong { color: var(--primary); font-size: 14px; }
.checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; margin-bottom: 36px; }
.checklist li { display: flex; align-items: center; gap: 10px; font-weight: 600; color: var(--heading); font-size: 15px; }
.checklist svg { width: 24px; height: 24px; padding: 5px; border-radius: 50%; background: var(--accent); color: #fff; }
.about__cta { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.call-inline { display: flex; align-items: center; gap: 14px; }
.call-inline small { display: block; font-size: 13px; font-weight: 600; }
.call-inline strong { color: var(--heading); font-size: 19px; }
.call-inline__icon {
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; font-size: 22px;
  background: var(--primary-soft); color: var(--primary); position: relative;
}
.call-inline__icon::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid var(--primary); opacity: 0; animation: pulse 2.2s infinite; }
@keyframes pulse { 0% { transform: scale(.8); opacity: .7; } 100% { transform: scale(1.3); opacity: 0; } }

/* ---------- Hizmetler ---------- */
.services { background: var(--bg-soft); }
.services::before {
  content: ""; position: absolute; right: 0; top: 0; width: 360px; height: 360px;
  background: radial-gradient(circle at top right, rgba(20, 117, 188, .1), transparent 70%);
}
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-card {
  background: #fff; border-radius: var(--radius); padding: 40px 34px 34px; position: relative; overflow: hidden;
  border: 1px solid var(--line); transition: transform .4s var(--ease), box-shadow .4s, border-color .4s;
}
.service-card::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 4px; width: 100%;
  background: linear-gradient(90deg, var(--primary), var(--accent)); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease);
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card:hover::after { transform: scaleX(1); }
.service-card__num { position: absolute; right: 28px; top: 22px; font-size: 54px; font-weight: 800; color: transparent; -webkit-text-stroke: 1.5px var(--line); line-height: 1; transition: -webkit-text-stroke-color .4s; }
.service-card:hover .service-card__num { -webkit-text-stroke-color: rgba(20, 117, 188, .35); }
.service-card__icon {
  width: 76px; height: 76px; display: grid; place-items: center; font-size: 34px; color: #fff; margin-bottom: 26px;
  background: linear-gradient(145deg, var(--primary), var(--primary-dark));
  border-radius: 40% 60% 55% 45% / 55% 45% 55% 45%; transition: border-radius .6s, background .4s;
  box-shadow: 0 14px 28px -12px rgba(20, 117, 188, .7);
}
.service-card:hover .service-card__icon { border-radius: 50%; background: linear-gradient(145deg, var(--accent), var(--accent-dark)); box-shadow: 0 14px 28px -12px rgba(111, 168, 42, .7); }
.service-card h3 { font-size: 22px; margin-bottom: 12px; }
.service-card p { margin-bottom: 20px; }

/* ---------- Neden biz ---------- */
.why { background: var(--dark-bg); color: rgba(255, 255, 255, .75); overflow: hidden; }
.why__bg {
  position: absolute; inset: 0; opacity: .6; pointer-events: none;
  background:
    radial-gradient(circle at 15% 20%, rgba(20, 117, 188, .45), transparent 45%),
    radial-gradient(circle at 90% 90%, rgba(141, 198, 63, .22), transparent 40%);
}
.why__bg::after {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
.why__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; position: relative; }
.why__content p { font-size: 17px; margin-bottom: 34px; }
.why__stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.stat {
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--radius);
  padding: 32px 28px; transition: background .35s, transform .35s var(--ease);
}
.stat:nth-child(even) { transform: translateY(30px); }
.stat:hover { background: var(--primary); }
.stat:nth-child(even):hover { transform: translateY(22px); }
.stat:nth-child(odd):hover { transform: translateY(-8px); }
.stat__icon { width: 56px; height: 56px; border-radius: 16px; background: var(--accent); color: #fff; display: grid; place-items: center; font-size: 26px; margin-bottom: 22px; }
.stat strong { display: block; color: #fff; font-size: 44px; line-height: 1.1; font-weight: 800; }
.stat > span:last-child { font-weight: 600; }

/* ---------- Süreç ---------- */
.process__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; position: relative; }
.process__grid::before {
  content: ""; position: absolute; top: 44px; left: 16%; right: 16%; border-top: 2px dashed rgba(20, 117, 188, .3);
}
.step { text-align: center; position: relative; padding: 0 10px; }
.step__no {
  width: 88px; height: 88px; margin: 0 auto 26px; border-radius: 50%; display: grid; place-items: center;
  font-size: 32px; font-weight: 800; color: var(--primary); background: #fff; border: 2px solid var(--primary-soft);
  box-shadow: var(--shadow); position: relative; transition: all .4s var(--ease);
}
.step__no::after { content: ""; position: absolute; inset: 8px; border-radius: 50%; background: var(--primary-soft); z-index: -1; }
.step:hover .step__no { background: var(--primary); color: #fff; transform: translateY(-6px); }
.step h3 { font-size: 21px; margin-bottom: 10px; }

/* ---------- SSS ---------- */
.faq { background: var(--bg-soft); }
.faq__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.accordion { display: grid; gap: 16px; margin-top: 10px; }
.acc-item { border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: box-shadow .3s, border-color .3s; }
.acc-item.open { border-color: transparent; box-shadow: var(--shadow); }
.acc-head {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; text-align: left;
  padding: 20px 22px; background: none; border: 0; font-size: 17px; font-weight: 700; color: var(--heading);
}
.acc-item.open .acc-head { color: var(--primary); }
.acc-icon { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--primary-soft); color: var(--primary); flex-shrink: 0; transition: transform .35s var(--ease), background .3s, color .3s; }
.acc-item.open .acc-icon { transform: rotate(135deg); background: var(--primary); color: #fff; }
.acc-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s var(--ease); }
.acc-body > p { overflow: hidden; padding: 0 22px; }
.acc-item.open .acc-body { grid-template-rows: 1fr; }
.acc-item.open .acc-body > p { padding-bottom: 22px; }
.faq__visual { position: relative; }
.faq__card { border-radius: 28px; overflow: hidden; box-shadow: var(--shadow-lg); max-width: 440px; margin-left: auto; }
.faq__card svg { width: 100%; height: auto; display: block; }
.faq__help {
  position: absolute; left: 0; bottom: 60px; background: #fff; border-radius: 16px; padding: 16px 22px 16px 16px;
  display: flex; align-items: center; gap: 14px; box-shadow: var(--shadow-lg); animation: floatY 6s ease-in-out infinite;
}
.faq__help small { display: block; font-weight: 600; font-size: 13px; }
.faq__help strong { color: var(--heading); font-size: 18px; }

/* ---------- Yorumlar ---------- */
.testimonials { background: #fff; }
.slider { overflow: hidden; margin: 0 -14px; padding: 14px 0 30px; }
.slider__track { display: flex; transition: transform .6s var(--ease); }
.t-card {
  flex: 0 0 calc(100% / 3); padding: 0 14px;
}
.t-card > * { position: relative; }
.t-card {
  display: flex; flex-direction: column;
}
.t-card__stars, .t-card > p, .t-card > footer { background: #fff; }
.t-card__stars { padding: 34px 32px 0; border-radius: 20px 20px 0 0; display: flex; gap: 3px; color: #FFB400; font-size: 18px; }
.t-card > p { padding: 16px 32px 24px; font-size: 16.5px; color: var(--heading); flex: 1; }
.t-card > footer {
  display: flex; align-items: center; gap: 14px; padding: 22px 32px 30px; border-radius: 0 0 20px 20px;
  border-top: 1px solid var(--line); box-shadow: 0 24px 30px -24px rgba(10, 37, 64, .18);
}
.t-card > footer strong { display: block; color: var(--heading); line-height: 1.3; }
.t-card > footer small { font-size: 14px; }
.t-avatar { width: 52px; height: 52px; border-radius: 50%; background: var(--c); color: #fff; font-weight: 700; display: grid; place-items: center; flex-shrink: 0; }
.t-card__q { margin-left: auto; font-size: 38px; color: var(--primary-soft); }
.slider-nav { display: flex; gap: 12px; }
.slider-btn {
  width: 54px; height: 54px; border-radius: 50%; border: 2px solid var(--line); background: #fff; color: var(--heading);
  display: grid; place-items: center; font-size: 20px; transition: all .3s;
}
.slider-btn:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
.slider-btn--next svg { transform: rotate(180deg); }
.slider-dots { display: flex; justify-content: center; gap: 8px; }
.slider-dots button { width: 10px; height: 10px; border-radius: 10px; border: 0; background: #C9D6E3; padding: 0; transition: width .35s var(--ease), background .3s; }
.slider-dots button.active { width: 30px; background: var(--primary); }

/* ---------- Teklif formu ---------- */
.quote { padding-top: 40px; }
.quote__box {
  position: relative; overflow: hidden; border-radius: 30px; padding: 70px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 70%);
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; color: rgba(255, 255, 255, .82);
}
.quote__shape {
  position: absolute; right: -120px; top: -120px; width: 380px; height: 380px; border-radius: 50%;
  border: 60px solid rgba(141, 198, 63, .15); pointer-events: none;
}
.quote__shape::after { content: ""; position: absolute; left: -380px; top: 420px; width: 260px; height: 260px; border-radius: 50%; background: rgba(255, 255, 255, .05); }
.quote__info { position: relative; }
.quote__info p { font-size: 17px; margin-bottom: 26px; }
.quote__list { display: grid; gap: 12px; }
.quote__list li { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 600; }
.quote__list svg { width: 24px; height: 24px; padding: 5px; border-radius: 50%; background: var(--accent); color: #fff; }
.quote__form {
  position: relative; background: #fff; border-radius: 22px; padding: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
  box-shadow: 0 30px 60px -25px rgba(0, 0, 0, .4);
}
.field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 14px; font-weight: 700; color: var(--heading); }
.field input, .field select, .field textarea {
  font: inherit; font-size: 15px; color: var(--heading); width: 100%;
  border: 1.5px solid var(--line); background: var(--bg-soft); border-radius: 12px; padding: 13px 16px; outline: 0;
  transition: border-color .25s, background .25s, box-shadow .25s;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--primary); background: #fff; box-shadow: 0 0 0 4px rgba(20, 117, 188, .12); }
.field .invalid { border-color: #E5484D; }
.kvkk { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; }
.kvkk input { margin-top: 5px; accent-color: var(--primary); }
.kvkk a { color: var(--primary); font-weight: 700; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.quote__form button:disabled { opacity: .7; pointer-events: none; }
.error-page { min-height: 50vh; display: grid; align-items: center; }
.form-msg { font-weight: 700; text-align: center; padding: 12px; border-radius: 10px; }
.form-msg.ok { background: var(--accent-soft); color: var(--accent-dark); }
.form-msg.err { background: #FDECEC; color: #C62828; }

/* ---------- Footer ---------- */
.footer { background: var(--dark-bg); color: rgba(255, 255, 255, .68); margin-top: 110px; position: relative; }
.footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: linear-gradient(90deg, var(--primary), var(--accent)); }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 50px; padding: 90px 0 60px; }
.footer__brand img { height: 52px; width: auto; margin-bottom: 22px; }
.footer__brand p { margin-bottom: 26px; max-width: 320px; }
.socials { display: flex; gap: 10px; }
.socials a {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .08); color: #fff;
  transition: background .3s, transform .3s var(--ease);
}
.socials a:hover { background: var(--accent); transform: translateY(-4px); }
.footer__title { color: #fff; font-size: 19px; margin-bottom: 26px; position: relative; padding-bottom: 14px; }
.footer__title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 36px; height: 3px; border-radius: 3px; background: var(--accent); }
.footer__col ul { display: grid; gap: 12px; }
.footer__col a { transition: color .25s, padding-left .25s; }
.footer__col a:hover { color: #fff; padding-left: 6px; }
.footer__contact { font-style: normal; }
.footer__contact ul { display: grid; gap: 12px; }
.footer__contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer__contact svg { color: var(--accent); margin-top: 5px; font-size: 17px; }
.footer__bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 24px 0; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 14px; }
.footer__bottom ul { display: flex; gap: 24px; }
.footer__bottom a:hover { color: #fff; }

/* ---------- Çerez + yukarı çık ---------- */
.cookie {
  position: fixed; left: 20px; bottom: 20px; z-index: 200; max-width: 420px; background: #fff; border-radius: 16px;
  padding: 22px; box-shadow: var(--shadow-lg); border-top: 4px solid var(--primary); animation: slideUp .5s var(--ease);
}
.cookie p { font-size: 14px; margin-bottom: 16px; }
.cookie a { color: var(--primary); font-weight: 700; }
.cookie__btns { display: flex; gap: 10px; justify-content: flex-end; }
@keyframes slideUp { from { transform: translateY(30px); opacity: 0; } }
.to-top {
  position: fixed; right: 22px; bottom: 22px; z-index: 150; width: 50px; height: 50px; border-radius: 50%; border: 0;
  background: var(--primary); color: #fff; display: grid; place-items: center; font-size: 20px; box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transform: translateY(20px); transition: all .35s var(--ease);
}
.to-top.show { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--accent); }

/* ---------- İç sayfa başlığı + breadcrumb ---------- */
.page-header {
  position: relative; overflow: hidden; padding: 80px 0 90px; text-align: center;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: rgba(255, 255, 255, .85);
}
.page-header::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 50px 50px;
}
.page-header__shape { position: absolute; border-radius: 50%; pointer-events: none; }
.page-header__shape--1 { width: 340px; height: 340px; right: -90px; top: -140px; border: 50px solid rgba(141, 198, 63, .18); }
.page-header__shape--2 { width: 220px; height: 220px; left: -70px; bottom: -110px; background: rgba(255, 255, 255, .06); }
.page-header__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.page-header__title { color: #fff; font-size: clamp(32px, 4.6vw, 54px); letter-spacing: -.02em; margin: 14px 0 12px; }
.page-header__text { max-width: 620px; font-size: 17px; }
.breadcrumb ol { list-style: none; margin: 0; padding: 8px 18px; display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 0; background: rgba(255, 255, 255, .1); border-radius: 50px; font-size: 14px; font-weight: 600; }
.breadcrumb li { display: flex; align-items: center; }
.breadcrumb li + li::before { content: "\203A"; margin: 0 10px; color: var(--accent); font-size: 18px; line-height: 1; }
.breadcrumb a { color: #fff; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb [aria-current] { color: rgba(255, 255, 255, .7); }

.section--tight { padding-block: 70px 0; }
.intro__inner { max-width: 820px; text-align: center; }
.intro__inner .lead { margin: 0; }
.values .provide-card { height: 100%; }
.service-card .stretched { color: inherit; }
.service-card .stretched::before { content: ""; position: absolute; inset: 0; z-index: 1; }
.service-card h3 a:hover { color: var(--primary); }

/* ---------- CTA bandı ---------- */
.cta-band { padding-block: 0 110px; }
.cta-band__box {
  position: relative; overflow: hidden; border-radius: 28px; padding: 50px 60px;
  background: var(--dark-bg); display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
}
.cta-band__box::before { content: ""; position: absolute; right: -80px; top: -120px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(20, 117, 188, .55), transparent 70%); }
.cta-band__text { position: relative; max-width: 560px; }
.cta-band__text h2 { color: #fff; font-size: clamp(26px, 3vw, 36px); margin-bottom: 10px; }
.cta-band__text p { color: rgba(255, 255, 255, .72); }
.cta-band__actions { position: relative; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.call-inline--light small { color: rgba(255, 255, 255, .65); }
.call-inline--light strong { color: #fff; }
.call-inline--light .call-inline__icon { background: rgba(255, 255, 255, .1); color: #fff; }
.call-inline--light .call-inline__icon::after { border-color: #fff; }

/* ---------- Hizmet detay ---------- */
.detail__grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 50px; align-items: start; }
.detail__content > h2 { font-size: clamp(24px, 2.6vw, 32px); margin: 50px 0 18px; }
.detail__content > p { font-size: 16.5px; margin-bottom: 16px; }
.detail__banner {
  display: flex; align-items: center; gap: 28px; padding: 38px; border-radius: 24px; color: rgba(255, 255, 255, .9); font-size: 18px; font-weight: 600;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark)); position: relative; overflow: hidden;
}
.detail__banner::after { content: ""; position: absolute; right: -50px; bottom: -80px; width: 220px; height: 220px; border-radius: 50%; border: 40px solid rgba(141, 198, 63, .2); }
.detail__banner .eyebrow { margin-bottom: 10px; }
.detail__banner-icon { flex-shrink: 0; width: 96px; height: 96px; border-radius: 28px; display: grid; place-items: center; font-size: 46px; background: var(--accent); color: #fff; box-shadow: 0 18px 30px -12px rgba(0, 0, 0, .35); }
.checklist--detail { margin-bottom: 18px; }
.detail__content > .detail__note { font-size: 14px; padding: 14px 18px; border-radius: 12px; background: var(--bg-soft); border-left: 3px solid var(--accent); }
.audience { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.audience__item { display: flex; gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; transition: box-shadow .3s, border-color .3s; }
.audience__item:hover { box-shadow: var(--shadow); border-color: transparent; }
.audience__icon { flex-shrink: 0; width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; font-size: 22px; background: var(--primary-soft); color: var(--primary); }
.audience__item h3 { font-size: 17px; margin-bottom: 4px; }
.audience__item p { font-size: 15px; }
.mini-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mini-feature { display: flex; flex-direction: column; gap: 6px; padding: 24px; border-radius: 16px; background: var(--bg-soft); }
.mini-feature svg { font-size: 30px; color: var(--primary); margin-bottom: 8px; }
.mini-feature strong { color: var(--heading); }
.mini-feature span { font-size: 15px; }

.detail__sidebar, .faq-page__nav { position: sticky; top: 110px; display: grid; gap: 28px; }
.widget { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 30px; }
.widget__title { font-size: 20px; margin-bottom: 18px; padding-bottom: 14px; position: relative; }
.widget__title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 36px; height: 3px; border-radius: 3px; background: var(--accent); }
.widget__list { display: grid; gap: 8px; }
.widget__list a {
  display: flex; align-items: center; gap: 12px; padding: 13px 16px; border-radius: 12px; background: var(--bg-soft);
  font-weight: 700; color: var(--heading); font-size: 15px; transition: background .25s, color .25s;
}
.widget__list a > svg:first-child { color: var(--primary); font-size: 18px; }
.widget__arrow { margin-left: auto; font-size: 16px; opacity: .5; transition: transform .25s, opacity .25s; }
.widget__list a:hover, .widget__list a.active { background: var(--primary); color: #fff; }
.widget__list a:hover svg, .widget__list a.active svg { color: #fff; opacity: 1; }
.widget__list a:hover .widget__arrow { transform: translateX(4px); }
.widget--cta { background: var(--dark-bg); border: 0; color: rgba(255, 255, 255, .75); text-align: center; position: relative; overflow: hidden; }
.widget--cta .widget__title { color: #fff; }
.widget--cta .widget__title::after { left: 50%; transform: translateX(-50%); }
.widget--cta p { margin-bottom: 22px; }
.widget__cta-icon { width: 70px; height: 70px; margin: 0 auto 18px; border-radius: 50%; display: grid; place-items: center; font-size: 30px; background: var(--primary); color: #fff; }
.widget__phone { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; color: #fff; font-weight: 700; }
.widget__phone svg { color: var(--accent); }

/* ---------- SSS sayfası ---------- */
.faq-page__grid { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 50px; align-items: start; }
.faq-group + .faq-group { margin-top: 50px; }
.faq-group { scroll-margin-top: 110px; }
.faq-group__title { font-size: 26px; margin-bottom: 20px; }
.faq-group__link { margin-top: 18px; }

/* ---------- İletişim ---------- */
.contact__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-bottom: 50px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 36px 30px; text-align: center; transition: transform .35s var(--ease), box-shadow .35s; }
.contact-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.contact-card__icon { width: 70px; height: 70px; margin: 0 auto 20px; border-radius: 20px; display: grid; place-items: center; font-size: 30px; background: var(--primary-soft); color: var(--primary); }
.contact-card h2 { font-size: 21px; margin-bottom: 10px; }
.contact-card address { font-style: normal; margin-bottom: 14px; }
.contact-card p a { color: var(--heading); font-weight: 700; font-size: 18px; }
.contact-card p a:hover { color: var(--primary); }
.contact-card__muted { font-size: 14px; margin-top: 4px; }
.contact__map { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); height: 420px; background: var(--bg-soft); }
.contact__map iframe { width: 100%; height: 100%; border: 0; display: block; }
.contact + .quote { padding-top: 0; }

/* ---------- Yasal metinler ---------- */
.legal { max-width: 860px; }
.legal h2 { font-size: 24px; margin: 38px 0 14px; }
.legal p { margin-bottom: 14px; }
.legal ul { list-style: disc; padding-left: 22px; margin-bottom: 14px; display: grid; gap: 6px; }
.legal a { color: var(--primary); font-weight: 600; }
.table-wrap { overflow-x: auto; margin-bottom: 14px; }
.legal table { width: 100%; border-collapse: collapse; min-width: 520px; font-size: 15px; }
.legal th, .legal td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.legal th { background: var(--bg-soft); color: var(--heading); }

/* ---------- Hata sayfası ---------- */
.error-page__code { font-size: clamp(80px, 14vw, 150px); font-weight: 800; line-height: 1; color: var(--primary-soft); -webkit-text-stroke: 2px var(--primary); margin-bottom: 10px; }
.error-page__btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 26px; }

/* ---------- Scroll animasyonu ---------- */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.stat.reveal.in:nth-child(even) { transform: translateY(30px); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .hide-md { display: none; }
  .burger { display: flex; }
  .nav {
    position: fixed; top: 0; right: 0; bottom: 0; width: min(320px, 85vw); background: #fff; z-index: 120;
    padding: 90px 24px 30px; overflow-y: auto; box-shadow: -20px 0 50px -20px rgba(10, 37, 64, .3);
    /* Ekran dışına kaydırmak yatay kaydırma çubuğu yaratıyor; kapalıyken görünmez tut */
    opacity: 0; visibility: hidden; transform: scaleX(.92); transform-origin: right center;
    transition: transform .4s var(--ease), opacity .3s, visibility .3s;
  }
  .nav.open { opacity: 1; visibility: visible; transform: none; }
  .nav__list { flex-direction: column; gap: 0; }
  .nav__item > a { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .nav__item > a::after { display: none; }
  .has-drop > a::before { right: 6px; }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 4px 0 8px 12px; display: none; }
  .has-drop.open .dropdown { display: block; }
  .burger { position: relative; z-index: 130; }
  .hero__grid, .about__grid, .why__grid, .faq__grid, .quote__box { grid-template-columns: 1fr; }
  .hero { padding-top: 60px; }
  .hero__visual { max-width: 480px; }
  .about__grid { gap: 60px; }
  .about__visual { max-width: 520px; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .t-card { flex-basis: 50%; }
  .faq__card { margin: 0 auto; }
  .quote__box { padding: 50px; }
  .detail__grid, .faq-page__grid { grid-template-columns: 1fr; }
  .detail__sidebar, .faq-page__nav { position: static; }
  .faq-page__nav { order: 2; }
  .contact__cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .section { padding-block: 80px; }
  .hide-sm { display: none; }
  .topbar__social { display: none; }
  .topbar__info { gap: 16px; font-size: 13px; }
  .header__inner { min-height: 72px; }
  .logo img { height: 42px; }
  .hero { padding-bottom: 140px; }
  .hero__dots { display: none; }
  .float-card { padding: 10px 12px; }
  .float-card__icon { width: 36px; height: 36px; font-size: 18px; }
  .float-card strong { font-size: 13px; }
  .float-card--a { left: 0; }
  .float-card--b { right: 0; }
  .spark { display: none; }
  .provide__grid, .services__grid, .process__grid, .why__stats, .checklist { grid-template-columns: 1fr; }
  .process__grid::before { display: none; }
  .stat:nth-child(even), .stat.reveal.in:nth-child(even), .stat:nth-child(even):hover { transform: none; }
  .about__visual { padding: 0 30px 50px 0; }
  .exp-badge { padding: 12px 16px; }
  .exp-badge strong { font-size: 30px; }
  .t-card { flex-basis: 100%; }
  .quote__box { padding: 34px 20px; border-radius: 24px; }
  .quote__form { grid-template-columns: 1fr; padding: 26px 20px; }
  .footer__top { grid-template-columns: 1fr; gap: 40px; padding-top: 70px; }
  .faq__help { position: relative; bottom: auto; margin: -30px auto 0; width: fit-content; }
  .cookie { left: 12px; right: 12px; bottom: 12px; max-width: none; }
  .page-header { padding: 56px 0 64px; }
  .cta-band { padding-bottom: 80px; }
  .cta-band__box { padding: 34px 22px; }
  .detail__banner { flex-direction: column; align-items: flex-start; padding: 28px 22px; gap: 18px; }
  .audience, .mini-features, .contact__cards { grid-template-columns: 1fr; }
  .contact__map { height: 320px; }
  .widget { padding: 24px 20px; }
}
