:root {
  --bg: #060908;
  --bg2: #0b1110;
  --card: rgba(14, 25, 23, .78);
  --text: #fff7ee;
  --muted: #9aa9a4;
  --cream: #d5cec0;
  --burg: #8f1638;
  --pink: #d21d55;
  --hot: #ff3f7f;
  --green: #d21d55;
  --green2: #8f1638;
  --line: rgba(255, 255, 255, .11);
  --shadow: 0 28px 100px rgba(210, 29, 85, .16), 0 20px 80px rgba(168, 23, 66, .18);
  --r: 28px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: radial-gradient(circle at 18% 0%, rgba(168, 23, 66, .25), transparent 30%), radial-gradient(circle at 82% 9%, rgba(210, 29, 85, .16), transparent 26%), linear-gradient(180deg, #050606, #07100f 45%, #050706);
  color: var(--text);
  font-family: Inter, system-ui, Arial, sans-serif;
  overflow-x: hidden
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  background-image: linear-gradient(45deg, transparent 46%, rgba(213, 206, 192, .28) 47%, transparent 48%), linear-gradient(-45deg, transparent 46%, rgba(210, 29, 85, .2) 47%, transparent 48%);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%)
}

a {
  text-decoration: none;
  color: inherit
}

.wrap {
  width: min(1280px, 92%);
  margin: auto
}

.top {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(5, 8, 8, .85);
  backdrop-filter: blur(30px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all .3s ease
}

.nav {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

.brand {
  display: flex;
  align-items: center
}

.brand img {
  height: 55px;
  width: auto;
  display: block;
  filter: drop-shadow(0 0 15px rgba(210, 29, 85, .2))
}

.menu {
  display: flex;
  gap: 5px;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  background: rgba(255, 255, 255, .03);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2)
}

.menu a {
  padding: 10px 20px;
  border-radius: 100px;
  color: rgba(255, 247, 238, 0.7);
  font-weight: 700;
  font-size: 14px;
  transition: all .3s ease
}

.menu a:hover {
  color: #fff;
  background: rgba(255, 255, 255, .05)
}

.menu a.active {
  color: #fff;
  background: rgba(210, 29, 85, .1)
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 100px;
  padding: 14px 28px;
  font-weight: 900;
  color: #fff;
  background: var(--grad);
  box-shadow: 0 8px 30px rgba(210, 29, 85, .4);
  cursor: pointer;
  transition: all .3s ease;
  white-space: nowrap
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(210, 29, 85, .5);
  filter: brightness(1.1)
}

.hero {
  min-height: 780px;
  display: grid;
  place-items: center;
  text-align: center;
  position: relative;
  padding: 90px 0 70px
}

.heroLogo {
  width: min(430px, 76vw);
  filter: drop-shadow(0 0 30px rgba(210, 29, 85, .25));
  margin-bottom: 8px
}

.pill {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin: 12px 0 25px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--cream);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  background: rgba(255, 255, 255, .04)
}

.pill:before {
  content: "✦";
  color: var(--pink)
}

h1 {
  font-size: clamp(48px, 8vw, 110px);
  line-height: .92;
  margin: 0;
  font-weight: 950;
  letter-spacing: -.075em
}

.grad {
  background: linear-gradient(90deg, var(--cream), #fff, var(--pink));
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 0 50px rgba(216, 33, 92, .28)
}

.lead {
  max-width: 790px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.8
}

.actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 34px;
  flex-wrap: wrap
}

.marquee {
  border-block: 1px solid var(--line);
  overflow: hidden;
  white-space: nowrap;
  color: #7e8d88;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase
}

.marquee div {
  display: inline-block;
  padding: 20px 0;
  animation: mar 26s linear infinite
}

.marquee span {
  margin: 0 30px;
  color: var(--green)
}

@keyframes mar {
  to {
    transform: translateX(-50%)
  }
}

section {
  padding: 108px 0
}

.head {
  display: flex;
  justify-content: space-between;
  gap: 34px;
  align-items: end;
  margin-bottom: 40px
}

