:root {
  --ground: #FBF1EC;
  --blush: #F6E0DC;
  --surface: #FFFFFF;
  --ink: #33262B;
  --ink-soft: #6E5A60;
  --rose: #D9435C;
  --rose-deep: #B93049;
  --mauve: #C99FA8;
  --green: #2F6B4C;
  --green-soft: #E4EFE8;
  --gold: #D9B45B;
  --gold-deep: #8A6A1F;
  --line: #EAD3CD;
  --shadow: 0 18px 40px -20px rgba(90, 40, 50, .28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--ground); color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6; -webkit-font-smoothing: antialiased;
}
.serif { font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Didot, Georgia, "Times New Roman", serif; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
section { padding: 68px 0; scroll-margin-top: 84px; }
a { color: var(--rose); }
img { max-width: 100%; }
h2 {
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Didot, Georgia, serif;
  font-size: clamp(26px, 4vw, 38px); line-height: 1.15; margin: 0 0 12px;
  text-wrap: balance; font-weight: 700;
}
h3.sub {
  font-family: "Iowan Old Style", Palatino, Georgia, serif;
  font-size: clamp(20px, 2.8vw, 27px); margin: 0 0 10px; font-weight: 700;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--rose);
  background: rgba(217, 67, 92, .1); border-radius: 999px; padding: 6px 14px; margin-bottom: 16px;
}
.lead { color: var(--ink-soft); max-width: 64ch; margin: 0; font-size: 16.5px; }
.band { background: var(--blush); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  text-decoration: none; text-align: center; cursor: pointer;
  font: inherit; font-size: 14.5px; font-weight: 700; border-radius: 999px; padding: 12px 24px;
  border: 1.5px solid transparent; transition: background .2s, color .2s, border-color .2s;
}
.btn.primary { background: var(--rose); color: #fff; }
.btn.primary:hover { background: var(--rose-deep); }
.btn.ghost { border-color: var(--rose); color: var(--rose); background: transparent; }
.btn.ghost:hover { background: rgba(217, 67, 92, .08); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible,
textarea:focus-visible, summary:focus-visible { outline: 2.5px solid var(--rose); outline-offset: 2px; }

/* ikonlar */
.ico { width: 18px; height: 18px; flex: 0 0 auto; vertical-align: -3px; }
.ico.lg { width: 22px; height: 22px; }
.ico.xl { width: 26px; height: 26px; }

/* ---------- NOTICE ---------- */
.notice { background: var(--ink); color: #F4E8E6; font-size: 13px; }
.notice .wrap { display: flex; align-items: center; gap: 12px; padding-top: 9px; padding-bottom: 9px; }
.notice .ico { color: #F5B8C2; }
.notice a { color: #F5B8C2; font-weight: 700; }
.notice button { margin-left: auto; background: none; border: none; color: #C7ADB2; cursor: pointer; padding: 2px 6px; line-height: 1; }
.notice.hidden { display: none; }

/* ---------- HEADER ---------- */
header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 241, 236, .92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; gap: 20px; padding: 12px 0; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); margin-right: auto; }
.brand img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.brand b { font-family: "Iowan Old Style", Palatino, Georgia, serif; font-size: 19px; display: block; line-height: 1.05; }
.brand .sub { font-size: 9.5px; letter-spacing: .15em; text-transform: uppercase; color: var(--ink-soft); }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: var(--ink); text-decoration: none; font-size: 14.5px; font-weight: 500; }
.nav-links a:hover, .nav-links a.active { color: var(--rose); }
.nav .btn { padding: 10px 20px; font-size: 13.5px; }
.menu-btn { display: none; background: none; border: 1.5px solid var(--line); border-radius: 10px; padding: 8px 9px; cursor: pointer; color: var(--ink); line-height: 0; }
@media (max-width: 900px) {
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--ground); border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 15px 24px; border-top: 1px solid var(--line); font-size: 16px; }
  .menu-btn { display: block; }
}
.nav-giris-mobil { display: none; }
@media (max-width: 900px) {
  .giris-btn { display: none; }
  .nav-giris-mobil { display: block; color: var(--rose-deep) !important; font-weight: 700 !important; }
}
@media (max-width: 560px) {
  .brand .sub { display: none; }
  .brand b { font-size: 17px; }
  .brand img { width: 34px; height: 34px; }
  .nav { gap: 10px; padding-left: 4px; padding-right: 4px; }
  .nav .btn { padding: 8px 14px; font-size: 12.5px; white-space: nowrap; }
  .notice { font-size: 12px; }
}

/* ---------- HERO ---------- */
.hero { padding: 72px 0 64px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; }
@media (max-width: 820px) { .hero-grid { grid-template-columns: 1fr; } .hero-art { max-width: 300px; margin: 0 auto; order: -1; } }
.hero h1 {
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Didot, Georgia, serif;
  font-size: clamp(38px, 6.5vw, 64px); line-height: 1.06; margin: 0 0 8px; font-weight: 700;
}
.hero .script { font-family: "Iowan Old Style", Palatino, Georgia, serif; font-style: italic; font-size: clamp(18px, 2.6vw, 23px); color: var(--rose); margin: 0 0 20px; }
.hero p.d { color: var(--ink-soft); font-size: 17px; max-width: 54ch; margin: 0 0 26px; }
.hero p.d b { color: var(--ink); }
.hero .btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 30px; }
.stats { display: flex; gap: 28px; border-top: 1px solid var(--line); padding-top: 18px; flex-wrap: wrap; }
.stats b { font-family: "Iowan Old Style", Palatino, Georgia, serif; font-size: 22px; display: block; }
.stats b.rose { color: var(--rose); }
.stats span { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.hero-art { position: relative; }
.hero-art img.logo { width: 100%; height: auto; display: block; aspect-ratio: 1/1; object-fit: cover; border-radius: 50%; box-shadow: var(--shadow); }
.float-tag {
  position: absolute; background: var(--surface); border: 1px solid var(--line); border-radius: 14px;
  padding: 10px 14px; font-size: 12.5px; box-shadow: var(--shadow);
}
.float-tag b { display: flex; align-items: center; gap: 6px; font-size: 13px; }
.float-tag .ico { width: 15px; height: 15px; color: var(--rose); }
.float-tag span { color: var(--ink-soft); font-size: 11.5px; }
.ft1 { top: 5%; right: -4px; }
.ft2 { bottom: 7%; left: -4px; }
@media (max-width: 480px) { .ft1 { right: 0; } .ft2 { left: 0; } }

/* ---------- NE YAPIYORUZ ---------- */
.about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin-top: 36px; counter-reset: ab; }
.about-card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 22px; counter-increment: ab; }
.about-card:before {
  content: counter(ab); display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%; background: var(--rose); color: #fff;
  font-weight: 700; font-size: 14px; margin-bottom: 12px;
}
.about-card p { margin: 0; font-size: 14px; color: var(--ink-soft); line-height: 1.6; }
.about-card p b { color: var(--ink); }

