﻿:root {
  --text: #0b1028;
  --muted: #536174;
  --line: rgba(90, 111, 176, .14);
  --blue: #315cf4;
  --purple: #9b3ff0;
  --cyan: #29c7ee;
  --green: #20c879;
  --bg: #f8fbff;
  --shadow: 0 24px 62px rgba(47, 68, 126, .1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", Arial, sans-serif;
}

a { color: inherit; text-decoration: none; }

.container {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, .86);
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(53, 93, 244, .08);
}

h1, h2, h3, p { margin: 0; }

h1 {
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.03em;
}

h1 strong {
  background: linear-gradient(135deg, var(--blue), var(--purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.02em;
}

.section-head {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-head p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .22s ease;
}

.btn.primary {
  overflow: hidden;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  color: #fff;
  box-shadow: 0 18px 38px rgba(93, 79, 230, .24);
}

.btn.secondary {
  border: 1px solid rgba(49, 92, 244, .2);
  background: #fff;
  color: var(--blue);
}

.btn.light {
  background: #fff;
  color: var(--blue);
  box-shadow: 0 18px 36px rgba(19, 52, 123, .14);
}

.btn.ghost {
  border: 1px solid rgba(49, 92, 244, .18);
  background: rgba(255, 255, 255, .72);
  color: var(--blue);
}

.btn:hover { transform: translateY(-2px); }

.packages-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 6vw, 88px) 0 clamp(36px, 4vw, 52px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(155, 63, 240, .14), transparent 34%),
    radial-gradient(circle at 12% 20%, rgba(41, 199, 238, .12), transparent 24%),
    linear-gradient(180deg, #fff 0%, rgba(244, 248, 255, .96) 100%);
}

.packages-hero::after {
  content: "";
  position: absolute;
  inset: auto -10vw -20vw;
  height: 40vw;
  background: radial-gradient(circle, rgba(49, 92, 244, .08), transparent 68%);
  pointer-events: none;
}

.packages-hero .container {
  position: relative;
  z-index: 1;
}

.packages-hero p {
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.7;
}

.billing-toggle {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 34px rgba(47, 68, 126, .08);
}

.billing-toggle button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.billing-toggle button.active {
  background: linear-gradient(135deg, var(--blue), var(--purple));
  color: #fff;
}

.billing-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(32, 200, 121, .12);
  color: #0f9f5f;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.billing-toggle button.active .billing-badge {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.packages-grid-section {
  padding: clamp(24px, 4vw, 42px) 0 clamp(48px, 6vw, 72px);
}

.packages-catalog {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.package-family {
  scroll-margin-top: 110px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(20px, 2.5vw, 28px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(248, 251, 255, .88) 100%);
  box-shadow: var(--shadow);
}

.package-family--addon {
  background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(241, 248, 255, .92) 100%);
  border-color: rgba(75, 226, 255, .18);
}

.package-family__head {
  display: grid;
  gap: 8px;
  max-width: 760px;
}

.package-family__head .eyebrow {
  margin-bottom: 4px;
}

.package-family__head h2 {
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.02em;
}

.package-family__head p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.package-family__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.package-family__grid--solo {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.package-family__grid--solo > .package-card {
  max-width: none;
}

.package-family .package-card {
  height: 100%;
  box-shadow: 0 16px 40px rgba(47, 68, 126, .08);
}

.package-family .package-card:hover {
  box-shadow: 0 24px 56px rgba(47, 68, 126, .12);
}

.package-family--iletisim .iletisim-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.web-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.package-card--pricing {
  height: 100%;
  grid-template-rows: auto auto auto;
}

.integration-showcase {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, .72);
}

.integration-showcase__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  flex: 1;
}

.integration-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 118px;
  padding: 14px 10px;
  border: 1px solid rgba(90, 111, 176, .12);
  border-radius: 18px;
  background: #fff;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.integration-chip:hover {
  transform: translateY(-3px);
  border-color: rgba(49, 92, 244, .22);
  box-shadow: 0 14px 30px rgba(47, 68, 126, .1);
}

.integration-chip__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  box-shadow: 0 10px 22px rgba(47, 68, 126, .14);
}

.integration-chip__icon svg {
  width: 24px;
  height: 24px;
}

