:root{--hero-height: 100vh}body{margin:0;padding:0;overflow-x:hidden;display:block}header{position:fixed;width:100%;top:0;left:0;z-index:2000;background:var(--md-sys-color-surface);border-bottom:1px solid var(--md-sys-color-outline-variant);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background-color:rgba(var(--md-sys-color-surface-rgb),.8);box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:64px}.header-logo{display:flex;align-items:center;gap:12px}.header-logo img{height:32px}.header-logo h2{margin:0;color:var(--md-sys-color-on-surface)}.header-actions{display:flex;align-items:center;gap:8px}#content-wrapper{margin-top:64px}.hero{height:var(--hero-height);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(#0006,#0006),url(https://wallpaperaccess.com/full/893929.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:0 24px;color:#fff;position:relative}.hero-content{z-index:2;max-width:900px}.hero-title{font-size:clamp(2.5rem,8vw,5rem);font-weight:700;margin-bottom:16px;line-height:1.1;text-shadow:0 4px 12px rgba(0,0,0,.5)}.hero-subtitle{font-size:clamp(1.1rem,3vw,1.5rem);margin-bottom:32px;opacity:.9;text-shadow:0 2px 4px rgba(0,0,0,.5)}section{padding:80px 24px;max-width:1200px;margin:0 auto}.section-title{text-align:center;margin-bottom:48px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.feature-card{background:var(--md-sys-color-surface-container-low);padding:32px;border-radius:28px;border:1px solid var(--md-sys-color-outline-variant);display:flex;flex-direction:column;gap:16px;position:relative;overflow:hidden;transition:background-color .2s ease}.feature-card:hover{background:var(--md-sys-color-surface-container)}.feature-card md-icon{font-size:40px;width:40px;height:40px;color:var(--md-sys-color-primary);margin-bottom:8px}.feature-card h3{margin:0;color:var(--md-sys-color-on-surface);font-weight:500}.feature-card p{margin:0;color:var(--md-sys-color-on-surface-variant);line-height:1.6}.feature-card.bento-wide{grid-column:1 / -1;background:linear-gradient(135deg,var(--md-sys-color-surface-container-low) 0%,var(--md-sys-color-tertiary-container) 100%);border:2px solid var(--md-sys-color-tertiary);display:flex;flex-direction:row;align-items:center;gap:32px}.bento-content{flex:1;display:flex;flex-direction:column;gap:12px}.badge-new{background-color:var(--md-sys-color-tertiary);color:var(--md-sys-color-on-tertiary);padding:4px 12px;border-radius:8px;font-size:.75rem;font-weight:700;width:fit-content;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 900px){.feature-card.bento-wide{flex-direction:column;align-items:flex-start}}.stats-board{display:flex;justify-content:space-around;flex-wrap:wrap;gap:32px;background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);padding:48px;border-radius:32px;margin:48px 0}.stat-item{text-align:center}.stat-value{font-size:3rem;font-weight:700;display:block}.cta-banner{background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container);padding:64px 32px;border-radius:32px;text-align:center;margin-bottom:80px}.comparison-section{background:var(--md-sys-color-surface-container-highest);border-radius:48px;margin:48px auto;padding:64px 32px}.comparison-table-container{overflow-x:auto;margin-top:32px;border-radius:16px;border:1px solid var(--md-sys-color-outline-variant);background:var(--md-sys-color-surface)}table{width:100%;border-collapse:collapse;text-align:left}th,td{padding:20px 24px;border-bottom:1px solid var(--md-sys-color-outline-variant)}th{background:var(--md-sys-color-surface-container-high);color:var(--md-sys-color-on-surface);font-weight:600;text-transform:uppercase;font-size:.85rem;letter-spacing:1px}.col-feature{width:40%}.col-standard{width:30%;text-align:center}.col-mcguard{width:30%;text-align:center;background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);font-weight:500}.status-icon{vertical-align:middle;font-size:24px}.icon-fail{color:var(--md-sys-color-error)}.icon-success{color:var(--md-sys-color-primary)}.icon-mcguard-success{color:var(--md-sys-color-on-primary-container)}@media (max-width: 800px){.header-actions md-text-button{display:none}.header-actions md-filled-button{padding:0 12px}.hero{height:100vh}.stat-item{width:100%}.comparison-section{padding:48px 16px;margin:24px 16px;border-radius:32px}th,td{padding:12px 16px;font-size:.9rem}.col-feature{width:50%}.col-standard,.col-mcguard{width:25%}}@media (max-width: 480px){.header-logo h2{display:none}.header-actions{gap:4px}.section-title h2{font-size:1.75rem}th,td{padding:10px 12px;font-size:.85rem}.status-label{display:none}}