/* ---------- SÜREÇ (dikey akış) ---------- */
.timeline { max-width: 680px; margin: 40px auto 0; }
.tl-step { position: relative; padding: 0 0 40px 66px; }
.tl-step:before {
  content: ""; position: absolute; left: 23px; top: 52px; bottom: 6px; width: 2px;
  background: linear-gradient(to bottom, var(--rose), var(--mauve));
  border-radius: 2px;
}
.tl-step:after {
  content: ""; position: absolute; left: 19.5px; bottom: 12px;
  width: 9px; height: 9px;
  border-right: 2px solid var(--mauve); border-bottom: 2px solid var(--mauve);
  transform: rotate(45deg);
}
.tl-step:last-child { padding-bottom: 0; }
.tl-step:last-child:before, .tl-step:last-child:after { display: none; }
.tl-node {
  position: absolute; left: 0; top: 0;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--rose); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: "Iowan Old Style", Palatino, Georgia, serif;
  font-size: 19px; font-weight: 700;
  box-shadow: 0 6px 16px -6px rgba(217, 67, 92, .55);
}
.tl-node.final { background: var(--green); box-shadow: 0 6px 16px -6px rgba(47, 107, 76, .55); }
.tl-node .ico { width: 21px; height: 21px; }
.tl-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 16px;
  padding: 20px 22px;
}
.tl-card b.t { display: block; font-size: 16px; margin-bottom: 5px; }
.tl-card p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.62; }
.tl-card .meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.tl-card .meta span {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11.5px; font-weight: 700; color: var(--ink-soft);
  background: var(--ground); border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px;
}
.tl-card .meta span.hl { background: var(--green-soft); border-color: transparent; color: var(--green); }
.tl-card .meta .ico { width: 13px; height: 13px; }
@media (max-width: 480px) {
  .tl-step { padding-left: 56px; }
  .tl-node { width: 42px; height: 42px; font-size: 17px; }
  .tl-step:before { left: 20px; top: 46px; }
  .tl-step:after { left: 16.5px; }
}

/* ---------- ÖZELLİKLER ---------- */
.soon {
  display: inline-flex; align-items: center; font-size: 10.5px; font-weight: 800; letter-spacing: .12em;
  background: var(--green-soft); color: var(--green); border-radius: 999px; padding: 4px 12px;
}
.ladder { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 36px; counter-reset: ld; position: relative; }
@media (max-width: 860px) { .ladder { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .ladder { grid-template-columns: 1fr; } }
.rung {
  background: var(--surface); border: 1px solid var(--line); border-radius: 16px;
  padding: 22px 18px; position: relative; counter-increment: ld;
}
.rung:after {
  content: counter(ld); position: absolute; top: 16px; right: 18px;
  font-family: "Iowan Old Style", Palatino, Georgia, serif; font-size: 24px; font-weight: 700; color: var(--mauve);
}
.rung .ric {
  width: 42px; height: 42px; border-radius: 13px; background: rgba(201, 159, 168, .28);
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px; color: var(--rose-deep);
}
.rung b { display: block; font-size: 15px; margin-bottom: 5px; }
.rung p { margin: 0 0 10px; font-size: 13px; color: var(--ink-soft); line-height: 1.55; }
.rung .tag {
  display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700;
  border-radius: 999px; padding: 4px 10px;
}
.rung .tag.free { background: var(--green-soft); color: var(--green); }
.rung .tag.dual { background: rgba(217, 67, 92, .1); color: var(--rose-deep); }
.rung .tag .ico { width: 12px; height: 12px; }
.trusts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.trusts span {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 600; color: var(--ink-soft);
  background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 8px 15px;
}
.trusts .ico { width: 14px; height: 14px; color: var(--green); }
.photo-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
@media (max-width: 820px) { .photo-cards { grid-template-columns: 1fr; } }
.pcx { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 22px; }
.pcx .ric {
  width: 42px; height: 42px; border-radius: 13px; background: var(--green-soft);
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px; color: var(--green);
}
.pcx b { display: block; font-size: 15px; margin-bottom: 5px; }
.pcx p { margin: 0; font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; }
.fa-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 36px; margin-top: 30px; align-items: start; }
@media (max-width: 880px) { .fa-grid { grid-template-columns: 1fr; } }
.fa-feats { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 16px; }
.fa-feats li { display: flex; gap: 14px; align-items: flex-start; }
.fa-feats .fic {
  flex: 0 0 auto; width: 40px; height: 40px; border-radius: 12px;
  background: rgba(201, 159, 168, .28); display: flex; align-items: center; justify-content: center; color: var(--rose-deep);
}
.fa-feats b { display: block; font-size: 15px; }
.fa-feats span { color: var(--ink-soft); font-size: 13.5px; line-height: 1.55; display: block; }

