:root{--navy: #0b4169;--navy-d: #072c47;--navy-l: #1a5a8a;--cream: #f7f3e8;--gold: #d4a017;--gold-l: #f2c94c;--green: #1e8a57;--ink: #0e1d2c;--muted: #5a6776;--line: #dfe6ee;--bg: #fafbfc;--card: #ffffff}.landing *{box-sizing:border-box;margin:0;padding:0}.landing{scroll-behavior:smooth;font-family:-apple-system,BlinkMacSystemFont,Inter,Helvetica Neue,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.55;-webkit-font-smoothing:antialiased;font-size:16px}.landing a{color:var(--navy);text-decoration:none}.landing .container{max-width:1180px;margin:0 auto;padding:0 24px}.landing nav.top{position:sticky;top:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(10px);border-bottom:1px solid var(--line);padding:14px 0}.landing nav.top .row{display:flex;align-items:center;justify-content:space-between;gap:16px}.landing nav.top .logo{font-weight:900;font-size:20px;color:var(--navy);letter-spacing:-.3px}.landing nav.top .logo .acc{color:var(--gold)}.landing nav.top ul{list-style:none;display:flex;gap:24px;align-items:center}.landing nav.top ul a{color:var(--muted);font-weight:500;font-size:14px}.landing nav.top ul a:hover{color:var(--navy)}.landing nav.top .cta{background:var(--navy);color:#fff!important;padding:9px 18px;border-radius:999px;font-weight:700;font-size:14px;transition:all .15s}.landing nav.top .cta:hover{background:var(--navy-d)}.landing .hero{background:radial-gradient(800px 400px at 90% -10%,rgba(212,160,23,.18),transparent 70%),radial-gradient(900px 500px at -10% 110%,rgba(11,65,105,.1),transparent 70%),linear-gradient(180deg,#ffffff 0%,var(--cream) 100%);padding:90px 0 70px;position:relative;overflow:hidden;border-bottom:4px solid var(--gold)}.landing .hero .grid{display:grid;grid-template-columns:1.05fr 1fr;gap:60px;align-items:center}.landing .hero h1{font-size:54px;line-height:1.05;letter-spacing:-1.5px;font-weight:900;color:var(--navy)}.landing .hero h1 .h-acc{color:var(--gold)}.landing .hero .lede{font-size:19px;color:var(--muted);margin:22px 0 28px;max-width:540px}.landing .hero .ctas{display:flex;gap:14px;flex-wrap:wrap}.landing .btn{display:inline-block;padding:14px 26px;border-radius:999px;font-weight:700;font-size:15px;transition:all .15s;cursor:pointer;border:none}.landing .btn-primary{background:var(--navy);color:#fff!important}.landing .btn-primary:hover{background:var(--navy-d);transform:translateY(-1px);box-shadow:0 8px 24px #0b416940}.landing .btn-secondary{background:#fff;color:var(--navy)!important;border:2px solid var(--navy)}.landing .btn-secondary:hover{background:var(--navy);color:#fff!important}.landing .hero .trust{margin-top:28px;display:flex;gap:18px;align-items:center;flex-wrap:wrap;font-size:13px;color:var(--muted)}.landing .hero .trust .tick{color:var(--green);font-weight:700}.landing .preview-wrap{position:relative;border-radius:12px;box-shadow:0 30px 60px -20px #0b416959,0 18px 36px -12px #0b416926;overflow:hidden;border:1px solid var(--line);background:#fff;transform:perspective(1200px) rotateY(-3deg) rotateX(1deg);transition:transform .3s}.landing .preview-wrap:hover{transform:perspective(1200px) rotateY(0) rotateX(0) scale(1.01)}.landing .preview-bar{background:#f0f1f4;padding:10px 14px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--line)}.landing .preview-bar .dots{display:flex;gap:6px}.landing .preview-bar .dots span{width:11px;height:11px;border-radius:50%;background:#cdd2db}.landing .preview-bar .url{flex:1;background:#fff;border-radius:6px;padding:5px 12px;font-size:11.5px;color:var(--muted);border:1px solid #e3e6ed;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.landing .mini-dash{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-d) 100%);color:#fff;padding:18px 22px;border-bottom:3px solid var(--gold)}.landing .mini-dash .title-row{display:flex;justify-content:space-between;align-items:center}.landing .mini-dash h3{font-size:19px;font-weight:800}.landing .mini-dash .pill{font-size:10px;background:#ffffff26;padding:3px 9px;border-radius:999px;opacity:.9}.landing .mini-dash .tabs{display:flex;gap:4px;margin-top:14px}.landing .mini-dash .tab{background:#ffffff14;padding:7px 16px;border-radius:6px 6px 0 0;font-weight:700;font-size:12px;letter-spacing:.5px;text-transform:uppercase;color:#ffffffb3}.landing .mini-dash .tab.active{background:#fff;color:var(--navy);transform:translateY(1px)}.landing .mini-kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding:16px 20px;background:#fff}.landing .mini-kpi{border-left:3px solid var(--navy);padding:8px 10px;background:#f8fafc;border-radius:4px}.landing .mini-kpi.gold{border-left-color:var(--gold)}.landing .mini-kpi .l{font-size:8.5px;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);font-weight:700}.landing .mini-kpi .v{font-size:19px;font-weight:800;color:var(--navy)}.landing .mini-kpi .n{font-size:10px;color:var(--ink);font-weight:600}.landing .mini-table{padding:0 20px 20px}.landing .mini-table table{width:100%;font-size:11.5px;border-collapse:collapse}.landing .mini-table th{text-align:left;padding:6px;background:#f8fafc;color:var(--muted);text-transform:uppercase;font-size:9px;letter-spacing:.5px}.landing .mini-table th:not(:nth-child(2)),.landing .mini-table td:not(:nth-child(2)){text-align:right}.landing .mini-table td{padding:6px;border-bottom:1px solid var(--line)}.landing .mini-table tr.gold td:first-child{background:linear-gradient(135deg,gold,#ffea80);font-weight:800}.landing .mini-table td.pl{font-weight:600}.landing .mini-table td.r{font-weight:700;color:var(--navy)}.landing .social-proof{background:#fff;padding:40px 0;border-bottom:1px solid var(--line)}.landing .proof-label{text-align:center;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--muted);margin-bottom:24px}.landing .proof-clubs{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:800px;margin:0 auto}.landing .proof-club{text-align:center;padding:16px 12px;border-radius:10px;border:1px solid var(--line);background:var(--bg)}.landing .proof-icon{font-size:28px;margin-bottom:6px}.landing .proof-name{font-weight:800;font-size:14px;color:var(--navy)}.landing .proof-league{font-size:11.5px;color:var(--muted);margin-top:2px}.landing .testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.landing .testimonial{background:#fff;border-radius:14px;border:1px solid var(--line);padding:30px;display:flex;flex-direction:column}.landing .testimonial .stars{color:var(--gold);font-size:18px;letter-spacing:2px;margin-bottom:14px}.landing .testimonial .quote{color:var(--ink);font-size:15px;line-height:1.6;flex:1;font-style:italic}.landing .testimonial .author{margin-top:20px;padding-top:16px;border-top:1px solid var(--line)}.landing .testimonial .author .name{font-weight:800;font-size:14px;color:var(--navy)}.landing .testimonial .author .club{font-size:13px;color:var(--muted)}.landing section{padding:80px 0}.landing section.alt{background:#fff}.landing .section-h{text-align:center;margin-bottom:50px}.landing .section-h .eyebrow{color:var(--gold);font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}.landing .section-h h2{font-size:38px;line-height:1.15;letter-spacing:-.8px;color:var(--navy);font-weight:900;max-width:760px;margin:0 auto}.landing .section-h h2 .h-acc{color:var(--gold)}.landing .section-h p{color:var(--muted);font-size:17px;max-width:620px;margin:14px auto 0}.landing .benefits-card{max-width:620px;margin:0 auto;padding:36px 40px;border-radius:14px;background:linear-gradient(180deg,#f3fbf7,#fff 60%);border:1px solid var(--line);border-top:4px solid var(--green)}.landing .benefits-card ul{list-style:none}.landing .benefits-card li{font-size:16px;color:var(--ink);position:relative;padding:10px 0 10px 32px;border-bottom:1px dashed #eef2f8}.landing .benefits-card li:last-child{border-bottom:none}.landing .benefits-card li:before{content:"✓";position:absolute;left:0;top:12px;width:20px;height:20px;border-radius:50%;background:#d2f0e0;color:var(--green);font-weight:900;font-size:13px;line-height:20px;text-align:center}.landing .feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.landing .feature{padding:30px;background:#fff;border-radius:14px;border:1px solid var(--line);transition:all .2s}.landing .feature:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0b41691a}.landing .feature .icon{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,var(--gold),var(--gold-l));display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:18px}.landing .feature.navy .icon{background:linear-gradient(135deg,var(--navy),var(--navy-l));color:#fff}.landing .feature.green .icon{background:linear-gradient(135deg,var(--green),#34a374);color:#fff}.landing .feature h3{font-size:17px;font-weight:800;color:var(--navy);margin-bottom:8px}.landing .feature p{color:var(--muted);font-size:14.5px;line-height:1.55}.landing .how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.landing .how-step{background:#fff;padding:24px;border-radius:12px;border:1px solid var(--line);position:relative}.landing .how-step .num{background:var(--gold);color:var(--navy-d);width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:14px;margin-bottom:14px}.landing .how-step h4{font-size:16px;font-weight:800;color:var(--navy);margin-bottom:6px}.landing .how-step p{color:var(--muted);font-size:13.5px}.landing .pricing-wrap{display:flex;justify-content:center}.landing .pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:860px;margin:0 auto}.landing .pricing-card{width:100%;background:#fff;border-radius:18px;border:2px solid var(--line);overflow:hidden;box-shadow:0 8px 30px -10px #0b41691f;transition:box-shadow .2s;position:relative}.landing .pricing-card.featured{border-color:var(--navy);box-shadow:0 20px 60px -20px #0b416959}.landing .pricing-card .card-badge{position:absolute;top:16px;right:16px;background:var(--gold);color:var(--navy-d);font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;padding:4px 10px;border-radius:999px}.landing .pricing-card .banner{background:var(--navy);color:#fff;text-align:center;padding:14px;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:1px}.landing .pricing-card .body{padding:32px;text-align:center}.landing .pricing-card .tier-name{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;color:var(--muted);margin-bottom:8px}.landing .pricing-card .price{font-size:52px;font-weight:900;color:var(--navy);letter-spacing:-2px;line-height:1}.landing .pricing-card .price .cur{font-size:26px;vertical-align:top;opacity:.7;margin-right:2px}.landing .pricing-card .price .per{font-size:16px;color:var(--muted);font-weight:600}.landing .pricing-card .price-slashed{margin-bottom:4px}.landing .pricing-card .price-slashed .was{font-size:20px;color:#c66;text-decoration:line-through;font-weight:700;opacity:.7}.landing .was-sm{font-size:16px;color:#c66;text-decoration:line-through;font-weight:600;margin-right:6px}.landing .pricing-card .pre{font-size:12px;color:var(--muted);margin:6px 0 18px;text-transform:uppercase;letter-spacing:.8px;font-weight:700}.landing .pricing-card .recur{font-size:14px;color:var(--green);font-weight:700;background:#d2f0e0;padding:8px 14px;border-radius:999px;display:inline-block;margin-bottom:26px}.landing .pricing-card ul{list-style:none;text-align:left;margin-bottom:24px}.landing .pricing-card li{padding:7px 0;font-size:13.5px;color:var(--ink);display:flex;align-items:flex-start;gap:8px;border-bottom:1px dashed #eef2f8}.landing .pricing-card li:last-child{border-bottom:none}.landing .pricing-card li:before{content:"✓";color:var(--green);font-weight:900;flex-shrink:0}.landing .pricing-card .plus-header{font-size:12px;font-weight:800;color:var(--navy);text-transform:uppercase;letter-spacing:.5px;margin:8px 0 4px;padding-top:8px;border-top:1.5px solid var(--line)}.landing .pricing-card .btn{width:100%;padding:14px;font-size:15px}.landing .demo-banner{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-d) 100%);color:#fff;padding:50px 30px;border-radius:14px 14px 0 0;text-align:center}.landing .demo-banner h2{font-size:32px;margin-bottom:12px;color:#fff}.landing .demo-banner p{color:#ffffffd9;margin-bottom:24px;font-size:17px}.landing .demo-banner .btn-primary{background:var(--gold);color:var(--navy-d)!important}.landing .demo-banner .btn-primary:hover{background:var(--gold-l)}.landing .demo-banner .demo-upsell{margin-top:28px;margin-bottom:14px;font-size:15px;color:#ffffffb3;border-top:1px solid rgba(255,255,255,.15);padding-top:24px}.landing .demo-banner .btn-secondary-light{background:transparent;color:#fff!important;border:2px solid rgba(255,255,255,.5)}.landing .demo-banner .btn-secondary-light:hover{background:#ffffff1a;border-color:#fff}.landing .faq-list{max-width:760px;margin:0 auto}.landing .faq{background:#fff;border-radius:12px;border:1px solid var(--line);margin-bottom:12px;overflow:hidden}.landing .faq summary{padding:18px 24px;font-weight:700;font-size:15.5px;color:var(--ink);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.landing .faq summary::-webkit-details-marker{display:none}.landing .faq summary:after{content:"+";font-size:22px;color:var(--navy);font-weight:400;transition:transform .2s}.landing .faq[open] summary:after{transform:rotate(45deg)}.landing .faq p{padding:0 24px 20px;color:var(--muted);font-size:14.5px;line-height:1.6}.landing .order-wrap{background:#fff;border-radius:16px;padding:40px;box-shadow:0 20px 60px -20px #0b416933;max-width:680px;margin:0 auto}.landing .order-wrap h3{font-size:24px;color:var(--navy);margin-bottom:8px;font-weight:800}.landing .order-wrap p.intro{color:var(--muted);margin-bottom:26px}.landing .form-row{display:grid;gap:16px;margin-bottom:16px}.landing .form-row.two{grid-template-columns:1fr 1fr}.landing .form-row label{display:block;font-size:12px;font-weight:700;color:var(--muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.landing .form-row input,.landing .form-row textarea,.landing .form-row select{width:100%;padding:11px 14px;font-size:14.5px;border:1.5px solid var(--line);border-radius:8px;background:#fff;font-family:inherit}.landing .form-row textarea{min-height:80px;resize:vertical}.landing .form-row input:focus,.landing .form-row textarea:focus,.landing .form-row select:focus{border-color:var(--navy);outline:none}.landing .plan-selector{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:24px 0}.landing .plan-card{position:relative;border:2px solid var(--line);border-radius:12px;padding:18px 18px 14px;cursor:pointer;transition:all .15s;background:#fff}.landing .plan-card:hover{border-color:var(--navy-l)}.landing .plan-card.selected{border-color:var(--navy);background:#f0f4fa;box-shadow:0 0 0 1px var(--navy)}.landing .plan-card input[type=radio]{position:absolute;opacity:0;width:0;height:0}.landing .plan-card .plan-radio{position:absolute;top:16px;right:16px;width:20px;height:20px;border-radius:50%;border:2px solid var(--line);transition:all .15s}.landing .plan-card.selected .plan-radio{border-color:var(--navy);background:var(--navy);box-shadow:inset 0 0 0 3px #fff}.landing .plan-card .plan-name{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:4px}.landing .plan-card.selected .plan-name{color:var(--navy)}.landing .plan-card .plan-price{font-size:28px;font-weight:900;color:var(--navy);line-height:1.1}.landing .plan-card .plan-price .plan-cur{font-size:16px;vertical-align:top;opacity:.7}.landing .plan-card .plan-desc{font-size:12px;color:var(--muted);margin-top:6px;line-height:1.4}.landing .plan-card .plan-badge{display:inline-block;background:var(--gold);color:var(--navy-d);font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.4px;padding:2px 7px;border-radius:4px;margin-left:8px;vertical-align:middle}.landing .plan-heading{font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.landing .order-summary{background:#f8fafc;border-radius:12px;padding:22px;margin:24px 0 0;border:1.5px solid var(--line)}.landing .summary-heading{font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px}.landing .summary-line{display:flex;justify-content:space-between;font-size:14px;color:var(--ink);padding:6px 0}.landing .summary-total{display:flex;justify-content:space-between;align-items:center;border-top:2px solid var(--navy);margin-top:10px;padding-top:14px;font-weight:800;font-size:16px;color:var(--navy)}.landing .summary-total-amt{font-size:26px;font-weight:900}.landing .renewal-note{font-size:12.5px;color:var(--green);font-weight:600;margin:6px 0 0;text-align:right}.landing .order-summary .btn{width:100%;padding:16px;font-size:16px;margin-top:18px}.landing .trust-signals{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:14px;flex-wrap:wrap}.landing .trust-lock{font-size:14px}.landing .trust-text{font-size:11.5px;color:var(--muted)}.landing .order-wrap .fine{font-size:11.5px;color:var(--muted);margin-top:14px;text-align:center;line-height:1.6}.landing footer{background:var(--navy-d);color:#ffffffbf;padding:50px 0 30px}.landing footer .row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px}.landing footer .logo{color:#fff;font-weight:900;font-size:22px}.landing footer .logo .acc{color:var(--gold)}.landing footer .sub{margin-top:8px;font-size:13.5px;max-width:320px;color:#fff9}.landing footer ul{list-style:none}.landing footer ul a{color:#ffffffb3;font-size:13.5px;display:block;padding:4px 0}.landing footer ul a:hover{color:#fff}.landing footer .bottom{margin-top:36px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);font-size:12.5px;text-align:center;color:#ffffff80}@media(max-width:880px){.landing nav.top ul{display:none}.landing .hero{padding:60px 0}.landing .hero .grid{grid-template-columns:1fr;gap:40px}.landing .hero h1{font-size:36px;letter-spacing:-1px}.landing .hero .lede{font-size:16px}.landing .preview-wrap{transform:none}.landing .feature-grid,.landing .how-grid,.landing .testimonial-grid{grid-template-columns:1fr}.landing .benefits-card{padding:24px}.landing .proof-clubs,.landing .mini-kpis{grid-template-columns:repeat(2,1fr)}.landing section{padding:50px 0}.landing .section-h h2{font-size:28px}.landing .pricing-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.landing .form-row.two,.landing .plan-selector{grid-template-columns:1fr}.landing .order-wrap{padding:24px}.landing .enquiry-form .form-row{grid-template-columns:1fr}}.landing .enquiry-section{background:var(--navy);padding:80px 0;color:#fff}.landing .enquiry-section .section-header{text-align:center;margin-bottom:40px}.landing .enquiry-section .kicker{color:var(--gold)}.landing .enquiry-section h2{color:#fff;font-size:36px;margin:12px 0 8px}.landing .enquiry-section .section-sub{color:#ffffffb3;font-size:17px;max-width:520px;margin:0 auto}.landing .enquiry-form{max-width:600px;margin:0 auto}.landing .enquiry-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.landing .enquiry-form .field{margin-bottom:16px}.landing .enquiry-form label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;color:#fff9}.landing .enquiry-form input,.landing .enquiry-form textarea{width:100%;padding:12px 16px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff14;color:#fff;font-size:15px;font-family:inherit;transition:border-color .2s}.landing .enquiry-form input::placeholder,.landing .enquiry-form textarea::placeholder{color:#ffffff59}.landing .enquiry-form input:focus,.landing .enquiry-form textarea:focus{outline:none;border-color:var(--gold)}.landing .btn-enquiry{display:inline-block;padding:14px 32px;background:var(--gold);color:var(--navy-d);font-weight:700;font-size:16px;border:none;border-radius:8px;cursor:pointer;transition:background .2s;margin-top:8px}.landing .btn-enquiry:hover{background:var(--gold-d)}.landing .btn-enquiry:disabled{opacity:.6;cursor:not-allowed}.landing .enquiry-status{margin-top:12px;font-size:15px}.landing .enquiry-status.success{color:#4ade80}.landing .enquiry-status.error{color:#fca5a5}.landing .thankyou-section{padding:100px 0 80px;min-height:80vh;display:flex;align-items:center}.landing .thankyou-icon{width:80px;height:80px;border-radius:50%;background:#d1fae5;color:#059669;font-size:40px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.landing .thankyou-section h1{font-size:36px;color:var(--navy);margin-bottom:12px}.landing .thankyou-lead{font-size:18px;color:var(--muted);margin-bottom:48px;line-height:1.6}.landing .thankyou-steps{text-align:left;margin-bottom:48px}.landing .thankyou-step{display:flex;gap:20px;align-items:flex-start;margin-bottom:28px}.landing .step-number{width:40px;height:40px;min-width:40px;border-radius:50%;background:var(--navy);color:#fff;font-weight:700;font-size:18px;display:flex;align-items:center;justify-content:center}.landing .step-content h3{font-size:18px;font-weight:700;color:var(--navy);margin-bottom:4px}.landing .step-content p{font-size:15px;color:var(--muted);line-height:1.6}.landing .thankyou-contact{background:#f8fafc;border-radius:12px;padding:20px 24px;margin-bottom:32px}.landing .thankyou-contact p{font-size:15px;color:var(--muted);margin:0}.landing .thankyou-contact a{color:var(--navy);font-weight:600;text-decoration:none}.landing .thankyou-contact a:hover{text-decoration:underline}.landing .thankyou-home{display:inline-block;color:var(--navy);font-weight:600;font-size:15px;text-decoration:none;opacity:.7;transition:opacity .2s}.landing .thankyou-home:hover{opacity:1}
