.hero__content { padding: 0 24px; }
.hero__title { font-size: 48px; }
.hero__tagline { font-size: 22px; }
.cards { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card { background: #fff; border-radius: 24px; padding: 32px 28px; box-shadow: 0 22px 60px rgba(0,0,0,0.08); border: 1px solid rgba(0,0,0,0.04); transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease; }
.card:hover { box-shadow: 0 32px 80px rgba(0,0,0,0.12); transform: translateY(-2px); border-color: var(--color-accent); }
.card__icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 16px; background: rgba(8,106,216,0.08); margin-bottom: 18px; }
.card__text { color: var(--color-text-light); line-height: 1.75; }
.vs-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 28px; }
.vs-card { border-radius: 24px; padding: 32px; border: 1px solid transparent; }
.vs-card.pain { background: #fff4f1; border-color: #f5c4b3; color: #993c1d; }
.vs-card.gain { background: #e9faf4; border-color: #9fe1cb; color: #0f6e56; }
.vs-card h3 { margin-bottom: 22px; font-size: 18px; font-weight: 700; letter-spacing: 0.3px; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.vs-card h3::before { content: ""; display: inline-block; width: 28px; height: 3px; border-radius: 2px; }
.vs-card.pain h3::before { background: #d65a31; }
.vs-card.gain h3::before { background: #2fa37a; }
.vs-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.vs-item { font-size: 15px; line-height: 1.6; padding: 10px 14px; border-radius: 8px; background: rgba(255,255,255,0.55); border-left: 3px solid transparent; }
.vs-card.pain .vs-item { border-left-color: #d65a31; }
.vs-card.gain .vs-item { border-left-color: #2fa37a; }
.feature-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 28px; }
.feature-card { display: flex; gap: 18px; padding: 24px; border-radius: 24px; border: 1px solid #e6e6e6; background: #fff; transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease; }
.feature-card:hover { box-shadow: 0 16px 40px rgba(0,0,0,0.1); transform: translateY(-1px); border-color: var(--color-accent); }
.feature-icon { width: 44px; height: 44px; border-radius: 16px; background: rgba(8,106,216,0.1); display: grid; place-items: center; }
.feature-copy h4 { margin: 0 0 10px; font-size: 16px; }
.feature-copy p { margin: 0; color: var(--color-text-light); line-height: 1.75; }
.feature-copy .tag-new { display: inline-flex; align-items: center; justify-content: center; padding: 6px 12px; background: rgba(8,106,216,0.08); color: #185FA5; border-radius: 999px; font-size: 12px; margin-top: 10px; }
.table-wrap { overflow-x: auto; border-radius: 24px; border: 1px solid #e6e6e6; margin-top: 28px; background: #fff; }
.table-wrap table { width: 100%; min-width: 720px; border-collapse: separate; border-spacing: 0; }
.table-wrap th,
.table-wrap td { padding: 18px 20px; }
.table-wrap th { background: #f9fafb; color: var(--color-text-light); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; text-align: left; border-bottom: 1px solid #e6e6e6; }
.table-wrap td { vertical-align: top; border-bottom: 1px solid #f0f0f0; }
.table-wrap td:not(:first-child) { text-align: center; }
.table-wrap tbody tr:nth-child(odd) { background: #fcfdff; }
.table-wrap tbody tr:hover { background: rgba(8,106,216,0.04); }
.table-wrap .brand-name { font-weight: 700; color: var(--color-text); }
.table-wrap .tick,
.table-wrap .cross { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; font-size: 18px; }
.table-wrap thead th:first-child { border-top-left-radius: 20px; }
.table-wrap thead th:last-child { border-top-right-radius: 20px; }
.table-wrap tbody tr:last-child td:first-child { border-bottom-left-radius: 20px; }
.table-wrap tbody tr:last-child td:last-child { border-bottom-right-radius: 20px; }
.comparison-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; margin-top: 28px; }
.comp-card { background: #fff; border-radius: 32px; padding: 28px; border: 1px solid #e6e6e6; box-shadow: 0 4px 16px rgba(0,0,0,0.05); transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease; }
.comp-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.1); transform: translateY(-2px); }
.comp-card.p4p { border-color: var(--color-primary); background: rgba(8,106,216,0.02); }
.comp-card.p4p:hover { border-color: var(--color-primary); box-shadow: 0 8px 32px rgba(8,106,216,0.15); }
.comp-card h3 { margin: 0 0 20px; font-size: 18px; font-weight: 700; color: var(--color-text); text-align: center; }
.comp-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.comp-card li { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--color-text-light); }
.comp-card li.check::before { content: '✓'; color: var(--color-success); font-weight: 700; font-size: 16px; }
.comp-card li.cross::before { content: '✕'; color: #dc3545; font-weight: 700; font-size: 16px; }
.code-preview__body .cm-key { color: #185FA5; }
.code-preview__body .cm-str { color: #b32d90; }
.code-preview__body .cm-num { color: #ba7517; }
.code-preview__body .cm-punct { color: #6e7781; }
.code-preview__body .cm-comment { color: #6c757d; font-style: italic; }
.pills { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.pill { background: #fafafa; border: 1px solid #e6e6e6; border-radius: 999px; padding: 8px 16px; font-size: 13px; color: #4a4a4a; display: inline-flex; align-items: center; gap: 8px; }
.pill::before { content: ''; width: 8px; height: 8px; background: var(--color-primary); border-radius: 50%; display: inline-block; }
.steps-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 28px; }
.step-card { background: #fff; border-radius: 24px; border: 1px solid #e6e6e6; padding: 22px; transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease; }
.step-card:hover { box-shadow: 0 16px 40px rgba(0,0,0,0.1); transform: translateY(-1px); border-color: var(--color-accent); }
.step-number { display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; border-radius: 999px; background: rgba(8,106,216,0.1); color: var(--color-primary); font-weight: 700; font-size: 12px; margin-bottom: 14px; }
.step-card h4 { margin: 0 0 10px; font-size: 15px; }
.step-card p { margin: 0; color: var(--color-text-light); line-height: 1.75; font-size: 14px; }
.testimonials-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 28px; }
.tcard { background: #fff; border-radius: 24px; border: 1px solid #e6e6e6; padding: 24px; }
.stars { color: var(--color-accent); font-size: 13px; letter-spacing: 1px; margin-bottom: 14px; }
.quote { margin: 0 0 18px; color: var(--color-text-light); line-height: 1.8; }
.author { display: flex; align-items: center; gap: 14px; }
.avatar { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: rgba(8,106,216,0.12); color: var(--color-primary); font-size: 12px; font-weight: 700; }
.author-text strong { display: block; font-size: 14px; }
.author-text span { display: block; font-size: 12px; color: var(--color-text-light); }
.faq-list { margin-top: 24px; border: 1px solid #e6e6e6; border-radius: 24px; overflow: hidden; background: #fff; }
.faq-item { border-bottom: 1px solid #e6e6e6; }
.faq-item:last-of-type { border-bottom: none; }
.faq-q { width: 100%; padding: 20px 24px; background: none; border: none; display: flex; justify-content: space-between; align-items: flex-start; font-size: 17px; font-weight: 500; color: var(--color-text); cursor: pointer; gap: 16px; }
.faq-q:hover { color: var(--color-accent); }
.faq-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #f6f2ed; border: 1px solid #e6e6e6; color: var(--color-primary); font-size: 18px; transition: transform 0.2s ease; flex-shrink: 0; margin-top: 2px; }
.faq-icon.open { transform: rotate(45deg); background: rgba(8,106,216,0.12); border-color: rgba(8,106,216,0.2); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; padding: 0 24px; }
.faq-a.open { max-height: 420px; padding-bottom: 20px; }
.faq-a p { margin: 0; color: var(--color-text-light); line-height: 1.8; font-size: 15px; }
.final-cta { padding: 72px 0; }
.final-cta h2 { margin-bottom: 16px; font-size: clamp(28px, 3vw, 36px); }
.final-cta p { margin: 0 auto; max-width: 520px; color: var(--color-text-light); font-size: 15px; line-height: 1.75; }
.final-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 28px; }
.final-cta .btn--outline { background: transparent; color: var(--color-text); border: 2px solid #e6e6e6; }
.final-cta .btn--outline:hover { background: rgba(0,0,0,0.05); border-color: var(--color-primary); color: var(--color-primary); }
.pricing-note { margin-top: 24px; color: var(--color-text-light); font-size: 13px; }
.guarantee-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-top: 24px; }
.guarantee-item { display: inline-flex; align-items: center; gap: 10px; color: var(--color-text-light); font-size: 13px; }
.guarantee-item strong { color: var(--color-success); }
.stats-slider { position: relative; overflow: hidden; margin-top: 28px; background: transparent; }
.stats-track { display: flex; gap: 20px; animation: slide 20s linear infinite; }
.stat-box { background: rgba(255,255,255,0.95); backdrop-filter: blur(15px); border: 1px solid rgba(0,0,0,0.08); border-radius: 40px; padding: 12px 20px; min-width: 250px; display: flex; align-items: center; gap: 16px; box-shadow: 0 8px 32px rgba(0,0,0,0.1); transition: transform 0.3s ease; }
.stat-box:hover { transform: translateY(-2px); }
.stat-box h3 { margin: 0; font-size: 24px; color: var(--color-primary); font-weight: 700; }
.stat-box p { margin: 0; color: var(--color-text); font-size: 14px; font-weight: 500; }
@keyframes slide { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }
@media (max-width: 900px) {
  .feature-grid, .vs-grid, .steps-grid, .testimonials-grid, .comparison-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .hero { min-height: 600px; padding-bottom: 80px; }
  .hero__content { padding: 0 20px; }
  .hero__title { font-size: 32px; }
  .hero__tagline { font-size: 16px; }
  .hero__buttons { flex-direction: column; gap: 12px; }
  .btn--lg { padding: 12px 24px; font-size: 14px; }
  .section { padding: 40px 0; }
  .section__title { font-size: 24px; }
  .section__subtitle { font-size: 16px; }
  .card { padding: 24px 20px; }
  .vs-grid { grid-template-columns: 1fr; gap: 16px; }
  .feature-grid { grid-template-columns: 1fr; gap: 16px; }
  .feature-card { gap: 12px; padding: 16px; }
  .table-wrap th, .table-wrap td { padding: 12px 16px; font-size: 14px; }
  .stat-box { min-width: 200px; padding: 10px 16px; }
  .stat-box h3 { font-size: 20px; }
  .stat-box p { font-size: 12px; }
  .faq-item { margin-bottom: 12px; border: none; }
  .faq-list { margin-top: 20px; border-radius: 20px; }
  .faq-q { font-size: 15px; padding: 16px 18px; font-weight: 500; gap: 12px; flex-wrap: wrap; align-items: flex-start; }
  .faq-icon { width: 24px; height: 24px; font-size: 16px; flex-shrink: 0; margin-top: 2px; }
  .testimonial-card { padding: 28px 24px; }
}
@media (max-width: 520px) {
  .hero { min-height: 600px; padding-bottom: 80px; }
  .hero__content { padding: 0 16px; }
  .hero__title { font-size: 24px; }
  .hero__tagline { font-size: 14px; }
  .hero__buttons { gap: 10px; }
  .btn--lg { padding: 10px 20px; font-size: 12px; }
  .section { padding: 32px 0; }
  .container { padding: 0 16px; }
  .section__title { font-size: 20px; }
  .section__subtitle { font-size: 14px; }
  .card { padding: 16px 12px; }
  .feature-card { gap: 10px; padding: 12px; }
  .feature-icon { width: 36px; height: 36px; }
  .feature-copy h4 { font-size: 14px; }
  .feature-copy p { font-size: 13px; }
  .table-wrap { overflow-x: auto; }
  .table-wrap th, .table-wrap td { padding: 10px 12px; font-size: 12px; }
  .stat-box { min-width: 160px; padding: 8px 12px; }
  .stat-box h3 { font-size: 18px; }
  .stat-box p { font-size: 11px; }
  .faq-item { margin-bottom: 10px; border: none; }
  .faq-list { margin-top: 16px; border-radius: 16px; }
  .faq-q { font-size: 14px; padding: 14px 16px; font-weight: 500; gap: 12px; align-items: flex-start; }
  .faq-icon { width: 20px; height: 20px; font-size: 14px; flex-shrink: 0; margin-top: 1px; }
  .testimonial-card { min-width: 100%; max-width: 100%; box-sizing: border-box; padding: 20px 16px; }
  .testimonial-slider .testimonial-card p { font-size: 0.95rem; line-height: 1.7; }
  .testimonial-slides { gap: 0 !important; width: 100%; }
  .testimonial-slider .slider-btn { position: relative; top: auto; right: auto; left: auto; transform: none; margin: 14px 6px 0; width: 40px; height: 40px; font-size: 20px; }
  .testimonial-slider .slider-btn + .slider-btn { margin-left: 8px; }
  .slider-dot { width: 10px; height: 10px; }
}
