/* ============================================================
   temizle.pro - ortak bilesenler
   Footer, guven rozetleri, fiyatlandirma ve yasal sayfa stilleri.
   index.php ve tum alt sayfalarda yuklenir.
   ============================================================ */

/* ============================================================
   HERO v2 - kurumsal acilis ekrani
   index.php icindeki .hero kurallarini bilincli olarak ezer.
   ============================================================ */
.hero.hero-v2{
  background:
    radial-gradient(900px 420px at 82% 8%, rgba(70,210,255,.22), transparent 62%),
    radial-gradient(700px 380px at 8% 96%, rgba(31,102,209,.36), transparent 60%),
    linear-gradient(160deg, #071c3d 0%, #0d2f6b 46%, #14498f 100%);
  padding:84px 0 92px;
  overflow:hidden;
}
.hero.hero-v2::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size:64px 64px;
  mask-image:radial-gradient(1000px 560px at 30% 40%, #000 35%, transparent 78%);
  -webkit-mask-image:radial-gradient(1000px 560px at 30% 40%, #000 35%, transparent 78%);
  pointer-events:none;
}
.hero.hero-v2 .hero-grid{
  grid-template-columns:1.02fr .98fr;
  gap:52px;
}
.hero-badge-live{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:7px 15px 7px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.18);
  color:#dbe9ff;
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.02em;
  margin:0 0 22px;
  backdrop-filter:blur(6px);
}
.hero-badge-live i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#3ddc97;
  box-shadow:0 0 0 4px rgba(61,220,151,.22);
  animation:tp-pulse 2.2s ease-in-out infinite;
}
@keyframes tp-pulse{
  0%,100%{ box-shadow:0 0 0 4px rgba(61,220,151,.22); }
  50%{ box-shadow:0 0 0 8px rgba(61,220,151,.05); }
}
.hero.hero-v2 h1{
  font-size:clamp(2.05rem, 3.5vw, 3.35rem);
  line-height:1.12;
  letter-spacing:-.02em;
  margin:0 0 20px;
}
.hero.hero-v2 h1 .accent{
  background:linear-gradient(100deg, #7cd4ff 0%, #46d2ff 45%, #8ef2c8 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero.hero-v2 .hero-sub{
  margin:0 0 30px;
  font-size:1.06rem;
  line-height:1.72;
  color:rgba(226,238,255,.82);
  max-width:54ch;
}
.hero.hero-v2 .hero-sub strong{ color:#fff; font-weight:700; }
.hero.hero-v2 .hero-actions{ gap:12px; }
.hero.hero-v2 .btn{ padding:14px 24px; border-radius:13px; }

.hero-metrics{
  display:flex;
  flex-wrap:wrap;
  gap:0;
  margin:34px 0 0;
  padding:22px 0 0;
  border-top:1px solid rgba(255,255,255,.14);
  list-style:none;
}
.hero-metrics li{
  padding-right:30px;
  margin-right:30px;
  border-right:1px solid rgba(255,255,255,.14);
}
.hero-metrics li:last-child{ border-right:0; margin-right:0; padding-right:0; }
.hero-metrics b{
  display:block;
  font-family:"Sora", "Manrope", sans-serif;
  font-size:1.42rem;
  color:#fff;
  line-height:1.2;
}
.hero-metrics span{
  font-size:.82rem;
  color:rgba(200,219,247,.78);
}

/* --- Sag taraf: urun gorseli --- */
.hero-stage{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:400px;
}
.hero-window{
  position:relative;
  width:min(520px, 100%);
  border-radius:16px;
  overflow:hidden;
  background:#0f2445;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 34px 70px rgba(3,14,36,.55);
  transform:perspective(1400px) rotateY(-7deg) rotateX(3deg);
}
.hero-window-bar{
  display:flex;
  align-items:center;
  gap:7px;
  padding:11px 14px;
  background:rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.1);
}
.hero-window-bar i{
  width:10px; height:10px; border-radius:50%;
  background:rgba(255,255,255,.28);
}
.hero-window-bar i:first-child{ background:#ff5f57; }
.hero-window-bar i:nth-child(2){ background:#febc2e; }
.hero-window-bar i:nth-child(3){ background:#28c840; }
.hero-window-bar span{
  margin-left:10px;
  font-size:.74rem;
  color:rgba(219,233,255,.66);
  letter-spacing:.02em;
}
.hero-window img{ display:block; width:100%; height:auto; }

.hero-chip-card{
  position:absolute;
  display:flex;
  align-items:center;
  gap:11px;
  padding:12px 16px;
  border-radius:14px;
  background:rgba(255,255,255,.97);
  box-shadow:0 20px 40px rgba(3,14,36,.35);
  color:#0b1b33;
  font-size:.84rem;
  font-weight:700;
  white-space:nowrap;
  animation:tp-float 6s ease-in-out infinite;
}
.hero-chip-card small{
  display:block;
  font-weight:500;
  font-size:.76rem;
  color:#69788f;
}
.hero-chip-card .dot{
  width:34px; height:34px;
  border-radius:11px;
  display:grid; place-items:center;
  background:#eaf4ff;
  color:#1f66d1;
  flex:0 0 auto;
}
.hero-chip-card .dot svg{ width:19px; height:19px; }
.hero-chip-card.is-tl{ top:8%; left:-6%; }
.hero-chip-card.is-br{ bottom:9%; right:-4%; animation-delay:1.4s; }
@keyframes tp-float{
  0%,100%{ transform:translateY(0); }
  50%{ transform:translateY(-9px); }
}
.hero-robot{
  position:absolute;
  right:-2%;
  top:-6%;
  width:118px;
  /* height="315" HTML ozniteligi CSS'te ezilmezse kafa dikey gerilir. */
  height:auto;
  filter:drop-shadow(0 16px 30px rgba(3,14,36,.5));
  animation:tp-float 7s ease-in-out infinite;
}

/* --- Referans seridi --- */
.hero-logos{
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:56px;
  padding-top:26px;
  display:flex;
  align-items:center;
  gap:26px;
  flex-wrap:wrap;
  justify-content:center;
}
.hero-logos p{
  margin:0;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(200,219,247,.6);
}
.hero-logos img{
  height:30px;
  width:auto;
  opacity:.72;
  filter:brightness(0) invert(1);
}

@media (max-width: 980px){
  .hero.hero-v2{ padding:56px 0 64px; }
  .hero.hero-v2 .hero-grid{ grid-template-columns:1fr; gap:38px; }
  .hero-stage{ min-height:0; order:-1; }
  .hero-window{ transform:none; width:min(460px, 100%); }
  .hero-chip-card.is-tl{ left:-2%; top:4%; }
  .hero-chip-card.is-br{ right:-2%; bottom:4%; }
  .hero-robot{ width:88px; right:0; top:-8%; }
  .hero-metrics li{ padding-right:18px; margin-right:18px; }
}
@media (max-width: 600px){
  .hero.hero-v2 .hero-sub{ font-size:.98rem; }
  .hero-chip-card{ display:none; }
  .hero-metrics{ gap:14px 0; }
  .hero-metrics li{
    flex:1 0 45%;
    border-right:0;
    padding-right:10px;
    margin-right:0;
  }
  .hero-logos img{ height:24px; }
}

/* ---------- HERO EK BILESENLERI ---------- */
.hero-eyebrow{
  margin:0 0 12px !important;
  font-size:.8rem !important;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(255,255,255,.82) !important;
}
.btn-light{
  background:#fff;
  color:#134aa5;
  border-color:#fff;
  box-shadow:0 12px 24px rgba(6,32,74,.25);
}
.btn-light:hover{ transform:translateY(-1px); }
.hero-trust{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:10px 22px;
  margin:26px 0 0;
  padding:0;
  font-size:.88rem;
  font-weight:600;
  color:rgba(255,255,255,.92);
}
.hero-trust li{
  display:flex;
  align-items:center;
  gap:8px;
}
.hero-trust li::before{
  content:"";
  width:16px;
  height:16px;
  flex:0 0 auto;
  border-radius:50%;
  background:rgba(255,255,255,.22) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/10px 10px no-repeat;
}

/* ---------- ANA SAYFA BOLUM BILESENLERI ---------- */
.section-lead{
  max-width:76ch;
  margin:0 auto 34px;
  text-align:center;
  color:var(--muted, #546179);
  line-height:1.7;
}
.section-title + .section-lead{ margin-top:-18px; }

.strip-card-primary{
  border-color:rgba(31,102,209,.42) !important;
  background:linear-gradient(180deg, rgba(31,102,209,.14), rgba(255,255,255,.92)) !important;
  box-shadow:0 14px 30px rgba(31,102,209,.14);
}
.strip-flag{
  display:inline-block;
  margin-bottom:6px;
  padding:3px 10px;
  border-radius:999px;
  background:linear-gradient(135deg, #1f66d1, #2c7dff);
  color:#fff;
  font-size:.66rem;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.channel-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin:0 0 34px;
}
.channel-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 18px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(31,102,209,.2);
  color:#1b2a44;
  font-size:.9rem;
  font-weight:700;
  box-shadow:0 8px 18px rgba(13,34,65,.06);
}
.channel-chip::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg, #1f66d1, #46d2ff);
}

.feature-grid-2{ grid-template-columns:repeat(2, minmax(0, 1fr)) !important; }
.feature-link{
  display:inline-block;
  margin-top:14px;
  font-weight:700;
  color:#1f66d1;
}
.feature-link:hover{ text-decoration:underline; }
@media (max-width: 980px){
  .feature-grid-2{ grid-template-columns:1fr !important; }
}

/* ---------- FOOTER ---------- */
.site-footer{
  margin-top:60px;
  background:linear-gradient(180deg, #0d2044 0%, #0b1b33 100%);
  color:#c6d3e8;
  font-size:.94rem;
  line-height:1.65;
  text-align:left;
  padding:0;
}
.site-footer .container{
  width:min(1120px, 92vw);
  margin:0 auto;
}
.footer-top{
  display:grid;
  grid-template-columns:1.6fr 1fr 1.2fr 1.2fr;
  gap:36px;
  padding:52px 0 40px;
}
.footer-brand-name{
  font-family:"Sora", "Manrope", sans-serif;
  font-weight:700;
  font-size:1.3rem;
  color:#fff;
  display:inline-block;
  margin-bottom:12px;
}
.footer-brand-name span{ color:#5fb0ff; }
.footer-about{
  margin:0 0 16px;
  color:#a9bcd8;
  max-width:38ch;
}
.footer-legal-name{
  margin:0;
  font-size:.85rem;
  color:#8ba3c6;
}
.footer-col h4{
  margin:0 0 14px;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:#fff;
}
.footer-links{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:9px;
}
.footer-links a{
  color:#c6d3e8;
  transition:color .18s ease;
}
.footer-links a:hover{ color:#7cc4ff; text-decoration:underline; }

.footer-contact{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
}
.footer-contact li{
  display:flex;
  gap:10px;
  align-items:flex-start;
}
.footer-contact svg{
  width:17px;
  height:17px;
  flex:0 0 auto;
  margin-top:3px;
  color:#5fb0ff;
}
.footer-contact a{ color:#c6d3e8; }
.footer-contact a:hover{ color:#7cc4ff; text-decoration:underline; }
.footer-contact strong{ color:#e7eefb; font-weight:600; }

/* ---------- GUVEN / ODEME SERIDI ---------- */
.footer-trust{
  border-top:1px solid rgba(255,255,255,.1);
  border-bottom:1px solid rgba(255,255,255,.1);
  padding:22px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}
.trust-badges{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.trust-badge{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.14);
  color:#e7eefb;
  font-size:.85rem;
  font-weight:600;
  white-space:nowrap;
}
.trust-badge svg{
  width:17px;
  height:17px;
  flex:0 0 auto;
  color:#3ddc97;
}
.trust-badge.is-link:hover{
  border-color:rgba(124,196,255,.55);
  background:rgba(255,255,255,.12);
}
.trust-badge small{
  display:block;
  font-weight:500;
  font-size:.72rem;
  color:#9fb4d3;
}
.payment-band{
  display:flex;
  align-items:center;
  gap:14px;
  background:#fff;
  border-radius:12px;
  padding:12px 18px;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.payment-band img{
  height:30px;
  width:auto;
  max-width:100%;
}
.payment-band-label{
  font-size:.74rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#5a6a86;
  white-space:nowrap;
}

.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  padding:22px 0 28px;
  font-size:.86rem;
  color:#8ba3c6;
}
.footer-bottom-links{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}
.footer-bottom-links a:hover{ color:#7cc4ff; text-decoration:underline; }

@media (max-width: 980px){
  .footer-top{ grid-template-columns:1fr 1fr; gap:28px; padding:42px 0 32px; }
  .footer-trust{ justify-content:center; text-align:center; }
}
@media (max-width: 600px){
  .footer-top{ grid-template-columns:1fr; }
  .footer-about{ max-width:none; }
  .footer-bottom{ justify-content:center; text-align:center; }
  .payment-band{ padding:12px 14px; }
  .payment-band img{ height:24px; }
}

/* ---------- FIYATLANDIRMA ---------- */
.pricing{ padding:70px 0; }
.pricing .container{ width:min(1120px, 92vw); margin:0 auto; }
.pricing-head{
  text-align:center;
  max-width:70ch;
  margin:0 auto 14px;
}
.pricing-head h2{
  font-family:"Sora", "Manrope", sans-serif;
  font-size:clamp(1.5rem, 2.2vw, 2.1rem);
  margin:0 0 12px;
  color:#1b2a44;
}
.pricing-head p{
  margin:0;
  color:var(--muted, #546179);
  line-height:1.6;
}
.pricing-block{ margin-top:44px; }
.pricing-block-head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:8px;
  flex-wrap:wrap;
}
.pricing-block-head h3{
  font-family:"Sora", "Manrope", sans-serif;
  font-size:1.25rem;
  margin:0;
  color:#1b2a44;
}
.pricing-block-sub{
  margin:0 0 22px;
  color:var(--muted, #546179);
  font-size:.95rem;
  line-height:1.6;
  max-width:78ch;
}
.pricing-tag{
  display:inline-flex;
  align-items:center;
  padding:5px 12px;
  border-radius:999px;
  background:rgba(31,102,209,.1);
  border:1px solid rgba(31,102,209,.2);
  color:#134aa5;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.03em;
}
.plan-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
  align-items:stretch;
}
.plan-grid.plan-grid-single{
  grid-template-columns:minmax(0, 420px);
  justify-content:center;
}
.plan-card{
  position:relative;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid var(--stroke, rgba(13,34,65,.12));
  border-radius:18px;
  padding:26px 24px;
  box-shadow:0 16px 36px rgba(13,34,65,.08);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.plan-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 44px rgba(13,34,65,.14);
  border-color:rgba(31,102,209,.35);
}
.plan-card.featured{
  border-color:rgba(31,102,209,.5);
  box-shadow:0 22px 48px rgba(31,102,209,.2);
}
.plan-flag{
  position:absolute;
  top:-13px;
  left:24px;
  padding:5px 14px;
  border-radius:999px;
  background:linear-gradient(135deg, #1f66d1, #2c7dff);
  color:#fff;
  font-size:.74rem;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
  box-shadow:0 8px 18px rgba(31,102,209,.35);
}
.plan-name{
  font-family:"Sora", "Manrope", sans-serif;
  font-size:1.1rem;
  font-weight:700;
  margin:0 0 4px;
  color:#1b2a44;
}
.plan-audience{
  margin:0 0 16px;
  font-size:.88rem;
  color:var(--muted, #546179);
  min-height:2.6em;
}
.plan-price{
  display:flex;
  align-items:baseline;
  gap:6px;
  flex-wrap:wrap;
  font-family:"Sora", "Manrope", sans-serif;
  font-size:1.9rem;
  font-weight:700;
  color:#0b1b33;
  line-height:1.15;
  margin:0;
}
.plan-price .plan-period{
  font-family:"Manrope", sans-serif;
  font-size:.9rem;
  font-weight:600;
  color:var(--muted, #546179);
}
.plan-vat{
  display:block;
  margin:6px 0 0;
  font-size:.82rem;
  color:#7a879b;
}
.plan-limit{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:16px 0 0;
  padding:8px 13px;
  border-radius:10px;
  background:#f0f5ff;
  border:1px solid rgba(31,102,209,.15);
  color:#134aa5;
  font-size:.86rem;
  font-weight:700;
}
.plan-limit svg{ width:16px; height:16px; flex:0 0 auto; }
.plan-inherit{
  margin:16px 0 0;
  padding:10px 13px;
  border-left:3px solid #46d2ff;
  background:#f7fbff;
  border-radius:0 8px 8px 0;
  font-size:.86rem;
  color:#41526e;
}
.plan-features{
  list-style:none;
  margin:16px 0 24px;
  padding:0;
  display:grid;
  gap:10px;
  font-size:.92rem;
  color:#41526e;
  line-height:1.5;
}
.plan-features li{
  display:flex;
  gap:9px;
  align-items:flex-start;
}
.plan-features li::before{
  content:"";
  flex:0 0 auto;
  width:17px;
  height:17px;
  margin-top:2px;
  border-radius:50%;
  background:#e6f6ee url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2312a06a' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/11px 11px no-repeat;
}
.plan-cta{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  padding:13px 18px;
  border-radius:12px;
  font-weight:700;
  border:1px solid rgba(31,102,209,.25);
  background:#fff;
  color:#134aa5;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.plan-cta:hover{ border-color:rgba(31,102,209,.6); box-shadow:0 10px 20px rgba(31,102,209,.14); }
.plan-cta.primary{
  background:linear-gradient(135deg, #1f66d1, #2c7dff);
  color:#fff;
  border-color:transparent;
  box-shadow:0 12px 22px rgba(31,102,209,.28);
}
.plan-cta.primary:hover{ transform:translateY(-1px); }
.pricing-note{
  margin:26px 0 0;
  padding:16px 18px;
  border-radius:14px;
  background:#fff;
  border:1px solid var(--stroke, rgba(13,34,65,.12));
  color:var(--muted, #546179);
  font-size:.88rem;
  line-height:1.65;
}
.pricing-note strong{ color:#1b2a44; }
.pricing-payment{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:26px;
  padding:16px 20px;
  border-radius:14px;
  background:#fff;
  border:1px solid var(--stroke, rgba(13,34,65,.12));
}
.pricing-payment img{ height:28px; width:auto; }
.pricing-payment span{
  font-size:.86rem;
  font-weight:600;
  color:#41526e;
}
@media (max-width: 980px){
  .plan-grid{ grid-template-columns:1fr; }
  .plan-grid.plan-grid-single{ grid-template-columns:1fr; }
  .plan-audience{ min-height:0; }
}

/* ---------- SATIN ALMA / ODEME ---------- */
.checkout-grid{
  display:grid;
  grid-template-columns:1.55fr 1fr;
  gap:26px;
  align-items:start;
}
.checkout-form,
.checkout-summary{
  background:#fff;
  border:1px solid var(--stroke, rgba(13,34,65,.12));
  border-radius:18px;
  padding:28px 30px;
  box-shadow:0 16px 36px rgba(13,34,65,.08);
}
.checkout-summary{ position:sticky; top:92px; }
.checkout-step{
  font-family:"Sora", "Manrope", sans-serif;
  font-size:1.05rem;
  color:#1b2a44;
  margin:0 0 16px;
  padding-bottom:12px;
  border-bottom:1px solid var(--stroke, rgba(13,34,65,.12));
}
.checkout-step + .checkout-hint{ margin-top:-4px; }
.checkout-form .checkout-step:not(:first-of-type){ margin-top:34px; }
.checkout-hint{
  margin:0 0 16px;
  font-size:.88rem;
  color:var(--muted, #546179);
  line-height:1.6;
}
.checkout-alert{
  margin:0 0 20px;
  padding:14px 16px;
  border-radius:12px;
  background:#fef2f2;
  border:1px solid #fecaca;
  color:#991b1b;
  font-size:.9rem;
}
.checkout-alert ul{ margin:8px 0 0; padding-left:20px; }
.field{ margin-bottom:16px; }
.field-optional{ margin-bottom:16px; }
.field-optional summary{
  cursor:pointer;
  font-size:.86rem;
  font-weight:700;
  color:#33415c;
  list-style:none;
}
.field-optional summary::-webkit-details-marker{ display:none; }
.field-optional summary::before{ content:"▸ "; color:#8b95a7; }
.field-optional[open] summary::before{ content:"▾ "; }
.field-optional .field{ margin-top:12px; margin-bottom:0; }
.field-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.field label{
  display:block;
  margin-bottom:6px;
  font-size:.86rem;
  font-weight:700;
  color:#33415c;
}
.field .req{ color:#dc2626; }
.field .opt{ font-weight:500; color:#8b95a7; }
.field input,
.field textarea,
.field select{
  width:100%;
  padding:12px 14px;
  border-radius:11px;
  border:1px solid rgba(13,34,65,.18);
  background:#fbfcff;
  font:inherit;
  font-size:.95rem;
  color:#0b1b33;
  transition:border-color .16s ease, box-shadow .16s ease;
}
.field input:focus,
.field textarea:focus{
  outline:none;
  border-color:#1f66d1;
  box-shadow:0 0 0 3px rgba(31,102,209,.14);
  background:#fff;
}
.field textarea{ resize:vertical; }
.radio-card{
  display:flex;
  align-items:flex-start;
  gap:11px;
  padding:14px 16px;
  border-radius:12px;
  border:1px solid rgba(13,34,65,.18);
  background:#fbfcff;
  cursor:pointer;
  margin-bottom:16px;
}
.radio-card:has(input:checked){
  border-color:#1f66d1;
  background:#f2f7ff;
  box-shadow:0 0 0 3px rgba(31,102,209,.1);
}
.radio-card input{ margin-top:3px; accent-color:#1f66d1; width:17px; height:17px; }
.radio-card strong{ display:block; font-size:.94rem; color:#1b2a44; }
.radio-card small{ display:block; font-size:.82rem; color:var(--muted, #546179); }

.consent-list{ display:grid; gap:12px; margin-bottom:26px; }
.consent-item{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:14px 16px;
  border-radius:12px;
  border:1px solid rgba(13,34,65,.14);
  background:#fbfcff;
  font-size:.9rem;
  line-height:1.6;
  color:#33415c;
  cursor:pointer;
}
.consent-item:has(input:checked){ border-color:rgba(18,160,106,.45); background:#f3fbf7; }
.consent-item input{ margin-top:3px; accent-color:#12a06a; width:18px; height:18px; flex:0 0 auto; }
.consent-item-strong{
  border-left:4px solid #1f66d1;
  background:#f5f9ff;
}
.consent-doc{
  display:inline-block;
  margin-top:5px;
  font-weight:700;
  font-size:.85rem;
  color:#1f66d1;
}
.consent-doc:hover{ text-decoration:underline; }
.consent-item-box{ align-items:flex-start; }
.consent-sub-list{
  list-style:none;
  margin:8px 0 0;
  padding:0;
  display:grid;
  gap:8px;
}
.consent-sub-item{
  padding:2px 0 2px 12px;
  border-left:2px solid rgba(13,34,65,.14);
}
.consent-sub-item.consent-item-strong{
  border-left-color:#1f66d1;
  background:#f5f9ff;
  padding:6px 10px;
  border-radius:6px;
}
.checkout-submit{
  width:100%;
  justify-content:center;
  padding:15px 22px;
  font-size:1rem;
}
.checkout-secure{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:14px 0 0;
  font-size:.84rem;
  color:var(--muted, #546179);
}
.checkout-summary h2{
  font-family:"Sora", "Manrope", sans-serif;
  font-size:1.05rem;
  margin:0 0 16px;
  color:#1b2a44;
}
.summary-product{ margin:0; font-size:.86rem; color:var(--muted, #546179); }
.summary-plan{ margin:2px 0 0; font-size:1.12rem; font-weight:700; color:#1b2a44; }
.summary-limit{ margin:8px 0 0; font-size:.86rem; color:#134aa5; font-weight:700; }
.summary-lines{
  list-style:none;
  margin:18px 0 0;
  padding:18px 0 0;
  border-top:1px solid var(--stroke, rgba(13,34,65,.12));
  display:grid;
  gap:10px;
  font-size:.9rem;
  color:#41526e;
}
.summary-lines li{ display:flex; justify-content:space-between; gap:12px; }
.summary-total{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:12px;
  margin-top:16px;
  padding-top:16px;
  border-top:2px solid rgba(31,102,209,.25);
  font-family:"Sora", "Manrope", sans-serif;
}
.summary-total span{ font-size:.92rem; color:#33415c; }
.summary-total strong{ font-size:1.5rem; color:#0b1b33; }
.summary-note{ margin:6px 0 0; font-size:.8rem; color:#8b95a7; }
.summary-features{
  list-style:none;
  margin:18px 0 0;
  padding:18px 0 0;
  border-top:1px solid var(--stroke, rgba(13,34,65,.12));
  display:grid;
  gap:9px;
  font-size:.86rem;
  color:#41526e;
}
.summary-features li{ display:flex; gap:8px; align-items:flex-start; }
.summary-features li::before{
  content:"";
  flex:0 0 auto;
  width:15px; height:15px; margin-top:2px;
  border-radius:50%;
  background:#e6f6ee url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2312a06a' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/10px 10px no-repeat;
}
.summary-change{
  display:inline-block;
  margin-top:18px;
  font-size:.86rem;
  font-weight:700;
  color:#1f66d1;
}
.summary-change:hover{ text-decoration:underline; }
.summary-band{
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid var(--stroke, rgba(13,34,65,.12));
}
.summary-band img{ height:26px; width:auto; }

.order-badge{
  display:flex;
  flex-direction:column;
  gap:4px;
  margin-bottom:24px;
  padding:16px 18px;
  border-radius:12px;
  background:#f0f5ff;
  border:1px solid rgba(31,102,209,.18);
}
.order-badge span{ font-size:.8rem; color:#546179; font-weight:600; }
.order-badge strong{
  font-family:"Sora", "Manrope", sans-serif;
  font-size:1.25rem;
  letter-spacing:.04em;
  color:#134aa5;
}
.pay-option{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  padding:18px 20px;
  border-radius:14px;
  border:1px solid rgba(13,34,65,.16);
  background:#fbfcff;
  margin-bottom:16px;
}
.pay-option strong{ display:block; font-size:1rem; color:#1b2a44; margin-bottom:4px; }
.pay-option small{ display:block; font-size:.85rem; color:var(--muted, #546179); line-height:1.6; }
.pay-option img{ height:24px; width:auto; }
.pay-option-active{ border-color:rgba(31,102,209,.32); background:#f5f9ff; }
.pay-option-soon{ opacity:.72; }

@media (max-width: 980px){
  .checkout-grid{ grid-template-columns:1fr; }
  .checkout-summary{ position:static; order:-1; }
  .field-row{ grid-template-columns:1fr; }
  .checkout-form, .checkout-summary{ padding:22px 20px; }
}

/* ---------- YASAL / KURUMSAL SAYFALAR ---------- */
.page-hero{
  background:linear-gradient(135deg, #1c56b7 0%, #3a84ff 60%, #8fd6ff 100%);
  color:#fff;
  padding:56px 0 48px;
}
.page-hero .container{ width:min(1120px, 92vw); margin:0 auto; }
.page-hero .eyebrow{
  margin:0 0 10px;
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(255,255,255,.82);
}
.page-hero h1{
  font-family:"Sora", "Manrope", sans-serif;
  font-size:clamp(1.7rem, 3vw, 2.4rem);
  margin:0 0 12px;
}
.page-hero p{
  margin:0;
  max-width:62ch;
  color:rgba(255,255,255,.9);
  line-height:1.6;
}
.legal-section{ padding:44px 0 70px; }
.legal-section .container{ width:min(1120px, 92vw); margin:0 auto; }
.legal-card{
  background:#fff;
  border:1px solid var(--stroke, rgba(13,34,65,.12));
  border-radius:18px;
  padding:34px 36px;
  box-shadow:0 16px 36px rgba(13,34,65,.08);
  color:#33415c;
  line-height:1.75;
}
.legal-card h2{
  font-family:"Sora", "Manrope", sans-serif;
  font-size:1.15rem;
  color:#1b2a44;
  margin:32px 0 12px;
  padding-top:4px;
}
.legal-card h2:first-child{ margin-top:0; }
.legal-card h3{
  font-size:1rem;
  color:#1b2a44;
  margin:22px 0 8px;
}
.legal-card p{ margin:0 0 12px; }
.legal-card ul,
.legal-card ol{ margin:0 0 14px; padding-left:22px; }
.legal-card li{ margin:6px 0; }
.legal-card a{ color:#1f66d1; font-weight:600; }
.legal-card a:hover{ text-decoration:underline; }
.legal-card a.btn-primary{ color:#fff; }
.legal-meta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:26px;
  padding-bottom:22px;
  border-bottom:1px solid var(--stroke, rgba(13,34,65,.12));
}
.legal-meta span{
  padding:6px 13px;
  border-radius:999px;
  background:#f0f5ff;
  border:1px solid rgba(31,102,209,.15);
  font-size:.82rem;
  font-weight:600;
  color:#134aa5;
}
.info-table{
  width:100%;
  border-collapse:collapse;
  margin:0 0 18px;
  font-size:.94rem;
}
.info-table th,
.info-table td{
  text-align:left;
  padding:12px 14px;
  border-bottom:1px solid var(--stroke, rgba(13,34,65,.12));
  vertical-align:top;
}
.info-table th{
  width:36%;
  font-weight:700;
  color:#1b2a44;
  background:#f7faff;
}
.table-scroll{ overflow-x:auto; }
.legal-callout{
  margin:18px 0;
  padding:16px 18px;
  border-radius:12px;
  background:#f0f5ff;
  border-left:4px solid #1f66d1;
  color:#33415c;
  font-size:.93rem;
}
.legal-callout strong{ color:#1b2a44; }
.contact-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:20px;
  margin-bottom:26px;
}
.contact-card{
  background:#fff;
  border:1px solid var(--stroke, rgba(13,34,65,.12));
  border-radius:16px;
  padding:22px;
  box-shadow:0 12px 28px rgba(13,34,65,.07);
}
.contact-card h3{
  margin:14px 0 8px;
  font-size:1rem;
  color:#1b2a44;
}
.contact-card p{ margin:0; color:var(--muted, #546179); line-height:1.6; font-size:.94rem; }
.contact-card a{ color:#1f66d1; font-weight:600; }
.contact-icon{
  width:46px;
  height:46px;
  border-radius:14px;
  background:#f0f5ff;
  border:1px solid rgba(31,102,209,.15);
  display:grid;
  place-items:center;
  color:#1f66d1;
}
.contact-icon svg{ width:22px; height:22px; }
@media (max-width: 980px){
  .contact-grid{ grid-template-columns:1fr; }
  .legal-card{ padding:24px 20px; }
}