/* ---------- CANLI SOHBET DEMOSU ---------- */
.chatdemo { background: var(--surface); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); overflow: hidden; }
.chat-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 14px 18px; border-bottom: 1px solid var(--line); background: var(--blush); }
.chat-head b { font-size: 14.5px; display: block; }
.chat-head .st { font-size: 11.5px; color: var(--green); font-weight: 700; }
.chat-head button {
  display: inline-flex; align-items: center; gap: 6px;
  font: inherit; font-size: 12px; font-weight: 700; cursor: pointer;
  border: 1.5px solid var(--line); background: var(--surface); color: var(--ink);
  border-radius: 999px; padding: 7px 13px; white-space: nowrap;
}
.chat-body { padding: 18px 16px; min-height: 420px; max-height: 460px; overflow-y: auto; display: flex; flex-direction: column; gap: 11px; }
.m { max-width: 84%; }
.m .bub { padding: 10px 13px; border-radius: 15px; font-size: 13px; line-height: 1.5; }
.m.a { align-self: flex-end; }
.m.a .bub { background: var(--rose); color: #fff; border-bottom-right-radius: 4px; }
.m.b { align-self: flex-start; }
.m.b .bub { background: var(--blush); border-bottom-left-radius: 4px; }
.m .who { font-size: 10.5px; color: var(--ink-soft); margin: 0 5px 3px; }
.m.fa { align-self: flex-start; max-width: 92%; }
.m.fa .who { display: flex; align-items: center; gap: 6px; font-weight: 700; color: var(--ink); font-size: 11px; }
.m.fa .who img { width: 20px; height: 20px; border-radius: 50%; object-fit: cover; }
.m.fa .who .tg { font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--rose); background: rgba(217,67,92,.1); border-radius: 999px; padding: 2px 8px; }
.m.fa .bub { background: rgba(201, 159, 168, .15); border: 1px solid rgba(201, 159, 168, .45); border-left: 3px solid var(--gold); border-bottom-left-radius: 4px; }
.m.sys { align-self: center; text-align: center; max-width: 95%; }
.m.sys .bub { background: none; color: var(--ink-soft); font-size: 11.5px; padding: 2px 6px; }
.m.card .bub { background: var(--surface); border: 1.5px solid var(--line); border-radius: 14px; padding: 13px 15px; }
.m.card .btns2 { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 9px; }
.m.card .btns2 span { font-size: 11.5px; font-weight: 700; border-radius: 999px; padding: 6px 13px; }
.m.card .btns2 .y { background: var(--rose); color: #fff; }
.m.card .btns2 .n { border: 1.5px solid var(--line); color: var(--ink-soft); }
.m.card .note { font-size: 10.5px; color: var(--ink-soft); margin-top: 7px; }
.m.card .idrow { display: flex; align-items: center; gap: 10px; padding: 7px 0; border-bottom: 1px solid var(--line); }
.m.card .idrow:last-of-type { border-bottom: none; }
.m.card .idrow .pav {
  width: 34px; height: 34px; border-radius: 50%; background: var(--green-soft);
  display: flex; align-items: center; justify-content: center; color: var(--green);
}
.m.card .idrow b { font-size: 12.5px; display: block; }
.m.card .idrow small { font-size: 11px; color: var(--ink-soft); }
.typing { align-self: flex-start; display: flex; gap: 4px; padding: 10px 13px; background: var(--blush); border-radius: 15px; }
.typing.right { align-self: flex-end; }
.typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--ink-soft); animation: blink 1s infinite; }
.typing i:nth-child(2) { animation-delay: .2s; }
.typing i:nth-child(3) { animation-delay: .4s; }
@keyframes blink { 0%, 60%, 100% { opacity: .25; } 30% { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .typing i { animation: none; } }
.chat-input { display: flex; gap: 10px; padding: 13px 16px; border-top: 1px solid var(--line); }
.chat-input .fake { flex: 1; background: var(--ground); border: 1.5px solid var(--line); border-radius: 999px; padding: 10px 16px; font-size: 12.5px; color: var(--ink-soft); }
.chat-input .send { width: 40px; height: 40px; border-radius: 50%; background: var(--rose); color: #fff; display: flex; align-items: center; justify-content: center; }
.chat-input .send .ico { width: 16px; height: 16px; }

/* ---------- PAKETLER ---------- */
.pkgs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; align-items: stretch; }
@media (max-width: 820px) { .pkgs { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; } }
.pkg { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 28px 26px; display: flex; flex-direction: column; position: relative; }
.pkg.hot { border: 2px solid var(--rose); box-shadow: var(--shadow); }
.pkg .pop {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--rose); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .1em;
  border-radius: 999px; padding: 5px 14px; white-space: nowrap;
}
.pkg .pic2 {
  width: 46px; height: 46px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px;
}
.pkg .pic2.g { background: rgba(217, 180, 91, .22); color: var(--gold-deep); }
.pkg .pic2.p { background: rgba(201, 159, 168, .3); color: var(--rose-deep); }
.pkg .pic2.d { background: rgba(217, 67, 92, .12); color: var(--rose); }
.pkg .pn { font-family: "Iowan Old Style", Palatino, Georgia, serif; font-size: 24px; font-weight: 700; margin-bottom: 2px; }
.pkg .tagline { font-size: 13.5px; font-weight: 700; color: var(--rose); margin-bottom: 10px; }
.pkg .pd { font-size: 13.5px; color: var(--ink-soft); margin-bottom: 16px; line-height: 1.55; }
.pkg .whofor {
  background: var(--ground); border: 1px dashed var(--line); border-radius: 12px;
  font-size: 12.5px; color: var(--ink-soft); padding: 10px 13px; margin-bottom: 16px; line-height: 1.5;
}
.pkg .whofor b { color: var(--ink); display: block; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 3px; }
.pkg ul { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 9px; flex: 1; }
.pkg li { font-size: 13.5px; color: var(--ink-soft); display: flex; gap: 8px; line-height: 1.5; align-items: flex-start; }
.pkg li .ico { width: 15px; height: 15px; color: var(--green); margin-top: 2px; }
.pkg-note { margin-top: 18px; font-size: 13px; color: var(--ink-soft); font-style: italic; text-align: center; }