.kicker {
  color: var(--green);
  font-weight: 950;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 13px
}

.title {
  font-size: clamp(34px, 4vw, 64px);
  line-height: 1.02;
  margin: 10px 0 0;
  letter-spacing: -.052em
}

.text {
  color: var(--muted);
  line-height: 1.85;
  max-width: 560px
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.card {
  position: relative;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .024));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  overflow: hidden
}

.card:after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 190px;
  height: 190px;
  background: radial-gradient(circle, rgba(210, 29, 85, .18), transparent 68%)
}

.icon {
  width: 52px;
  height: 52px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  background: rgba(210, 29, 85, .10);
  border: 1px solid rgba(210, 29, 85, .38);
  font-size: 25px
}

.card h3 {
  font-size: 22px;
  margin: 24px 0 10px
}

.card p,
.card li {
  color: var(--muted);
  line-height: 1.72
}

.price {
  font-size: 42px;
  font-weight: 950;
  color: #fff;
  margin: 10px 0
}

.price small {
  font-size: 15px;
  color: var(--muted)
}

.features {
  list-style: none;
  padding: 0;
  margin: 22px 0
}

.features li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line)
}

.features li:before {
  content: "✓";
  color: var(--green);
  margin-right: 10px;
  font-weight: 900
}

.stats {
  grid-template-columns: repeat(4, 1fr)
}

.stat strong {
  font-size: 44px;
  color: var(--green);
  display: block
}

.ottoman {
  font-family: 'Cormorant Garamond', serif;
  color: var(--cream);
  font-size: 27px;
  letter-spacing: .04em
}

.split {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 36px;
  align-items: start
}

.panel {
  border: 1px solid rgba(210, 29, 85, .26);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(13, 30, 28, .86), rgba(7, 13, 12, .78));
  padding: 34px;
  box-shadow: var(--shadow)
}

.builder {
  display: grid;
  gap: 14px
}

.acc {
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, .025)
}

.acc summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 18px;
  display: flex;
  justify-content: space-between;
  font-weight: 900
}

.acc summary::-webkit-details-marker {
  display: none
}

.acc summary:after {
  content: '⌄';
  color: var(--green)
}

.acc[open] summary {
  border-bottom: 1px solid var(--line);
  color: #fff
}

.options {
  padding: 14px;
  display: grid;
  gap: 10px
}

.opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: #dfe8e5;
  background: rgba(0, 0, 0, .13)
}

.opt input {
  accent-color: var(--pink)
}

.rangeRow {
  padding: 13px 14px
}

.rangeRow label {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 14px
}

.rangeRow b {
  color: var(--green)
}

input[type=range] {
  width: 100%;
  accent-color: var(--pink)
}

textarea,
input,
select {
  width: 100%;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, .22);
  color: #fff;
  outline: none
}

.summaryBox {
  position: sticky;
  top: 112px
}

.summaryLine {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted)
}

.summaryLine strong {
  color: #fff
}

.total {
  font-size: 42px;
  font-weight: 950;
  margin: 20px 0;
  color: var(--green)
}

.note {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7
}

.cta {
  padding: 70px;
  border-radius: 38px;
  border: 1px solid var(--line);
  background: radial-gradient(circle at 20% 0%, rgba(216, 33, 92, .28), transparent 40%), linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
  text-align: center
}

.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 26px
}

.form textarea {
  grid-column: 1/-1;
  min-height: 130px
}

.form button {
  grid-column: 1/-1
}

.foot {
  padding: 40px 0;
  border-top: 1px solid var(--line);
  color: var(--muted)
}

.wa {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--burg), var(--pink), #ff4f87);
  color: #fff;
  box-shadow: 0 0 35px rgba(216, 33, 92, .55), 0 18px 50px rgba(0, 0, 0, .35);
  border: 1px solid rgba(255, 255, 255, .18);
  transition: .25s
}

.wa:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 0 48px rgba(216, 33, 92, .72), 0 22px 70px rgba(0, 0, 0, .45)
}

.wa svg {
  width: 31px;
  height: 31px;
  fill: #fff
}

