[hidden] {
  display: none !important;
}
:root {
  --navy: #0b1230;
  --blue: #1b3b8f;
  --orange: #ff8a3d;
  --light: #f7f8fb;
  --muted: #63708b;
  --line: #e0e4ed;
  --text: #0f172a;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--light);
  color: var(--text);
  font-family: Manrope, Poppins, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  outline-offset: 5px;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.55;
}
a:hover {
  color: var(--blue);
}
.header {
  background: #ffffffed;
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px max(5vw, 24px);
  border-bottom: 1px solid var(--line);
  gap: 24px;
}
.brand img {
  width: 168px;
  height: auto;
  display: block;
}
.header nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
}
.packages-link {
  font-weight: 650;
}
.account-link {
  border: 1px solid var(--line);
  padding: 10px 18px;
  font-size: 14px;
}
.account-link span {
  margin-left: 20px;
}
.hero {
  max-width: 1200px;
  margin: auto;
  padding: 66px 24px 35px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 32px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 2.4px;
  color: var(--blue);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow:before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--orange);
}
h1 {
  font-size: clamp(34px, 4.2vw, 57px);
  line-height: 1.12;
  letter-spacing: -2px;
  margin: 20px 0;
}
h1 em {
  font-style: normal;
  color: var(--blue);
}
.hero p:not(.eyebrow) {
  max-width: 610px;
  color: var(--muted);
  font-size: 16px;
}
.currency-control {
  padding-bottom: 7px;
  text-align: right;
}
.currency-control label {
  display: block;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--muted);
}
.toggle {
  display: inline-flex;
  background: #e9edf4;
  padding: 4px;
  gap: 4px;
}
.toggle button {
  border: 0;
  background: transparent;
  padding: 8px 20px;
  font-size: 13px;
  color: var(--muted);
}
.toggle button.selected {
  background: var(--navy);
  color: white;
  box-shadow: 0 2px 4px #0001;
}
.currency-control small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 11px;
}
.pricing {
  max-width: 1200px;
  padding: 22px 24px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.plan {
  background: white;
  border: 1px solid var(--line);
  padding: 32px 28px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.plan.featured {
  border-color: var(--navy);
  background: var(--navy);
  color: white;
  box-shadow: 0 16px 38px #0b123020;
}
.ribbon {
  position: absolute;
  top: -15px;
  right: 22px;
  background: var(--orange);
  color: var(--navy);
  padding: 6px 14px;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 800;
}
.plan-number {
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--muted);
  margin-bottom: 14px;
}
.featured .plan-number {
  color: #adbadd;
}
.plan h2 {
  font-size: 25px;
  letter-spacing: -0.6px;
  margin: 0 0 9px;
}
.plan .description {
  min-height: 52px;
  font-size: 13px;
  margin: 0;
  color: var(--muted);
}
.featured .description {
  color: #b5c0dd;
}
.price {
  font-size: 39px;
  line-height: 1.2;
  letter-spacing: -1.8px;
  font-weight: 700;
  margin: 25px 0 2px;
  white-space: nowrap;
}
.price span {
  font-size: 18px;
  letter-spacing: -0.5px;
}
.price-caption {
  font-size: 11px;
  color: var(--muted);
  margin: 7px 0 23px;
}
.featured .price-caption {
  color: #b5c0dd;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid var(--navy);
  background: var(--navy);
  color: white;
  padding: 13px 21px;
  font-size: 13px;
  font-weight: 650;
  min-height: 48px;
  text-align: center;
}
.btn:hover {
  color: white;
  background: var(--blue);
  border-color: var(--blue);
}
.btn.outline {
  background: white;
  color: var(--navy);
  border-color: var(--line);
}
.featured .btn,
.btn.orange {
  background: var(--orange);
  color: var(--navy);
  border-color: var(--orange);
}
.plan ul {
  border-top: 1px solid var(--line);
  margin: 27px 0 0;
  padding: 23px 0 0;
  list-style: none;
  display: grid;
  gap: 13px;
  font-size: 12px;
}
.featured ul {
  border-color: #ffffff26;
}
.plan li {
  position: relative;
  padding-left: 23px;
}
.plan li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 700;
}
.featured li:before {
  color: var(--orange);
}
.pricing-note {
  max-width: 1100px;
  text-align: center;
  margin: 20px auto 45px;
  color: var(--muted);
  font-size: 12px;
  padding: 0 24px;
}
.website-package-banner {
  max-width: 1180px;
  margin: 30px auto 42px;
  padding: 38px 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 44px;
  align-items: center;
  color: #fff;
  background: linear-gradient(125deg, #08183f 0%, #10275e 68%, #173876 100%);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  box-shadow: 0 24px 55px rgba(7,22,58,.2);
}
.website-package-banner .eyebrow { color: #ff9b35; }
.website-package-banner h2 { margin: 5px 0 12px; color: #fff; font-size: clamp(30px,4vw,48px); }
.website-package-copy > p:not(.eyebrow) { max-width: 720px; color: #d7e1f4; line-height: 1.7; }
.website-package-copy ul { display:flex; flex-wrap:wrap; gap:10px 22px; margin:22px 0 0; padding:0; list-style:none; color:#eef4ff; font-size:14px; }
.website-package-copy li::before { content:"✓"; margin-right:8px; color:#ff9226; font-weight:900; }
.website-package-action { padding:24px; display:flex; flex-direction:column; align-items:stretch; text-align:center; background:#fff; color:#0b1d4b; border-radius:18px; }
.website-package-label { color:#277446; font-size:11px; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.website-package-action > strong { margin-top:8px; font-size:38px; line-height:1.1; }
.website-package-action > small { margin:7px 0 18px; color:#69758a; }
.website-package-action .btn { margin-top:9px; width:100%; }
@media (max-width: 760px) {
  .website-package-banner { margin:22px 16px 34px; padding:28px 20px; grid-template-columns:1fr; gap:26px; border-radius:20px; }
  .website-package-action { padding:20px; }
}
.trust {
  max-width: 1152px;
  margin: 0 auto 65px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust div {
  padding: 26px 20px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.trust span {
  font-size: 23px;
  color: var(--blue);
}
.trust strong {
  font-size: 13px;
  display: block;
}
.trust small {
  color: var(--muted);
  font-size: 11px;
}
.lower {
  max-width: 1152px;
  margin: 0 auto 70px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  padding: 0 24px;
}
.lower h2 {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1.25;
}
.lower p {
  color: var(--muted);
  font-size: 14px;
}
details {
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
  font-size: 13px;
}
summary {
  font-weight: 600;
  cursor: pointer;
}
details p {
  font-size: 13px;
}
.callout {
  padding: 32px 40px;
  background: var(--navy);
  color: white;
  max-width: 1152px;
  margin: 0 auto 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.callout h2 {
  font-size: 23px;
  margin: 0 0 4px;
}
.callout p {
  color: #b5c0dd;
  font-size: 13px;
  margin: 0;
}
footer {
  border-top: 1px solid var(--line);
  padding: 38px max(5vw, 24px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: white;
  font-size: 12px;
}
footer strong {
  font-size: 12px;
  letter-spacing: 2px;
}
footer p,
footer small {
  color: var(--muted);
}
footer small {
  width: 100%;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.footer-links {
  display: flex;
  gap: 24px;
}
.banner {
  padding: 9px 24px;
  text-align: center;
  background: #fff1dc;
  color: #775020;
  font-size: 12px;
}
.page {
  max-width: 1152px;
  margin: 45px auto 75px;
  padding: 0 24px;
  min-height: 50vh;
}
.page h1 {
  font-size: 38px;
}
.crumbs,
.steps {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 30px;
}
.steps {
  display: flex;
  gap: 20px;
}
.steps .current {
  color: var(--blue);
  font-weight: 700;
}
.split {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 30px;
  align-items: start;
}
.panel {
  background: white;
  border: 1px solid var(--line);
  padding: 30px;
}
.panel h2 {
  font-size: 20px;
  margin: 0 0 22px;
  letter-spacing: -0.5px;
}
.panel h3 {
  font-size: 15px;
}
.panel p {
  color: var(--muted);
  font-size: 13px;
}
.panel.summary-panel {
  position: sticky;
  top: 25px;
}
.row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.total {
  font-size: 22px;
  font-weight: 700;
}
.price-breakdown {
  margin: 16px 0 20px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: rgba(245, 247, 251, .72);
}
.featured .price-breakdown {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .2);
}
.price-breakdown .row { padding: 9px 0; }
.price-breakdown .total { font-size: 18px; border-bottom: 0; }
.vat-badge {
  display: inline-block;
  margin-bottom: 4px;
  padding: 5px 8px;
  background: #e9f7ee;
  color: #146c3a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}
.featured .vat-badge { background: #dff5e7; color: #105d32; }
.full {
  width: 100%;
  margin-top: 20px;
}
.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
label {
  font-size: 12px;
  font-weight: 600;
  display: block;
}
input,
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #cbd2df;
  background: white;
  color: var(--navy);
  margin-top: 6px;
  min-width: 0;
  border-radius: 0;
}
textarea {
  resize: vertical;
  min-height: 95px;
}
.wide {
  grid-column: 1/-1;
}
.check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 20px 0;
  font-weight: 400;
  line-height: 1.6;
}
.check input {
  width: 16px;
  margin: 3px 0 0;
  flex-shrink: 0;
}
.check a {
  text-decoration: underline;
}
.hint {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
}
.error {
  color: #a62629;
  background: #fff0f0;
  padding: 12px;
  font-size: 13px;
  margin-top: 15px;
}
.success {
  background: #eaf7ef;
  color: #1c603b;
  padding: 12px;
  font-size: 13px;
}
.auth {
  max-width: 500px;
  margin: 55px auto;
}
.auth .fields {
  grid-template-columns: 1fr;
}
.text-button {
  background: none;
  border: 0;
  padding: 10px 0;
  color: var(--blue);
  font-size: 13px;
}
.tabs {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  margin: 26px 0;
  overflow-x: auto;
}
.tabs button {
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
  padding: 12px 0;
  white-space: nowrap;
  color: var(--muted);
}
.tabs button.active {
  color: var(--navy);
  border-color: var(--orange);
}
.badge {
  display: inline-block;
  padding: 4px 9px;
  font-size: 11px;
  background: #edf0f6;
  color: #586785;
}
.badge.active,
.badge.paid,
.badge.issued {
  background: #e7f4ec;
  color: #236940;
}
.badge.failed,
.badge.past_due {
  background: #fff0e4;
  color: #94511e;
}
.subscription-card {
  border: 1px solid var(--line);
  background: white;
  padding: 24px;
  margin: 18px 0;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
.subscription-card h3 {
  margin: 0;
}
.subscription-card p {
  font-size: 13px;
  color: var(--muted);
  margin: 8px 0;
}
.table-wrap {
  overflow-x: auto;
  background: white;
  border: 1px solid var(--line);
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 12px;
  white-space: nowrap;
}
td,
th {
  padding: 18px;
  border-bottom: 1px solid var(--line);
}
th {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--muted);
  background: #fbfcfd;
}
.empty {
  padding: 50px 20px;
  text-align: center;
  color: var(--muted);
  border: 1px dashed var(--line);
}
.result {
  text-align: center;
  max-width: 680px;
  margin: 65px auto;
}
.result-icon {
  margin: auto;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  background: #e7f4ec;
  color: #236940;
  font-size: 32px;
  border-radius: 50%;
}
.result p {
  color: var(--muted);
}
.document {
  max-width: 850px;
  padding: 40px;
  margin: 45px auto;
  background: white;
  border: 1px solid var(--line);
}
.document h1 {
  font-size: 35px;
}
.document p,
.document li {
  font-size: 14px;
}
.loading {
  padding: 100px;
  text-align: center;
  color: var(--muted);
}
#toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  max-width: 350px;
  z-index: 200;
  background: var(--navy);
  color: white;
  font-size: 13px;
  padding: 16px 22px;
  box-shadow: 0 6px 30px #0003;
  display: none;
}
#toast.show {
  display: block;
}
.skip {
  position: absolute;
  top: -100px;
}
.skip:focus {
  top: 10px;
  background: white;
  z-index: 300;
  padding: 15px;
}
.danger {
  color: #a62629;
}
.mail-preview {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 13px;
}
.admin-file {
  margin-top: 12px;
}
.muted {
  color: var(--muted);
}
@media (max-width: 900px) {
  .header nav {
    gap: 15px;
  }
  .pricing {
    gap: 12px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .plan {
    padding: 28px 18px;
  }
  .price {
    font-size: 32px;
  }
  .lower {
    gap: 30px;
  }
  .trust {
    margin-left: 24px;
    margin-right: 24px;
  }
  .callout {
    margin-left: 24px;
    margin-right: 24px;
  }
  .split {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .header {
    padding: 15px 20px;
    gap: 12px;
  }
  .brand img {
    width: 128px;
  }
  .header nav {
    display: none;
  }
  .account-link {
    font-size: 12px;
    padding: 8px 12px;
  }
  .hero {
    padding: 38px 22px 20px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .hero h1 {
    letter-spacing: -1.3px;
  }
  .hero p:not(.eyebrow) {
    font-size: 14px;
  }
  .currency-control {
    text-align: left;
  }
  .pricing {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 20px 22px;
  }
  .plan {
    padding: 28px;
  }
  .plan .description {
    min-height: 0;
  }
  .price {
    font-size: 40px;
  }
  .trust {
    grid-template-columns: 1fr;
    margin-bottom: 35px;
  }
  .trust div {
    padding: 15px;
  }
  .lower {
    grid-template-columns: 1fr;
    gap: 5px;
    margin-bottom: 40px;
  }
  .callout {
    display: block;
    padding: 28px;
    margin-bottom: 40px;
  }
  .callout .btn {
    margin-top: 20px;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 16px;
  }
  .split {
    grid-template-columns: 1fr;
  }
  .panel {
    padding: 22px;
  }
  .panel.summary-panel {
    position: static;
  }
  .fields {
    grid-template-columns: 1fr;
  }
  .page {
    padding: 0 20px;
    margin-top: 30px;
  }
  .page h1 {
    font-size: 32px;
    letter-spacing: -1px;
  }
  .steps {
    gap: 12px;
    font-size: 11px;
  }
  .subscription-card {
    display: block;
  }
  .subscription-card .btn {
    margin-top: 14px;
  }
  .document {
    margin: 20px;
    padding: 24px;
  }
  .auth {
    margin: 30px 20px;
  }
  .auth .page {
    padding: 0;
  }
  .result {
    padding: 0 22px;
  }
  .result h1 {
    font-size: 35px;
  }
  .loading {
    padding: 70px 20px;
  }
  .ribbon {
    right: 20px;
  }
}
@media print {
  .header,
  footer,
  .btn,
  .banner,
  .tabs {
    display: none;
  }
  .document {
    border: 0;
    margin: 0;
  }
}

/* Checkout visual system */
.checkout-flow {
  background:
    radial-gradient(circle at 22% 0%, rgba(216,235,251,.7), transparent 27rem),
    linear-gradient(135deg,#f8fbff 0%,#f3f7fc 52%,#edf4fa 100%);
  color:#07163d;
  overflow-x:clip;
}
.checkout-flow .header {
  max-width:1420px;
  margin:auto;
  padding:20px 28px 10px;
  border:0;
  background:transparent;
  backdrop-filter:none;
}
.checkout-flow .header nav { display:none; }
.checkout-flow .account-link {
  display:inline-flex;
  align-items:center;
  order:3;
  min-height:42px;
  padding:10px 16px;
  border:1px solid #d5dfeb;
  border-radius:8px;
  background:rgba(255,255,255,.82);
  color:#07163d;
  font-weight:800;
  white-space:nowrap;
}
.checkout-flow .account-link:hover { border-color:#ff8a1f; color:#07163d; background:#fff; }
.checkout-flow .account-link:focus-visible { outline:3px solid #ff8a1f45; outline-offset:3px; }
.checkout-flow .header::after {
  content:"İşinizi Büyüten Dijital Partner.";
  margin-left:auto;
  font-size:13px;
  font-weight:800;
  color:#07163d;
  order:2;
}
.checkout-flow .brand img { width:148px; }
.checkout-flow .page {
  max-width:1420px;
  margin:0 auto 38px;
  padding:0 28px;
}
.checkout-flow .page > h1 {
  margin:0 0 2px;
  font-size:clamp(32px,3vw,48px);
  letter-spacing:-1.7px;
}
.checkout-subtitle { margin:0 0 18px; color:#68758d; font-size:16px; }
.native-billing-type { position:absolute!important; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }
.billing-kind { display:grid; grid-template-columns:1fr 1fr; width:min(370px,100%); padding:3px; margin:0 0 25px; border:1px solid #d4deea; border-radius:999px; background:#f1f5f9; }
.billing-kind button { height:48px; min-height:48px; padding:0 18px; border:0; border-radius:999px; background:transparent; color:#273654; font:inherit; font-weight:800; line-height:1; }
.billing-kind button.selected { color:#fff; background:linear-gradient(135deg,#ff9f28,#ff7808); box-shadow:0 7px 18px #ff861f35; }
.form-section-title { grid-column:1/-1; display:flex; align-items:center; gap:10px; margin:2px 0 0!important; font-size:20px!important; }
.form-section-title span { display:flex; align-items:center; gap:12px; width:100%; }
.form-section-title span::after { content:""; height:1px; flex:1; background:#dce4ee; }
.checkout-actions { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-top:18px; }
.checkout-actions .btn { width:auto; min-width:190px; margin:0; }
.checkout-actions .btn[type="submit"] { margin-left:auto; min-width:260px; background:linear-gradient(135deg,#ff9d27,#ff7908); color:#07163d; border:0; box-shadow:0 10px 24px #ff861f35; font-weight:800; }
.checkout-flow .steps {
  justify-content:center;
  align-items:center;
  gap:12px;
  margin:-48px auto 32px;
  padding:0 210px 0 150px;
  color:#66728b;
}
.checkout-flow .steps i { width:28px; height:1px; background:#aeb9ca; flex:0 1 28px; }
.checkout-flow .step { display:flex; align-items:center; gap:9px; white-space:nowrap; font-size:13px; }
.checkout-flow .step b {
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border:1px solid #cbd5e2;
  border-radius:50%;
  color:#3a4864;
  background:#f8fbff;
  font-size:12px;
}
.checkout-flow .step.complete b { background:#dff3f6; color:#073d64; border-color:#d0e9ed; }
.checkout-flow .step.current { padding:8px 16px 8px 8px; border:1px solid #dce4ee; border-radius:999px; color:#07163d; font-weight:800; background:#fff9; box-shadow:0 6px 20px #17376a0b; }
.checkout-flow .step.current b { border:0; background:linear-gradient(135deg,#ffad43,#ff7a0b); color:#07163d; box-shadow:0 7px 17px #ff861f42; }
.checkout-flow .split { grid-template-columns:minmax(0,1.8fr) minmax(330px,.95fr); gap:20px; }
.checkout-flow .panel {
  border:1px solid #dbe4ef;
  border-radius:15px;
  padding:34px 40px;
  box-shadow:0 18px 55px rgba(27,58,102,.08);
  background:rgba(255,255,255,.96);
}
.checkout-flow .panel h2 { color:#07163d; font-size:24px; }
.checkout-flow label { color:#152344; font-size:13px; }
.checkout-flow input,.checkout-flow select,.checkout-flow textarea {
  min-height:48px;
  border-radius:7px;
  border-color:#ccd8e6;
  padding:12px 14px;
  background:#fff;
}
.checkout-flow input:not([type="checkbox"]):not([type="radio"]),
.checkout-flow select {
  height:48px;
  box-sizing:border-box;
  line-height:22px;
}
.checkout-flow select {
  -webkit-appearance:none;
  appearance:none;
  padding:0 44px 0 14px;
  background-color:#fff;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='m1 1 6 6 6-6' fill='none' stroke='%2355657d' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 15px center;
  background-size:14px 8px;
  cursor:pointer;
}
.checkout-flow select::-ms-expand { display:none; }
.checkout-flow .phone-field {
  display:grid;
  grid-template-columns:minmax(150px,42%) minmax(0,1fr);
  gap:8px;
  margin-top:6px;
}
.checkout-flow .phone-field select,
.checkout-flow .phone-field input { margin-top:0; }
.checkout-flow input:focus,.checkout-flow select:focus,.checkout-flow textarea:focus { border-color:#ff8a1f; box-shadow:0 0 0 3px #ff8a1f1c; outline:0; }
.checkout-flow .split > *,
.checkout-flow .fields > *,
.checkout-flow .row > * { min-width:0; }
.checkout-flow .check {
  display:grid;
  grid-template-columns:18px minmax(0,1fr);
  align-items:start;
  gap:11px;
  width:100%;
  margin:18px 0;
  line-height:1.55;
}
.checkout-flow .check input[type="checkbox"],
.checkout-flow .check input[type="radio"] {
  appearance:auto;
  display:block;
  width:18px;
  height:18px;
  min-width:18px;
  min-height:18px;
  margin:2px 0 0;
  padding:0;
  border-radius:4px;
  box-shadow:none;
  flex:none;
}
.checkout-flow .check input[type="radio"] { border-radius:50%; }
.checkout-flow .check input:focus-visible { outline:3px solid #ff8a1f45; outline-offset:2px; box-shadow:none; }
.checkout-flow .check > span {
  display:block;
  min-width:0;
  line-height:1.55;
  overflow-wrap:anywhere;
}
.checkout-flow .check a { display:inline; overflow-wrap:anywhere; }
.checkout-flow .stored-card-list .check { margin:10px 0; }
.checkout-flow .price-breakdown .row { align-items:baseline; }
.checkout-flow .price-breakdown .row strong { white-space:nowrap; }
.checkout-flow .btn { border-radius:7px; min-height:50px; }
.checkout-flow form > .btn[type="submit"] { background:linear-gradient(135deg,#ff9d27,#ff7908); color:#07163d; border:0; box-shadow:0 10px 24px #ff861f35; font-weight:800; }
.checkout-flow .summary-panel { top:20px; padding:28px; }
.summary-title { display:flex; align-items:center; gap:12px; margin-bottom:20px; }
.summary-title > span { font-size:23px; }
.summary-title h2 { margin:0!important; flex:1; }
.summary-title small { background:#f3f6fa; border-radius:999px; padding:7px 12px; }
.summary-product { display:flex; align-items:center; gap:14px; border:1px solid #dde5ef; border-radius:10px; padding:14px; margin-bottom:18px; }
.summary-product div { display:grid; }
.summary-product small { color:var(--muted); }
.summary-mark { display:grid; place-items:center; width:56px; height:56px; border-radius:9px; background:#07163d; color:#ff8a1f; font-size:28px; font-weight:900; }
.checkout-flow .price-breakdown { border:0; background:transparent; padding:0; }
.checkout-flow .price-breakdown .row { font-size:16px; }
.checkout-flow .price-breakdown .total { border-top:1px solid #dbe4ef; margin-top:6px; padding-top:15px; font-size:24px; }
.secure-callout { display:grid; gap:3px; margin:24px 0 18px; padding:17px 18px 17px 58px; border:1px solid #ffe0bb; border-radius:10px; background:#fff8ee; position:relative; }
.secure-callout::before { content:none; }
.secure-callout span { color:#65718a; font-size:12px; }
.payment-trust { list-style:none; padding:0; display:grid; gap:12px; font-size:13px; }
.payment-trust li::before { content:"✓"; display:inline-grid; place-items:center; width:22px; height:22px; margin-right:10px; border:1px solid #173e84; border-radius:50%; color:#173e84; font-weight:900; }
.checkout-flow footer { max-width:1420px; margin:auto; background:transparent; border:0; padding-top:10px; }

@media(max-width:980px){
  .checkout-flow .steps { margin:0 0 25px; padding:0; overflow-x:auto; justify-content:flex-start; }
  .checkout-flow .split { grid-template-columns:1fr; }
  .checkout-flow .summary-panel { position:static; }
}
@media(max-width:650px){
  .checkout-flow .header::after { display:none; }
  .checkout-flow .header { padding:14px 20px; }
  .checkout-flow .account-link { min-height:38px; padding:8px 12px; }
  .checkout-flow .account-link span { margin-left:10px; }
  .checkout-flow .page { padding:0 16px; }
  .checkout-flow .panel { padding:23px 19px; border-radius:12px; }
  .checkout-flow .steps i { width:12px; flex-basis:12px; }
  .checkout-flow .step { font-size:0; }
  .checkout-flow .step.current { font-size:11px; }
  .checkout-actions { flex-direction:column-reverse; }
  .checkout-actions .btn { width:100%; }
  .checkout-flow .phone-field { grid-template-columns:minmax(128px,44%) minmax(0,1fr); }
}

/* Passwordless guest checkout */
.guest-continue { background: #ff7a2f; color: #101d30; min-height: 60px; font-size: 18px; font-weight: 800; border: 2px solid #ff7a2f; justify-content: center; }
.guest-continue:hover { background: #ff9558; border-color: #ff9558; color: #101d30; }
.guest-continue:focus-visible { outline: 3px solid #172d4d; outline-offset: 4px; }
.guest-note { text-align: center; }
.guest-divider { display: flex; align-items: center; gap: 12px; margin: 24px 0; color: #566579; font-size: 13px; }
.guest-divider::before, .guest-divider::after { content: ""; flex: 1; height: 1px; background: #dce1e7; }

.admin-summary { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; margin:24px 0 36px; }
.admin-summary article { padding:22px; border:1px solid #dce1e7; background:#fff; }
.admin-summary strong { display:block; font-size:30px; color:#ff7a2f; }
.admin-summary span { color:#566579; }
.mini-table { min-width:320px; margin-top:12px; }
.mini-table th { width:42%; }
.billing-toggle { display:grid; grid-template-columns:1fr 1fr; gap:4px; padding:4px; margin-bottom:14px; border:1px solid #dce1e7; border-radius:999px; background:#fff; }
.billing-toggle button { border:0; border-radius:999px; background:transparent; padding:11px 14px; color:#26364b; font:inherit; font-weight:700; cursor:pointer; }
.billing-toggle button.selected { background:#ff7a2f; color:#101d30; box-shadow:0 4px 14px rgba(255,122,47,.28); }
.billing-toggle button:focus-visible { outline:3px solid #172d4d; outline-offset:3px; }
@media(max-width:760px) { .admin-summary { grid-template-columns:repeat(2,minmax(0,1fr)); } }

/* Checkout screenshot alignment fixes */
.checkout-flow #notice .banner {
  position: fixed;
  z-index: 50;
  right: 18px;
  bottom: 18px;
  width: auto;
  max-width: min(430px, calc(100vw - 36px));
  padding: 9px 15px;
  border: 1px solid #ffd6a5;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(7,22,61,.15);
  background: #fff7e9;
  color: #76501d;
  font-weight: 750;
}
.checkout-flow .steps { position: relative; z-index: 2; }
.checkout-flow .page > h1 {
  max-width: 720px;
  font-size: clamp(34px, 3vw, 45px);
  line-height: 1.08;
}
.checkout-flow .checkout-subtitle { font-size: 16px; margin-bottom: 22px; }
.checkout-flow .split > .panel:first-child { min-width: 0; }
.checkout-flow .fields { row-gap: 18px; }
.checkout-flow .summary-title > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eef4fb;
  font-size: 16px;
}
.checkout-flow .secure-callout::before { filter: saturate(.85); }
@media(max-width:650px) {
  .checkout-flow #notice .banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
    border-radius: 10px;
    font-size: 11px;
  }
}

/* Customer subscription actions */
.subscription-card .cancel-subscription {
  margin-top:10px;
  border:1px solid #b4232b;
  background:#fff;
  color:#a11d25;
  box-shadow:none;
  white-space:nowrap;
}
.subscription-card .cancel-subscription:hover {
  border-color:#8e151d;
  background:#fff3f3;
  color:#7f1118;
}
.subscription-card .cancel-subscription:focus-visible {
  outline:3px solid rgba(180,35,43,.2);
  outline-offset:3px;
}
@media(max-width:650px) {
  .subscription-card .cancel-subscription { width:100%; }
}

/* Refined secure payment page */
.payment-page { max-width:1240px!important; }
.payment-layout { grid-template-columns:minmax(0,1.45fr) minmax(340px,.8fr)!important; gap:24px!important; align-items:start; }
.payment-form-panel { padding:0!important; overflow:hidden; }
.payment-provider { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:20px 28px; border-bottom:1px solid #e1e8f1; background:#fbfdff; }
.payment-provider img { display:block; width:132px; height:auto; }
.payment-provider span { color:#536079; font-size:12px; font-weight:750; }
.payment-method-section,.card-entry-section,.stored-cvv-section { padding:28px; }
.payment-method-section { border-bottom:1px solid #e1e8f1; background:#f8fbff; }
.payment-section-heading { display:flex; align-items:flex-start; gap:13px; margin-bottom:22px; }
.payment-section-heading > span { display:grid; place-items:center; flex:0 0 30px; width:30px; height:30px; border-radius:50%; background:#0b1d4b; color:#fff; font-size:12px; font-weight:850; }
.payment-section-heading h2 { margin:0 0 3px!important; font-size:19px!important; }
.payment-section-heading p { margin:0; color:#6a768d; font-size:13px; line-height:1.5; }
.stored-card-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.checkout-flow .stored-card-list .stored-card { grid-template-columns:18px minmax(0,1fr); margin:0; padding:15px; border:1px solid #d8e2ee; border-radius:10px; background:#fff; cursor:pointer; }
.checkout-flow .stored-card-list .stored-card:has(input:checked) { border-color:#ff8a1f; box-shadow:0 0 0 2px #ff8a1f22; }
.checkout-flow .stored-card-list .stored-card small { display:block; margin-top:3px; color:#69758b; }
.card-entry-section .fields { margin:0; }
.stored-cvv-section { border-top:1px solid #e1e8f1; }
.save-card-choice { margin:0 28px 20px!important; padding:15px 16px; border:1px solid #e0e7f0; border-radius:9px; background:#f8fafc; }
.payment-submit { width:calc(100% - 56px)!important; margin:0 28px 26px!important; min-height:56px!important; font-size:15px; background:linear-gradient(135deg,#ff9d27,#ff7908)!important; color:#07163d!important; border:0!important; font-weight:850!important; box-shadow:0 10px 24px #ff861f35; }
.payment-terms { margin:0; padding:18px 28px 24px; border-top:1px solid #e5ebf2; color:#68748a; font-size:12px; line-height:1.6; }
.payment-terms a { color:#172f68; font-weight:750; text-decoration:underline; }
.payment-summary-panel { position:sticky; top:20px; padding:28px!important; }
.payment-summary-head { display:flex; align-items:center; gap:14px; padding-bottom:18px; border-bottom:1px solid #e0e7f0; }
.payment-summary-head small { display:block; margin-bottom:4px; color:#6b778e; font-size:10px; font-weight:850; letter-spacing:1.4px; }
.payment-summary-head h2 { margin:0!important; font-size:20px!important; }
.summary-icon { position:relative; display:block; flex:0 0 44px; width:44px; height:44px; border-radius:11px; background:#eff5fb; }
.summary-icon::before { content:""; position:absolute; inset:12px 10px 11px; border:2px solid #16366e; border-top:0; border-radius:3px; transform:skew(-5deg); }
.summary-icon::after { content:""; position:absolute; left:12px; top:9px; width:16px; height:2px; background:#16366e; box-shadow:2px 23px 0 -0.2px #16366e; }
.payment-plan-period { margin:18px 0; color:#657189; font-size:13px; }
.paytr-assurance { margin:24px 0 20px; padding:20px; border:1px solid #dce6f1; border-radius:11px; background:#f7fbff; }
.paytr-assurance img { display:block; width:min(210px,100%); height:auto; margin-bottom:12px; }
.paytr-assurance p { margin:0; color:#5f6d84; font-size:12px; line-height:1.55; }
.payment-support { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-top:24px; padding-top:20px; border-top:1px solid #e0e7f0; font-size:12px; }
.payment-support a { padding:9px 12px; border:1px solid #ccd8e6; border-radius:7px; color:#10295e; font-weight:800; white-space:nowrap; }
.payment-support a:hover { border-color:#ff8a1f; color:#10295e; }
.checkout-flow .secure-callout { padding-left:18px; }
.checkout-flow .secure-callout::before { content:none; }
@media(max-width:980px) {
  .payment-layout { grid-template-columns:1fr!important; }
  .payment-summary-panel { position:static; order:-1; }
}
@media(max-width:650px) {
  .payment-page > h1,.payment-page > .checkout-subtitle { padding-left:2px; }
  .payment-provider { padding:17px 18px; }
  .payment-provider img { width:112px; }
  .payment-provider span { max-width:130px; text-align:right; }
  .payment-method-section,.card-entry-section,.stored-cvv-section { padding:22px 18px; }
  .stored-card-list { grid-template-columns:1fr; }
  .save-card-choice { margin:0 18px 18px!important; }
  .payment-submit { width:calc(100% - 36px)!important; margin:0 18px 20px!important; }
  .payment-terms { padding:16px 18px 21px; }
  .payment-summary-panel { padding:22px 19px!important; }
  .payment-support { align-items:flex-start; flex-direction:column; }
}

.period {
  font-size: 18px !important;
  font-weight: 500;
}
.detail-wrap {
  max-width: 1200px;
  margin: 35px auto 70px;
  padding: 0 24px;
}
.detail-heading {
  max-width: 850px;
  margin: 45px 0;
}
.detail-heading h1 {
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -1.8px;
  line-height: 1.2;
}
.lead-copy {
  color: var(--muted);
  max-width: 740px;
  font-size: 16px;
  line-height: 1.85;
}
.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 70px;
  align-items: start;
}
.detail-plan {
  position: sticky;
  top: 25px;
}
.detail-plan .currency-control {
  text-align: left;
  margin-top: 18px;
}
.detail-plan .currency-control small {
  display: none;
}
.detail-plan .price [data-price-eur],
.plan .price [data-price-eur] {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.detail-plan.featured .currency-control label {
  color: #b5c0dd;
}
.detail-section {
  padding: 15px 0 35px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 25px;
}
.detail-section h2 {
  font-size: 26px;
  letter-spacing: -0.8px;
  line-height: 1.35;
}
.detail-section p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}
.scope-item {
  margin-top: 30px;
}
.scope-item h3 {
  font-size: 17px;
  margin-bottom: 5px;
}
.scope-item p {
  margin-top: 5px;
}
.construction-box {
  background: #fff1dc;
  color: #775020;
  padding: 16px;
  margin-top: 25px;
  font-size: 12px;
}
.construction-box p {
  margin-bottom: 0;
}
.detail-plan button:disabled {
  opacity: 1;
  background: #e6e9ef;
  border-color: #e6e9ef;
  color: #737e90;
  cursor: not-allowed;
}
.detail-contact {
  margin-top: 15px;
  text-align: center;
}
.featured .detail-contact {
  color: #ffad73;
}
.detail-bottom {
  margin-top: 65px;
}
.detail-bottom h2 {
  font-size: 27px;
  letter-spacing: -0.8px;
}
.other-plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.other-plans a {
  border: 1px solid var(--line);
  background: white;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.other-plans strong {
  font-size: 20px;
}
.other-plans p {
  font-size: 13px;
  color: var(--muted);
}
.other-plans a > span {
  color: var(--blue);
  font-weight: 600;
}
.process {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.process span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
}
.process h3 {
  font-size: 15px;
  line-height: 1.4;
}
.process p {
  font-size: 12px;
}
.featured .toggle {
  background: #ffffff18;
}
.featured .toggle button {
  color: #cbd4ec;
}
.featured .toggle button.selected {
  background: white;
  color: var(--navy);
}
.banner {
  line-height: 1.6;
}
.detail-plan .full {
  margin-top: 16px;
}
@media (max-width: 900px) {
  .detail-grid {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 30px;
  }
  .process {
    grid-template-columns: 1fr;
  }
  .detail-heading {
    margin-top: 30px;
  }
}
@media (max-width: 650px) {
  .detail-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .detail-plan {
    position: static;
    order: -1;
    width: 100%;
  }
  .detail-heading h1 {
    font-size: 34px;
  }
  .detail-heading {
    margin-bottom: 30px;
  }
  .lead-copy {
    font-size: 14px;
  }
  .detail-wrap {
    padding: 0 22px;
  }
  .other-plans {
    grid-template-columns: 1fr;
  }
  .detail-section h2 {
    font-size: 24px;
  }
  .detail-bottom {
    margin-top: 35px;
  }
  .banner {
    font-size: 11px;
  }
  .detail-plan .price {
    font-size: 38px;
  }
  .crumbs {
    font-size: 11px;
  }
}

.currency-control { min-width: 0; max-width: 100%; }
.currency-control select { display: block; width: 100%; min-width: 0; max-width: 100%; margin: 8px 0; padding: 12px; font: inherit; }
.price-controls { display:grid; gap:14px; min-width:min(100%,360px); }
.billing-toggle { display:grid; grid-template-columns:1fr 1fr; padding:4px; border:1px solid #dce1e7; border-radius:999px; background:#fff; }
.billing-toggle button { border:0; border-radius:999px; background:transparent; padding:11px 14px; color:#26364b; font:inherit; font-weight:700; cursor:pointer; }
.billing-toggle button.selected { background:#ff7a2f; color:#101d30; box-shadow:0 4px 14px rgba(255,122,47,.28); }
.billing-toggle button:focus-visible { outline:3px solid #172d4d; outline-offset:3px; }
@media(max-width:520px) { .billing-toggle { grid-template-columns:1fr; border-radius:18px; } .billing-toggle button { border-radius:14px; } }
