:root{--navy:#03162d;--navy2:#061b35;--gold:#d9aa43;--gold2:#f0c65b;--paper:#f8f8f6;--muted:#cbd6e2;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--navy);color:#fffdf8;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.container{width:min(calc(100% - 104px),var(--max));margin:auto}.page-header{background:rgba(2,18,39,.98);border-bottom:1px solid rgba(255,255,255,.12)}.header-inner{min-height:82px;display:flex;align-items:center;gap:34px}.brand{width:184px;display:flex;align-items:center}.brand img{width:225px;height:auto}.page-header nav{display:flex;gap:30px;margin-left:auto;font-size:.9rem}.page-header nav a{padding:30px 0}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:14px 20px;border-radius:5px;font-size:.9rem;font-weight:700}.button-small,.button-gold{background:var(--gold);color:#101b27}.button-gold:hover,.button-small:hover{background:var(--gold2)}.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(--gold2);font-size:.7rem;letter-spacing:.18em;font-weight:700}.eyebrow.dark{color:#a47a21}.hero h1,h2,h3{font-family:Georgia,'Times New Roman',serif}.hero 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;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)}.light-section{color:var(--navy);background:var(--paper);padding:75px 0}.dark-section{padding:76px 0;background:var(--navy2)}.narrow{max-width:930px}.container h2{margin:0 0 18px;font-size:clamp(2rem,3.3vw,3rem);line-height:1.08;letter-spacing:-.03em}.intro{max-width:700px;margin:0 0 35px;color:#314258;line-height:1.55}.problem-grid,.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.problem-grid article,.feature-grid article{padding:22px 18px;border-top:2px solid var(--gold);background:#fff}.problem-grid span{color:var(--gold);font-weight:700}.problem-grid h3,.feature-grid h3{margin:16px 0 8px;font-size:1.15rem;line-height:1.15}.problem-grid p,.feature-grid p{margin:0;color:#45566a;font-size:.84rem;line-height:1.5}.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}.process-grid span{color:var(--gold);font-weight:700}.process-grid h3{margin:20px 0 8px;font-size:1.25rem}.process-grid p,.purpose p,.purpose li,.indicators p{color:var(--muted);font-size:.84rem;line-height:1.5}.included-grid,.indicator-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 18px}.included-grid div,.indicator-grid span{padding:16px 18px;border-left:3px solid var(--gold);background:#fff;color:#314258;font-size:.88rem}.closing{margin:30px 0 0;color:#45566a;font-size:.85rem}.two-column{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.purpose ul{padding-left:20px}.feature-grid{grid-template-columns:repeat(3,1fr)}.indicators{background:#0a2545}.indicator-grid{margin:25px 0}.indicator-grid span{border:1px solid rgba(255,255,255,.15);background:transparent;color:#eef2f6}.page-cta{padding:65px 0;text-align:center;background:var(--navy)}.page-cta h2{max-width:700px;margin:0 auto 13px}.page-cta p{max-width:650px;margin:0 auto 25px;color:var(--muted);line-height:1.5}.faq details{border-bottom:1px solid #d5dbe1}.faq summary{padding:20px 0;cursor:pointer;list-style:none;font-family:Georgia,'Times New Roman',serif;font-size:1.06rem;font-weight:700}.faq summary::-webkit-details-marker{display:none}.faq summary:after{float:right;color:var(--gold);content:'+'}.faq details[open] summary:after{content:'−'}.faq 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}.footer-grid h2{margin:2px 0 8px;font-family:Arial,sans-serif;font-size:.75rem;color:var(--gold2);letter-spacing:0}.footer-grid p,.footer-grid a{color:#b9c6d5;font-size:.72rem;line-height:1.7}.social-links{display:flex;gap:12px}.social-links a:hover,.footer-bottom a:hover{color:var(--gold2)}.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{font-size:.68rem}@media(max-width:900px){.container{width:min(calc(100% - 48px),var(--max))}.page-header nav{gap:16px;font-size:.8rem}.hero-layout{grid-template-columns:minmax(0,1fr) 300px}.hero-visual img{width:100%}.problem-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(3,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.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}.hero-layout{display:flex;flex-direction:column;gap:0}.hero-copy{padding:45px 0 15px}.hero 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}.light-section,.dark-section{padding:55px 0}.problem-grid,.process-grid,.feature-grid,.included-grid,.indicator-grid{grid-template-columns:1fr}.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}}