/* karşılaştırma tablosu */
.compare-wrap { overflow-x: auto; margin-top: 34px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
table.compare { width: 100%; border-collapse: collapse; min-width: 560px; font-size: 13.5px; }
.compare th, .compare td { padding: 13px 16px; text-align: center; border-bottom: 1px solid var(--line); }
.compare tr:last-child td { border-bottom: none; }
.compare th { background: var(--blush); font-size: 13px; }
.compare th:first-child, .compare td:first-child { text-align: left; font-weight: 600; color: var(--ink); }
.compare td { color: var(--ink-soft); }
.compare .yes { color: var(--green); }
.compare .no { color: var(--line); }
.compare th .pk { font-family: "Iowan Old Style", Palatino, Georgia, serif; font-size: 15px; display: block; }
.compare th small { font-weight: 600; color: var(--ink-soft); font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; }

/* ---------- BAŞVURU CTA (index) ---------- */
.apply-band { text-align: center; }
.apply-band .inner {
  background: var(--surface); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow);
  padding: 48px 30px; max-width: 760px; margin: 0 auto;
}
.apply-band .ric {
  width: 54px; height: 54px; border-radius: 16px; background: rgba(217, 67, 92, .1);
  display: inline-flex; align-items: center; justify-content: center; color: var(--rose); margin-bottom: 16px;
}
.apply-band p { color: var(--ink-soft); max-width: 52ch; margin: 0 auto 24px; }

