.aph-hero{background:var(--ap-navy);padding:80px 0 100px;position:relative;overflow:hidden;min-height:90vh;display:flex;align-items:center}.aph-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.aph-hero-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15}.aph-hero-orb--1{width:600px;height:600px;background:var(--ap-teal);top:-200px;right:-100px}.aph-hero-orb--2{width:400px;height:400px;background:#1a4a8a;bottom:-100px;left:-50px}.aph-container{max-width:1200px;margin:0 auto;padding:0 24px;width:100%}.aph-hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center;position:relative;z-index:2}.aph-eyebrow{display:inline-block;color:var(--ap-teal);font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:20px;font-family:var(--ap-font-body)}.aph-hero-title{font-family:var(--ap-font-display);font-size:clamp(48px,6vw,80px);font-weight:900;color:var(--ap-white);line-height:1;margin:0 0 24px;letter-spacing:-1px}.aph-hero-title em{color:var(--ap-teal);font-style:italic}.aph-hero-desc{font-size:18px;color:#ffffffa6;line-height:1.7;margin:0 0 36px;max-width:520px;font-family:var(--ap-font-body)}.aph-hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:48px}.aph-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:var(--ap-teal);color:var(--ap-white);border-radius:var(--ap-radius);font-family:var(--ap-font-display);font-size:20px;font-weight:800;text-decoration:none;transition:all .2s;letter-spacing:.3px}.aph-btn-primary:hover{background:var(--ap-teal-dark);transform:translateY(-2px);box-shadow:0 8px 24px #00c2b859;color:var(--ap-white);text-decoration:none}.aph-btn-ghost{display:inline-flex;align-items:center;padding:16px 28px;border:2px solid rgba(255,255,255,.2);color:#fffc;border-radius:var(--ap-radius);font-family:var(--ap-font-body);font-size:16px;font-weight:500;text-decoration:none;transition:all .2s}.aph-btn-ghost:hover{border-color:var(--ap-teal);color:var(--ap-teal);text-decoration:none}.aph-btn-large{font-size:22px;padding:20px 40px}.aph-hero-stats{display:flex;align-items:center;gap:24px}.aph-stat{display:flex;flex-direction:column;gap:2px}.aph-stat-num{font-family:var(--ap-font-display);font-size:28px;font-weight:900;color:var(--ap-white);line-height:1}.aph-stat-label{font-size:12px;color:#ffffff80;font-weight:500}.aph-stat-divider{width:1px;height:40px;background:#ffffff26}.aph-hero-visual{position:relative}.aph-product-card{background:#ffffff0f;border:1px solid rgba(0,194,184,.2);border-radius:24px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.aph-product-img-wrap{padding:32px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#ffffff08}.aph-product-img-wrap img{width:100%;height:100%;object-fit:contain}.aph-product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;min-height:280px}.aph-product-logo{font-family:var(--ap-font-display);font-size:48px;font-weight:900;color:#fff9;position:relative;z-index:2}.aph-product-wave{position:absolute;border-radius:50%;border:1px solid rgba(0,194,184,.3);top:50%;left:50%;transform:translate(-50%,-50%);animation:ap-breathe 3s ease-out infinite;width:60%;height:60%}.aph-product-wave--2{width:90%;height:90%;animation-delay:1.5s}.aph-product-card-footer{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-top:1px solid rgba(255,255,255,.08)}.aph-product-card-info{display:flex;flex-direction:column;gap:2px}.aph-product-card-name{color:#ffffffb3;font-size:13px}.aph-product-card-price{color:var(--ap-white);font-weight:700;font-size:18px}.aph-product-card-btn{background:var(--ap-teal);color:var(--ap-white);padding:10px 20px;border-radius:var(--ap-radius-sm);font-weight:700;font-size:14px;text-decoration:none;transition:background .2s}.aph-product-card-btn:hover{background:var(--ap-teal-dark);text-decoration:none;color:#fff}.aph-floating-badge{position:absolute;display:flex;align-items:center;gap:10px;background:var(--ap-white);border-radius:var(--ap-radius);padding:12px 16px;box-shadow:var(--ap-shadow-lg);animation:ap-float 3s ease-in-out infinite}.aph-floating-badge--1{top:20px;left:-40px;animation-delay:0s}.aph-floating-badge--2{bottom:80px;right:-30px;animation-delay:1.5s}@keyframes ap-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.aph-fb-icon{font-size:24px}.aph-floating-badge strong{display:block;font-size:14px;color:var(--ap-navy);font-weight:700}.aph-floating-badge span{font-size:12px;color:var(--ap-text-light)}.aph-trust-bar{background:var(--ap-grey);padding:20px 0;border-top:1px solid var(--ap-grey-2);border-bottom:1px solid var(--ap-grey-2)}.aph-trust-items{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.aph-trust-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--ap-navy);font-family:var(--ap-font-body)}.aph-trust-item svg{color:var(--ap-teal)}.aph-trust-sep{color:var(--ap-grey-2);font-size:20px}.aph-how{padding:100px 0;background:var(--ap-white)}.aph-section-header{text-align:center;margin-bottom:64px}.aph-section-title{font-family:var(--ap-font-display);font-size:clamp(32px,4vw,56px);font-weight:900;color:var(--ap-navy);margin:0 0 16px;line-height:1.1}.aph-section-sub{font-size:17px;color:var(--ap-text-light);max-width:640px;margin:0 auto;line-height:1.7;font-family:var(--ap-font-body)}.aph-how-grid{display:flex;align-items:center;justify-content:center;gap:20px}.aph-how-card{flex:1;max-width:320px;background:var(--ap-grey);border-radius:var(--ap-radius);padding:40px 32px;text-align:center;position:relative;transition:transform .2s,box-shadow .2s}.aph-how-card:hover{transform:translateY(-4px);box-shadow:var(--ap-shadow-lg)}.aph-how-num{font-family:var(--ap-font-display);font-size:13px;font-weight:800;color:var(--ap-teal);letter-spacing:2px;text-transform:uppercase;margin-bottom:16px}.aph-how-icon{font-size:40px;margin-bottom:16px}.aph-how-card h3{font-family:var(--ap-font-display);font-size:22px;font-weight:800;color:var(--ap-navy);margin:0 0 10px}.aph-how-card p{font-size:15px;color:var(--ap-text-light);line-height:1.6;margin:0;font-family:var(--ap-font-body)}.aph-how-arrow{font-size:28px;color:var(--ap-teal);opacity:.5;flex-shrink:0}.aph-forwho{padding:100px 0;background:var(--ap-navy)}.aph-forwho .aph-section-title{color:var(--ap-white)}.aph-forwho-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.aph-forwho-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:var(--ap-radius);padding:40px 32px;transition:all .2s}.aph-forwho-card:hover{background:#ffffff14;border-color:#00c2b84d}.aph-forwho-card--featured{background:#00c2b814;border-color:#00c2b84d}.aph-forwho-emoji{font-size:44px;margin-bottom:20px;display:block}.aph-forwho-card h3{font-family:var(--ap-font-display);font-size:24px;font-weight:900;color:var(--ap-white);margin:0 0 14px}.aph-forwho-card p{font-size:15px;color:#fff9;line-height:1.7;margin:0 0 24px;font-family:var(--ap-font-body)}.aph-forwho-link{color:var(--ap-teal);font-weight:700;font-size:15px;text-decoration:none;transition:opacity .2s;font-family:var(--ap-font-body)}.aph-forwho-link:hover{opacity:.75;text-decoration:none}.aph-proof{padding:100px 0;background:var(--ap-grey)}.aph-proof-inner{display:grid;grid-template-columns:200px 1fr;gap:60px;align-items:start}.aph-proof-score{text-align:center}.aph-proof-num{font-family:var(--ap-font-display);font-size:80px;font-weight:900;color:var(--ap-navy);line-height:1}.aph-proof-stars{color:#f5a623;font-size:24px;margin:4px 0 8px}.aph-proof-count{font-size:14px;color:var(--ap-text-light);font-family:var(--ap-font-body)}.aph-proof-quotes{display:flex;flex-direction:column;gap:28px}.aph-proof-quote{background:var(--ap-white);border-radius:var(--ap-radius);padding:28px;border-left:4px solid var(--ap-teal);box-shadow:var(--ap-shadow)}.aph-proof-quote p{font-size:16px;font-style:italic;color:var(--ap-text);line-height:1.7;margin:0 0 12px;font-family:var(--ap-font-body)}.aph-proof-quote span{font-size:13px;color:var(--ap-text-light);font-weight:600}.aph-cta{padding:100px 0;background:var(--ap-navy);text-align:center}.aph-cta-title{font-family:var(--ap-font-display);font-size:clamp(36px,5vw,64px);font-weight:900;color:var(--ap-white);margin:0 0 16px}.aph-cta-sub{font-size:18px;color:#fff9;max-width:560px;margin:0 auto 36px;line-height:1.7;font-family:var(--ap-font-body)}.aph-cta-trust{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;font-size:14px;color:#fff6;margin-top:20px;font-family:var(--ap-font-body)}.aph-about-hero{background:var(--ap-navy);padding:100px 0;text-align:center}.aph-about-title{font-family:var(--ap-font-display);font-size:clamp(36px,5vw,64px);font-weight:900;color:var(--ap-white);margin:0 0 24px;line-height:1.1}.aph-about-title em{color:var(--ap-teal);font-style:italic}.aph-about-lead{font-size:18px;color:#ffffffa6;max-width:700px;margin:0 auto;line-height:1.7;font-family:var(--ap-font-body)}.aph-about-story{padding:100px 0;background:var(--ap-white)}.aph-story-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:start}.aph-story-content h2{font-family:var(--ap-font-display);font-size:28px;font-weight:800;color:var(--ap-navy);margin:0 0 16px}.aph-story-content h2:not(:first-child){margin-top:40px}.aph-story-content p{font-size:16px;line-height:1.8;color:var(--ap-text-light);margin:0 0 16px;font-family:var(--ap-font-body)}.aph-story-values{display:flex;flex-direction:column;gap:20px}.aph-value-card{background:var(--ap-grey);border-radius:var(--ap-radius);padding:24px;border-left:3px solid var(--ap-teal)}.aph-value-icon{font-size:28px;margin-bottom:12px;display:block}.aph-value-card h3{font-family:var(--ap-font-display);font-size:18px;font-weight:800;color:var(--ap-navy);margin:0 0 8px}.aph-value-card p{font-size:14px;color:var(--ap-text-light);line-height:1.6;margin:0;font-family:var(--ap-font-body)}.aph-about-stats{padding:60px 0;background:var(--ap-navy)}.aph-about-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.aph-about-stat{display:flex;flex-direction:column;gap:6px}.aph-about-stat-num{font-family:var(--ap-font-display);font-size:40px;font-weight:900;color:var(--ap-teal);line-height:1}.aph-about-stat-label{font-size:14px;color:#ffffff80;font-family:var(--ap-font-body)}.aph-about-cta{padding:100px 0;background:var(--ap-grey);text-align:center}.aph-about-cta-title{font-family:var(--ap-font-display);font-size:clamp(28px,4vw,48px);font-weight:900;color:var(--ap-navy);margin:0 0 16px}.aph-about-cta-sub{font-size:17px;color:var(--ap-text-light);max-width:560px;margin:0 auto 36px;line-height:1.7;font-family:var(--ap-font-body)}@media(max-width:768px){.aph-hero{min-height:auto;padding:60px 0 80px}.aph-hero-inner{grid-template-columns:1fr;gap:48px}.aph-hero-title{font-size:42px}.aph-hero-visual{order:-1}.aph-floating-badge--1,.aph-floating-badge--2{display:none}.aph-hero-stats{gap:16px}.aph-stat-num{font-size:22px}.aph-how-grid{flex-direction:column;align-items:stretch}.aph-how-arrow{transform:rotate(90deg);text-align:center}.aph-how-card{max-width:none}.aph-forwho-grid{grid-template-columns:1fr}.aph-proof-inner{grid-template-columns:1fr;gap:32px}.aph-proof-score{display:flex;align-items:center;gap:16px}.aph-proof-num{font-size:56px}.aph-story-grid{grid-template-columns:1fr;gap:48px}.aph-about-stats-grid{grid-template-columns:repeat(2,1fr)}.aph-trust-items{gap:12px}.aph-trust-sep{display:none}.aph-hero-actions{flex-direction:column}.aph-btn-primary,.aph-btn-ghost{text-align:center;justify-content:center}}@media(max-width:480px){.aph-about-stats-grid{grid-template-columns:1fr 1fr}.aph-hero-stats{flex-wrap:wrap}.aph-stat-divider{display:none}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/aeropeak-pages.css.map */
