/* Home page sections: hero, stats, products, cloud teaser, why choose, and CTA. */
.hero{min-height:85vh;background:linear-gradient(135deg,#0B2545 0%,#0A7A7A 100%);color:#fff;display:flex;align-items:center}.hero-grid{display:grid;grid-template-columns:minmax(0,680px) 1fr;align-items:center;gap:var(--space-16);width:100%;padding-block:var(--space-20)}.hero-label{margin-bottom:var(--space-4);color:rgba(255,255,255,.7);font-size:13px;letter-spacing:2px;text-transform:uppercase}.hero h1{max-width:680px;color:#fff;font-size:var(--text-hero);font-weight:700;line-height:1.15}.hero p{max-width:560px;margin-top:var(--space-6);color:rgba(255,255,255,.8);font-size:var(--text-lg);line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-top:var(--space-8)}.btn-outline-light{border:2px solid rgba(255,255,255,.5);background:transparent;color:#fff;padding:12px 26px}.btn-outline-light:hover{border-color:#fff}.hero-visual-reserved{min-height:360px}.stats-bar{background:#fff;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);padding-block:var(--space-8)}.stat{text-align:center;padding-inline:var(--space-6);position:relative}.stat:not(:last-child)::after{content:"";position:absolute;right:0;top:50%;width:1px;height:48px;background:var(--color-border);transform:translateY(-50%)}.stat-value{font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:700;color:var(--color-primary)}.stat-label{margin-top:var(--space-1);color:var(--color-text-muted);font-size:var(--text-sm)}
.products,.why{background:var(--color-surface)}.section-header{max-width:640px;margin:0 auto var(--space-10);text-align:center}.section-header h2,.why h2{font-size:var(--text-2xl);font-weight:700}.section-header p{max-width:560px;margin:var(--space-3) auto 0;color:var(--color-text-muted);line-height:1.7}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6)}.product-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--space-6);transition:transform 200ms ease,box-shadow 200ms ease}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.product-placeholder{height:240px;background:var(--color-surface);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--space-3);color:var(--color-border);text-align:center}.product-placeholder svg{width:70px;height:70px}.product-placeholder span{color:var(--color-text-muted);font-size:13px}.badge{display:inline-flex;margin-top:var(--space-4);padding:4px 10px;border-radius:var(--radius-full);background:var(--color-badge-bg);color:var(--color-badge-text);font-size:var(--text-xs);font-weight:600}.product-card h3{margin-top:var(--space-2);font-size:1.25rem;font-weight:600}.product-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:var(--space-2);color:var(--color-text-muted);font-size:.9375rem;line-height:1.6}.iot-line{margin-top:var(--space-4);color:var(--color-accent);font-size:var(--text-sm);white-space:nowrap}.text-link{display:inline-flex;margin-top:var(--space-3);color:var(--color-accent);font-size:var(--text-sm);font-weight:600}.text-link:hover{text-decoration:underline}.products-cta{text-align:center;margin-top:var(--space-10)}
.cloud{background:#fff}.cloud-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-16);align-items:center}.cloud-copy h2{margin-top:var(--space-3);font-size:2.25rem;font-weight:700}.cloud-copy>p{max-width:480px;margin-top:var(--space-4);line-height:1.75}.feature-list{display:grid;gap:var(--space-6);margin-top:var(--space-8)}.feature-row{display:grid;grid-template-columns:32px 1fr;gap:var(--space-4)}.feature-icon{width:24px;height:24px;color:var(--color-accent)}.feature-row h3{font-size:var(--text-base);font-weight:600}.feature-row p{margin-top:var(--space-1);color:var(--color-text-muted);font-size:var(--text-sm);line-height:1.6}.platform-link{margin-top:var(--space-8);font-family:var(--font-heading);font-size:.9375rem}.cloud-illustration{display:flex;justify-content:center}.flow-svg{width:min(100%,520px);height:auto}.why-grid{display:grid;grid-template-columns:3fr 2fr;gap:var(--space-16);align-items:start;margin-top:var(--space-8)}.why-highlight h3{font-size:var(--text-xl);font-weight:700}.why-highlight p{margin-top:var(--space-4);line-height:1.75}.why-highlight ul{display:grid;gap:var(--space-3);margin:var(--space-6) 0 0;padding:0;list-style:none}.why-highlight li{position:relative;padding-left:var(--space-6);font-size:.9375rem}.why-highlight li::before{content:"";position:absolute;left:0;top:.65em;width:8px;height:8px;background:var(--color-accent);border-radius:50%}.trust-list{display:grid;gap:var(--space-6)}.trust-point{border-left:3px solid var(--color-accent);padding-left:var(--space-4)}.trust-point h3{font-size:.9375rem;font-weight:600}.trust-point p{margin-top:var(--space-1);color:var(--color-text-muted);font-size:var(--text-sm)}.cta-banner{background:linear-gradient(135deg,#0B2545 0%,#0A7A7A 100%);padding:80px 24px;text-align:center}.cta-banner h2{color:#fff;font-size:2.25rem;font-weight:700}.cta-banner p{max-width:620px;margin:var(--space-4) auto 0;color:rgba(255,255,255,.8);font-size:var(--text-lg)}.cta-banner .btn{margin-top:var(--space-8)}

.product-card-image img{width:100%;height:240px;object-fit:cover;border-radius:var(--radius-md);display:block}
