:root{--navy:#03162d;--navy-2:#061b35;--gold:#d9aa43;--gold-light:#f0c65b;--white:#fffdf8;--muted:#cbd6e2;--paper:#f8f8f6;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--white);background:var(--navy);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.page-container{width:min(calc(100% - 104px),var(--max));margin:0 auto}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.page-header{background:rgba(2,18,39,.98);border-bottom:1px solid rgba(255,255,255,.12);position:relative;z-index:5}.header-inner{min-height:82px;display:flex;align-items:center;gap:34px}.brand{width:184px;display:flex;align-items:center}.brand img{display:block;width:225px;height:auto}.page-header nav{display:flex;gap:30px;margin-left:auto;font-size:.9rem}.page-header nav a{padding:30px 0;color:#f6f3ea}.page-header nav a:hover{color:var(--gold-light)}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;border-radius:5px;padding:14px 20px;font-weight:700;font-size:.9rem;transition:transform .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button-small{min-width:106px;background:var(--gold);color:#101b27}.button-gold{background:var(--gold);color:#101b27}.button-gold:hover{background:var(--gold-light)}.menu-toggle,.mobile-navigation{display:none}.traffic-hero{overflow:hidden;background:radial-gradient(circle at 80% 45%,#12345a 0,#061b35 35%,var(--navy) 75%)}.hero-layout{min-height:535px;display:grid;grid-template-columns:minmax(0,1fr) 420px;align-items:center;gap:40px}.hero-copy{padding:65px 0}.eyebrow{margin:0 0 13px;color:var(--gold-light);font-size:.7rem;letter-spacing:.18em;font-weight:700}.eyebrow.dark{color:#a47a21}.hero-copy h1,.page-container h2{font-family:Georgia,'Times New Roman',serif;letter-spacing:-.03em}.hero-copy h1{max-width:700px;margin:0;font-size:clamp(2.5rem,4.5vw,4rem);line-height:1.06}.hero-subtitle{max-width:610px;margin:25px 0 25px;color:#eef2f6;font-size:1.05rem;line-height:1.55}.hero-note{max-width:520px;margin:20px 0 0;color:var(--muted);font-size:.84rem;line-height:1.45}.hero-visual{position:relative;min-height:360px;display:grid;place-items:center}.hero-visual img{position:relative;z-index:1;width:min(72%,300px);height:300px;object-fit:contain}.visual-ring{position:absolute;width:315px;height:315px;border:1px solid rgba(217,170,67,.55);border-radius:50%;box-shadow:0 0 0 28px rgba(217,170,67,.05),0 0 80px rgba(217,170,67,.12)}.light-section{color:var(--navy);background:var(--paper)}.problem-section,.included-section,.differentiators-section,.faq-section{padding:75px 0}.page-container h2{margin:0 0 18px;font-size:clamp(2rem,3.3vw,3rem);line-height:1.08}.narrow-content{max-width:930px}.section-intro{max-width:700px;margin:0 0 35px;color:#314258;font-size:1rem;line-height:1.55}.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.problem-grid article{padding:22px 18px;border-top:2px solid var(--gold);background:#fff}.number{color:var(--gold);font-weight:700;font-size:.8rem}.problem-grid h3,.differentiator-grid h3{margin:16px 0 8px;font-family:Georgia,'Times New Roman',serif;font-size:1.15rem;line-height:1.15}.problem-grid p,.differentiator-grid p{margin:0;color:#45566a;font-size:.84rem;line-height:1.5}.process-section,.monitor-section{padding:76px 0;background:var(--navy-2)}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:36px}.process-grid article{padding:21px 16px;border:1px solid rgba(255,255,255,.16);border-radius:7px;background:rgba(255,255,255,.035)}.process-grid span{color:var(--gold);font-weight:700}.process-grid h3{margin:20px 0 8px;font-family:Georgia,'Times New Roman',serif;font-size:1.25rem}.process-grid p,.monitor-section p,.monitor-section li{color:var(--muted);font-size:.84rem;line-height:1.5}.included-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 18px}.included-grid div{padding:16px 18px;border-left:3px solid var(--gold);background:#fff;color:#314258;font-size:.88rem}.closing-note{margin:30px 0 0;color:#45566a;font-size:.85rem}.two-column{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.monitor-section h2{max-width:430px}.monitor-section ul{padding-left:20px}.differentiator-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.differentiator-grid article{padding:24px 20px;border-top:2px solid var(--gold);background:#fff}.differentiator-grid h3{margin-top:0}.indicators-section{background:#0a2545}.indicator-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:25px 0;color:#eef2f6}.indicator-list span{padding:13px 15px;border:1px solid rgba(255,255,255,.15);font-size:.83rem}.page-cta{padding:65px 0;text-align:center;background:#03162d}.page-cta h2{max-width:700px;margin:0 auto 13px;font-size:clamp(2rem,3.3vw,3rem)}.page-cta p{max-width:650px;margin:0 auto 25px;color:var(--muted);line-height:1.5}.faq-section details{border-bottom:1px solid #d5dbe1}.faq-section summary{padding:20px 0;color:var(--navy);cursor:pointer;font-family:Georgia,'Times New Roman',serif;font-size:1.06rem;font-weight:700;list-style:none}.faq-section summary::-webkit-details-marker{display:none}.faq-section summary::after{float:right;color:var(--gold);content:'+'}.faq-section details[open] summary::after{content:'−'}.faq-section details p{max-width:800px;margin:0 0 20px;color:#45566a;font-size:.9rem;line-height:1.55}.page-footer{background:#071b34}.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:34px;padding:29px 0 24px}.footer-grid img{width:200px;height:auto}.footer-grid h2{margin:2px 0 8px;color:var(--gold-light);font-family:Arial,Helvetica,sans-serif;font-size:.75rem;letter-spacing:0}.footer-grid p,.footer-grid>a,.footer-grid>div>a{display:block;margin:0;color:#b9c6d5;font-size:.72rem;line-height:1.7}.social-links{display:flex;flex-wrap:wrap;gap:10px}.social-links a{display:inline-block;color:#b9c6d5;font-size:.72rem}.social-links a:hover,.footer-bottom a:hover{color:var(--gold-light)}.footer-bottom{display:flex;align-items:center;justify-content:flex-end;gap:25px;padding:13px 0 16px;border-top:1px solid rgba(255,255,255,.14)}.footer-bottom p{margin:0 auto 0 0;color:#aebccc;font-size:.68rem;line-height:1.55}.footer-bottom a{color:#aebccc;font-size:.68rem}@media(max-width:900px){.page-container{width:min(calc(100% - 48px),var(--max))}.header-inner{gap:20px}.page-header nav{gap:16px;font-size:.8rem}.hero-layout{grid-template-columns:minmax(0,1fr) 300px;gap:22px}.hero-visual img{width:100%}.problem-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(3,1fr)}.two-column{gap:35px}.differentiator-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.page-container{width:min(calc(100% - 36px),var(--max))}.header-inner{min-height:72px;justify-content:space-between}.brand{width:158px}.brand img{width:185px}.page-header nav,.button-small{display:none}.menu-toggle{display:flex;width:42px;height:38px;flex-direction:column;justify-content:center;gap:5px;border:1px solid rgba(255,255,255,.3);border-radius:5px;background:transparent}.menu-toggle span:not(.sr-only){width:19px;height:2px;margin:0 auto;background:#fff}.mobile-navigation{display:none;padding:8px 18px;border:1px solid rgba(255,255,255,.13);background:#061b36}.mobile-navigation.open{display:block}.mobile-navigation a{display:block;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08)}.hero-layout{display:flex;flex-direction:column;gap:0}.hero-copy{padding:45px 0 15px}.hero-copy h1{font-size:clamp(2.25rem,11vw,3.2rem)}.hero-visual{width:100%;min-height:285px}.hero-visual img{width:68%;height:240px}.visual-ring{width:250px;height:250px}.problem-section,.included-section,.differentiators-section,.faq-section{padding:55px 0}.problem-grid,.process-grid,.differentiator-grid,.included-grid,.indicator-list{grid-template-columns:1fr}.process-section,.monitor-section{padding:55px 0}.two-column{display:flex;flex-direction:column;gap:25px}.page-cta{padding:55px 0}.footer-grid{display:flex;flex-direction:column;gap:21px;padding:28px 0 22px}.footer-grid img{width:185px}.footer-bottom{align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:12px 20px;padding-bottom:18px}}