.cursorGlow {
  position: fixed;
  left: 0;
  top: 0;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  background: radial-gradient(circle, rgba(210, 29, 85, .18), rgba(216, 33, 92, .08) 34%, transparent 68%);
  filter: blur(8px);
  transform: translate(-50%, -50%);
  mix-blend-mode: screen
}

.particle {
  position: fixed;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  pointer-events: none;
  z-index: 3;
  box-shadow: 0 0 18px var(--green);
  opacity: .75
}

.hidden {
  opacity: 0;
  transform: translateY(25px);
  transition: .7s
}

.show {
  opacity: 1;
  transform: none
}

.motif {
  position: absolute;
  inset: auto 0 40px 0;
  margin: auto;
  width: min(860px, 90vw);
  height: 120px;
  opacity: .08;
  background: repeating-linear-gradient(45deg, transparent 0 18px, var(--cream) 18px 21px, transparent 21px 39px);
  mask-image: linear-gradient(to right, transparent, #000, transparent)
}

@media(max-width:960px) {
  .menu {
    display: none
  }

  .grid,
  .stats,
  .split {
    grid-template-columns: 1fr
  }

  .head {
    display: block
  }

  .brand img {
    height: 52px
  }

  .hero {
    min-height: 680px
  }

  .summaryBox {
    position: static
  }

  .form {
    grid-template-columns: 1fr
  }

  .cta {
    padding: 42px 22px
  }

  section {
    padding: 72px 0
  }
}

/* v3 düzeltmeler */
body {
  background: radial-gradient(circle at 18% 0%, rgba(210, 29, 85, .24), transparent 32%), radial-gradient(circle at 78% 12%, rgba(143, 22, 56, .18), transparent 28%), linear-gradient(180deg, #080707, #0b090a 48%, #060606) !important;
}

body:before {
  display: none !important
}

.motif {
  display: none !important
}

.brand img {
  height: 58px;
  max-width: 245px;
  object-fit: contain;
  object-position: left center
}

.heroLogo {
  width: min(520px, 82vw);
  max-height: 170px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 0 32px rgba(210, 29, 85, .30));
}

.top {
  background: rgba(8, 7, 7, .78)
}

.panel {
  border-color: rgba(210, 29, 85, .34)
}

.card:after {
  background: radial-gradient(circle, rgba(210, 29, 85, .20), transparent 68%)
}

.icon {
  background: rgba(210, 29, 85, .10);
  border-color: rgba(210, 29, 85, .38)
}

.btn {
  background: linear-gradient(135deg, var(--pink), #ff4f87);
  color: #fff;
  box-shadow: 0 18px 60px rgba(210, 29, 85, .30)
}

.btn.pink {
  background: linear-gradient(135deg, var(--burg), var(--pink), #ff4f87)
}

.marquee span,
.kicker,
.features li:before,
.stat strong,
.total,
.acc summary:after,
.rangeRow b {
  color: var(--pink)
}

.particle {
  background: var(--pink);
  box-shadow: 0 0 18px var(--pink)
}

.cursorGlow {
  background: radial-gradient(circle, rgba(210, 29, 85, .22), rgba(143, 22, 56, .11) 34%, transparent 68%)
}

.opt input,
input[type=range] {
  accent-color: var(--pink)
}

.full {
  width: 100%;
  margin-top: 18px
}

.offerSection {
  padding-top: 110px
}

.summaryBox h3 {
  font-size: 28px;
  margin: 10px 0 18px
}

.brand {
  overflow: hidden
}

.hero {
  background: linear-gradient(135deg, rgba(210, 29, 85, .10), transparent 44%)
}

@media(max-width:960px) {
  .brand img {
    height: 48px;
    max-width: 190px
  }

  .heroLogo {
    max-height: 135px
  }

  .hero h1 {
    font-size: clamp(46px, 16vw, 78px)
  }
}

/* v4 teklif ayarlama geliştirmeleri */
.choiceGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px
}

.choice,
.packageCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(0, 0, 0, .16);
  cursor: pointer;
  transition: .22s
}

.choice:hover,
.packageCard:hover {
  border-color: rgba(210, 29, 85, .55);
  transform: translateY(-1px)
}

.choice input,
.packageCard input {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.choice span,
.packageCard span {
  font-weight: 900;
  color: #fff
}

.choice small,
.packageCard small {
  color: var(--muted);
  font-size: 12px;
  text-align: right
}

.choice.active,
.packageCard.active {
  border-color: rgba(255, 63, 127, .9);
  box-shadow: 0 0 0 1px rgba(210, 29, 85, .22), 0 16px 50px rgba(210, 29, 85, .13);
  background: linear-gradient(135deg, rgba(210, 29, 85, .16), rgba(255, 255, 255, .035))
}

.choice.active:after,
.packageCard.active:after {
  content: '✓';
  color: var(--hot);
  font-weight: 950
}

.choice.small span {
  font-size: 14px
}

.miniTitle {
  margin: 8px 0 3px;
  color: #fff;
  font-weight: 950;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase
}

.miniTitle span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0
}

.seoBox {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line)
}

