


.pro-page {
  margin: 60px auto;
  max-width: 1000px;
  line-height: 1.8;
  padding: 0 2rem;
  font-family: 'Montserrat', sans-serif;
}

.pro-page h1,
.pro-page h2,
.pro-page h3,
.pro-page p {
  color: white;
  font-family: 'Montserrat', sans-serif;
}

 



.pro-title {
  font-size: 3.5rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #ffffff;
  letter-spacing: -0.02em;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
  position: relative;
}

.pro-title::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 2px;
}

 



.pro-page .section {
  background: rgba(17, 24, 39, 0.78);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 2rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.pro-page .section:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.15);
}



.pro-page h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
  color: #ffffff;
  position: relative;
  padding-inline-start: 1rem;
}

.pro-page h2::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 2rem;
  background: linear-gradient(135deg, #10b981, #22c55e);
  border-radius: 2px;
}

.pro-page p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: #e2e8f0;
  font-weight: 400;
}

 



.pro-hero {
  text-align: center;
  padding: 2.5rem 2rem;
}

.pro-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2563eb 0%, #7c3aed 50%, #4facfe 100%);
}

.pro-hero::after {
  content: '';
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 520px;
  height: 260px;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(16, 185, 129, 0.20), transparent 70%);
}

 
.pro-hero > * {
  position: relative;
  z-index: 1;
}

.page-intro {
  max-width: 720px;
  margin: 0 auto 0.5rem;
  color: #e2e8f0;
  text-align: center;
  font-size: 1.15rem;
  line-height: 1.7;
}

.price-hero {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.35rem;
  margin: 1.5rem 0 1rem;
}

.price-amount {
  font-size: 5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #10b981 0%, #22c55e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.price-unit {
  font-size: 1.5rem;
  font-weight: 600;
  color: #94a3b8;
}

.pro-page .price-minimum {
  margin: -0.35rem auto 1rem;
  color: #cbd5e1;
  font-size: 0.95rem;
  font-weight: 600;
}



.price-meta-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0 auto 1.75rem;
  max-width: 640px;
  width: 100%;
}

.meta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #a7f3d0;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  white-space: normal;
}

.meta-pill i {
  color: #34d399;
  font-size: 0.75rem;
}

 

.cta-bar {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0.5rem 0 0;
  flex-wrap: wrap;
  justify-content: center;
}

.cta-bar .purchaseButtonDiv { margin-bottom: 0; }



.pro-page .purchaseButton {
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
  border: none;
   
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 12px 36px rgba(79, 70, 229, 0.45);
  min-width: 280px;
  white-space: nowrap;
  color: white;
  text-transform: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}

.pro-page .purchaseButton::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.pro-page .purchaseButton:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #6d28d9 100%);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(79, 70, 229, 0.5);
}

.pro-page .purchaseButton:hover::before { left: 100%; }

.pro-page .purchaseButton:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(79, 70, 229, 0.42);
}

 

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1rem 0 0.25rem;
}

table.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  min-width: 400px;
}

table.compare-table th,
table.compare-table td {
  padding: 0.75rem 1rem;
  text-align: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
}

table.compare-table thead th {
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}



table.compare-table th.paid-col {
  color: #34d399;
  background: rgba(16, 185, 129, 0.16);
  border-radius: 12px 12px 0 0;
  border-bottom-color: rgba(16, 185, 129, 0.45);
}

table.compare-table th.paid-col i { margin-inline-end: 0.35rem; }

table.compare-table td.paid-val {
  color: #4ade80;
  font-weight: 600;
  background: rgba(16, 185, 129, 0.07);
}

table.compare-table tbody tr:last-child td.paid-val { border-radius: 0 0 12px 12px; }

table.compare-table td.free-val { color: #94a3b8; }

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

table.compare-table tbody tr:hover { background: rgba(255, 255, 255, 0.03); }

 



.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}

