.hero-v2{position:relative;background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 60%,#1e40af 100%);color:#fff;padding:5rem 0 4rem;overflow:hidden;min-height:90vh;display:flex;flex-direction:column;justify-content:center}
.hero-v2__bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,0.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.03) 1px,transparent 1px);background-size:48px 48px;pointer-events:none}
.hero-v2__inner{display:grid;grid-template-columns:1fr 420px;gap:4rem;align-items:center;position:relative;z-index:1}
.hero-v2__badge{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:100px;padding:0.375rem 1rem;font-size:0.8125rem;font-weight:500;color:rgba(255,255,255,0.85);margin-bottom:1.75rem;letter-spacing:0.01em}
.hero-v2__badge-dot{width:6px;height:6px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 3px rgba(74,222,128,0.25);animation:badge-pulse 2s ease-in-out infinite}
@keyframes badge-pulse{0%,100%{box-shadow:0 0 0 3px rgba(74,222,128,0.25)}
50%{box-shadow:0 0 0 6px rgba(74,222,128,0.1)}
}
.hero-v2__title{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#fff;letter-spacing:-0.02em}
.hero-v2__title-accent{color:#60a5fa;display:block}
.hero-v2__subtitle{font-size:1.125rem;line-height:1.7;color:rgba(255,255,255,0.75);margin-bottom:2.5rem;max-width:560px}
.hero-v2__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}
.hero-v2__btn-primary{display:inline-flex;align-items:center;gap:0.5rem;background:#2563eb;color:#fff;border:none;border-radius:8px;padding:0.875rem 1.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background 0.2s,transform 0.15s,box-shadow 0.2s;box-shadow:0 4px 20px rgba(37,99,235,0.4)}
.hero-v2__btn-primary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 24px rgba(37,99,235,0.5)}
.hero-v2__btn-secondary{display:inline-flex;align-items:center;gap:0.5rem;background:#fff;color:#2563eb;border:1.5px solid #2563eb;border-radius:8px;padding:0.875rem 1.75rem;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background 0.2s,color 0.2s,transform 0.15s}
.hero-v2__btn-secondary:hover{background:#eff6ff;transform:translateY(-1px)}
.hero-v2__btn-ghost{display:inline-flex;align-items:center;gap:0.5rem;background:transparent;color:rgba(255,255,255,0.85);border:1px solid rgba(255,255,255,0.25);border-radius:8px;padding:0.875rem 1.75rem;font-size:1rem;font-weight:500;text-decoration:none;transition:border-color 0.2s,color 0.2s,background 0.2s}
.hero-v2__btn-ghost:hover{border-color:rgba(255,255,255,0.5);color:#fff;background:rgba(255,255,255,0.06)}
.hero-v2__trust{display:flex;flex-wrap:wrap;gap:1.25rem}
.hero-v2__trust-item{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;color:rgba(255,255,255,0.65)}
.hero-v2__trust-item svg{width:16px;height:16px;color:#4ade80;flex-shrink:0}
.hero-v2__form-wrap{position:relative}
.hero-v2__form-card{background:#fff;border-radius:16px;padding:2.25rem;box-shadow:0 24px 64px rgba(0,0,0,0.35);position:relative;overflow:hidden}
.hero-v2__form-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2563eb,#059669)}
.hero-v2__form-header{margin-bottom:1.5rem}
.hero-v2__form-tag{display:inline-block;background:rgba(5,150,105,0.1);color:#059669;font-size:0.75rem;font-weight:600;padding:0.25rem 0.75rem;border-radius:100px;margin-bottom:0.75rem;text-transform:uppercase;letter-spacing:0.05em}
.hero-v2__form-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:0.5rem}
.hero-v2__form-desc{font-size:0.875rem;color:#6b7280;line-height:1.5}
.hero-v2__form{display:flex;flex-direction:column;gap:0.875rem}
.hero-v2__field input{width:100%;padding:0.75rem 1rem;border:1.5px solid #e5e7eb;border-radius:8px;font-size:0.9375rem;color:#1f2937;transition:border-color 0.2s;outline:none;background:#fafafa}
.hero-v2__field input:focus{border-color:#2563eb;background:#fff}
.hero-v2__submit{width:100%;background:#2563eb;color:#fff;border:none;border-radius:8px;padding:0.9rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background 0.2s,transform 0.15s;margin-top:0.25rem}
.hero-v2__submit:hover{background:#1d4ed8;transform:translateY(-1px)}
.hero-v2__privacy{font-size:0.75rem;color:#9ca3af;text-align:center;margin-top:0.25rem}
.hero-v2__scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:0.5rem;color:rgba(255,255,255,0.35);font-size:0.75rem;animation:scroll-bounce 2s ease-in-out infinite}
.hero-v2__scroll-line{width:1px;height:32px;background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0.4))}
@keyframes scroll-bounce{0%,100%{transform:translateX(-50%) translateY(0)}
50%{transform:translateX(-50%) translateY(6px)}
}
.stats-v2__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}
.stats-v2__item{padding:2.5rem 2rem;text-align:center;border-right:1px solid #e5e7eb;position:relative}
.stats-v2__item:last-child{border-right:none}
.stats-v2__value{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;color:#2563eb;line-height:1;display:inline}
.stats-v2__suffix{font-size:1.25rem;font-weight:700;color:#2563eb;display:inline;margin-left:2px}
.stats-v2__label{font-size:0.875rem;color:#6b7280;margin-top:0.5rem;line-height:1.4}
.section--dark-alt{background:#0f172a;color:#fff}
.compare__header{text-align:center;margin-bottom:3rem}
.page-eyebrow{font-size:0.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:#60a5fa;margin-bottom:1rem}
.compare__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:#fff;margin-bottom:1rem}
.compare__subtitle{font-size:1.0625rem;color:rgba(255,255,255,0.6);max-width:600px;margin:0 auto}
.compare__grid{display:grid;grid-template-columns:1fr auto 1fr;gap:0;align-items:start}
.compare__col{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:16px;padding:2rem}
.compare__col--market{border-color:rgba(239,68,68,0.25);background:rgba(239,68,68,0.04)}
.compare__col--custom{border-color:rgba(74,222,128,0.25);background:rgba(74,222,128,0.04)}
.compare__col-header{margin-bottom:1.75rem}
.compare__col-badge{display:inline-block;padding:0.375rem 1rem;border-radius:100px;font-size:0.8125rem;font-weight:600;margin-bottom:0.75rem}
.compare__col-badge--bad{background:rgba(239,68,68,0.15);color:#fca5a5}
.compare__col-badge--good{background:rgba(74,222,128,0.15);color:#4ade80}
.compare__col-desc{font-size:0.875rem;color:rgba(255,255,255,0.5)}
.compare__list{list-style:none;display:flex;flex-direction:column;gap:1rem}
.compare__item{display:flex;gap:0.875rem;align-items:flex-start;font-size:0.9375rem;line-height:1.5}
.compare__item svg{width:18px;height:18px;flex-shrink:0;margin-top:2px}
.compare__item--bad{color:rgba(255,255,255,0.75)}
.compare__item--bad svg{color:#ef4444}
.compare__item--good{color:rgba(255,255,255,0.9)}
.compare__item--good svg{color:#4ade80}
.compare__divider{display:flex;align-items:center;justify-content:center;padding:0 1.5rem;padding-top:6rem}
.compare__divider span{width:44px;height:44px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:700;color:rgba(255,255,255,0.5);letter-spacing:0.05em}
.compare__cta{text-align:center;margin-top:3rem}
.compare__cta-btn{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:1rem 2.5rem;font-size:1.0625rem;font-weight:600;cursor:pointer;transition:background 0.2s,transform 0.15s,box-shadow 0.2s;box-shadow:0 4px 20px rgba(37,99,235,0.4)}
.compare__cta-btn:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 24px rgba(37,99,235,0.5)}
.service-card__icon-wrap{width:52px;height:52px;background:rgba(37,99,235,0.08);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#2563eb;margin-bottom:1.25rem;transition:background 0.2s}
.service-card:hover .service-card__icon-wrap{background:rgba(37,99,235,0.14)}
.service-card__arrow{display:block;margin-top:1rem;color:#2563eb;font-weight:600;font-size:1.125rem;transition:transform 0.2s}
.service-card:hover .service-card__arrow{transform:translateX(4px)}
.industry-card-v2{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;text-decoration:none;color:inherit;transition:box-shadow 0.25s,transform 0.25s,border-color 0.25s;gap:0.75rem}
.industry-card-v2:hover{box-shadow:0 12px 32px rgba(37,99,235,0.1);transform:translateY(-3px);border-color:#bfdbfe;color:inherit}
.industry-card-v2__icon{width:56px;height:56px;background:#eff6ff;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#2563eb;margin-bottom:0.5rem}
.industry-card-v2__title{font-size:1.25rem;font-weight:700;color:#1f2937}
.industry-card-v2__desc{font-size:0.9375rem;color:#6b7280;line-height:1.6;flex:1}
.industry-card-v2__link{font-weight:600;color:#2563eb;font-size:0.9375rem;margin-top:0.5rem}
.case-card-v2{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:0;overflow:hidden;transition:box-shadow 0.25s,transform 0.25s;display:flex;flex-direction:column}
.case-card-v2:hover{box-shadow:0 12px 32px rgba(0,0,0,0.1);transform:translateY(-3px)}
.case-card-v2__metric-bar{background:linear-gradient(135deg,#1e3a5f 0%,#2563eb 100%);padding:1.5rem 1.75rem;display:flex;align-items:baseline;gap:0.625rem}
.case-card-v2__big-metric{font-size:2rem;font-weight:800;color:#fff;line-height:1}
.case-card-v2__metric-label{font-size:0.875rem;color:rgba(255,255,255,0.75);line-height:1.3}
.case-card-v2__tags{display:flex;gap:0.5rem;padding:1.25rem 1.75rem 0}
.case-card-v2__title{font-size:1.0625rem;font-weight:700;color:#1f2937;padding:0.75rem 1.75rem 0.5rem;line-height:1.35}
.case-card-v2__desc{font-size:0.875rem;color:#6b7280;padding:0 1.75rem 1rem;flex:1}
.case-card-v2__link{display:block;padding:1rem 1.75rem;border-top:1px solid #f3f4f6;font-weight:600;color:#2563eb;font-size:0.9375rem;text-decoration:none;transition:color 0.2s}
.case-card-v2__link:hover{color:#1d4ed8}
.process-v2__timeline{display:flex;flex-direction:column;gap:0;max-width:820px;margin:0 auto}
.process-v2__step{display:grid;grid-template-columns:56px 1fr;gap:1.5rem;position:relative}
.process-v2__step-marker{display:flex;flex-direction:column;align-items:center}
.process-v2__step-num{width:40px;height:40px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.9375rem;flex-shrink:0;position:relative;z-index:1}
.process-v2__step-line{width:2px;flex:1;background:linear-gradient(to bottom,#2563eb,#bfdbfe);margin-top:4px;min-height:40px}
.process-v2__step-body{padding-bottom:2.5rem}
.process-v2__step-badge{display:inline-block;background:rgba(5,150,105,0.1);color:#059669;font-size:0.75rem;font-weight:600;padding:0.2rem 0.625rem;border-radius:100px;margin-bottom:0.5rem}
.process-v2__step-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:0.625rem}
.process-v2__step-desc{color:#6b7280;line-height:1.7;margin-bottom:0.875rem}
.process-v2__step-result{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.8125rem;font-weight:600;color:#2563eb;background:rgba(37,99,235,0.06);padding:0.4rem 0.875rem;border-radius:6px}
.philosophy__quote-mark{font-size:5rem;line-height:0.5;color:#2563eb;font-family:Georgia,serif;margin-bottom:1rem;opacity:0.4}
.philosophy__cite{display:block;margin-top:1.5rem;font-size:0.875rem;font-style:normal;color:#9ca3af}
.next-steps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.next-step-card{display:flex;flex-direction:column;gap:0.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;text-decoration:none;color:inherit;transition:border-color 0.2s,box-shadow 0.2s,transform 0.2s;position:relative;overflow:hidden}
.next-step-card:hover{border-color:#2563eb;box-shadow:0 8px 24px rgba(37,99,235,0.1);transform:translateY(-2px);color:inherit}
.next-step-card__num{font-size:3rem;font-weight:800;color:#eff6ff;line-height:1;position:absolute;top:1rem;right:1.5rem;letter-spacing:-0.04em}
.next-step-card h3{font-size:1.125rem;font-weight:700;color:#1f2937;padding-right:3rem}
.next-step-card p{font-size:0.9375rem;color:#6b7280;line-height:1.6}
.next-step-card__link{font-weight:600;color:#2563eb;font-size:0.9375rem;margin-top:auto}
.next-step-card--featured{border-color:#2563eb;background:linear-gradient(135deg,#eff6ff 0%,#fff 100%)}
.next-step-card--featured .next-step-card__num{color:#bfdbfe}
.next-step-card--featured h3{color:#1d4ed8}
.next-step-card--featured .next-step-card__link{display:inline-flex;align-items:center;gap:0.375rem;background:#2563eb;color:#fff;padding:0.5rem 1rem;border-radius:6px;font-size:0.875rem;transition:background 0.15s}
.next-step-card--featured:hover .next-step-card__link{background:#1d4ed8}
.next-step-card--featured:hover{box-shadow:0 8px 32px rgba(37,99,235,0.18);border-color:#1d4ed8}
@media (max-width:1024px){.hero-v2__inner{grid-template-columns:1fr}
.hero-v2__form-wrap{max-width:480px}
.stats-v2__grid{grid-template-columns:repeat(2,1fr)}
.stats-v2__item:nth-child(2){border-right:none}
.stats-v2__item:nth-child(3),.stats-v2__item:nth-child(4){border-top:1px solid #e5e7eb}
.compare__grid{grid-template-columns:1fr}
.compare__divider{display:none}
.next-steps__grid{grid-template-columns:1fr}
}
@media (max-width:768px){.hero-v2{min-height:auto;padding:4rem 0 3rem}
.hero-v2__scroll-hint{display:none}
.stats-v2__grid{grid-template-columns:repeat(2,1fr)}
.process-v2__step{grid-template-columns:40px 1fr;gap:1rem}
}
.industry-pains{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.industry-pain{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.75rem;display:flex;flex-direction:column;gap:0.75rem;transition:box-shadow 0.2s,border-color 0.2s}
.industry-pain:hover{border-color:#fca5a5;box-shadow:0 6px 20px rgba(239,68,68,0.06)}
.industry-pain__icon{width:48px;height:48px;background:rgba(239,68,68,0.08);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#ef4444}
.industry-pain__title{font-size:1.0625rem;font-weight:700;color:#1f2937}
.industry-pain__desc{font-size:0.9375rem;color:#6b7280;line-height:1.65}
.industry-solutions{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.industry-solution{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.75rem;display:flex;flex-direction:column;gap:0.625rem;position:relative;overflow:hidden;transition:border-color 0.2s,box-shadow 0.2s}
.industry-solution:hover{border-color:#bfdbfe;box-shadow:0 6px 20px rgba(37,99,235,0.07)}
.industry-solution__num{font-size:3.5rem;font-weight:800;color:#eff6ff;line-height:1;position:absolute;top:1rem;right:1.25rem;letter-spacing:-0.04em}
.industry-solution h3{font-size:1.0625rem;font-weight:700;color:#1f2937;padding-right:3rem}
.industry-solution p{font-size:0.9375rem;color:#6b7280;line-height:1.65}
.industry-case{display:grid;grid-template-columns:220px 1fr;gap:0;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}
.industry-case__metric{background:linear-gradient(135deg,#1e3a5f,#2563eb);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 2rem;gap:0.5rem;text-align:center}
.industry-case__big{font-size:3rem;font-weight:800;color:#fff;line-height:1;display:block}
.industry-case__label{font-size:0.875rem;color:rgba(255,255,255,0.75);display:block}
.industry-case__body{padding:2rem;display:flex;flex-direction:column;gap:0.875rem}
.industry-case__tags{display:flex;gap:0.5rem;flex-wrap:wrap}
.industry-case__title{font-size:1.25rem;font-weight:700;color:#1f2937}
.industry-case__desc{font-size:0.9375rem;color:#6b7280;line-height:1.7;flex:1}
@media (max-width:768px){.industry-pains,.industry-solutions{grid-template-columns:1fr}
.industry-case{grid-template-columns:1fr}
.industry-case__metric{padding:1.5rem;flex-direction:row;gap:1rem;justify-content:flex-start}
}
.page-header__badge{display:inline-block;background:var(--color-primary);color:var(--color-white);padding:0.5rem 1rem;border-radius:var(--radius);font-size:0.875rem;font-weight:500;margin-bottom:1rem}
.problems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}
.problem-card{background:var(--color-gray-light);padding:1.5rem;border-radius:var(--radius-lg);border-left:4px solid var(--color-primary)}
.problem-card h3{font-size:1.125rem;margin-bottom:0.75rem;color:var(--color-dark)}
.problem-card p{color:var(--color-gray);font-size:0.95rem}
.solutions-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:2rem}
.solution-item{display:flex;gap:1rem;align-items:flex-start}
.solution-item__icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--color-white);border-radius:var(--radius)}
.solution-item__content h3{font-size:1.125rem;margin-bottom:0.5rem}
.solution-item__content p{color:var(--color-gray);font-size:0.95rem}
.audience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}
.audience-item{background:var(--color-gray-light);padding:1.5rem;border-radius:var(--radius-lg)}
.audience-item h4{font-size:1.125rem;margin-bottom:0.5rem;color:var(--color-primary)}
.audience-item p{color:var(--color-gray);font-size:0.95rem}
.case-preview{background:var(--color-white);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--color-border);margin-top:2rem}
.case-preview__tags{display:flex;gap:0.5rem;margin-bottom:1rem}
.case-preview__title{font-size:1.5rem;margin-bottom:1rem}
.case-preview__desc{color:var(--color-gray);margin-bottom:1.5rem;font-size:1.05rem}
.service-card__icon img,.industry-card__icon img,.service-detail__icon img{filter:invert(37%) sepia(61%) saturate(4893%) hue-rotate(207deg) brightness(97%) contrast(93%)}
.process__step-icon{position:absolute;left:0;top:0;width:2rem;height:2rem;color:var(--color-primary)}
.process__step-icon img{filter:invert(37%) sepia(61%) saturate(4893%) hue-rotate(207deg) brightness(97%) contrast(93%)}
.philosophy__quote{max-width:800px;margin:0 auto;text-align:center}
.philosophy__quote p{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:300;font-style:italic}