.packageList {
  display: grid;
  gap: 10px
}

.packageCard {
  align-items: flex-start;
  flex-direction: column
}

.packageCard small {
  text-align: left;
  line-height: 1.55
}

.conditional {
  display: none;
  gap: 12px;
  padding: 14px;
  border: 1px dashed rgba(210, 29, 85, .35);
  border-radius: 18px;
  background: rgba(210, 29, 85, .045)
}

.conditional.showConditional {
  display: grid
}

.conditional textarea {
  min-height: 110px
}

.summaryLine small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px
}

.acc[open] summary:after {
  content: '⌃'
}

@media(max-width:700px) {
  .choiceGrid {
    grid-template-columns: 1fr
  }

  .choice,
  .packageCard {
    align-items: flex-start;
    flex-direction: column
  }

  .choice small {
    text-align: left
  }

  .split {
    gap: 20px
  }

  .panel {
    padding: 22px
  }

  .summaryBox h3 {
    font-size: 24px
  }
}

/* v5 profesyonel seçim, dropdown, referans ve admin geçişleri */
select {
  width: 100%;
  min-height: 58px;
  padding: 0 48px 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 63, 127, .32);
  color: var(--text);
  background: linear-gradient(135deg, rgba(255, 63, 127, .10), rgba(255, 255, 255, .035));
  outline: none;
  font-weight: 800;
  appearance: none;
  background-image: linear-gradient(135deg, rgba(255, 63, 127, .10), rgba(255, 255, 255, .035)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ff3f7f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: center, right 18px center;
}

select option {
  background: #110b0d;
  color: #fff7ee;
  padding: 14px;
  font-weight: 800
}

input[type=range] {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--hot));
  accent-color: var(--pink)
}

input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(210, 29, 85, .95), rgba(255, 63, 127, .85))
}

input[type=range]::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff7ee;
  border: 5px solid var(--hot);
  margin-top: -7px;
  box-shadow: 0 0 0 8px rgba(255, 63, 127, .10), 0 0 26px rgba(255, 63, 127, .55)
}

.choice,
.packageCard,
.opt {
  position: relative
}

.choiceX {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(255, 63, 127, .55);
  background: rgba(255, 63, 127, .13);
  color: #fff;
  font-weight: 950;
  cursor: pointer;
  display: grid;
  place-items: center;
  line-height: 1
}

.choiceX:hover {
  background: var(--hot);
  color: #fff
}

.choice.active small {
  margin-right: 28px
}

.packageCard.active {
  padding-right: 48px
}

.summaryLine {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 12px
}

.removeLine {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(255, 63, 127, .45);
  background: rgba(255, 63, 127, .10);
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  cursor: pointer
}

.removeLine:hover {
  background: var(--hot)
}

.refGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.refCard {
  min-height: 245px;
  padding: 32px;
  border-radius: var(--r);
  border: 1px solid rgba(255, 63, 127, .24);
  background: linear-gradient(135deg, rgba(255, 255, 255, .055), rgba(255, 63, 127, .055));
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden
}

