:root{--aci-primary: #0056b3; --aci-primary-dark: #003d82; --aci-primary-light: #4dabf7; --aci-accent: #ff6600; --aci-accent-hover: #e65c00; --aci-success: #28a745; --aci-radius: 1rem; --aci-radius-sm: 0.625rem; --aci-shadow-sm: 0 4px 16px rgba(0,0,0,0.08); --aci-shadow-md: 0 12px 40px rgba(0,0,0,0.12); --aci-shadow-lg: 0 24px 60px rgba(0,0,0,0.18)}.aci-breadcrumb{padding: 0.875rem 1.5rem; background: #f0f4f8; border-bottom: 1px solid #e0e0e0}[data-theme="dark"] .aci-breadcrumb{background: #141414; border-color: #2a2a2a}.aci-breadcrumb__inner{max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 0.5rem; font-size: 0.8rem; color: #666; flex-wrap: wrap}.aci-breadcrumb a{color: var(--aci-primary); text-decoration: none; transition: color 0.2s; font-weight: 500}.aci-breadcrumb a:hover{color: var(--aci-accent)}.aci-breadcrumb__sep{color: #ccc; user-select: none}.aci-breadcrumb__current{color: #333; font-weight: 600}[data-theme="dark"] .aci-breadcrumb__current{color: #ccc}.aci-hero{position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; background: #00132b}.aci-hero__bg{position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.42; will-change: transform; transform-origin: center center}.aci-hero__overlay{position: absolute; inset: 0; background: linear-gradient( 135deg,rgba(0,61,130,0.88) 0%,rgba(0,20,60,0.82) 45%,rgba(0,5,15,0.90) 100% )}.aci-hero__particles{position: absolute; inset: 0; pointer-events: none; overflow: hidden}.aci-particle{position: absolute; border-radius: 50%; background: rgba(77,171,247,0.18); animation: aci-particle-rise linear infinite}@keyframes aci-particle-rise{0%{transform: translateY(100vh) scale(0); opacity: 0}8%{opacity: 1}92%{opacity: 0.4}100%{transform: translateY(-15vh) scale(1.2); opacity: 0}}@keyframes aci-hero-in{from{opacity: 0; transform: translateY(20px)}to{opacity: 1; transform: translateY(0)}}@keyframes aci-hero-fade{from{opacity: 0}to{opacity: 1}}@media (prefers-reduced-motion: reduce){.aci-hero__eyebrow,.aci-hero__title,.aci-hero__subtitle,.aci-hero__cta-group,.aci-hero__scroll{animation: none !important; opacity: 1 !important}}.aci-hero__inner{position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 8rem 1.5rem 5rem; width: 100%}.aci-hero__eyebrow{display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,102,0,0.18); border: 1px solid rgba(255,102,0,0.45); color: #ffb380; padding: 0.4rem 1.1rem; border-radius: 50px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1.35rem; animation: aci-hero-in 0.6s 0.2s cubic-bezier(0.22,1,0.36,1) both}.aci-hero__eyebrow svg{flex-shrink: 0; color: var(--aci-accent)}.aci-hero__title{font-size: clamp(1.875rem,5.5vw,3.375rem); font-weight: 800; color: #fff; line-height: 1.12; margin-bottom: 1.375rem; max-width: 780px; text-shadow: 0 2px 12px rgba(0,0,0,0.4); animation: aci-hero-in 0.75s 0.42s cubic-bezier(0.22,1,0.36,1) both}.aci-hero__title em{font-style: normal; color: var(--aci-primary-light); position: relative}.aci-hero__subtitle{font-size: clamp(1rem,2.2vw,1.2rem); color: rgba(255,255,255,0.88); max-width: 620px; margin-bottom: 2.75rem; line-height: 1.75; animation: aci-hero-in 0.65s 0.62s cubic-bezier(0.22,1,0.36,1) both}.aci-hero__cta-group{display: flex; flex-wrap: wrap; gap: 1rem; animation: aci-hero-in 0.55s 0.82s cubic-bezier(0.22,1,0.36,1) both}.aci-hero__scroll{position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 0.6rem; color: rgba(255,255,255,0.45); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; z-index: 2; animation: aci-hero-fade 0.6s 1.1s ease both}.aci-hero__scroll-line{width: 1px; height: 44px; background: linear-gradient(to bottom,transparent,rgba(255,255,255,0.45)); animation: aci-scroll-pulse 2.4s ease-in-out infinite}@keyframes aci-scroll-pulse{0%,100%{opacity: 0.3; transform: scaleY(1)}50%{opacity: 1; transform: scaleY(1.15)}}.aci-hero__badge{position: absolute; bottom: 4rem; right: 2rem; background: rgba(255,255,255,0.1); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.2); border-radius: 1rem; padding: 1.25rem 1.5rem; color: #fff; text-align: center; opacity: 0; display: none}@media (min-width: 900px){.aci-hero__badge{display: block}}.aci-hero__badge .num{display: block; font-size: 2rem; font-weight: 800; line-height: 1; color: var(--aci-primary-light)}.aci-hero__badge .label{font-size: 0.75rem; opacity: 0.8; margin-top: 0.3rem; line-height: 1.35}.aci-btn-primary{display: inline-flex; align-items: center; gap: 0.65rem; background: var(--aci-accent); color: #fff; padding: 0.9rem 2.1rem; border-radius: var(--aci-radius-sm); font-weight: 700; font-size: 1rem; text-decoration: none; border: 2px solid transparent; transition: all 0.3s cubic-bezier(0.4,0,0.2,1); box-shadow: 0 4px 18px rgba(255,102,0,0.38); white-space: nowrap}.aci-btn-primary:hover{background: var(--aci-accent-hover); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(255,102,0,0.48)}.aci-btn-ghost{display: inline-flex; align-items: center; gap: 0.65rem; background: transparent; color: #fff; padding: 0.9rem 2.1rem; border-radius: var(--aci-radius-sm); font-weight: 600; font-size: 1rem; text-decoration: none; border: 2px solid rgba(255,255,255,0.45); transition: all 0.3s ease; white-space: nowrap}.aci-btn-ghost:hover{background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.85); transform: translateY(-2px)}.aci-trust-bar{background: var(--aci-primary-dark); padding: 1.1rem 1.5rem; overflow: hidden}.aci-trust-bar__inner{max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1.25rem 3rem}.aci-trust-item{display: flex; align-items: center; gap: 0.55rem; font-size: 0.85rem; font-weight: 600; color: rgba(255,255,255,0.9)}.aci-trust-item svg{color: var(--aci-accent); flex-shrink: 0}.aci-stats-bar{background: var(--aci-primary); padding: 2.5rem 1.5rem}.aci-stats-bar__inner{max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(2,1fr); gap: 2rem 1.5rem}@media (min-width: 640px){.aci-stats-bar__inner{grid-template-columns: repeat(4,1fr)}}.aci-stat{text-align: center; color: #fff}.aci-stat__num{display: block; font-size: clamp(1.875rem,4vw,2.625rem); font-weight: 800; line-height: 1; color: #fff}.aci-stat__sup{font-size: 1.25rem; font-weight: 700; vertical-align: super; line-height: 0}.aci-stat__label{display: block; font-size: 0.8rem; opacity: 0.8; margin-top: 0.4rem; font-weight: 500; line-height: 1.3}.aci-container{max-width: 1200px; margin: 0 auto; padding: 0 1.5rem}.aci-section{padding: 5.5rem 1.5rem}.aci-section--alt{background: #f4f7fb}[data-theme="dark"] .aci-section--alt{background: #141922}.aci-eyebrow{display: inline-block; color: var(--aci-accent); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; margin-bottom: 0.7rem}.aci-section-title{font-size: clamp(1.5rem,3.5vw,2.375rem); font-weight: 800; color: var(--color-text,#333); margin-bottom: 0.875rem; line-height: 1.18}.aci-section-subtitle{font-size: 1.05rem; color: var(--color-text-light,#666); max-width: 620px; line-height: 1.75}.aci-text-center{text-align: center}.aci-text-center .aci-section-subtitle{margin: 0 auto}.aci-intro__grid{display: grid; grid-template-columns: 1fr; gap: 3.5rem; align-items: center; margin-top: 3rem}@media (min-width: 900px){.aci-intro__grid{grid-template-columns: 1.1fr 0.9fr}}.aci-intro__text p{font-size: 1.05rem; color: var(--color-text-light,#555); line-height: 1.82; margin-bottom: 1.5rem}.aci-intro__text p:last-child{margin-bottom: 0}.aci-intro__img-wrap{position: relative; border-radius: var(--aci-radius); overflow: hidden; box-shadow: var(--aci-shadow-lg)}.aci-intro__img-wrap img{width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block}.aci-intro__badge{position: absolute; bottom: 1.5rem; left: 1.5rem; background: var(--aci-accent); color: #fff; padding: 1rem 1.35rem; border-radius: 0.875rem; text-align: center; box-shadow: 0 8px 28px rgba(255,102,0,0.45)}.aci-intro__badge .num{display: block; font-size: 1.875rem; font-weight: 800; line-height: 1}.aci-intro__badge .label{font-size: 0.72rem; font-weight: 600; opacity: 0.9; line-height: 1.35; margin-top: 0.25rem; display: block}.aci-explainer__grid{display: grid; grid-template-columns: 1fr; gap: 1.75rem; margin-top: 3rem}@media (min-width: 680px){.aci-explainer__grid{grid-template-columns: 1fr 1fr}}.aci-explainer-card{background: #fff; border-radius: var(--aci-radius); padding: 2.25rem 2rem; border: 1px solid #e8ecf0; position: relative; overflow: hidden; transition: box-shadow 0.3s ease,transform 0.3s ease}[data-theme="dark"] .aci-explainer-card{background: #1e2530; border-color: #2a3040}.aci-explainer-card::before{content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,var(--aci-primary),var(--aci-accent)); border-radius: var(--aci-radius) var(--aci-radius) 0 0}.aci-explainer-card:hover{box-shadow: var(--aci-shadow-md); transform: translateY(-5px)}.aci-explainer-card__icon{width: 3.25rem; height: 3.25rem; background: linear-gradient(135deg,var(--aci-primary),var(--aci-primary-dark)); border-radius: 0.875rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1.375rem; color: #fff; transition: transform 0.3s ease}.aci-explainer-card:hover .aci-explainer-card__icon{transform: scale(1.1) rotate(-5deg)}.aci-explainer-card h3{font-size: 1.2rem; font-weight: 700; color: var(--color-text,#333); margin-bottom: 0.875rem}.aci-explainer-card p{font-size: 0.95rem; color: var(--color-text-light,#555); line-height: 1.75}.aci-services__grid{display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-top: 3rem}@media (min-width: 560px){.aci-services__grid{grid-template-columns: repeat(2,1fr)}}@media (min-width: 1000px){.aci-services__grid{grid-template-columns: repeat(3,1fr)}}.aci-service-card{display: flex; align-items: flex-start; gap: 1.1rem; background: #fff; border: 1px solid #e4e8ef; border-radius: var(--aci-radius-sm); padding: 1.5rem 1.375rem; transition: all 0.3s ease}[data-theme="dark"] .aci-service-card{background: #1e2530; border-color: #2a3040}.aci-service-card:hover{border-color: var(--aci-primary); box-shadow: 0 8px 30px rgba(0,86,179,0.14); transform: translateY(-3px)}.aci-service-card__num{flex-shrink: 0; width: 2.625rem; height: 2.625rem; background: linear-gradient(135deg,var(--aci-primary-light),var(--aci-primary)); color: #fff; border-radius: 0.625rem; display: flex; align-items: center; justify-content: center; font-size: 0.875rem; font-weight: 700}.aci-service-card__body h4{font-size: 0.975rem; font-weight: 700; color: var(--color-text,#333); margin-bottom: 0.35rem}.aci-service-card__body p{font-size: 0.85rem; color: var(--color-text-light,#666); line-height: 1.55}.aci-benefits__grid{display: grid; grid-template-columns: 1fr; gap: 1.625rem; margin-top: 3rem}@media (min-width: 600px){.aci-benefits__grid{grid-template-columns: repeat(2,1fr)}}@media (min-width: 960px){.aci-benefits__grid{grid-template-columns: repeat(3,1fr)}}.aci-benefit-card{background: #fff; border-radius: var(--aci-radius); padding: 2.25rem 1.875rem; border: 1px solid #e4e8ef; text-align: center; transition: all 0.35s cubic-bezier(0.4,0,0.2,1); position: relative; overflow: hidden}[data-theme="dark"] .aci-benefit-card{background: #1e2530; border-color: #2a3040}.aci-benefit-card::after{content: ''; position: absolute; inset: 0; background: linear-gradient(135deg,rgba(0,86,179,0.04),rgba(255,102,0,0.04)); opacity: 0; transition: opacity 0.35s}.aci-benefit-card:hover{border-color: var(--aci-accent); box-shadow: 0 16px 48px rgba(255,102,0,0.12); transform: translateY(-6px)}.aci-benefit-card:hover::after{opacity: 1}.aci-benefit-card:hover .aci-benefit-icon{background: linear-gradient(135deg,var(--aci-accent),var(--aci-accent-hover)); transform: scale(1.1)}.aci-benefit-icon{width: 4.25rem; height: 4.25rem; background: linear-gradient(135deg,var(--aci-primary),var(--aci-primary-dark)); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.375rem; transition: all 0.4s cubic-bezier(0.4,0,0.2,1); position: relative; z-index: 1}.aci-benefit-card h3{font-size: 1.025rem; font-weight: 700; color: var(--color-text,#333); margin-bottom: 0.65rem; position: relative; z-index: 1}.aci-benefit-card p{font-size: 0.9rem; color: var(--color-text-light,#666); line-height: 1.65; position: relative; z-index: 1}.aci-process{padding: 6rem 1.5rem; background: linear-gradient(140deg,#002050 0%,#001232 55%,#00050f 100%); color: #fff; position: relative; overflow: hidden}.aci-process__orb-1,.aci-process__orb-2{position: absolute; border-radius: 50%; pointer-events: none}.aci-process__orb-1{width: 550px; height: 550px; background: radial-gradient(circle,rgba(0,86,179,0.14),transparent 70%); top: -200px; right: -100px}.aci-process__orb-2{width: 400px; height: 400px; background: radial-gradient(circle,rgba(255,102,0,0.08),transparent 70%); bottom: -150px; left: -80px}.aci-process .aci-eyebrow{color: var(--aci-primary-light)}.aci-process .aci-section-title{color: #fff}.aci-process .aci-section-subtitle{color: rgba(255,255,255,0.72); max-width: 560px}.aci-steps{display: grid; grid-template-columns: 1fr; gap: 2.5rem; margin-top: 4rem; position: relative}@media (min-width: 760px){.aci-steps{grid-template-columns: repeat(3,1fr); gap: 2rem}.aci-steps::before{content: ''; position: absolute; top: 2rem; left: calc(16.666% + 1.5rem); right: calc(16.666% + 1.5rem); height: 2px; background: linear-gradient(90deg,rgba(77,171,247,0.15),rgba(77,171,247,0.55) 50%,rgba(255,102,0,0.45)); z-index: 0}}.aci-step{position: relative; text-align: center; z-index: 1}.aci-step__num{width: 4.25rem; height: 4.25rem; border-radius: 50%; background: linear-gradient(135deg,#ff6600,#cc4400); color: #fff; font-size: 1.25rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; box-shadow: 0 0 0 8px rgba(255,102,0,0.12); position: relative}.aci-step__num::after{content: ''; position: absolute; inset: -5px; border-radius: 50%; border: 2px solid rgba(255,102,0,0.3); animation: aci-ring-pulse 2.6s ease-in-out infinite}@keyframes aci-ring-pulse{0%,100%{transform: scale(1); opacity: 0.5}50%{transform: scale(1.18); opacity: 1}}.aci-step h3{font-size: 1.125rem; font-weight: 700; color: #fff; margin-bottom: 0.75rem}.aci-step p{font-size: 0.9rem; color: rgba(255,255,255,0.68); line-height: 1.65; max-width: 260px; margin: 0 auto}.aci-why__grid{display: grid; grid-template-columns: 1fr; gap: 3.5rem; align-items: start; margin-top: 3rem}@media (min-width: 900px){.aci-why__grid{grid-template-columns: 1.1fr 0.9fr}}.aci-why__list{list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 1.375rem}.aci-why__item{display: flex; align-items: flex-start; gap: 1rem}.aci-why__check{flex-shrink: 0; width: 1.875rem; height: 1.875rem; background: linear-gradient(135deg,#28a745,#1e7a34); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; margin-top: 0.1rem; box-shadow: 0 3px 10px rgba(40,167,69,0.3)}.aci-why__item-content strong{display: block; font-weight: 700; color: var(--color-text,#333); margin-bottom: 0.3rem; font-size: 0.975rem}.aci-why__item-content span{font-size: 0.875rem; color: var(--color-text-light,#666); line-height: 1.55}.aci-trust-panel{background: linear-gradient(145deg,var(--aci-primary),var(--aci-primary-dark)); border-radius: 1.25rem; padding: 2.75rem 2.25rem; color: #fff; box-shadow: 0 20px 60px rgba(0,61,130,0.3)}@media (min-width: 900px){.aci-trust-panel{position: sticky; top: 7.5rem}}.aci-trust-panel h3{font-size: 1.375rem; font-weight: 800; margin-bottom: 0.6rem}.aci-trust-panel p{font-size: 0.9rem; opacity: 0.82; margin-bottom: 2rem; line-height: 1.65}.aci-trust-stats{display: grid; grid-template-columns: repeat(2,1fr); gap: 0.875rem; margin-bottom: 2rem}.aci-trust-stat{background: rgba(255,255,255,0.1); border-radius: 0.75rem; padding: 1.1rem; text-align: center}.aci-trust-stat .num{display: block; font-size: 1.875rem; font-weight: 800; line-height: 1; color: var(--aci-primary-light)}.aci-trust-stat .label{font-size: 0.72rem; opacity: 0.78; line-height: 1.35; margin-top: 0.25rem; display: block}.aci-trust-panel .aci-btn-primary{width: 100%; justify-content: center; margin-bottom: 0.875rem}.aci-phone-link{display: flex; align-items: center; gap: 0.875rem; padding: 1.1rem 1.25rem; background: rgba(255,255,255,0.1); border-radius: 0.875rem; text-decoration: none; color: #fff; transition: background 0.3s ease}.aci-phone-link:hover{background: rgba(255,255,255,0.18)}.aci-phone-link__icon{width: 2.75rem; height: 2.75rem; background: rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0}.aci-phone-link__text .small{display: block; font-size: 0.72rem; opacity: 0.72}.aci-phone-link__text .number{display: block; font-size: 1.1rem; font-weight: 700}.aci-cta-section{background: linear-gradient(140deg,#002255 0%,#001025 60%,#000813 100%); color: #fff; padding: 7rem 1.5rem; text-align: center; position: relative; overflow: hidden}.aci-cta-section__orb-a,.aci-cta-section__orb-b{position: absolute; border-radius: 50%; pointer-events: none}.aci-cta-section__orb-a{width: 600px; height: 600px; background: radial-gradient(circle,rgba(0,86,179,0.25),transparent 65%); top: -250px; left: -100px}.aci-cta-section__orb-b{width: 500px; height: 500px; background: radial-gradient(circle,rgba(255,102,0,0.15),transparent 65%); bottom: -200px; right: -100px}.aci-cta-section h2{font-size: clamp(1.875rem,4.5vw,3rem); font-weight: 800; color: #fff; margin-bottom: 1.125rem; position: relative; z-index: 1; line-height: 1.15}.aci-cta-section h2 em{font-style: normal; color: var(--aci-primary-light)}.aci-cta-section p{font-size: 1.1rem; color: rgba(255,255,255,0.78); max-width: 560px; margin: 0 auto 2.75rem; line-height: 1.75; position: relative; z-index: 1}.aci-cta-group{display: flex; flex-wrap: wrap; gap: 1.1rem; justify-content: center; position: relative; z-index: 1}.aci-cta-phone{display: inline-flex; align-items: center; gap: 0.75rem; background: rgba(255,255,255,0.1); color: #fff; padding: 0.9rem 2rem; border-radius: var(--aci-radius-sm); font-weight: 600; font-size: 1rem; text-decoration: none; border: 2px solid rgba(255,255,255,0.28); transition: all 0.3s ease}.aci-cta-phone:hover{background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.65); transform: translateY(-2px)}.aci-section-rule{width: 56px; height: 4px; background: linear-gradient(90deg,var(--aci-primary),var(--aci-accent)); border-radius: 2px; margin: 0.875rem 0 0}.aci-text-center .aci-section-rule{margin: 0.875rem auto 0}@media (max-width: 600px){.aci-hero__inner{padding: 6.5rem 1.25rem 4.5rem}.aci-section{padding: 4rem 1.25rem}.aci-process{padding: 4.5rem 1.25rem}.aci-cta-section{padding: 5.5rem 1.25rem}.aci-trust-stats{grid-template-columns: 1fr 1fr}}@media (min-width: 1200px){.aci-hero__inner{padding: 9rem 2rem 6rem}}