.feature-card {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 1rem 1.1rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.feature-card:hover {
  border-color: rgba(79, 172, 254, 0.35);
  background: rgba(255, 255, 255, 0.055);
}



.feature-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.feature-icon {
  flex: 0 0 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(79, 172, 254, 0.16);
  border: 1px solid rgba(79, 172, 254, 0.3);
  color: #7dd3fc;
  font-size: 16px;
}

.feature-card p {
  margin: 0;
  font-size: 0.98rem;
  color: #e2e8f0;
  line-height: 1.55;
}

 



.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.mini-block {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 1.25rem 1.35rem;
}

.mini-block .feature-icon {
  margin-bottom: 0.75rem;
  background: rgba(16, 185, 129, 0.14);
  border-color: rgba(16, 185, 129, 0.35);
  color: #34d399;
}

.mini-block p {
  margin: 0;
  font-size: 1rem;
  color: #cbd5e1;
}

 



.faq-item { border-bottom: 1px solid rgba(255, 255, 255, 0.08); }

.faq-item:last-child { border-bottom: none; }

.faq-q {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 1rem 2.25rem 1rem 0.25rem;
  font-weight: 700;
  color: #f1f5f9;
  font-size: 1.05rem;
  line-height: 1.5;
  transition: color 0.2s ease;
}

.faq-q::-webkit-details-marker { display: none; }

.faq-q:hover { color: #7dd3fc; }

.faq-q:focus-visible {
  outline: 2px solid #60a5fa;
  outline-offset: 2px;
  border-radius: 6px;
}

 
.faq-q::after {
  content: '';
  position: absolute;
  inset-inline-end: 0.5rem;
  top: 50%;
  width: 0.55rem;
  height: 0.55rem;
  border-inline-end: 2px solid #94a3b8;
  border-bottom: 2px solid #94a3b8;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
}

.faq-item[open] .faq-q { color: #34d399; }

.faq-item[open] .faq-q::after { transform: translateY(-30%) rotate(225deg); }

.faq-a {
  color: #94a3b8;
  margin: 0;
  padding: 0 2.25rem 1.1rem 0.25rem;
  font-size: 1rem;
  line-height: 1.7;
}

 

.cta-section {
  text-align: center;
  padding: 2.5rem 2rem;
  

  background:
    linear-gradient(rgba(17, 24, 39, 0.92), rgba(17, 24, 39, 0.92)) padding-box,
    linear-gradient(135deg, rgba(16, 185, 129, 0.55), rgba(37, 99, 235, 0.55), rgba(124, 58, 237, 0.55)) border-box;
  border: 1px solid transparent;
}

.cta-ready-text {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #ffffff;
  text-align: center;
}

 

@media (max-width: 768px) {
  .pro-page {
    margin: 40px auto;
    padding: 0 1rem;
  }
  .pro-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .pro-title::after { width: 80px; }
  .pro-page h2 { font-size: 1.6rem; }
  .pro-page .section {
    padding: 1.25rem;
    border-radius: 16px;
  }
  .pro-hero { padding: 1.75rem 1.25rem; }
  .price-amount { font-size: 3.25rem; }
  .price-unit { font-size: 1.2rem; }
  .feature-grid,
  .split-grid { grid-template-columns: 1fr; }
  .cta-bar {
    flex-direction: column;
    gap: 1rem;
  }
  .pro-page .purchaseButton { min-width: 240px; }
  table.compare-table th,
  table.compare-table td {
    padding: 0.6rem 0.75rem;
    font-size: 0.9rem;
  }
  .cta-ready-text { font-size: 1.3rem; }
}

@media (max-width: 480px) {
  .pro-title { font-size: 2rem; }
  .pro-page h2 {
    font-size: 1.4rem;
    padding-inline-start: 0.8rem;
  }
  .pro-page h2::before {
    height: 1.2rem;
    width: 3px;
  }
  .pro-page .section { padding: 1rem; }
  .price-amount { font-size: 2.75rem; }
  .price-meta-pills {
    grid-template-columns: 1fr;
    max-width: 300px;
  }
  

  table.compare-table,
  table.compare-table tbody {
    display: block;
    width: 100%;
    min-width: 0;
  }
  table.compare-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
  table.compare-table tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 8px;
    padding: 0.75rem 0.15rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  table.compare-table tbody tr:last-child { border-bottom: none; }
  table.compare-table tbody tr:hover { background: transparent; }
  table.compare-table tbody td {
    padding: 0;
    border-bottom: none;
    font-size: 0.9rem;
    overflow-wrap: anywhere;
  }
  table.compare-table tbody td:first-child {
    grid-column: 1 / -1;
    margin-bottom: 0.45rem;
    font-weight: 600;
    color: #f1f5f9;
  }
  table.compare-table tbody td.free-val,
  table.compare-table tbody td.paid-val {
    padding: 0.5rem 0.6rem 0.55rem;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.035);
  }
  table.compare-table tbody td.paid-val,
  table.compare-table tbody tr:last-child td.paid-val {
    border-radius: 9px;
    background: rgba(16, 185, 129, 0.1);
  }
  table.compare-table tbody td.free-val::before,
  table.compare-table tbody td.paid-val::before {
    content: attr(data-plan);
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #94a3b8;
  }
  table.compare-table tbody td.paid-val::before { color: #34d399; }
}

@media (prefers-reduced-motion: reduce) {
  .pro-page .section, .pro-page .purchaseButton, .pro-page .purchaseButton::before,
  .faq-q, .faq-q::after, .feature-card {
    transition: none;
  }
}

 

 
.pro-tagline {
  text-align: center;
  font-size: 1.15rem;
  font-weight: 600;
  color: #cbd5e1;
  margin: 1.6rem 0 0.4rem;
}

 
.pro-proof {
  text-align: center;
  font-size: 0.9rem;
  color: #94a3b8;
  margin: 0.4rem 0 0;
}



.buy-presets {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 12px;
  margin: 1.4rem auto 0;
}

.buy-preset {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 132px;
  padding: 14px 18px 12px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.buy-preset:hover,
.buy-preset:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(34, 197, 94, 0.65);
  background: rgba(16, 185, 129, 0.10);
  outline: none;
}

.buy-preset-popular {
  border-color: rgba(34, 197, 94, 0.75);
  background: rgba(16, 185, 129, 0.12);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.18);
}

.buy-preset-tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #34d399;
}

.buy-preset-price {
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.1;
}

.buy-preset-hours {
  font-size: 0.82rem;
  color: #cbd5e1;
}

.buy-custom-row {
  flex: 0 0 100%;
  text-align: center;
  margin-top: 0.7rem;
}



.buy-custom {
  background: none;
  border: none;
  padding: 4px 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: #a5b4fc;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.buy-custom:hover,
.buy-custom:focus-visible {
  color: #c4b5fd;
  outline: none;
}

 
.compare-footnote {
  font-size: 0.88rem;
  color: #94a3b8 !important;
  margin: 0.7rem 0 0;
}

@media (max-width: 560px) {
  .buy-presets {
    gap: 8px;
  }
  .buy-preset {
    min-width: 104px;
    padding: 12px 12px 10px;
  }
  .buy-preset-price {
    font-size: 1.25rem;
  }
}
