.cta-band{background:var(--navy);padding:100px 24px;position:relative;overflow:hidden}.cta-band:before{content:"";pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23c1a252' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.cta-band .cta-inner{text-align:center;z-index:2;max-width:780px;margin:0 auto;position:relative}.cta-band .cta-inner h2{color:#fff;margin-bottom:20px;font-family:Cairo,sans-serif;font-size:clamp(28px,4vw,44px);font-weight:900;line-height:1.35}.cta-band .cta-inner h2 .gold{color:var(--gold)}.cta-band .cta-inner p{color:#ffffffb8;margin-bottom:40px;font-size:15px;line-height:1.8}.cta-band .cta-btns{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.cta-band .btn-gold{background:var(--gold);color:var(--navy);border-radius:10px;align-items:center;gap:8px;padding:14px 32px;font-family:Cairo,sans-serif;font-size:15px;font-weight:700;text-decoration:none;transition:all .35s;display:inline-flex;box-shadow:0 8px 28px #c1a25259}.cta-band .btn-gold:hover{background:var(--gold-light);transform:translateY(-3px);box-shadow:0 14px 36px #c1a25273}.cta-band .btn-ghost{color:#fff;background:0 0;border:2px solid #ffffff4d;border-radius:10px;align-items:center;gap:8px;padding:14px 32px;font-family:Cairo,sans-serif;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.cta-band .btn-ghost:hover{background:#ffffff1a;border-color:#c1a25299;transform:translateY(-2px)}.cta-band .cta-contact-info{flex-direction:column;align-items:center;gap:12px;margin-top:40px;display:flex}.cta-band .cta-contact-row{color:#ffffffb3;text-align:center;align-items:center;gap:10px;font-size:14px;display:flex}.cta-band .cta-contact-icon{color:var(--gold);font-size:18px}@media (max-width:600px){.cta-band .cta-btns{flex-direction:column}.cta-band .btn-gold,.cta-band .btn-ghost{justify-content:center;width:100%}.cta-band .cta-contact-row{flex-direction:column;line-height:1.8}}
.sub-page-hero{justify-content:center;align-items:center;height:80vh;min-height:340px;max-height:520px;display:flex;position:relative;overflow:hidden}.sub-page-hero-bg{background-color:var(--navy);z-index:0;background-position:50% 30%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.sub-page-hero-overlay{z-index:1;background:linear-gradient(#060f22b8 0%,#091a37d9 60%,#060f22f2 100%);position:absolute;inset:0}.sub-page-hero-overlay:after{content:"";pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23c1a252' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.sub-page-hero-content{z-index:2;text-align:center;max-width:860px;margin:0 auto;padding:0 24px;position:relative}.hero-breadcrumb{color:var(--gold-light);letter-spacing:.08em;text-transform:uppercase;opacity:0;background:#c1a2521f;border:1px solid #c1a25259;border-radius:100px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 16px;font-size:11px;font-weight:600;animation:.7s cubic-bezier(.16,1,.3,1) 50ms forwards fadeUp;display:inline-flex}.hero-breadcrumb .material-symbols-outlined{font-size:14px}.sub-page-hero-content h1{color:#fff;opacity:0;margin-bottom:16px;font-family:Cairo,sans-serif;font-size:clamp(38px,6vw,68px);font-weight:900;line-height:1.1;animation:.7s cubic-bezier(.16,1,.3,1) .15s forwards fadeUp}.sub-page-hero-content h1 .gold{color:var(--gold)}.hero-gold-line{background:linear-gradient(to right, transparent, var(--gold), transparent);opacity:0;border-radius:100px;width:60px;height:3px;margin:0 auto 16px;animation:.7s cubic-bezier(.16,1,.3,1) .25s forwards fadeUp}.sub-page-hero-content p{color:#ffffffc7;opacity:0;max-width:640px;margin:0 auto;font-size:clamp(13px,1.8vw,16px);line-height:1.8;animation:.7s cubic-bezier(.16,1,.3,1) .3s forwards fadeUp}.sub-page-hero:after{content:"";background:linear-gradient(to bottom, transparent, var(--surface));z-index:3;pointer-events:none;height:60px;position:absolute;bottom:0;left:0;right:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.sub-page-hero{height:70vh;min-height:320px}.sub-page-hero-content{padding:0 18px}.sub-page-hero-content h1{font-size:clamp(30px,8vw,42px)}.sub-page-hero-content p{font-size:14px}}