.integration-chip__icon--whatsapp { background: linear-gradient(135deg, #25d366, #128c7e); }
.integration-chip__icon--instagram { background: linear-gradient(135deg, #feda75, #d62976 52%, #4f5bd5); }
.integration-chip__icon--mail { background: linear-gradient(135deg, #46daf4, #4365f6); }
.integration-chip__icon--chatbot { background: linear-gradient(135deg, #7c4df0, #a83ff0); }
.integration-chip__icon--facebook { background: linear-gradient(135deg, #1877f2, #0d5bd7); }
.integration-chip__icon--linkedin { background: linear-gradient(135deg, #0a66c2, #004182); }
.integration-chip__icon--youtube { background: linear-gradient(135deg, #ff0000, #cc0000); }
.integration-chip__icon--google-business { background: linear-gradient(135deg, #4285f4, #34a853); }
.integration-chip__icon--google-play { background: linear-gradient(135deg, #00c853, #009624); }
.integration-chip__icon--app-store { background: linear-gradient(135deg, #111827, #374151); }

.integration-chip__label {
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.integration-showcase__lead {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.integration-showcase__grid--platforms {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.integration-showcase__grid--reviews {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.package-family--eticaret {
  border-color: rgba(255, 103, 29, .16);
  background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(255, 248, 242, .9) 100%);
}

.package-family--eticaret .iletisim-showcase {
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
}

.package-includes-badge {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(32, 200, 121, .12);
  color: #0f9f5f;
  font-size: 12px;
  font-weight: 800;
}

.integration-chip__icon span {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1;
}

.integration-chip__icon--trendyol { background: linear-gradient(135deg, #f27a1a, #ff671d); }
.integration-chip__icon--shopify { background: linear-gradient(135deg, #95bf47, #5e8e3e); }
.integration-chip__icon--amazon { background: linear-gradient(135deg, #232f3e, #37475a); font-family: Arial, sans-serif; }
.integration-chip__icon--amazon span { font-size: 18px; font-weight: 700; }
.integration-chip__icon--ikas { background: linear-gradient(135deg, #ff6b35, #f7931e); }
.integration-chip__icon--hepsiburada { background: linear-gradient(135deg, #ff6000, #ff8a00); }
.integration-chip__icon--ideasoft { background: linear-gradient(135deg, #00a651, #008c44); }

.package-card.theme-commerce .package-icon { background: linear-gradient(135deg, #ff8a3d, #f27a1a); }

.package-family--web {
  border-color: rgba(49, 92, 244, .16);
  background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(244, 248, 255, .92) 100%);
}

.package-card.theme-web .package-icon { background: linear-gradient(135deg, #4f7df8, #315cf4); }

.package-billing-local {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px;
  background: rgba(255, 255, 255, .88);
}

.package-billing-local button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  padding: 0 14px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.package-billing-local button.active {
  background: linear-gradient(135deg, var(--blue), var(--purple));
  color: #fff;
}

.package-billing-local .billing-badge {
  min-height: 22px;
  padding: 0 7px;
  font-size: 10px;
}

.package-billing-local button.active .billing-badge {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.billing-note--web {
  display: none;
  color: #0f9f5f;
}

.integration-showcase__grid--web {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.integration-chip__icon--responsive { background: linear-gradient(135deg, #46daf4, #4365f6); }
.integration-chip__icon--hosting { background: linear-gradient(135deg, #6366f1, #4338ca); }

.integration-showcase__note {
  margin: 0;
  padding-top: 4px;
  border-top: 1px dashed rgba(90, 111, 176, .2);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  text-align: center;
  text-transform: uppercase;
}

.package-features--pending .package-features__placeholder {
  color: var(--muted);
  font-style: italic;
}

.package-features--pending .package-features__placeholder::before {
  content: "○";
  color: #94a3b8;
}

.package-card {
  position: relative;
  scroll-margin-top: 110px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px 24px 24px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.package-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 72px rgba(47, 68, 126, .14);
}

.package-card.popular {
  border-color: rgba(155, 63, 240, .28);
  box-shadow: 0 28px 68px rgba(124, 58, 237, .14);
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
  padding: 6px 14px;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  white-space: nowrap;
}

.package-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(47, 68, 126, .14);
}

.package-card.theme-blue .package-icon { background: linear-gradient(135deg, #46daf4, #4365f6); }
.package-card.theme-purple .package-icon { background: linear-gradient(135deg, #8b5cf6, #d946ef); }
.package-card.theme-green .package-icon { background: linear-gradient(135deg, #34d399, #059669); }
.package-card.theme-studio .package-icon { background: linear-gradient(135deg, #4be2ff, #692fe0); }

.package-card h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
}

.package-card h3 span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.package-card .desc {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.package-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  margin-top: 4px;
}

.package-price strong {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -.03em;
}

.package-price small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.package-price .billing-note {
  display: none;
  width: 100%;
  margin-top: 4px;
  color: #0f9f5f;
  font-size: 12px;
  font-weight: 800;
}

body[data-billing="quarterly"] .billing-note[data-for="quarterly"],
body[data-billing="semiannual"] .billing-note[data-for="semiannual"] { display: block; }

.package-price--quote strong {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -.03em;
}

.package-price-note {
  display: block;
  width: 100%;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.package-features {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-features li {
  position: relative;
  padding-left: 22px;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.package-features li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 900;
}

.package-actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.package-actions .detail-link {
  text-align: center;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.trial-note {
  text-align: center;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.compare-section {
  padding: clamp(48px, 6vw, 72px) 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(244, 248, 255, .92));
}

.compare-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.compare-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.compare-table th,
.compare-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: center;
  font-size: 14px;
}

.compare-table th:first-child,
.compare-table td:first-child {
  text-align: left;
  font-weight: 700;
  color: #334155;
}

.compare-table thead th {
  background: linear-gradient(180deg, rgba(248, 250, 255, .98), rgba(255, 255, 255, .92));
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
}

.compare-table thead th:first-child {
  border-radius: 24px 0 0 0;
}

.compare-table thead th:last-child {
  border-radius: 0 24px 0 0;
}

.compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.compare-table .col-popular {
  background: rgba(155, 63, 240, .04);
}

.check-yes {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: rgba(32, 200, 121, .12);
  color: #0f9f5f;
  font-weight: 900;
}

.check-no {
  color: #cbd5e1;
  font-weight: 900;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.trust-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 38px rgba(47, 68, 126, .06);
}

.trust-card b {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(49, 92, 244, .1), rgba(155, 63, 240, .1));
  color: var(--blue);
  font-size: 18px;
}

.trust-card h3 {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 900;
}

.trust-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.tax-note {
  margin-top: 18px;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.cta {
  padding: clamp(48px, 6vw, 72px) 0 clamp(64px, 7vw, 88px);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: 28px;
  padding: clamp(28px, 4vw, 42px);
  background:
    radial-gradient(circle at 82% 18%, rgba(155, 63, 240, .24), transparent 24%),
    linear-gradient(135deg, #1a2f7a, #243d99 52%, #315cf4);
  color: #fff;
  box-shadow: 0 28px 70px rgba(26, 47, 122, .28);
}

.cta-inner p {
  max-width: 560px;
  margin-top: 12px;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.65;
}

.notice {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 200;
  border-radius: 14px;
  padding: 14px 18px;
  background: #0b1028;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .24);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .72s ease, transform .72s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .32s; }

@media (max-width: 1100px) {
  .package-family__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .package-family__grid--solo {
    grid-template-columns: 1fr;
  }

  .package-family--iletisim .iletisim-showcase {
    grid-template-columns: 1fr;
  }

  .package-family--eticaret .iletisim-showcase {
    grid-template-columns: 1fr;
  }

  .web-showcase {
    grid-template-columns: 1fr;
  }

  .integration-showcase__grid--web {
    grid-template-columns: 1fr;
  }

  .integration-showcase__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .integration-showcase__grid--platforms {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .integration-showcase__grid--reviews {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .container {
    width: min(1220px, calc(100% - 32px));
  }
}

@media (max-width: 640px) {
  .container { width: min(1220px, calc(100% - 24px)); }

  .compare-wrap {
    margin-left: -2px;
    margin-right: -2px;
  }

  .package-family__grid {
    grid-template-columns: 1fr;
  }

  .package-family__grid--solo {
    grid-template-columns: 1fr;
  }

  .integration-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .billing-toggle {
    width: 100%;
  }
}
