html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}body{margin:0;background:#0b1020;color:#e8eefc;font-family:"Inter",sans-serif;line-height:1.6}body.has-mobile-menu-open{overflow:hidden}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}h1,h2,h3,h4,h5,h6{margin-top:0;font-family:"Montserrat",sans-serif;line-height:1.15}.aura-section-title{margin-bottom:1.5rem;font-size:2rem}.aura-container{width:min(100% - 2rem,1200px);margin-inline:auto}.site-header{position:sticky;top:0;z-index:100;background:rgba(11,16,32,.92);backdrop-filter:blur(10px);border-bottom:1px solid hsla(0,0%,100%,.12)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:84px;position:relative}.site-header__branding{flex:0 0 auto}.site-header__logo{display:inline-flex;align-items:center;font-family:"Montserrat",sans-serif;font-weight:700;font-size:1.125rem}.site-header__logo img{display:block;max-height:52px;width:auto}.site-header__navigation{display:flex;align-items:center;gap:1.5rem;margin-left:auto}.site-header__nav{display:flex;align-items:center}.site-header__menu{display:flex;align-items:center;gap:1rem;list-style:none;margin:0;padding:0}.site-header__menu>li{position:relative;margin:0;padding:0}.site-header__menu a{display:inline-flex;align-items:center;min-height:44px;color:#e8eefc;font-weight:600;transition:color .2s ease}.site-header__menu>li>a,.site-header__menu>li>.menu-item__parent>a{position:relative}.site-header__menu>li>a::after,.site-header__menu>li>.menu-item__parent>a::after{content:"";position:absolute;left:0;right:0;bottom:8px;height:2px;border-radius:999px;background:#00d2ff;opacity:0;transform:scaleX(0.6);transform-origin:center;transition:opacity .2s ease,transform .2s ease}.site-header__menu a:hover,.site-header__menu a:focus-visible{color:#00d2ff}.site-header__menu>.current-menu-item>a,.site-header__menu>.current-menu-item>.menu-item__parent>a,.site-header__menu>.current-menu-ancestor>a,.site-header__menu>.current-menu-ancestor>.menu-item__parent>a,.site-header__menu>.current_page_item>a,.site-header__menu>.current_page_item>.menu-item__parent>a,.site-header__menu>.current_page_ancestor>a,.site-header__menu>.current_page_ancestor>.menu-item__parent>a{color:#00d2ff}.site-header__menu>.current-menu-item>a::after,.site-header__menu>.current-menu-item>.menu-item__parent>a::after,.site-header__menu>.current-menu-ancestor>a::after,.site-header__menu>.current-menu-ancestor>.menu-item__parent>a::after,.site-header__menu>.current_page_item>a::after,.site-header__menu>.current_page_item>.menu-item__parent>a::after,.site-header__menu>.current_page_ancestor>a::after,.site-header__menu>.current_page_ancestor>.menu-item__parent>a::after,.site-header__menu>li>a:hover::after,.site-header__menu>li>.menu-item__parent>a:hover::after,.site-header__menu>li>a:focus-visible::after,.site-header__menu>li>.menu-item__parent>a:focus-visible::after{opacity:1;transform:scaleX(1)}.menu-item__parent{display:flex;align-items:center;gap:.35rem}.submenu-toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;background:rgba(0,0,0,0);color:#e8eefc;cursor:pointer}.submenu-toggle::before{content:"";width:.45rem;height:.45rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-1px);opacity:.8;transition:transform .2s ease}.menu-item-has-children:hover>.menu-item__parent .submenu-toggle,.menu-item-has-children:focus-within>.menu-item__parent .submenu-toggle,.menu-item-has-children.is-submenu-open>.menu-item__parent .submenu-toggle{color:#00d2ff}.menu-item-has-children.is-submenu-open>.menu-item__parent .submenu-toggle::before{transform:rotate(225deg) translateY(-1px)}.site-header__menu .sub-menu{position:absolute;top:100%;left:0;min-width:240px;list-style:none;margin:0;padding:1.35rem 0 .6rem;border:1px solid hsla(0,0%,100%,.12);border-radius:20px;background:#121933;box-shadow:0 18px 40px rgba(0,0,0,.35);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;pointer-events:none;z-index:120}.site-header__menu .sub-menu li{margin:0}.site-header__menu .sub-menu a{display:flex;align-items:center;min-height:44px;padding:.65rem 1rem;color:#e8eefc;font-weight:500;white-space:nowrap}.site-header__menu .sub-menu a:hover,.site-header__menu .sub-menu a:focus-visible{background:hsla(0,0%,100%,.04);color:#00d2ff}.site-header__menu>li:hover>.sub-menu,.site-header__menu>li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.site-header__actions{display:flex;align-items:center;gap:.75rem}.site-header__toggle{display:none;align-items:center;justify-content:center;flex-direction:column;gap:5px;width:48px;height:48px;padding:0;border:1px solid hsla(0,0%,100%,.12);border-radius:12px;background:rgba(0,0,0,0);color:#e8eefc;cursor:pointer}.site-header__toggle-line{display:block;width:20px;height:2px;background:currentColor;transition:transform .2s ease,opacity .2s ease}.site-header.is-menu-open .site-header__toggle-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header.is-menu-open .site-header__toggle-line:nth-child(2){opacity:0}.site-header.is-menu-open .site-header__toggle-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width: 960px){.site-header__toggle{display:inline-flex;margin-left:auto}.site-header__navigation{display:none;position:absolute;top:calc(100% + 1rem);left:0;right:0;flex-direction:column;align-items:stretch;gap:1rem;padding:1rem;border:1px solid hsla(0,0%,100%,.12);border-radius:20px;background:#121933;box-shadow:0 16px 40px rgba(0,0,0,.35)}.site-header.is-menu-open .site-header__navigation{display:flex}.site-header__nav{width:100%}.site-header__menu{flex-direction:column;align-items:stretch;gap:0;width:100%}.site-header__menu>li+li{border-top:1px solid hsla(0,0%,100%,.12)}.menu-item__parent{align-items:stretch;gap:0}.site-header__menu>li>a,.site-header__menu>li>.menu-item__parent>a{width:100%;padding:.9rem 0}.site-header__menu>li>a::after,.site-header__menu>li>.menu-item__parent>a::after{display:none}.submenu-toggle{flex:0 0 48px;width:48px;height:auto;border-left:1px solid hsla(0,0%,100%,.12)}.submenu-toggle::before{margin-top:2px}.site-header__menu .sub-menu{position:static;min-width:0;margin:0 0 .5rem;padding:.25rem 0 .5rem 1rem;border:0;border-left:1px solid hsla(0,0%,100%,.12);border-radius:0;background:rgba(0,0,0,0);box-shadow:none;opacity:1;visibility:visible;transform:none;pointer-events:auto}.site-header__menu .sub-menu[hidden]{display:none}.site-header__menu .sub-menu a{min-height:40px;padding:.55rem 0;white-space:normal}.site-header__actions{flex-direction:column;align-items:stretch;width:100%}.site-header__actions .aura-button{width:100%}}.site-footer{padding:3rem 0 1.5rem;border-top:1px solid hsla(0,0%,100%,.12)}.site-footer__top{display:flex;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem}.site-footer__menu{list-style:none;margin:0;padding:0}.aura-button{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.2rem;border:1px solid rgba(0,0,0,0);border-radius:12px;font-weight:700;transition:.2s ease}.aura-button:hover,.aura-button:focus-visible{transform:translateY(-1px)}.aura-button--primary{background:#00d2ff;color:#04111a}.aura-button--ghost{border-color:hsla(0,0%,100%,.12);color:#e8eefc;background:rgba(0,0,0,0)}.aura-card{padding:1.5rem;border:1px solid hsla(0,0%,100%,.12);border-radius:20px;background:#121933;transition:transform 160ms ease,box-shadow 160ms ease,border-color 160ms ease}.aura-card__title{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#00d2ff}.aura-card--link{display:block;color:inherit;text-decoration:none;cursor:pointer}.aura-card--link:hover,.aura-card--link:focus-visible{transform:translateY(-2px);border-color:rgba(0,210,255,.35);box-shadow:0 10px 24px rgba(0,0,0,.25)}.aura-card__cta{color:#00d2ff;font-weight:600}.hero-section{padding:4rem 0}.hero-section__content{max-width:760px}.hero-section__eyebrow{color:#00d2ff;font-weight:700}.hero-section__title{font-size:clamp(2.5rem,5vw,4.5rem);margin-bottom:1rem}.hero-section__text{color:#97a3bf;font-size:1.125rem;margin-bottom:1.5rem}.hero-section__actions{display:flex;gap:.75rem;flex-wrap:wrap}.product-grid-section{padding:3rem 0}.product-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1rem}@media(max-width: 900px){.product-grid{grid-template-columns:1fr}}.why-aura-section{padding:3rem 0}.why-aura-section__header{max-width:760px;margin-bottom:1.5rem}.why-aura-section__intro{margin:0;color:#97a3bf;font-size:1.0625rem}.why-aura-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1rem}.why-aura-card{height:100%}.why-aura-card__title{margin-bottom:.75rem;font-size:1.25rem}.why-aura-card__text{margin:0;color:#97a3bf}@media(max-width: 900px){.why-aura-grid{grid-template-columns:1fr}}.trust-strip{padding:2rem 0}.trust-strip__list{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:1rem;list-style:none;margin:0;padding:0}.trust-strip__list li{padding:1rem;border:1px solid hsla(0,0%,100%,.12);border-radius:12px;background:hsla(0,0%,100%,.03);text-align:center}@media(max-width: 900px){.trust-strip__list{grid-template-columns:1fr 1fr}}.compare-section{padding:3rem 0}.compare-section__header{max-width:760px;margin-bottom:1.5rem}.compare-section__intro{margin:0;color:#97a3bf;font-size:1.0625rem}.compare-table-wrap{border:1px solid hsla(0,0%,100%,.12);border-radius:20px;background:#121933;overflow:hidden}.compare-table{width:100%;border-collapse:collapse}.compare-table th,.compare-table td{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.12);vertical-align:top}.compare-table thead th{font-family:"Montserrat",sans-serif;font-size:.95rem}.compare-table tbody tr:last-child td{border-bottom:0}.compare-table tbody td:nth-child(3),.compare-table thead th:nth-child(3){color:#00d2ff}.compare-section__actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}@media(max-width: 767px){.compare-table-wrap{border:0;background:rgba(0,0,0,0);overflow:visible}.compare-table,.compare-table thead,.compare-table tbody,.compare-table tr,.compare-table th,.compare-table td{display:block}.compare-table thead{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.compare-table tbody{display:grid;gap:1rem}.compare-table tr{border:1px solid hsla(0,0%,100%,.12);border-radius:20px;background:#121933;overflow:hidden}.compare-table td{border-bottom:1px solid hsla(0,0%,100%,.12);padding:.9rem 1rem}.compare-table td:last-child{border-bottom:0}.compare-table td::before{content:attr(data-label);display:block;margin-bottom:.35rem;font-family:"Montserrat",sans-serif;font-size:.8rem;color:#97a3bf;text-transform:uppercase;letter-spacing:.03em}.compare-table td:nth-child(3){color:#00d2ff}.compare-section__actions{flex-direction:column;align-items:stretch}.compare-section__actions .aura-button{width:100%}}.page-hero{padding:4rem 0}.page-hero__title{font-size:clamp(2.5rem,5vw,4.5rem);max-width:760px;margin-bottom:1rem}.page-content-section{padding:3rem 0 4rem}.page-body{max-width:760px}.page-body p,.page-body li{color:#97a3bf}.archive-hero{padding:4rem 0}.archive-hero__title{font-size:clamp(2rem,4vw,3.5rem);margin-bottom:1rem}.archive-hero__description{max-width:680px;color:#97a3bf;font-size:1.125rem}.product-card__title{margin-bottom:.75rem}.product-card__title a{color:#e8eefc}.product-card__title a:hover,.product-card__title a:focus-visible{color:#00d2ff}.product-card__image{margin-bottom:1rem;overflow:hidden;border-radius:12px}.product-card__excerpt{color:#97a3bf}.product-card__actions{margin-top:1rem;margin-bottom:0}.archive-pagination{margin-top:2rem}.product-hero{padding:4rem 0}.product-hero__content{max-width:760px}.product-hero__title{font-size:clamp(2.5rem,5vw,4.5rem);margin-bottom:.75rem}.product-hero__tagline{color:#00d2ff;font-weight:700;margin-bottom:.75rem}.product-hero__excerpt{color:#97a3bf;font-size:1.125rem;max-width:680px;margin-bottom:1rem}.product-hero__actions{display:flex;gap:.75rem;flex-wrap:wrap}.product-image-section{padding-bottom:1.5rem}.product-image-section img{border-radius:20px;width:100%;height:auto;display:block}.product-content-section{padding:3rem 0 4rem}.product-body{max-width:760px}.product-body p,.product-body li{color:#97a3bf}.aura-badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.aura-badge--coming_soon{background:rgba(0,210,255,.15);color:#00d2ff;border:1px solid rgba(0,210,255,.3)}.aura-badge--beta{background:rgba(255,170,0,.15);color:#fa0;border:1px solid rgba(255,170,0,.3)}
