:root{--fw-navy:#1e3a8a;--fw-blue:#1d4ed8;--fw-gold:#f5c518;--fw-bg:#f0f5ff;--fw-slate:#1e293b;--fw-mid:#475569;--fw-lt:#94a3b8;--fw-border:#bfdbfe;}
.fw-hero{background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 60%,#0f172a 100%);padding:80px 0 56px;position:relative;overflow:hidden;}
.fw-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 30% 30%,rgba(245,197,24,.08),transparent 65%);}
.fw-hero .container{position:relative;z-index:1;}
.fw-hero-inner{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start;}
.fw-breadcrumb{display:flex;align-items:center;gap:8px;font-size:.82rem;color:rgba(255,255,255,.45);margin-bottom:24px;}
.fw-breadcrumb a{color:#f5c518;text-decoration:none;}
.fw-breadcrumb span{color:rgba(255,255,255,.3);}
.fw-eyebrow{display:inline-block;background:rgba(245,197,24,.15);border:1px solid rgba(245,197,24,.3);color:#f5c518;font-size:.72rem;font-weight:800;letter-spacing:3px;text-transform:uppercase;padding:6px 18px;border-radius:40px;margin-bottom:20px;}
.fw-hero-title{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;color:#fff;line-height:1.15;margin-bottom:16px;letter-spacing:-1px;}
.fw-hero-title em{color:#f5c518;font-style:normal;}
.fw-hero-sub{font-size:.95rem;color:rgba(255,255,255,.7);line-height:1.75;margin-bottom:22px;}
.fw-hero-sub strong{color:#fff;}
.fw-hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;}
.fw-badge{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.85);font-size:.76rem;font-weight:600;padding:5px 13px;border-radius:40px;}
.fw-hero-ctas{display:flex;gap:12px;flex-wrap:wrap;}
.fw-price-card{background:#fff;border-radius:18px;padding:28px 24px;border:2px solid #bfdbfe;}
.fw-price-label{font-size:.68rem;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#1d4ed8;margin-bottom:8px;}
.fw-price-amount{font-size:2.8rem;font-weight:900;color:#1e3a8a;line-height:1;letter-spacing:-2px;margin-bottom:4px;}
.fw-price-amount span{font-size:1.4rem;vertical-align:top;margin-top:6px;display:inline-block;color:#1d4ed8;font-weight:700;}
.fw-price-sub{font-size:.76rem;color:#94a3b8;margin-bottom:18px;}
.fw-price-perks{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:22px;padding:0;}
.fw-price-perks li{font-size:.86rem;color:#475569;display:flex;align-items:center;gap:8px;}
.fw-check{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:linear-gradient(135deg,#1e3a8a,#1d4ed8);border-radius:50%;color:#f5c518;font-size:.62rem;font-weight:900;flex-shrink:0;}
.fw-card-note{font-size:.7rem;color:#94a3b8;text-align:center;margin-top:10px;}
.fw-btn{display:inline-block;font-size:.82rem;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;padding:14px 28px;border-radius:50px;text-decoration:none;cursor:pointer;white-space:nowrap;border:none;}
.fw-btn--primary{background:linear-gradient(135deg,#1e3a8a,#1d4ed8);color:#f5c518;}
.fw-btn--ghost{background:rgba(255,255,255,.1);color:#fff;border:1.5px solid rgba(255,255,255,.25);}
.fw-btn--full{display:block;text-align:center;width:100%;box-sizing:border-box;}
.fw-trust-strip{background:#1e3a8a;padding:14px 0;}
.fw-trust-items{display:flex;justify-content:center;flex-wrap:wrap;}
.fw-trust-item{display:flex;align-items:center;gap:8px;padding:6px 20px;font-size:.8rem;font-weight:700;color:rgba(255,255,255,.85);border-right:1px solid rgba(255,255,255,.15);}
.fw-trust-item:last-child{border-right:none;}
.fw-trust-icon{font-size:1.1rem;}
.fw-section{padding:56px 0;}
.fw-section--alt{background:#f0f5ff;}
.fw-section-title{font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:900;color:#1e293b;margin-bottom:14px;letter-spacing:-.5px;}
.fw-section-title em{color:#1d4ed8;font-style:normal;}
.fw-section-title--center{text-align:center;margin-bottom:32px;}
.fw-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px;}
.fw-feature-card{background:#fff;border:1.5px solid #bfdbfe;border-radius:14px;padding:24px 20px;}
.fw-feature-icon{font-size:1.8rem;margin-bottom:12px;}
.fw-feature-card h3{font-size:.95rem;font-weight:800;color:#1e293b;margin-bottom:8px;}
.fw-feature-card p{font-size:.86rem;color:#475569;line-height:1.65;}
.fw-suburb-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;}
.fw-suburb-chip{background:#fff;border:1.5px solid #bfdbfe;color:#1e3a8a;font-size:.8rem;font-weight:600;padding:5px 14px;border-radius:40px;}
.fw-list{padding-left:0;list-style:none;display:flex;flex-direction:column;gap:10px;}
.fw-list li{font-size:.95rem;color:#475569;padding-left:22px;position:relative;line-height:1.6;}
.fw-list li strong{color:#1e293b;}
.fw-cta-section{background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);padding:56px 0;}
.fw-cta-section .fw-section-title{color:#fff;}
.fw-cta-section .fw-section-title em{color:#f5c518;}
.fw-cta-section p{color:rgba(255,255,255,.8);}
.fw-cta-section a{color:#f5c518;}
.fw-faqs{display:flex;flex-direction:column;gap:10px;margin-top:20px;}
.fw-faq-item{background:#fff;border:1.5px solid #bfdbfe;border-radius:12px;padding:20px 22px;}
.fw-faq-item h3{font-size:.95rem;font-weight:800;color:#1e293b;margin-bottom:8px;}
.fw-faq-item p{font-size:.88rem;color:#475569;line-height:1.7;}
.fw-faq-item a{color:#1d4ed8;font-weight:600;}
.fw-links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px;}
.fw-link-card{display:block;background:#fff;border:1.5px solid #bfdbfe;border-radius:10px;padding:16px 18px;font-size:.88rem;font-weight:700;color:#1e3a8a;text-decoration:none;}
.fw-link-card:hover{border-color:#1d4ed8;color:#1d4ed8;}
@media(max-width:1024px){.fw-hero-inner{grid-template-columns:1fr;}.fw-price-card{max-width:480px;}.fw-features-grid{grid-template-columns:repeat(2,1fr);}.fw-links-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:680px){.fw-hero{padding:80px 0 40px;}.fw-features-grid,.fw-links-grid{grid-template-columns:1fr;}.fw-trust-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.1);width:100%;justify-content:center;}.fw-hero-ctas{flex-direction:column;}}