.refCard:before {
  content: "";
  position: absolute;
  inset: auto -50px -80px auto;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 63, 127, .20), transparent 68%)
}

.refTag {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 63, 127, .13);
  border: 1px solid rgba(255, 63, 127, .25);
  color: var(--hot);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em
}

.refCard h3 {
  font-size: 25px;
  margin: 22px 0 10px
}

.refCard p {
  color: var(--muted);
  line-height: 1.75
}

.refCard span {
  display: block;
  margin-top: 22px;
  color: #fff;
  font-weight: 900
}

.adminMini {
  position: fixed;
  right: 26px;
  bottom: 92px;
  z-index: 60;
  padding: 10px 14px;
  border: 1px solid rgba(255, 63, 127, .3);
  border-radius: 999px;
  background: rgba(14, 25, 23, .72);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(14px)
}

@media(max-width:960px) {
  .refGrid {
    grid-template-columns: 1fr
  }

  .summaryLine {
    grid-template-columns: 28px 1fr
  }

  .summaryLine strong {
    grid-column: 2
  }

  .choiceX {
    right: 10px
  }

  .choice.active {
    padding-right: 48px
  }
}

/* v6 düzeltmeler: slider kayması, özet X hizalama, admin butonu kaldırıldı */
.adminMini {
  display: none !important
}

input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--hot));
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(210, 29, 85, .95), rgba(255, 63, 127, .85));
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff7ee;
  border: 5px solid var(--hot);
  margin-top: -7px;
  box-shadow: 0 0 0 8px rgba(255, 63, 127, .10), 0 0 26px rgba(255, 63, 127, .55);
  cursor: pointer;
}

input[type=range]::-moz-range-track {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(210, 29, 85, .95), rgba(255, 63, 127, .85));
}

input[type=range]::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff7ee;
  border: 5px solid var(--hot);
  box-shadow: 0 0 0 8px rgba(255, 63, 127, .10), 0 0 26px rgba(255, 63, 127, .55);
  cursor: pointer;
}

.summaryLine {
  grid-template-columns: 1fr auto 28px !important;
  align-items: center;
  column-gap: 12px;
}

.summaryLine span {
  min-width: 0
}

.summaryLine strong {
  white-space: nowrap
}

.removeLine {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  order: 3;
  font-size: 16px;
  display: grid;
  place-items: center;
  line-height: 1;
  margin-left: 0;
}

@media(max-width:960px) {
  .summaryLine {
    grid-template-columns: 1fr auto !important
  }

  .removeLine {
    grid-column: 2;
    grid-row: 1
  }

  .summaryLine strong {
    grid-column: 2;
    grid-row: 2
  }

  .summaryLine span {
    grid-column: 1;
    grid-row: 1/3
  }
}

.summaryLine>span {
  order: 1
}

.summaryLine>strong {
  order: 2
}

.summaryLine>.removeLine {
  order: 3
}


/* v7: teklif özeti kontrol, boost butonu ve admin uyumluluğu */
.summaryTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.summaryTop h3 {
  margin-bottom: 0 !important
}

.clearSummary {
  border: 1px solid rgba(255, 63, 127, .35);
  background: rgba(255, 63, 127, .08);
  color: #fff7ee;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}

.clearSummary:hover {
  background: var(--hot);
  color: #fff
}

.boostBtn {
  background: linear-gradient(135deg, #fff7ee, var(--pink), #ff5d95) !important;
  color: #14070b !important;
  box-shadow: 0 18px 70px rgba(255, 63, 127, .30) !important;
}

.full+.saveNote {
  margin-top: 10px
}

.summaryBox .note:after {
  content: " Talep gönderildiğinde WhatsApp'a yönlenmez; admin panelindeki teklif listesine kaydedilir.";
}

.form button {
  background: linear-gradient(135deg, var(--burg), var(--pink), #ff4f87) !important;
  color: #fff !important
}

@media(max-width:700px) {
  .summaryTop {
    display: block
  }

  .clearSummary {
    margin-top: 14px;
    width: 100%
  }
}

/* v8: teklif popup ve antetli teklif formu */
.toast {
  position: fixed;
  right: 28px;
  top: 110px;
  z-index: 200;
  max-width: 360px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 63, 127, .45);
  background: linear-gradient(135deg, rgba(32, 6, 16, .96), rgba(8, 17, 15, .96));
  color: #fff;
  box-shadow: 0 22px 80px rgba(0, 0, 0, .45);
  font-weight: 900;
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
  transition: .25s
}

.toast.show {
  opacity: 1;
  transform: none
}

.toast small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.5
}

.offerModal {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: none
}

.offerModal.open {
  display: block
}

.offerBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .68);
  backdrop-filter: blur(10px)
}

