/* HERO HEADER */
.scada-hero-header {
max-width: 1200px;
margin: 0 auto 60px auto;
padding: 80px 20px 60px 20px;
text-align: center;
background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
border-radius: 0 0 24px 24px;
}
.hero-main-title {
font-size: 56px;
font-weight: 900;
color: #2d3748;
margin: 0 0 20px 0;
line-height: 1.2;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.hero-main-title .highlight {
color: #ff6b35;
}
.hero-subtitle {
font-size: 20px;
font-weight: 600;
color: #4b5563;
margin: 0 0 40px 0;
letter-spacing: 0.5px;
line-height: 1.5;
}
.hero-benefits {
display: flex;
justify-content: center;
align-items: center;
gap: 40px;
flex-wrap: wrap;
margin-top: 40px;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.hero-benefit {
font-size: 16px;
font-weight: 600;
color: #6b7280;
display: flex;
align-items: center;
gap: 8px;
}
.hero-benefit::before {
content: "✓";
display: inline-block;
width: 24px;
height: 24px;
background: #10b981;
color: white;
border-radius: 50%;
text-align: center;
line-height: 24px;
font-weight: 700;
font-size: 14px;
flex-shrink: 0;
}
@media (max-width: 768px) {
.scada-hero-header {
padding: 40px 15px 30px 15px;
}
.hero-main-title {
font-size: 28px;
line-height: 1.3;
}
.hero-subtitle {
font-size: 16px;
line-height: 1.4;
}
.hero-benefits {
flex-direction: column;
gap: 12px;
align-items: flex-start;
padding: 0 20px;
margin-top: 30px;
}
.hero-benefit {
font-size: 14px;
}
.hero-benefit::before {
width: 20px;
height: 20px;
line-height: 20px;
font-size: 12px;
}
}
/* GLOBAL BOX SIZING */
.geo-pricing-section *,
.geo-pricing-section *::before,
.geo-pricing-section *::after {
box-sizing: border-box;
}
/* PRICING CARDS */
.geo-pricing-section {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.pricing-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-bottom: 40px;
}
@media (max-width: 768px) {
.geo-pricing-section {
padding: 10px;
}
.pricing-grid {
grid-template-columns: 1fr;
gap: 30px;
}
.pricing-card {
padding: 20px 16px;
margin-top: 15px;
}
.pricing-badge {
position: relative;
top: auto;
left: auto;
transform: none;
display: inline-block;
margin-bottom: 10px;
white-space: normal;
max-width: 90%;
line-height: 1.3;
}
.plan-price {
font-size: 36px;
}
.plan-name {
margin-top: 10px;
}
}
.pricing-card {
background: #fff;
border: 2px solid #e0e0e0;
border-radius: 12px;
padding: 24px;
text-align: center;
position: relative;
}
.pricing-card.featured {
border-color: #f59e0b;
box-shadow: 0 4px 20px rgba(245, 158, 11, 0.3);
}
.pricing-badge {
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
background: #f59e0b;
color: #000;
padding: 4px 16px;
border-radius: 20px;
font-size: 12px;
font-weight: bold;
}
.pricing-badge.green {
background: #10b981;
color: #fff;
}
.pricing-badge.gray {
background: #6b7280;
color: #fff;
}
.plan-name {
font-size: 24px;
font-weight: bold;
margin: 20px 0 10px;
}
.plan-price {
font-size: 48px;
font-weight: bold;
color: #1f2937;
}
.plan-price .period {
font-size: 16px;
color: #6b7280;
}
.original-price {
text-decoration: line-through;
color: #9ca3af;
font-size: 18px;
}
.plan-savings {
background: #fef3c7;
color: #92400e;
padding: 4px 12px;
border-radius: 4px;
font-size: 14px;
font-weight: bold;
margin: 10px 0;
display: inline-block;
}
.plan-detail {
color: #6b7280;
font-size: 14px;
margin: 8px 0;
}
.plan-detail.warning {
color: #dc2626;
}
.plan-detail.success {
color: #059669;
}
.plan-cta {
display: block;
width: 100%;
padding: 14px 24px;
margin-top: 20px;
border: none;
border-radius: 8px;
font-size: 16px;
font-weight: bold;
cursor: pointer;
text-decoration: none;
text-align: center;
box-sizing: border-box;
}
.plan-cta.primary {
background: #f59e0b;
color: #000;
}
.plan-cta.secondary {
background: #1f2937;
color: #fff;
}
.plan-cta:hover {
opacity: 0.9;
}
.installments-note {
font-size: 12px;
color: #6b7280;
margin-top: 10px;
}
/* DECISION HELPER TABLE */
.decision-section {
margin-top: 50px;
background: #f9fafb;
padding: 30px;
border-radius: 12px;
}
.decision-section h3 {
text-align: center;
font-size: 24px;
margin-bottom: 20px;
}
.table-wrapper {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.decision-table {
width: 100%;
border-collapse: collapse;
background: #fff;
border-radius: 8px;
overflow: hidden;
min-width: 500px;
}
.decision-table th,
.decision-table td {
padding: 12px 16px;
text-align: center;
border-bottom: 1px solid #e5e7eb;
}
.decision-table th {
background: #1f2937;
color: #fff;
font-weight: bold;
font-size: 14px;
white-space: nowrap;
}
.decision-table th.highlight {
background: #f59e0b;
color: #000;
}
.decision-table td {
font-size: 13px;
}
.decision-table tr:hover {
background: #f9fafb;
}
@media (max-width: 768px) {
.decision-section {
padding: 15px;
margin-top: 30px;
}
.decision-section h3 {
font-size: 20px;
}
.decision-table th,
.decision-table td {
padding: 10px 8px;
font-size: 12px;
}
.icon-best, .icon-good {
font-size: 10px;
padding: 2px 4px;
}
.decision-footer {
font-size: 12px;
}
}
/* CSS ICONS - zamiast emoji */
.icon-no,
.icon-yes,
.icon-maybe {
display: inline-flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
border-radius: 50%;
font-weight: bold;
font-size: 14px;
}
.icon-no {
background: #fee2e2;
color: #dc2626;
}
.icon-no::before {
content: "✕";
}
.icon-yes {
background: #d1fae5;
color: #059669;
}
.icon-yes::before {
content: "✓";
}
.icon-maybe {
background: #fef3c7;
color: #d97706;
}
.icon-maybe::before {
content: "?";
}
.icon-best {
background: #d1fae5;
color: #059669;
padding: 2px 8px;
border-radius: 4px;
font-size: 12px;
font-weight: bold;
}
.icon-good {
background: #dbeafe;
color: #2563eb;
padding: 2px 8px;
border-radius: 4px;
font-size: 12px;
font-weight: bold;
}
.decision-footer {
text-align: center;
margin-top: 20px;
color: #6b7280;
font-style: italic;
}
/* REGIONAL POPUP */
.regional-popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
padding: 30px;
border-radius: 12px;
box-shadow: 0 10px 50px rgba(0,0,0,0.3);
z-index: 10000;
max-width: 400px;
text-align: center;
}
.regional-popup.show {
display: block;
}
.popup-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
z-index: 9999;
}
.popup-overlay.show {
display: block;
}
.popup-close {
position: absolute;
top: 10px;
right: 15px;
font-size: 24px;
cursor: pointer;
color: #6b7280;
}
.popup-flag {
font-size: 48px;
margin-bottom: 15px;
}
.popup-title {
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}
.popup-discount {
background: #d1fae5;
color: #059669;
padding: 10px 20px;
border-radius: 8px;
font-size: 18px;
font-weight: bold;
margin: 15px 0;
}
/* WHAT'S INCLUDED SECTION */
.whats-included {
background: #f9fafb;
border-radius: 12px;
padding: 30px;
margin-bottom: 40px;
}
.section-title {
text-align: center;
font-size: 28px;
font-weight: bold;
margin-bottom: 30px;
color: #1f2937;
}
.title-icon {
margin-right: 8px;
}
.included-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
@media (max-width: 768px) {
.included-grid {
grid-template-columns: 1fr;
gap: 15px;
}
.whats-included {
padding: 20px 15px;
margin-bottom: 20px;
}
.section-title {
font-size: 22px;
margin-bottom: 20px;
}
.included-column {
padding: 15px;
}
.column-title {
font-size: 16px;
}
.included-list li {
font-size: 13px;
padding: 6px 0;
}
.total-value {
font-size: 16px;
margin-top: 20px;
padding-top: 15px;
}
.current-price {
font-size: 18px;
}
}
.included-column {
background: #fff;
padding: 20px;
border-radius: 8px;
}
.column-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 2px solid #e5e7eb;
}
.column-title.orange { color: #ea580c; }
.column-title.red { color: #dc2626; }
.column-title.green { color: #059669; }
.col-icon {
margin-right: 6px;
}
.included-list {
list-style: none;
padding: 0;
margin: 0;
}
.included-list li {
padding: 8px 0;
font-size: 14px;
color: #374151;
display: flex;
align-items: flex-start;
gap: 8px;
}
.check {
display: inline-flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
min-width: 20px;
background: #d1fae5;
color: #059669;
border-radius: 4px;
font-size: 12px;
font-weight: bold;
}
.check::before {
content: "✓";
}
.total-value {
text-align: center;
margin-top: 30px;
padding-top: 20px;
border-top: 2px solid #e5e7eb;
font-size: 20px;
font-weight: bold;
}
.value-icon {
margin-right: 8px;
}
.crossed-price {
text-decoration: line-through;
color: #9ca3af;
}
.current-price {
color: #059669;
font-size: 22px;
}
/* $1 TRIAL BAR */
.trial-bar {
background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
border: 2px solid #10b981;
border-radius: 12px;
padding: 24px 30px;
margin: 30px 0 40px 0;
text-align: center;
position: relative;
}
.trial-bar-badge {
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
background: #10b981;
color: #fff;
padding: 4px 16px;
border-radius: 20px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.trial-bar-title {
font-size: 20px;
font-weight: 700;
color: #1f2937;
margin: 8px 0 8px 0;
}
.trial-bar-subtitle {
font-size: 14px;
color: #6b7280;
margin: 0 0 16px 0;
}
.trial-bar-features {
display: flex;
justify-content: center;
gap: 24px;
flex-wrap: wrap;
margin-bottom: 16px;
}
.trial-bar-feature {
display: flex;
align-items: center;
gap: 6px;
font-size: 13px;
color: #374151;
}
.trial-bar-feature::before {
content: "✓";
display: inline-flex;
align-items: center;
justify-content: center;
width: 18px;
height: 18px;
background: #10b981;
color: white;
border-radius: 50%;
font-size: 11px;
font-weight: bold;
}
.trial-bar-cta {
display: inline-block;
padding: 12px 32px;
background: #10b981;
color: #fff;
font-size: 16px;
font-weight: 700;
text-decoration: none;
border-radius: 8px;
transition: all 0.2s ease;
}
.trial-bar-cta:hover {
background: #059669;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}
.trial-bar-note {
font-size: 12px;
color: #6b7280;
margin-top: 12px;
}
@media (max-width: 768px) {
.trial-bar {
padding: 20px 15px;
margin: 20px 0 30px 0;
}
.trial-bar-title {
font-size: 18px;
}
.trial-bar-features {
flex-direction: column;
gap: 8px;
align-items: center;
}
.trial-bar-cta {
width: 100%;
padding: 14px 24px;
}
}

/* FAQ Section Styles */
.scada-faq-section {
max-width: 900px;
margin: 80px auto 60px auto;
padding: 0 20px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.faq-header {
text-align: center;
margin-bottom: 50px;
}
.faq-header h2 {
font-size: 36px;
font-weight: 700;
color: #2d3748;
margin: 0 0 16px 0;
}
.faq-header p {
font-size: 18px;
color: #6b7280;
margin: 0;
}
.faq-container {
display: flex;
flex-direction: column;
gap: 16px;
}
.faq-item {
background: #ffffff;
border: 2px solid #e5e7eb;
border-radius: 12px;
overflow: hidden;
transition: all 0.3s ease;
}
.faq-item:hover {
border-color: #ff6b35;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.faq-question {
width: 100%;
padding: 24px;
background: transparent;
border: none;
text-align: left;
font-size: 18px;
font-weight: 600;
color: #2d3748;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
transition: color 0.3s ease;
}
.faq-question:hover {
color: #ff6b35;
}
.faq-icon {
font-size: 24px;
font-weight: 700;
color: #ff6b35;
transition: transform 0.3s ease;
flex-shrink: 0;
margin-left: 16px;
}
.faq-item.active .faq-icon {
transform: rotate(45deg);
}
.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease, padding 0.3s ease;
padding: 0 24px;
}
.faq-item.active .faq-answer {
max-height: 500px;
padding: 0 24px 24px 24px;
}
.faq-answer p {
margin: 0 0 12px 0;
font-size: 16px;
line-height: 1.6;
color: #4b5563;
}
.faq-answer p:last-child {
margin-bottom: 0;
}
.faq-answer strong {
color: #2d3748;
font-weight: 600;
}
.faq-answer ul {
margin: 12px 0;
padding-left: 24px;
}
.faq-answer li {
margin: 8px 0;
color: #4b5563;
line-height: 1.6;
}
.faq-cta {
text-align: center;
margin-top: 50px;
padding: 40px;
background: #fff7ed;
border-radius: 12px;
border: 2px solid #ff6b35;
}
.faq-cta h3 {
font-size: 24px;
font-weight: 700;
color: #2d3748;
margin: 0 0 12px 0;
}
.faq-cta p {
font-size: 16px;
color: #6b7280;
margin: 0 0 24px 0;
}
.faq-cta-button {
display: inline-block;
padding: 16px 32px;
background: #ff6b35;
color: white;
text-decoration: none;
font-weight: 700;
font-size: 18px;
border-radius: 8px;
transition: all 0.3s ease;
}
.faq-cta-button:hover {
background: #e55a26;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}
@media (max-width: 767px) {
.faq-header h2 {
font-size: 28px;
}
.faq-question {
font-size: 16px;
padding: 20px;
}
.faq-answer {
font-size: 15px;
}
.faq-item.active .faq-answer {
padding: 0 20px 20px 20px;
}
}

.pricing-page main {
  padding-top: 0;
}

.pricing-guarantee {
  padding: 64px 0;
  background: #f8fafc;
}

.pricing-guarantee__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 8px;
}

.pricing-guarantee__subtitle {
  color: #64748b;
  margin: 0 0 32px;
}

.pricing-guarantee__grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.pricing-guarantee__badge img {
  width: 100%;
  height: auto;
}

.pricing-cta-bottom {
  padding: 56px 0 72px;
}

.pricing-cta-bottom p {
  margin: 0 0 12px;
  font-size: 1.125rem;
}

.pricing-trainings {
  padding: 64px 0;
}

.pricing-trainings__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.pricing-trainings__card {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pricing-trainings__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.pricing-trainings__card img {
  width: 100%;
  height: auto;
  display: block;
}

.pricing-testimonials .testimonials-section {
  padding-top: 0;
}

.pricing-promo-bf {
  background: linear-gradient(90deg, #0f172a 0%, #1e3a5f 100%);
  color: #fff;
  border-bottom: 2px solid #f59e0b;
}

.pricing-promo-bf__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 24px;
}

.pricing-promo-bf__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.pricing-promo-bf__badge {
  display: inline-block;
  background: #f59e0b;
  color: #0f172a;
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 8px;
}

.pricing-promo-bf__link {
  color: #38bdf8;
  font-weight: 700;
  margin-left: 8px;
  white-space: nowrap;
}

.pricing-promo-bf__link:hover {
  color: #7dd3fc;
}

.pricing-promo-bf__close {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
}

.pricing-promo-bf__close:hover {
  color: #fff;
}

@media (max-width: 640px) {
  .pricing-promo-bf__inner {
    flex-wrap: wrap;
    padding: 12px 16px;
  }

  .pricing-promo-bf__link {
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }
}

@media (max-width: 900px) {
  .pricing-guarantee__grid,
  .pricing-trainings__grid {
    grid-template-columns: 1fr;
  }

  .pricing-guarantee__grid {
    text-align: center;
  }

  .pricing-guarantee__badge {
    max-width: 200px;
    margin: 0 auto;
  }
}