﻿:root {
  --text: #0b1028;
  --muted: #536174;
  --line: rgba(90, 111, 176, .14);
  --blue: #315cf4;
  --purple: #9b3ff0;
  --green: #22c77a;
  --bg: #f8fbff;
  --shadow: 0 24px 62px rgba(47, 68, 126, .1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", Arial, sans-serif;
}

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

button {
  font: inherit;
}

.container {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
}

.nav {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

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

.logo-mark {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: transparent;
  font-size: 0;
  background: transparent;
  box-shadow: none;
}

.logo-mark::before,
.logo-mark::after {
  content: "";
  position: absolute;
  border-radius: 7px;
  background: linear-gradient(135deg, #6c43ff, #40c9f2);
  box-shadow: 0 12px 26px rgba(64, 91, 245, .18);
}

.logo-mark::before {
  left: 0;
  top: 0;
  width: 45px;
  height: 11px;
}

.logo-mark::after {
  left: 9px;
  top: 10px;
  width: 12px;
  height: 36px;
  box-shadow:
    18px 0 0 #4fc5f0,
    0 12px 26px rgba(64, 91, 245, .18);
}

.brand strong {
  display: block;
  color: var(--text);
  font-size: 34px;
  font-weight: 900;
  line-height: .9;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-link {
  display: none;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(49, 92, 244, .18);
  border-radius: 999px;
  padding: 9px 13px;
  background: #fff;
}

.cart-count {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.header-cta,
.btn,
.buy-btn {
  position: relative;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .22s ease, box-shadow .22s ease;
}

.header-cta,
.btn,
.buy-btn {
  overflow: hidden;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  color: #fff;
  box-shadow: 0 18px 38px rgba(93, 79, 230, .24);
}

.header-cta:hover,
.btn:hover,
.buy-btn:hover {
  transform: translateY(-2px);
}

.pricing-hero {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 38px 0 12px;
  background:
    radial-gradient(circle at 2% 34%, rgba(68, 188, 244, .26), transparent 24%),
    radial-gradient(circle at 22% 76%, rgba(153, 92, 245, .18), transparent 18%),
    radial-gradient(circle at 80% 24%, rgba(166, 92, 245, .24), transparent 26%),
    radial-gradient(circle at 96% 84%, rgba(166, 92, 245, .18), transparent 22%),
    linear-gradient(105deg, #f8fcff 0%, #f2f7ff 52%, #eef6ff 100%);
}

.pricing-hero::before {
  content: "";
  position: absolute;
  left: -72px;
  top: 38px;
  width: 390px;
  height: 235px;
  border-radius: 46% 54% 56% 44%;
  background: radial-gradient(circle at 28% 30%, rgba(88, 186, 246, .34), transparent 56%);
  pointer-events: none;
}

.pricing-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: radial-gradient(circle, #48d5ee 0 1.3px, transparent 1.6px);
  background-size: 13px 13px;
  mask-image: linear-gradient(90deg, #000 2%, transparent 30%, transparent 72%, #000 94%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 560px;
  text-align: center;
}

.hero-inner h1 {
  margin: 0 0 10px;
  font-size: clamp(38px, 3.8vw, 45px);
  line-height: 1.12;
  letter-spacing: 0;
}

.hero-inner h1 strong {
  color: var(--blue);
}

.hero-inner p {
  margin: 0 auto;
  max-width: 520px;
  color: #34405d;
  font-size: 15px;
  line-height: 1.55;
}

.billing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-top: 26px;
  border: 1px solid rgba(49, 92, 244, .16);
  border-radius: 999px;
  padding: 4px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 34px rgba(47, 68, 126, .1);
}

.billing-toggle span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 0 18px;
  color: #1f2b45;
  font-size: 12px;
  font-weight: 900;
}

.billing-toggle .active {
  background: linear-gradient(135deg, var(--blue), var(--purple));
  color: #fff;
}

.billing-toggle span:last-child {
  background: #eef2ff;
  color: #303a57;
}

.hero-decoration {
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: none;
  backdrop-filter: none;
  animation: floatDecor 6s ease-in-out infinite;
}

.hero-decoration::before,
.hero-decoration::after {
  content: "";
  position: absolute;
}

.cart-left {
  left: 4.2%;
  top: 13%;
  width: 118px;
  height: 118px;
  background-image: url("../../images/icons/bilgisayar.png");
  background-size: contain;
}

.bag-left {
  left: 16.4%;
  bottom: 24%;
  width: 74px;
  height: 90px;
  background-image: url("../../images/icons/canta.png");
  background-size: 138%;
  animation-delay: .6s;
}

.cart-right {
  right: 13%;
  top: 10%;
  width: 170px;
  height: 170px;
  animation-delay: 1s;
  background-image: url("../../images/icons/sepet.png");
  background-size: 170%;
}

.gift-right {
  display: none;
}

.cart-left::before,
.cart-right::before {
  content: none;
}

.cart-left::after,
.cart-right::after {
  content: none;
}

.cart-right::before {
  border-width: 6px;
}

.cart-right::after {
  width: 13px;
  height: 13px;
  box-shadow: 44px 0 0 #6b7cff;
}

.bag-left::before {
  content: none;
}

.bag-left::after {
  content: none;
}

.gift-right::before {
  left: 28%;
  top: 34%;
  width: 45%;
  height: 42%;
  border-radius: 9px;
  background: linear-gradient(135deg, #6f7dff, #9b3ff0);
}

.gift-right::after {
  left: 48%;
  top: 28%;
  width: 5px;
  height: 50%;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: -15px 18px 0 0 rgba(255, 255, 255, .72), 15px 18px 0 0 rgba(255, 255, 255, .72);
}

.packages {
  padding: 14px 0 70px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.agency-group {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  scroll-margin-top: 110px;
}

.agency-group__head {
  text-align: center;
  padding: 10px 12px 2px;
}

.agency-group__head h2 {
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1.08;
}

.agency-group__head h2 strong {
  background: linear-gradient(135deg, var(--blue), var(--purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.agency-group__head p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.agency-group__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  flex: 1;
}

.agency-group .price-card {
  min-height: auto;
  height: 100%;
}

.price-card,
.studio-package,
.compare,
.trust-row {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow);
}

.price-card {
  position: relative;
  min-height: 690px;
  padding: 32px 31px;
  overflow: visible;
  scroll-margin-top: 110px;
  transition: transform .22s ease, box-shadow .22s ease;
}

.price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 80px rgba(47, 68, 126, .15);
}

.popular {
  border-color: rgba(155, 63, 240, .28);
  box-shadow: 0 28px 74px rgba(105, 72, 236, .16);
}

.popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 13px 13px;
  padding: 10px 24px;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.package-icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 18px 36px rgba(49, 92, 244, .18);
}

.chat-icon {
  background: linear-gradient(135deg, #8fd6ff, #315cf4);
}

.chat-icon::before {
  content: "\2022\2022\2022";
  font-size: 16px;
  letter-spacing: 2px;
}

.star-icon {
  background: linear-gradient(135deg, #b682ff, #8f3ff0);
  font-size: 36px;
}

.megaphone-icon {
  background: linear-gradient(135deg, #83e4ba, #18b96c);
}

.megaphone-icon::before {
  content: "\25C0";
  font-size: 34px;
  transform: rotate(180deg);
}

.chat-icon,
.megaphone-icon {
  position: relative;
}

.chat-icon::before {
  content: "";
  width: 34px;
  height: 24px;
  border-radius: 9px;
  background: #fff;
}

.chat-icon::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 31px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #315cf4;
  box-shadow: 10px 0 0 #315cf4, 20px 0 0 #315cf4;
}

.megaphone-icon::before {
  content: "";
  width: 30px;
  height: 24px;
  clip-path: polygon(0 34%, 62% 0, 62% 100%, 0 66%);
  background: #fff;
  transform: none;
}

.megaphone-icon::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 22px;
  width: 4px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .7);
}

.cart-mini {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 16px;
}

.cart-mini::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 12px;
  height: 8px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 3px 3px;
}

.cart-mini::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 8px 0 0 currentColor;
}

.price-card h2,
.studio-copy h2 {
  margin: 0 0 18px;
  font-size: 27px;
  line-height: 1.12;
}

.price-card h2 strong,
.studio-copy h2 {
  display: block;
  color: var(--blue);
}

.purple h2 strong { color: var(--purple); }
.green h2 strong { color: #08a65d; }

.price-card p,
.studio-copy p {
  color: #334155;
  font-size: 15px;
  line-height: 1.6;
}

.price {
  margin: 28px 0 17px;
  color: #080d28;
  font-size: clamp(38px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: -.02em;
}

.price small {
  color: #536174;
  font-size: 15px;
  font-weight: 800;
}

.buy-btn {
  width: 100%;
  min-height: 46px;
}

.green .buy-btn {
  background: linear-gradient(135deg, #19bf75, #27d49a);
}

.compact {
  width: min(260px, 100%);
}

.trial {
  display: block;
  margin: 11px 0 20px;
  color: #64748b;
  font-size: 13px;
}

.price-card ul,
.studio-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.price-card li,
.studio-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #172036;
  font-size: 13.5px;
  font-weight: 700;
}

.price-card li::before,
.studio-list li::before {
  content: "\2713";
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.purple li::before { background: var(--purple); }
.green li::before { background: var(--green); }

.studio-package {
  display: grid;
  grid-template-columns: 370px 1fr 340px;
  gap: 32px;
  align-items: center;
  margin-top: 22px;
  padding: 26px 32px;
  overflow: hidden;
  scroll-margin-top: 110px;
}

.studio-art {
  position: relative;
  min-height: 210px;
}

.ai-window {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 210px;
  height: 170px;
  place-items: center;
  border-radius: 28px;
  background: linear-gradient(145deg, #5ee5ff, #315cf4 45%, #7c3aed);
  color: #fff;
  box-shadow: 0 26px 62px rgba(64, 85, 224, .28);
  transform: translate(-50%, -50%) rotate(-8deg);
  animation: studioFloat 5.6s ease-in-out infinite;
}

.ai-window strong {
  font-size: 54px;
}

.studio-art span {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 38px rgba(64, 85, 224, .14);
}

.studio-art span:nth-child(2) {
  left: 22px;
  top: 32px;
}

.studio-art span:nth-child(3) {
  right: 34px;
  top: 52px;
}

.studio-art span:nth-child(4) {
  right: 68px;
  bottom: 20px;
}

.studio-list {
  border-top: 0;
  padding-top: 0;
}

.compare {
  margin-top: 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.compare table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
}

.compare th,
.compare td {
  border-bottom: 1px solid var(--line);
  padding: 12px 22px;
  text-align: center;
  font-size: 13.5px;
}

.compare th:first-child,
.compare td:first-child {
  text-align: left;
}

.compare th {
  color: #315cf4;
  font-weight: 900;
}

.compare tbody tr:last-child td {
  border-bottom: 0;
}

.compare td:not(:first-child) {
  color: #2563eb;
  font-size: 18px;
  font-weight: 900;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
  padding: 27px 30px;
}

.trust-row article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: start;
}

.trust-row b {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 17px;
  background: #eef2ff;
  color: #6849f0;
  font-size: 25px;
}

.trust-row h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.trust-row p {
  margin: 0;
  color: #536174;
  font-size: 14px;
  line-height: 1.5;
}

.tax-note {
  margin: 34px 0 0;
  color: #64748b;
  text-align: center;
  font-size: 13px;
}

.notice {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  max-width: 360px;
  border: 1px solid rgba(49, 92, 244, .2);
  border-radius: 14px;
  padding: 14px 18px;
  background: #fff;
  color: #172036;
  box-shadow: 0 20px 48px rgba(47, 68, 126, .18);
}

.btn.secondary {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  box-shadow: none;
}

.btn.danger {
  border: 1px solid rgba(239, 68, 68, .28);
  background: rgba(239, 68, 68, .08);
  color: #dc2626;
  box-shadow: none;
}

.page {
  padding: 44px 0 80px;
}

.toolbar {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 14px;
  margin: 26px 0 30px;
}

.field,
.select,
.textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--text);
  padding: 0 14px;
  outline: none;
}

.textarea {
  min-height: 116px;
  padding: 14px;
  resize: vertical;
}

.grid,
.split {
  display: grid;
  gap: 18px;
}

.grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.split {
  grid-template-columns: 1.15fr .85fr;
  align-items: start;
}

.card,
.panel {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.panel {
  padding: 24px;
  overflow: visible;
}

.product-media {
  display: grid;
  aspect-ratio: 16 / 10;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #eef6ff, #f6edff);
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-body {
  padding: 20px;
}

.product-meta,
.price-row,
.summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-meta {
  color: var(--muted);
  font-size: 13px;
}

.badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  background: #eef2ff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.product-title {
  margin: 14px 0 10px;
  font-size: 22px;
}

.product-desc,
.lead {
  color: var(--muted);
  line-height: 1.65;
}

.product-desc {
  min-height: 66px;
}

.price-row {
  margin-top: 18px;
}

.cart-item {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.cart-item:last-child {
  border-bottom: 0;
}

.cart-item img {
  width: 84px;
  height: 64px;
  object-fit: cover;
  border-radius: 12px;
}

.qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}

.qty button {
  width: 34px;
  height: 34px;
  border: 0;
  background: #f5f7ff;
  color: var(--text);
  cursor: pointer;
}

.qty span {
  min-width: 34px;
  text-align: center;
}

.summary-row {
  padding: 12px 0;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.summary-row.total {
  color: var(--text);
  border-bottom: 0;
  font-size: 22px;
  font-weight: 900;
}

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

.form-grid .full {
  grid-column: 1 / -1;
}

.empty {
  padding: 48px 18px;
  color: var(--muted);
  text-align: center;
}

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

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .7s ease, transform .7s ease;
}

html.js .reveal {
  opacity: 0;
  transform: translateY(26px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

@keyframes floatDecor {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-14px) rotate(4deg); }
}

@keyframes studioFloat {
  0%, 100% { transform: translate(-50%, -50%) rotate(-8deg) translateY(0); }
  50% { transform: translate(-50%, -50%) rotate(-8deg) translateY(-12px); }
}

@media (max-width: 1120px) {
  .pricing-grid,
  .studio-package,
  .trust-row,
  .grid,
  .split {
    grid-template-columns: 1fr;
  }

  .agency-group {
    grid-column: 1 / -1;
  }

  .agency-group__cards {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: auto;
  }

  .studio-art {
    min-height: 260px;
  }
}

@media (max-width: 900px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .hero-decoration {
    opacity: .45;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 22px, 1240px);
  }

  .split,
  .grid {
    gap: 14px;
  }

  .product-title {
    font-size: 20px;
  }

  .panel {
    padding: 18px;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 24px;
  }

  .pricing-hero {
    padding-top: 42px;
  }

  .hero-inner h1 {
    font-size: 36px;
  }

  .billing-toggle {
    align-items: stretch;
    flex-direction: column;
    border-radius: 22px;
  }

  .hero-decoration {
    display: none;
  }

  .price-card,
  .studio-package {
    padding: 24px;
  }

  .trust-row article {
    grid-template-columns: 1fr;
  }

  .toolbar,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .cart-item {
    grid-template-columns: 70px 1fr;
  }

  .cart-item > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