.offerDrawer {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(620px, 94vw);
  overflow: auto;
  background: linear-gradient(180deg, #fff7ee, #f5eee5);
  color: #18070c;
  box-shadow: -24px 0 90px rgba(0, 0, 0, .5);
  padding: 28px
}

.modalClose {
  position: sticky;
  top: 0;
  float: right;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(143, 22, 56, .25);
  background: #fff;
  color: var(--burg);
  font-size: 28px;
  font-weight: 900;
  cursor: pointer;
  z-index: 2
}

.paperHead {
  display: flex;
  gap: 18px;
  align-items: center;
  border-bottom: 2px solid rgba(143, 22, 56, .18);
  padding: 10px 0 22px;
  margin-bottom: 22px
}

.paperHead img {
  width: 230px;
  max-width: 48%;
  height: auto;
  object-fit: contain
}

.paperHead strong {
  display: block;
  color: var(--burg);
  text-transform: uppercase;
  letter-spacing: .12em
}

.paperHead span {
  display: block;
  color: #6d5f5e;
  margin-top: 6px;
  font-weight: 700
}

.paperBody label {
  display: grid;
  gap: 7px;
  color: #533b3f;
  font-weight: 900
}

.customerForm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.customerForm label:first-child {
  grid-column: 1/-1
}

.paperBody input {
  background: #fff !important;
  color: #1d1113 !important;
  border: 1px solid rgba(143, 22, 56, .18) !important
}

.offerPaperSummary {
  margin-top: 22px;
  border: 1px solid rgba(143, 22, 56, .18);
  border-radius: 22px;
  background: #fff;
  padding: 22px
}

.offerPaperSummary h3 {
  margin: 0 0 14px;
  color: #18070c
}

.paperLine {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  border-bottom: 1px solid rgba(143, 22, 56, .12);
  padding: 11px 0
}

.paperLine small {
  display: block;
  color: #7b6c6c;
  margin-top: 4px
}

.modalTotal {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 18px;
  color: var(--burg)
}

.modalTotal strong {
  font-size: 38px
}

.offerPaperSummary p {
  color: #756665;
  line-height: 1.6
}

.paperBody .btn {
  margin-top: 20px
}

.formError {
  outline: 2px solid var(--hot) !important
}

@media(max-width:640px) {
  .customerForm {
    grid-template-columns: 1fr
  }

  .paperHead {
    display: block
  }

  .paperHead img {
    max-width: 80%;
    margin-bottom: 14px
  }

  .offerDrawer {
    padding: 20px
  }

  .modalTotal strong {
    font-size: 30px
  }
}


/* V9 düzenlemeleri */
.choice.active:after,
.packageCard.active:after {
  content: none !important;
  display: none !important
}

.choice.active small {
  margin-right: 34px
}

.offerModal.open {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 28px
}

.offerDrawer {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  height: auto !important;
  max-height: 88vh;
  width: min(560px, 92vw) !important;
  border-radius: 30px;
  padding: 24px !important;
  box-shadow: 0 30px 120px rgba(0, 0, 0, .65) !important
}

.paperHead {
  gap: 14px;
  padding-bottom: 16px;
  margin-bottom: 16px
}

.paperHead img {
  width: 190px;
  max-width: 45%
}

.modalClose {
  position: absolute !important;
  right: 18px;
  top: 18px !important;
  float: none !important
}

.offerBackdrop {
  position: fixed !important
}

.offerPaperSummary {
  padding: 18px;
  border-radius: 20px
}

.paperLine {
  padding: 9px 0
}

.customerForm input {
  padding: 13px 14px !important
}

.offerPaperSummary p {
  font-size: 13px
}

.modalTotal strong {
  font-size: 30px
}

.acc:not([open]) .options {
  display: none
}

@media(max-width:640px) {
  .offerModal.open {
    padding: 12px
  }

  .offerDrawer {
    max-height: 92vh;
    width: 96vw !important;
    border-radius: 24px
  }

  .paperHead img {
    width: 150px;
    max-width: 60%
  }
}

/* v10 güncellemeleri */
.quickIdea {
  margin: 26px auto 0;
  max-width: 760px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(255, 63, 127, .25);
  border-radius: 999px;
  background: rgba(10, 7, 8, .58);
  box-shadow: 0 18px 60px rgba(210, 29, 85, .14);
  backdrop-filter: blur(14px)
}

.quickIdea input {
  border: 0;
  background: transparent;
  color: var(--text);
  padding: 0 18px;
  font-weight: 800;
  outline: 0;
  min-height: 48px
}

.quickIdea input::placeholder {
  color: #d7c1c7
}

.quickIdea .hintText {
  position: absolute;
  opacity: .0
}

.quickIdea button {
  white-space: nowrap
}

.quickIdeaWrap {
  position: relative
}

.quickIdeaGhost {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 247, 238, .56);
  font-weight: 800;
  pointer-events: none;
  transition: .2s
}

