@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");
:root {
  --ink: #06142c;
  --blue: #1769ff;
  --cyan: #17bce8;
  --line: #dce5f1;
  --muted: #6f7e96;
  --paper: #f4f7fb;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.nav {
  height: 92px;
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 0 max(4vw, 28px);
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffffeb;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-right: auto;
}
.brand img,
.foot-brand img {
  width: 160px;
}
.brand small {
  letter-spacing: 0.26em;
  font-size: 7px;
  color: #7a899f;
}
.nav nav {
  display: flex;
  gap: 27px;
  font-weight: 600;
  font-size: 14px;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.login {
  font-weight: 700;
}
.menu {
  display: none;
  border: 0;
  background: none;
  font-size: 24px;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0 28px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #fff;
  border-radius: 14px;
  font-weight: 800;
  box-shadow: 0 14px 32px #1769ff2b;
}
.btn.small {
  min-height: 44px;
  padding: 0 18px;
}
.btn.ghost {
  background: #fff;
  color: var(--ink);
  box-shadow: none;
  border: 1px solid var(--line);
}
.btn.light {
  background: #fff;
  color: var(--ink);
}
.hero {
  min-height: 790px;
  padding: 110px 7vw 60px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 35%, #e8f4ff 0, transparent 32%),
    linear-gradient(#fff, #f7faff);
}
.hero:after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid #a9c8f1;
  border-radius: 50%;
  right: -150px;
  top: 100px;
  box-shadow:
    0 0 0 65px #e7f2ff77,
    0 0 0 130px #eff6ff77;
}
.eyebrow {
  font-size: 13px;
  letter-spacing: 0.28em;
  color: var(--blue);
  font-weight: 900;
  margin-bottom: 22px;
}
.hero h1 {
  font-size: clamp(56px, 7.2vw, 116px);
  line-height: 0.88;
  letter-spacing: -0.075em;
  margin: 0;
  max-width: 1050px;
}
.hero h1 span {
  color: transparent;
  -webkit-text-stroke: 1.5px #1d477c;
}
.hero > p {
  font-size: 21px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 720px;
  margin: 34px 0;
}
.hero-actions {
  display: flex;
  gap: 12px;
}
.trust {
  display: flex;
  gap: 25px;
  font-size: 13px;
  color: #59708f;
  margin: 22px 0 55px;
}
.command {
  position: relative;
  z-index: 2;
  max-width: 1050px;
  border-radius: 24px;
  padding: 24px 28px;
  background: #07162c;
  color: white;
  box-shadow: 0 30px 80px #04152d29;
}
.command-top {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #92a5c1;
}
.command-top i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #23d4a2;
  box-shadow: 0 0 0 7px #23d4a21a;
}
.command-top span {
  margin-left: auto;
  color: #23d4a2;
}
.command p {
  font-size: 22px;
  font-weight: 700;
}
.command-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  background: #102440;
  border-radius: 14px;
  font-size: 13px;
  color: #aabbd1;
}
.command-flow strong {
  color: #35d7ff;
}
.ticker {
  display: flex;
  overflow: hidden;
  gap: 70px;
  padding: 20px 4vw;
  background: #06142c;
  color: #8fa1bb;
  font-size: 11px;
  letter-spacing: 0.22em;
  white-space: nowrap;
}
.section {
  padding: 110px 7vw;
}
.intro {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 12vw;
  align-items: end;
}
.section h2,
.section-title h2,
.commission h2,
.partner h2,
.cta h2 {
  font-size: clamp(42px, 5vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  margin: 0;
}
.intro > p {
  font-size: 19px;
  line-height: 1.7;
  color: var(--muted);
}
.modules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 0 4vw 100px;
}
.feature {
  min-height: 480px;
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 48px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.feature.dark {
  background: #06142c;
  color: white;
}
.feature.blue {
  background: linear-gradient(135deg, #0c4fbf, #16bce7);
  color: white;
}
.feature > b {
  font-size: 11px;
  letter-spacing: 0.23em;
  color: #287bff;
}
.feature h3 {
  font-size: 42px;
  letter-spacing: -0.045em;
  line-height: 1.04;
  margin: 30px 0 18px;
}
.feature p {
  color: #7c8ca4;
  line-height: 1.7;
  max-width: 560px;
}
.dark p,
.blue p {
  color: #b8c8dc;
}
.metric-row {
  display: flex;
  gap: 10px;
  position: absolute;
  left: 48px;
  right: 48px;
  bottom: 40px;
}
.metric-row span {
  flex: 1;
  border: 1px solid #25405f;
  padding: 18px;
  border-radius: 14px;
  color: #93a6bd;
  font-size: 11px;
}
.metric-row strong {
  display: block;
  font-size: 25px;
  color: #fff;
  margin-bottom: 5px;
}
.signal {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}
.signal i {
  width: 9px;
  height: 9px;
  background: #28d3a0;
  border-radius: 50%;
}
.signal strong {
  margin-left: auto;
}
.score {
  font-size: 100px;
  font-weight: 900;
  color: #0d54bd;
  position: absolute;
  bottom: 30px;
  right: 45px;
}
.score small {
  font-size: 10px;
  display: block;
  letter-spacing: 0.2em;
}
.blue a {
  position: absolute;
  bottom: 45px;
  font-weight: 800;
}
.steps {
  background: var(--paper);
}
.steps > h2 {
  margin-bottom: 55px;
}
.stepgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.stepgrid article {
  background: white;
  border-radius: 22px;
  padding: 30px;
  min-height: 235px;
}
.stepgrid b {
  color: var(--blue);
  font-size: 14px;
}
.stepgrid h3 {
  font-size: 25px;
  margin: 45px 0 10px;
}
.stepgrid p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}
.commission {
  margin: 90px 4vw;
  padding: 70px;
  background: #07162d;
  color: white;
  border-radius: 34px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  gap: 50px;
}
.compare {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.compare > div:not(.vs) {
  flex: 1;
  padding: 28px;
  border: 1px solid #29425f;
  border-radius: 20px;
}
.compare small,
.compare span {
  display: block;
  color: #9caec5;
  font-size: 10px;
  line-height: 1.5;
}
.compare strong {
  display: block;
  font-size: 45px;
  margin: 22px 0 8px;
}
.compare .winner {
  background: #fff;
  color: var(--ink);
}
.vs {
  align-self: center;
  font-size: 11px;
  color: #7f93ad;
}
.pricing {
  padding: 105px 4vw;
  background: #f5f7fb;
}
.section-title {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 55px;
}
.section-title p {
  color: var(--muted);
  line-height: 1.6;
}
.pricegrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.pricegrid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.pricegrid h3 {
  font-size: 24px;
}
.price {
  font-size: 34px;
  font-weight: 900;
}
.price small {
  font-size: 13px;
  color: var(--muted);
}
.pricegrid p,
.pricegrid li {
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
}
.pricegrid ul {
  list-style: none;
  padding: 10px 0 25px;
  margin: 0;
}
.pricegrid li {
  padding: 7px 0;
}
.pricegrid li:before {
  content: "✓";
  color: #17b98c;
  margin-right: 8px;
}
.pricegrid .btn {
  margin-top: auto;
}
.popular {
  border: 2px solid var(--blue) !important;
  transform: translateY(-12px);
  box-shadow: 0 24px 60px #1769ff17;
}
.badge {
  position: absolute;
  top: -16px;
  left: 25px;
  background: var(--blue);
  color: white;
  border-radius: 20px;
  padding: 8px 14px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.fine {
  text-align: center;
  color: var(--muted);
  font-size: 11px;
  margin-top: 25px;
}
.textlink {
  display: block;
  text-align: center;
  color: var(--blue);
  font-weight: 800;
}
.testimonials {
  padding: 110px 4vw;
}
.quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.quotes article {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 30px;
}
.avatar {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-image: url(pilot-kullanicilar.png);
  background-size: 300% 100%;
  margin-bottom: 25px;
}
.a1 {
  background-position: 0;
}
.a2 {
  background-position: 50%;
}
.a3 {
  background-position: 100%;
}
.quotes blockquote {
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 25px;
}
.quotes b,
.quotes span {
  display: block;
}
.quotes span {
  font-size: 11px;
  color: var(--muted);
  margin-top: 5px;
}
.partner {
  margin: 0 4vw 100px;
  padding: 75px;
  border-radius: 34px;
  background: linear-gradient(135deg, #06142c, #0e4e9a);
  color: white;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
}
.partner p {
  color: #b6c7dc;
  line-height: 1.7;
}
.partner-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-content: center;
}
.partner-stats span {
  border: 1px solid #ffffff2b;
  border-radius: 18px;
  padding: 20px;
  color: #9bb1cc;
  font-size: 11px;
}
.partner-stats strong {
  display: block;
  color: #fff;
  font-size: 17px;
  margin-bottom: 7px;
}
.faq {
  padding: 100px max(15vw, 40px);
}
.payment-trust {
  margin: 90px 4vw 0;
  padding: 56px 64px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: linear-gradient(135deg, #fff, #f1f7ff);
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 60px;
  align-items: center;
}
.payment-trust h2 {
  font-size: clamp(36px, 4vw, 62px);
  line-height: 1;
  letter-spacing: -0.055em;
  margin: 0 0 20px;
}
.payment-trust p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 720px;
}
.payment-trust > img {
  width: 100%;
  max-width: 430px;
  justify-self: end;
}
.payment-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.payment-points span {
  padding: 10px 13px;
  border: 1px solid #cbdced;
  border-radius: 999px;
  color: #335477;
  font-size: 12px;
  font-weight: 700;
}
.iyzico-footer {
  width: 280px !important;
  max-width: 100%;
  margin-top: 12px;
  filter: none !important;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 25px 0;
}
.faq summary {
  font-weight: 800;
  font-size: 18px;
  cursor: pointer;
}
.faq details p {
  color: var(--muted);
  line-height: 1.65;
}
.cta {
  margin: 0 4vw 35px;
  padding: 90px;
  text-align: center;
  border-radius: 34px;
  background: linear-gradient(135deg, #1769ff, #13bde8);
  color: white;
}
.cta p {
  font-size: 18px;
}
.cta > div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}
.cta > div a:last-child {
  font-weight: 800;
}
footer {
  margin: 0 4vw;
  padding: 60px 0 25px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 40px;
  color: #66768d;
  font-size: 12px;
}
.foot-brand p {
  line-height: 1.6;
}
.foot-brand img {
  filter: brightness(0.35);
}
footer > div:not(.copyright) {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer b {
  color: var(--ink);
}
.copyright {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.cookie {
  position: fixed;
  z-index: 50;
  left: 22px;
  right: 22px;
  bottom: 20px;
  background: #07162d;
  color: #fff;
  border-radius: 18px;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 25px 60px #00163455;
}
.cookie div {
  margin-right: auto;
}
.cookie p {
  font-size: 11px;
  color: #a8b9cf;
  margin: 5px 0 0;
}
.cookie button {
  border: 1px solid #ffffff33;
  background: transparent;
  color: white;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 700;
}
.cookie .accept {
  background: white;
  color: #07162d;
}
.legal {
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 30px 140px;
}
.legal h1 {
  font-size: 55px;
  letter-spacing: -0.05em;
}
.legal h2 {
  margin-top: 42px;
}
.legal p,
.legal li {
  color: #5d6e85;
  line-height: 1.75;
}
.legal .updated {
  font-size: 12px;
  color: #1769ff;
}
.back {
  display: inline-flex;
  margin-bottom: 35px;
  font-weight: 800;
  color: #1769ff;
}
.plan-table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
}
.plan-table th,
.plan-table td {
  padding: 15px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.plan-table th {
  background: #f4f7fb;
}
.hero-mini {
  background: #07162d;
  color: white;
  border-radius: 30px;
  padding: 70px;
  margin-bottom: 45px;
}
.hero-mini p {
  color: #b4c4d8;
}
.cards3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.cards3 article {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px;
}
.cards3 p {
  font-size: 14px;
}
@media (max-width: 980px) {
  .nav nav {
    display: none;
  }
  .nav-actions .login {
    display: none;
  }
  .menu {
    display: block;
  }
  .nav.open nav {
    display: flex;
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    padding: 25px;
  }
  .modules,
  .commission,
  .partner,
  .intro,
  .payment-trust {
    grid-template-columns: 1fr;
  }
  .pricegrid {
    grid-template-columns: 1fr 1fr;
  }
  .stepgrid {
    grid-template-columns: 1fr 1fr;
  }
  .quotes {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .nav {
    height: 74px;
    padding: 0 18px;
  }
  .brand img {
    width: 120px;
  }
  .nav-actions .btn {
    font-size: 11px;
    padding: 0 12px;
  }
  .hero {
    padding: 65px 22px 40px;
    min-height: auto;
  }
  .hero h1 {
    font-size: 52px;
  }
  .hero > p {
    font-size: 16px;
  }
  .trust {
    flex-direction: column;
    gap: 8px;
  }
  .command-flow {
    overflow: auto;
    gap: 14px;
  }
  .modules {
    padding: 0 14px 60px;
  }
  .feature {
    padding: 28px;
    min-height: 430px;
  }
  .feature h3 {
    font-size: 34px;
  }
  .metric-row {
    left: 28px;
    right: 28px;
    flex-direction: column;
  }
  .section {
    padding: 75px 22px;
  }
  .section h2,
  .section-title h2,
  .commission h2,
  .partner h2,
  .cta h2 {
    font-size: 42px;
  }
  .stepgrid,
  .pricegrid,
  .cards3 {
    grid-template-columns: 1fr;
  }
  .popular {
    transform: none;
  }
  .commission,
  .partner,
  .cta,
  .payment-trust {
    margin: 40px 14px;
    padding: 38px 25px;
  }
  .compare {
    flex-direction: column;
  }
  .partner-stats {
    grid-template-columns: 1fr;
  }
  .cta > div:last-child {
    flex-direction: column;
  }
  .faq {
    padding: 75px 25px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
  .foot-brand {
    grid-column: 1/-1;
  }
  .cookie {
    flex-wrap: wrap;
  }
  .cookie div {
    width: 100%;
  }
  .legal h1 {
    font-size: 42px;
  }
  .plan-table {
    font-size: 11px;
  }
  .plan-table th,
  .plan-table td {
    padding: 8px;
  }
}
