.industry-page .industry-hero{padding:200px 0 80px;background:#fff}.industry-page .industry-hero .container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.industry-page .hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--color-cream);padding:10px 18px;border-radius:50px;font-size:14px;font-weight:600;color:var(--color-trust);margin-bottom:24px}.industry-page .hero-content h1{font-family:var(--font-display);font-size:clamp(36px,5vw,52px);font-weight:700;letter-spacing:-1.5px;line-height:1.1;margin-bottom:20px;color:var(--color-ink)}.industry-page .hero-content>p{font-size:19px;color:var(--color-ink-light);line-height:1.7;margin-bottom:32px;max-width:540px}.industry-page .hero-ctas{display:flex;gap:16px;flex-wrap:wrap}.industry-page .hero-image-placeholder{border-radius:24px;height:450px;overflow:hidden}.industry-page .hero-image-placeholder img{width:100%;height:100%;object-fit:cover;display:block}.industry-page .challenges-section{background:var(--color-cream)}.industry-page .challenges-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.industry-page .challenge-card{background:#fff;padding:32px 28px;border-radius:20px;border:1px solid rgba(0,0,0,.05);transition:all .3s var(--ease-out)}.industry-page .challenge-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #00000014}.industry-page .challenge-card h3{font-family:var(--font-display);font-size:18px;font-weight:600;margin-bottom:10px;color:var(--color-accent)}.industry-page .challenge-card p{font-size:15px;color:var(--color-ink-light);line-height:1.6}.industry-page .solutions-section{background:#fff}.industry-page .solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.industry-page .solution-card{background:var(--color-cream);padding:36px 32px;border-radius:20px;transition:all .3s var(--ease-out)}.industry-page .solution-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #00000014}.industry-page .solution-icon{width:64px;height:64px;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:var(--color-trust)}.industry-page .solution-card h3{font-family:var(--font-display);font-size:20px;font-weight:600;margin-bottom:12px}.industry-page .solution-card p{font-size:15px;color:var(--color-ink-light);line-height:1.6;margin-bottom:20px}.industry-page .solution-link{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:600;color:var(--color-trust);text-decoration:none;transition:gap .2s ease}.industry-page .solution-link:hover{gap:10px}.industry-page .why-section{background:var(--color-cream)}.industry-page .why-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.industry-page .why-content .section-title{margin-bottom:20px}.industry-page .why-content>p{font-size:17px;color:var(--color-ink-light);line-height:1.7;margin-bottom:32px}.industry-page .why-list{list-style:none}.industry-page .why-list li{display:flex;gap:16px;margin-bottom:24px}.industry-page .why-list li svg{flex-shrink:0;color:var(--color-success);margin-top:2px}.industry-page .why-list li div{display:flex;flex-direction:column;gap:4px}.industry-page .why-list li strong{font-size:16px;font-weight:600;color:var(--color-ink)}.industry-page .why-list li span{font-size:15px;color:var(--color-ink-light);line-height:1.5}.industry-page .why-image-placeholder{border-radius:24px;height:500px;overflow:hidden}.industry-page .why-image-placeholder img{width:100%;height:100%;object-fit:cover;display:block}.industry-page .stats-section{background:var(--color-trust);padding:60px 0}.industry-page .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;text-align:center}.industry-page .stat-number{display:block;font-family:var(--font-display);font-size:clamp(32px,4vw,44px);font-weight:700;color:#fff;margin-bottom:8px}.industry-page .stat-label{font-size:15px;color:#ffffffb3}@media(max-width:1024px){.industry-page .industry-hero .container{grid-template-columns:1fr;gap:40px}.industry-page .hero-image-placeholder{height:350px}.industry-page .challenges-grid,.industry-page .solutions-grid{grid-template-columns:repeat(2,1fr)}.industry-page .why-layout{grid-template-columns:1fr;gap:40px}.industry-page .why-image-placeholder{height:350px}.industry-page .stats-grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media(max-width:768px){.industry-page .challenges-grid,.industry-page .solutions-grid{grid-template-columns:1fr}.industry-page .stats-grid{grid-template-columns:1fr;gap:24px}.industry-page .hero-ctas{flex-direction:column}.industry-page .hero-ctas .btn-primary,.industry-page .hero-ctas .btn-secondary{width:100%;justify-content:center}}@media(min-width:1600px){.industry-page .hero-content h1{font-size:58px}.industry-page .hero-image-placeholder{height:500px}.industry-page .challenges-grid,.industry-page .solutions-grid{gap:32px}}