.quickIdeaGhost.hide {
  opacity: 0
}

.quickIdea input:not(:placeholder-shown)+.quickIdeaGhost {
  display: none
}

.choice,
.opt,
.packageCard {
  transition: .22s ease;
  border-color: rgba(255, 255, 255, .12) !important
}

.choice:hover,
.opt:hover,
.packageCard:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 63, 127, .45) !important;
  background: rgba(255, 63, 127, .07) !important
}

.choice.active,
.packageCard.active {
  background: linear-gradient(135deg, rgba(210, 29, 85, .18), rgba(255, 63, 127, .05)) !important;
  border-color: rgba(255, 63, 127, .8) !important;
  box-shadow: 0 0 0 1px rgba(255, 63, 127, .16), 0 15px 42px rgba(210, 29, 85, .13)
}

.choiceX {
  box-shadow: none !important
}

select {
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(135deg, rgba(255, 63, 127, .12), rgba(0, 0, 0, .12)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ff3f7f' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: auto, 18px !important;
  padding-right: 52px !important;
  color: #fff !important;
  border-color: rgba(255, 63, 127, .28) !important
}

select option {
  background: #17070d;
  color: #fff;
  padding: 12px
}

.offerModal {
  align-items: center;
  justify-content: center
}

.offerDrawer {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  height: auto !important;
  max-height: 88vh !important;
  width: min(720px, 92vw) !important;
  border-radius: 30px !important;
  transform: scale(.96) translateY(12px) !important;
  opacity: 0;
  transition: .25s ease;
  box-shadow: 0 35px 120px rgba(0, 0, 0, .62), 0 0 0 1px rgba(255, 63, 127, .18) !important
}

.offerModal.open .offerDrawer {
  transform: scale(1) translateY(0) !important;
  opacity: 1
}

.paperHead img {
  max-width: 220px !important;
  height: auto !important
}

.paperBody {
  padding: 20px !important
}

.paperHead {
  padding: 22px 26px 18px !important
}

.customerForm {
  grid-template-columns: 1fr 1fr !important
}

.customerForm label:first-child {
  grid-column: 1/-1
}

.offerPaperSummary {
  padding: 20px !important
}

.toast.success:before {
  content: '✓';
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(255, 63, 127, .2);
  color: var(--hot)
}

@media(max-width:700px) {
  .quickIdea {
    grid-template-columns: 1fr;
    border-radius: 26px
  }

  .quickIdea button {
    width: 100%
  }

  .quickIdeaGhost {
    left: 22px
  }

  .customerForm {
    grid-template-columns: 1fr !important
  }
}

.floatSocial.instagram {
  bottom: 98px;
  background: linear-gradient(135deg, #8f1638, #d21d55, #ff7aaa)
}

.floatSocial svg {
  width: 30px;
  height: 30px;
  fill: #fff
}

.floatSocial:hover {
  transform: translateY(-3px) scale(1.04)
}

/* v19 son düzenlemeler */
.heroLogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: min(520px, 86vw)
}

.hero .pill {
  display: inline-flex;
  margin: 12px auto 22px;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  transform: none
}

.hero .wrap {
  text-align: center
}

.hero .lead {
  margin-left: auto;
  margin-right: auto
}

.floatSocial.youtube {
  bottom: 166px;
  background: linear-gradient(135deg, #a80f3d, #e51e62, #ff4b86)
}

.scrollTopBtn {
  position: fixed;
  right: 24px;
  bottom: 238px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(229, 30, 98, .22);
  color: #fff;
  z-index: 70;
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(229, 30, 98, .35);
  cursor: pointer;
  transition: .22s
}

.scrollTopBtn:hover {
  transform: translateY(-3px) scale(1.04)
}

.scrollTopBtn .fill {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--fill, 0%);
  background: linear-gradient(180deg, #ff7aaa, #e51e62);
  opacity: .95;
  transition: height .08s linear
}

.scrollTopBtn svg {
  position: relative;
  z-index: 2;
  width: 28px;
  height: 28px;
  fill: #fff
}

.metric strong,
.financeBox b,
.widget strong {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.08;
  word-break: normal;
  overflow-wrap: normal;
  white-space: nowrap
}

.topMetrics {
  align-items: stretch
}

.metric {
  min-width: 0
}

.metric span {
  white-space: nowrap
}

.partnerTabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 28px 0
}

.partnerTab {
  border: 1px solid rgba(255, 75, 134, .28);
  background: rgba(255, 255, 255, .045);
  color: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 950
}

.partnerTab.active {
  background: linear-gradient(135deg, #9a163d, #e51e62, #ff4b86);
  border-color: transparent
}

.partnerGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px
}

.partnerCard {
  border: 1px solid rgba(255, 75, 134, .22);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(229, 30, 98, .05));
  padding: 22px;
  text-align: left
}