/* ---------- FORM (basvuru sayfası) ---------- */
.page-head { padding: 56px 0 8px; }
.appform {
  background: var(--surface); border: 1px solid var(--line); border-radius: 22px;
  box-shadow: var(--shadow); overflow: hidden; max-width: 720px; margin: 34px auto 0;
}
.appform-head { padding: 24px 28px 0; }
.appform-head h3 { margin: 0 0 4px; font-size: 18px; }
.appform-head p { margin: 0 0 16px; color: var(--ink-soft); font-size: 13.5px; }
.progress { display: flex; gap: 6px; padding: 0 28px 20px; }
.progress i { height: 5px; flex: 1; border-radius: 999px; background: var(--blush); transition: background .3s; }
.progress i.on { background: var(--rose); }
.appform-body { padding: 4px 28px 26px; }
.fstep { display: none; }
.fstep.on { display: block; animation: fadein .35s ease; }
@keyframes fadein { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .fstep.on { animation: none; } }
.flabel { font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-soft); margin: 16px 0 6px; }
.flabel:first-child { margin-top: 4px; }
.appform input[type=text], .appform input[type=number], .appform input[type=email], .appform input[type=tel], .appform input[type=password], .appform select, .appform textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 12px;
  background: var(--ground); color: var(--ink); font: inherit; font-size: 15px;
}
.fnote { font-size: 12.5px; color: var(--mauve); margin: -6px 0 14px; line-height: 1.5; }
.appform textarea { resize: vertical; min-height: 84px; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 520px) { .two { grid-template-columns: 1fr; } }
.seg { display: flex; gap: 8px; flex-wrap: wrap; }
.seg label {
  border: 1.5px solid var(--line); border-radius: 999px; padding: 9px 18px;
  font-size: 14px; cursor: pointer; user-select: none; background: var(--ground); position: relative;
}
.seg input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.seg label:has(input:checked) { background: var(--rose); border-color: var(--rose); color: #fff; font-weight: 600; }
.pkg-seg label:has(input:checked) { background: var(--green); border-color: var(--green); }
.appform-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 18px 28px 26px; border-top: 1px solid var(--line); }
.fbtn {
  display: inline-flex; align-items: center; gap: 8px;
  font: inherit; font-weight: 700; font-size: 15px; cursor: pointer;
  border-radius: 999px; padding: 12px 26px; border: 1.5px solid var(--line);
  background: var(--surface); color: var(--ink); text-decoration: none;
}
.fbtn[disabled] { opacity: .45; cursor: default; }
.fbtn.primary { background: var(--rose); border-color: var(--rose); color: #fff; }
.fbtn.primary:hover { background: var(--rose-deep); border-color: var(--rose-deep); }
.appform-foot .fbtn { white-space: nowrap; }
@media (max-width: 560px) {
  .appform-foot { padding: 14px 16px 20px; gap: 8px; }
  .appform-foot .fbtn { font-size: 13.5px; padding: 10px 16px; }
  .appform-foot .fbtn .ico { width: 15px; height: 15px; }
}
.fresult { display: none; padding: 26px 28px 30px; }
.fresult.on { display: block; animation: fadein .35s ease; }
.fresult h3 { display: flex; align-items: center; gap: 9px; margin: 0 0 6px; font-size: 17px; }
.fresult h3 .ico { color: var(--green); }
.fresult p { margin: 0 0 14px; color: var(--ink-soft); font-size: 13.5px; }
.cv-out {
  width: 100%; min-height: 220px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px; line-height: 1.6; padding: 16px; border: 1.5px solid var(--line); border-radius: 14px;
  background: var(--ground); color: var(--ink); white-space: pre-wrap;
}
.fresult .acts { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.privacy-note { font-size: 12px; color: var(--ink-soft); margin-top: 14px; display: flex; gap: 7px; align-items: center; }
.privacy-note .ico { width: 14px; height: 14px; color: var(--green); }

/* ---------- HATIRLATMALAR ---------- */
.warns { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; margin-top: 36px; }
.warn { background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: 14px; padding: 20px; }
.warn b { display: block; font-size: 14.5px; margin-bottom: 4px; }
.warn p { margin: 0; font-size: 13px; color: var(--ink-soft); line-height: 1.55; }

/* ---------- SSS ---------- */
.faq { max-width: 760px; margin: 36px auto 0; display: grid; gap: 12px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.faq summary {
  cursor: pointer; list-style: none; padding: 18px 22px; font-weight: 700; font-size: 15.5px;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:after { content: "+"; font-size: 20px; color: var(--rose); font-weight: 400; flex: 0 0 auto; }
.faq details[open] summary:after { content: "–"; }
.faq .a { padding: 0 22px 20px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.faq .a b { color: var(--ink); }

/* ---------- CTA & FOOTER ---------- */
.cta { text-align: center; padding: 76px 0; background: linear-gradient(150deg, var(--rose) 0%, var(--rose-deep) 100%); color: #fff; }
.cta h2 { color: #fff; margin-bottom: 10px; }
.cta p { color: rgba(255,255,255,.9); max-width: 54ch; margin: 0 auto 26px; }
.cta .btn.white { background: #fff; color: var(--rose-deep); }
.cta .btn.outline { border-color: rgba(255,255,255,.7); color: #fff; }
.cta .btn.outline:hover { background: rgba(255,255,255,.12); }
footer { background: #241B1F; color: #C7ADB2; padding: 52px 0 40px; font-size: 14px; }
footer .cols { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 32px; }
@media (max-width: 720px) { footer .cols { grid-template-columns: 1fr; } }
footer .fbrand { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
footer .fbrand img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
footer .fbrand b { font-family: "Iowan Old Style", Palatino, Georgia, serif; font-size: 18px; color: #F4E8E6; display: block; line-height: 1.1; }
footer .fbrand .sub { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
footer p { margin: 0 0 8px; line-height: 1.6; font-size: 13px; }
footer h4 { color: #F4E8E6; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 14px; }
footer a { color: #C7ADB2; text-decoration: none; display: flex; align-items: center; gap: 8px; padding: 4px 0; font-size: 13.5px; }
footer a:hover { color: #F5B8C2; }
footer a .ico { width: 15px; height: 15px; }
footer .base { border-top: 1px solid #3A2C33; margin-top: 40px; padding-top: 22px; text-align: center; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- FORM: sunucu gönderimi ---------- */
.hp { position: absolute; left: -9999px; top: -9999px; height: 1px; width: 1px; opacity: 0; }
.kvkk { display: flex; gap: 10px; align-items: flex-start; margin-top: 18px; font-size: 13px; color: var(--ink-soft); line-height: 1.55; cursor: pointer; }
.kvkk input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--rose); flex: 0 0 auto; }
.ferr { color: var(--rose-deep); font-size: 13px; font-weight: 600; margin: 10px 0 0; min-height: 18px; }

/* ---------- YASAL SAYFALAR ---------- */
.legal-doc { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 36px 40px; max-width: 860px; box-shadow: var(--shadow); }
.legal-doc .doc-date { font-size: 12.5px; color: var(--mauve); margin: 0 0 6px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.legal-doc h3 { font-family: "Iowan Old Style", Palatino, Georgia, serif; font-size: 20px; margin: 28px 0 8px; }
.legal-doc h3:first-of-type { margin-top: 12px; }
.legal-doc p, .legal-doc li { color: var(--ink-soft); font-size: 15px; }
.legal-doc p { margin: 0 0 10px; }
.legal-doc b { color: var(--ink); }
.legal-doc ul { margin: 0 0 12px; padding-left: 22px; }
.legal-doc li { margin-bottom: 7px; }
@media (max-width: 560px) { .legal-doc { padding: 24px 18px; } }

/* ---------- PAKET SEÇİMİ + ÖDEME ÖZETİ (başvuru formu) ---------- */
.pfiyat { display: inline-block; margin-left: 6px; font-size: 12px; font-weight: 800; color: var(--rose-deep); }
.kvkk.ek b { color: var(--ink); }
.toplam { font-size: 15px; margin: 10px 0 2px; color: var(--ink-soft); }
.toplam b { color: var(--rose-deep); font-size: 18px; }
.odeme-ozet { border: 1px solid var(--line); border-radius: 14px; background: #FFFBF9; padding: 6px 16px; margin: 14px 0 10px; text-align: left; }
.odeme-ozet .osatir { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px dashed var(--line); flex-wrap: wrap; }
.odeme-ozet .osatir:last-child { border-bottom: 0; }
.odeme-ozet .osatir > span { width: 200px; flex: none; font-size: 11.5px; font-weight: 800; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .04em; }
.odeme-ozet .mono { font-family: ui-monospace, Menlo, monospace; font-size: 14px; }
.odeme-ozet .okod { font-family: ui-monospace, Menlo, monospace; font-size: 19px; color: var(--rose-deep); background: var(--blush); padding: 3px 13px; border-radius: 10px; letter-spacing: .08em; }
.odeme-uyari { font-size: 13.5px; color: var(--rose-deep); background: var(--blush); border-radius: 10px; padding: 10px 14px; text-align: left; }
@media (max-width: 560px) { .odeme-ozet .osatir > span { width: 100%; } }

/* Seçili paket segmentinde fiyat etiketi okunur kalsın */
.seg label:has(input:checked) .pfiyat { color: #fff; opacity: .9; }

/* ---------- MODALLAR (yasal metin + uyarı) ---------- */
.modal-ort { position: fixed; inset: 0; background: rgba(51, 38, 43, .55); z-index: 90;
             display: flex; align-items: center; justify-content: center; padding: 18px; }
.modal-kutu { background: #fff; border-radius: 18px; width: min(860px, 100%); height: min(80vh, 720px);
              display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 24px 70px rgba(90,40,50,.35); }
.modal-kutu.dar { height: auto; max-width: 480px; }
.modal-bas { display: flex; align-items: center; justify-content: space-between; gap: 10px;
             padding: 14px 18px; border-bottom: 1px solid var(--line); }
.modal-bas b { font-family: "Iowan Old Style", Palatino, Georgia, serif; font-size: 17px; }
.modal-kapat { border: 0; background: var(--cream); border-radius: 50%; width: 34px; height: 34px;
               display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--ink); }
.modal-kapat:hover { background: var(--blush); color: var(--rose-deep); }
.modal-kutu iframe { border: 0; width: 100%; flex: 1; }
.modal-metin { padding: 16px 18px 0; color: var(--ink-soft); font-size: 14.5px; line-height: 1.6; margin: 0; }
.modal-alt { padding: 14px 18px 18px; text-align: right; }
.inceleme-not { text-align: left; font-size: 13.5px; background: #F3F8F4; border: 1px solid #D8E8DC;
                color: var(--green); border-radius: 12px; padding: 12px 14px; }
.inceleme-not .ico { vertical-align: -3px; margin-right: 6px; }
.inceleme-not b { color: var(--green); }

/* iframe/modal içinde: yalnızca yasal metni göster */
html.embed .notice, html.embed header, html.embed footer { display: none !important; }
html.embed .page-head { padding-top: 18px; }
html.embed body { background: #fff; }

/* ---------- Paket fiyatı ---------- */
.pkg-fiyat { font-size: 26px; font-weight: 800; color: var(--rose-deep); font-family: "Iowan Old Style", Palatino, Georgia, serif; margin: 6px 0 4px; }

/* ---------- Eklenti kartları (tablo yerine — mobil uyumlu) ---------- */
.eklenti-baslik { text-align: center; font-family: "Iowan Old Style", Palatino, Georgia, serif; font-size: 24px; margin: 44px 0 4px; }
.eklenti-alt { text-align: center; color: var(--ink-soft); font-size: 14px; margin: 0 auto 22px; max-width: 520px; }
.eklenti-kartlar { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 760px; margin: 0 auto; }
.eklenti-kart { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 24px 22px; text-align: center; }
.eklenti-kart .ek-ic { width: 60px; height: 60px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; background: rgba(201,159,168,.28); color: var(--rose-deep); margin-bottom: 12px; }
.eklenti-kart .ek-ad { font-family: "Iowan Old Style", Palatino, Georgia, serif; font-size: 20px; font-weight: 700; }
.eklenti-kart .ek-tag { color: var(--rose); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 10px; }
.eklenti-kart p { color: var(--ink-soft); font-size: 14.5px; margin: 0 0 14px; }
.eklenti-kart .ek-koru { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; color: var(--green); background: #EAF3EC; border-radius: 999px; padding: 6px 13px; }
.eklenti-kart .ek-koru .ico { width: 15px; height: 15px; }
@media (max-width: 560px) { .eklenti-kartlar { grid-template-columns: 1fr; max-width: 420px; } }

/* ---------- CTA butonları (mobilde üst üste yapışmasın) ---------- */
.cta-btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.cta-giris { margin-top: 16px; font-size: 14px; opacity: .92; }
.cta-giris a { color: #fff; text-decoration: underline; }
@media (max-width: 460px) { .cta-btns { flex-direction: column; align-items: stretch; max-width: 300px; margin: 0 auto; } .cta-btns .btn { justify-content: center; } }

.legal-doc.hikaye h3 { margin-top: 26px; }


/* ---------- Başvuru formu: 8 adımlı yeni akış ---------- */
.flabel.buyuk { font-size: 20px; font-family: "Iowan Old Style", Palatino, Georgia, serif; }
.flabel.ortali, .fnote.ortali { text-align: center; }

/* Adım 1: doğum yılı */
.yas-adim { text-align: center; padding: 18px 0 6px; }
.yas-input { max-width: 220px; margin: 14px auto 0; display: block; text-align: center; font-size: 26px; letter-spacing: .08em; padding: 14px 12px; }
.yas-goster { min-height: 24px; margin: 14px 0 0; font-weight: 700; font-size: 15px; }
.yas-goster.iyi { color: var(--green); }
.yas-goster.kotu { color: var(--rose-deep); }

/* Adım 2: cinsiyet kartları */
.cins-kartlar { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 460px; margin: 18px auto 8px; }
.cins-kart { position: relative; display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 26px 16px 22px;
  border: 2px solid var(--line); border-radius: 18px; background: var(--surface); cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.cins-kart input { position: absolute; opacity: 0; pointer-events: none; }
.cins-kart .ci { width: 84px; height: 84px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: rgba(201,159,168,.22); color: var(--rose-deep); transition: background .25s ease, color .25s ease; }
.cins-kart .ci svg { width: 74px; height: 74px; }
.cins-kart b { font-size: 17px; }
.cins-kart:hover { transform: translateY(-3px); border-color: var(--rose); }
.cins-kart.secili { border-color: var(--rose); box-shadow: 0 10px 26px rgba(217,67,92,.18); transform: translateY(-3px) scale(1.02); }
.cins-kart.secili .ci { background: var(--rose); color: #fff; }

/* Adım 7: paket kartları */
.pk-kartlar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 14px 0 6px; }
.pk-kart { position: relative; display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 22px 12px 18px;
  border: 2px solid var(--line); border-radius: 16px; background: var(--surface); cursor: pointer; text-align: center;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.pk-kart input { position: absolute; opacity: 0; pointer-events: none; }
.pk-kart b { font-size: 17px; font-family: "Iowan Old Style", Palatino, Georgia, serif; }
.pk-kart .pk-gun { font-size: 12.5px; color: var(--ink-soft); }
.pk-kart .pk-tutar { font-size: 19px; font-weight: 800; color: var(--rose-deep); margin-top: 6px; }
.pk-kart .pk-alt { font-size: 12px; color: var(--ink-soft); margin-top: 2px; }
.pk-kart .pk-rozet { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); white-space: nowrap;
  background: var(--gold); color: #4A3A12; font-size: 11px; font-weight: 800; padding: 3px 11px; border-radius: 999px; }
.pk-kart:hover { transform: translateY(-2px); border-color: var(--rose); }
.pk-kart:has(input:checked) { border-color: var(--rose); box-shadow: 0 10px 26px rgba(217,67,92,.16); transform: translateY(-2px); }
.pk-kart:has(input:checked) .pk-tutar { color: var(--rose); }

/* Adım 7: eklenti kartları + örnek animasyonlar */
.ek-kartlar { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ek-kart { display: flex; flex-direction: column; gap: 8px; padding: 16px 16px 14px; border: 2px solid var(--line);
  border-radius: 16px; background: var(--surface); cursor: pointer; transition: border-color .25s ease, box-shadow .25s ease; }
.ek-kart:has(input:checked) { border-color: var(--rose); box-shadow: 0 8px 22px rgba(217,67,92,.14); }
.ek-kart .ek-ust { display: flex; align-items: flex-start; gap: 9px; font-size: 14.5px; }
.ek-kart .ek-ust input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--rose); flex: none; }
.ek-kart p { margin: 0; font-size: 13px; color: var(--ink-soft); }
.ek-demo { margin-top: 6px; border: 1px dashed var(--line); border-radius: 12px; background: var(--paper); padding: 10px; overflow: hidden; }

.demo-one { display: flex; flex-direction: column; gap: 6px; }
.demo-one .d-kart { display: flex; align-items: center; gap: 8px; background: var(--surface); border: 1px solid var(--line);
  border-radius: 8px; padding: 7px 10px; }
.demo-one .d-kart i { width: 22px; height: 22px; border-radius: 50%; background: rgba(201,159,168,.35); flex: none; }
.demo-one .d-kart em { font-style: normal; font-size: 11px; font-weight: 800; color: var(--rose-deep); }
.demo-one .d-kart.siz { order: -1; border-color: var(--gold); box-shadow: 0 4px 12px rgba(217,180,91,.35);
  animation: one-yuksel 3.2s ease-in-out infinite; }
.demo-one .d-kart.siz i { background: var(--gold); }
@keyframes one-yuksel {
  0% { transform: translateY(34px); opacity: .5; }
  30%, 88% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(0); opacity: 1; }
}

.demo-gizli { position: relative; display: flex; align-items: center; justify-content: center; min-height: 78px; }
.demo-gizli .d-profil { display: flex; align-items: center; gap: 8px; background: var(--surface); border: 1px solid var(--line);
  border-radius: 8px; padding: 8px 14px; animation: gizli-sol 3.2s ease-in-out infinite; }
.demo-gizli .d-profil i { width: 24px; height: 24px; border-radius: 50%; background: rgba(201,159,168,.35); }
.demo-gizli .d-profil em { font-style: normal; font-size: 11px; font-weight: 800; color: var(--ink-soft); }
.demo-gizli .d-kilit { position: absolute; width: 30px; height: 30px; border-radius: 50%; background: var(--green);
  color: #fff; display: flex; align-items: center; justify-content: center; animation: kilit-gel 3.2s ease-in-out infinite; }
.demo-gizli .d-kilit .ico { width: 16px; height: 16px; }
@keyframes gizli-sol {
  0%, 18% { opacity: 1; filter: blur(0); }
  45%, 88% { opacity: .3; filter: blur(1.6px); }
  100% { opacity: .3; }
}
@keyframes kilit-gel {
  0%, 18% { opacity: 0; transform: scale(.5); }
  45%, 88% { opacity: 1; transform: scale(1); }
  100% { opacity: 1; }
}

/* Adım 8: alan hataları + şifre gözü */
.field-err { display: block; min-height: 16px; margin-top: 4px; font-size: 12.5px; font-weight: 700; color: var(--rose-deep); }
.pw-wrap { position: relative; }
.pw-wrap input { width: 100%; padding-right: 44px; }
.pw-goz { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); border: 0; background: none;
  padding: 8px; cursor: pointer; color: var(--ink-soft); border-radius: 8px; display: flex; }
.pw-goz:hover { color: var(--rose-deep); }
.pw-goz.acik { color: var(--rose); }
.pw-goz .ico { width: 19px; height: 19px; }

@media (max-width: 640px) {
  .pk-kartlar { grid-template-columns: 1fr; gap: 16px; }
  .pk-kart { flex-direction: row; flex-wrap: wrap; justify-content: space-between; text-align: left; padding: 16px 16px 14px; }
  .pk-kart .pk-tutar { margin-top: 0; }
  .pk-kart .pk-alt { width: 100%; }
  .ek-kartlar { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .cins-kartlar { gap: 10px; }
  .cins-kart { padding: 20px 10px 16px; }
}

.appform .two + .fnote { margin-top: 8px; }

/* Adım 1: gün/ay/yıl tarih alanı */
.tarih-alan { display: flex; gap: 10px; justify-content: center; max-width: 420px; margin: 14px auto 0; }
.tarih-alan input, .tarih-alan select { text-align: center; font-size: 19px; padding: 13px 8px; }
.tarih-alan #f-dgun { width: 76px; flex: none; }
.tarih-alan #f-day { flex: 1; min-width: 0; }
.tarih-alan #f-dogum { width: 104px; flex: none; }
@media (max-width: 420px) {
  .tarih-alan { gap: 7px; }
  .tarih-alan input, .tarih-alan select { font-size: 16.5px; padding: 13px 6px; }
}

.fbtn:disabled { opacity: .45; cursor: not-allowed; }

/* ---------- Açıklama/çekince kutusu ----------
   Var olmayan özellik vaadi ve "Fatma Abla otomatik sistemdir" ifşası için.
   Sayfanın akışını kesmeden okunur dursun diye sessiz yeşil, uyarı kırmızısı değil. */
.not-kutu {
  display: flex; gap: 10px; margin: 18px 0 0; padding: 13px 16px;
  background: var(--green-soft); border: 1px solid #CFE5D9; border-radius: 14px;
  font-size: 13.5px; line-height: 1.6; color: #2F5B45; text-align: left;
}
/* Metin TEK <span>'de: flex kabında çıplak metin ve <b>'ler ayrı öğe olup satırı taşırır. */
.not-kutu > span { flex: 1; min-width: 0; }
.not-kutu b { color: #24493C; }
.not-kutu a { color: var(--green); font-weight: 700; }

/* ---------- İndirim gösterimi (paketler) ---------- */
.indirim-rozet {
  display: inline-flex; align-items: center; margin-left: 8px; padding: 4px 12px;
  border-radius: 999px; background: var(--rose); color: #fff;
  font-size: 10.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
}
/* Üstü çizili liste fiyatı — yeni fiyattan önce, daha küçük ve soluk. */
.pkg-fiyat s {
  display: block; font-size: .5em; font-weight: 600; color: var(--ink-soft);
  text-decoration-thickness: 2px; opacity: .75; margin-bottom: 2px;
}

/* ---------- Mobil: klavye açılınca otomatik yakınlaştırmayı önle ----------
   iOS Safari, font-size'ı 16px'ten küçük bir alana odaklanınca sayfayı büyütür
   (başvuru formunda klavye açılınca zoom + yatay kayma). 16px eşiği bunu önler.
   Yalnız mobilde; onay kutusu/radyo hariç. */
@media (max-width: 900px) {
  input:not([type="checkbox"]):not([type="radio"]), textarea, select { font-size: 16px !important; }
}