.partnerAvatar {
  width: 82px;
  height: 82px;
  border-radius: 24px;
  object-fit: cover;
  border: 1px solid rgba(255, 75, 134, .35);
  background: rgba(255, 255, 255, .08)
}

.rating {
  color: #ffcf70;
  font-weight: 950;
  margin-top: 8px
}

.partnerForm {
  max-width: 920px;
  margin: 40px auto 0;
  border: 1px solid rgba(255, 75, 134, .24);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .055), rgba(229, 30, 98, .035));
  padding: 26px
}

.partnerForm .formGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px
}

.partnerForm textarea {
  grid-column: 1/-1
}

.partnerForm .btn {
  grid-column: 1/-1
}

@media(max-width:900px) {
  .partnerGrid {
    grid-template-columns: 1fr
  }

  .partnerForm .formGrid {
    grid-template-columns: 1fr
  }

  .scrollTopBtn {
    right: 18px;
    bottom: 220px
  }
}


/* v21 çözüm ortakları sayfa düzeltmeleri */
.smallHero {
  min-height: 520px;
  padding: 120px 0 70px;
}

.partnerCard.show,
.partnerForm.show {
  opacity: 1;
  transform: none;
}

.partnerCard {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.partnerCard h3 {
  margin: 8px 0 0;
  font-size: 22px;
}

.partnerCard p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

#partnerGrid {
  min-height: 260px;
}

.partnerForm {
  display: block;
}

@media(max-width:900px) {
  .smallHero {
    min-height: 420px;
    padding-top: 90px
  }

  .partnerTabs {
    justify-content: flex-start
  }
}