.free-tools-landing{min-height:100vh;background:#0f1525;color:#f1f5f9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.hero-section{position:relative;padding:80px 24px 60px;max-width:1400px;margin:0 auto;overflow:hidden}.hero-section .hero-background{position:absolute;inset:0;pointer-events:none}.hero-section .hero-background .hero-gradient{position:absolute;top:-50%;left:50%;transform:translate(-50%);width:1000px;height:1000px;background:radial-gradient(circle,rgba(255,178,93,.08) 0%,transparent 60%)}.hero-section .hero-background .hero-pattern{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.02) 1px,transparent 1px);background-size:32px 32px}.hero-section .hero-content{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto 60px}.hero-section .hero-content .hero-badge{margin-bottom:24px}.hero-section .hero-content .hero-badge .au-badge{display:inline-flex;align-items:center;gap:10px;background:#ffb25d26;border:1px solid rgba(255,178,93,.3);color:#ffb25d;padding:10px 20px;font-size:14px;font-weight:600;border-radius:50px}.hero-section .hero-content .hero-badge .au-badge .flag{font-size:16px}.hero-section .hero-content h1{font-size:56px;font-weight:800;line-height:1.1;margin-bottom:20px;color:#f1f5f9}.hero-section .hero-content h1 .highlight{display:block;background:linear-gradient(135deg,#ffb25d,#fcd34d,#ffb25d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.hero-section .hero-content h1{font-size:36px}}.hero-section .hero-content .hero-subtitle{font-size:20px;color:#e2e8f0;line-height:1.6;max-width:700px;margin:0 auto 40px}@media(max-width:768px){.hero-section .hero-content .hero-subtitle{font-size:16px}}.hero-section .journey-selector{margin-bottom:40px;padding:32px;background:#1a203999;border:1px solid rgba(255,255,255,.1);border-radius:20px;backdrop-filter:blur(10px)}.hero-section .journey-selector .selector-label{font-size:14px;color:#cbd5e1;margin-bottom:16px;text-transform:uppercase;letter-spacing:.05em}.hero-section .journey-selector .stage-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:16px}.hero-section .journey-selector .stage-buttons .stage-btn{padding:14px 24px;font-size:15px;font-weight:500;color:#e2e8f0;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.hero-section .journey-selector .stage-buttons .stage-btn:hover{background:#ffffff1a;color:#f1f5f9}.hero-section .journey-selector .stage-buttons .stage-btn.active{background:linear-gradient(135deg,#ffb25d,#f59e0b);color:#1a2039;border-color:transparent;font-weight:600}@media(max-width:768px){.hero-section .journey-selector .stage-buttons .stage-btn{padding:12px 18px;font-size:13px}}.hero-section .journey-selector .stage-description{font-size:16px;color:#f1f5f9;margin:0}.hero-section .hero-stats{display:flex;justify-content:center;align-items:center;gap:48px;margin-bottom:40px}@media(max-width:768px){.hero-section .hero-stats{flex-direction:column;gap:24px}}.hero-section .hero-stats .stat-item{text-align:center}.hero-section .hero-stats .stat-item .stat-value{font-size:36px;font-weight:800;color:#ffb25d;line-height:1;margin-bottom:8px}@media(max-width:768px){.hero-section .hero-stats .stat-item .stat-value{font-size:28px}}.hero-section .hero-stats .stat-item .stat-label{font-size:13px;color:#cbd5e1;text-transform:uppercase;letter-spacing:.03em}.hero-section .hero-stats .stat-divider{width:1px;height:48px;background:#ffffff1a}@media(max-width:768px){.hero-section .hero-stats .stat-divider{width:60px;height:1px}}.hero-section .hero-cta{display:flex;gap:16px;justify-content:center}@media(max-width:768px){.hero-section .hero-cta{flex-direction:column;align-items:center}}.hero-section .hero-cta .ant-btn-primary{background:linear-gradient(135deg,#ffb25d,#f59e0b);border:none;height:52px;padding:0 32px;font-weight:600;font-size:16px;border-radius:12px;box-shadow:0 4px 20px #ffb25d4d}.hero-section .hero-cta .ant-btn-primary:hover{background:linear-gradient(135deg,#ffc580,#ffb25d);transform:translateY(-2px);box-shadow:0 6px 24px #ffb25d66}.hero-section .hero-cta .ant-btn-default{height:52px;padding:0 32px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#f1f5f9;font-weight:500;border-radius:12px}.hero-section .hero-cta .ant-btn-default:hover{background:#ffffff1f;border-color:#fff3;color:#f1f5f9}.hero-section .recommended-section{position:relative;z-index:1;background:#1a2039;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:32px;max-width:900px;margin:0 auto}.hero-section .recommended-section .recommended-header{display:flex;align-items:center;justify-content:center;gap:10px;font-size:14px;font-weight:600;color:#ffb25d;margin-bottom:24px;text-transform:uppercase;letter-spacing:.05em}.hero-section .recommended-section .recommended-header .recommended-icon{font-size:18px}.hero-section .recommended-section .recommended-tools{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:640px){.hero-section .recommended-section .recommended-tools{grid-template-columns:1fr}}.hero-section .recommended-section .recommended-card{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:14px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.hero-section .recommended-section .recommended-card:hover{background:#ffffff14;border-color:#ffb25d4d;transform:translate(4px)}.hero-section .recommended-section .recommended-card:hover .rec-arrow{opacity:1;transform:translate(0)}.hero-section .recommended-section .recommended-card .rec-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.hero-section .recommended-section .recommended-card .rec-content{flex:1;min-width:0}.hero-section .recommended-section .recommended-card .rec-content h4{font-size:15px;font-weight:600;color:#f1f5f9;margin:0 0 2px}.hero-section .recommended-section .recommended-card .rec-content p{font-size:13px;color:#cbd5e1;margin:0}.hero-section .recommended-section .recommended-card .rec-arrow{color:#ffb25d;font-size:14px;opacity:0;transform:translate(-8px);transition:all .2s cubic-bezier(.4,0,.2,1)}.comparison-section{padding:80px 24px;background:#1a2039}.comparison-section .section-container{max-width:900px;margin:0 auto}.comparison-section .comparison-header{text-align:center;margin-bottom:40px}.comparison-section .comparison-header h2{font-size:36px;font-weight:700;color:#f1f5f9;margin-bottom:12px}.comparison-section .comparison-header p{font-size:16px;color:#e2e8f0}.comparison-section .comparison-table{background:#0f152580;border:1px solid rgba(255,255,255,.1);border-radius:20px;overflow:hidden}.comparison-section .comparison-table table{width:100%;border-collapse:collapse}.comparison-section .comparison-table table th,.comparison-section .comparison-table table td{padding:18px 24px;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}@media(max-width:640px){.comparison-section .comparison-table table th,.comparison-section .comparison-table table td{padding:14px 12px}}.comparison-section .comparison-table table th{background:#ffffff08;font-size:14px;font-weight:600;color:#f1f5f9}.comparison-section .comparison-table table th .subtitle{display:block;font-size:11px;font-weight:400;color:#cbd5e1;margin-top:2px}.comparison-section .comparison-table table th:first-child{text-align:left}.comparison-section .comparison-table table th.highlight-col{background:#ffb25d1a;color:#ffb25d}.comparison-section .comparison-table table td{font-size:14px;color:#e2e8f0}.comparison-section .comparison-table table td:first-child{text-align:left}.comparison-section .comparison-table table td:first-child .feature-name{display:block;font-weight:500;color:#f1f5f9}.comparison-section .comparison-table table td:first-child .feature-desc{display:block;font-size:12px;color:#cbd5e1;margin-top:2px}.comparison-section .comparison-table table td.yes{background:#10b98114;color:#10b981;font-weight:500}.comparison-section .comparison-table table td.yes span{margin-right:6px}.comparison-section .comparison-table table td.no{color:#ef4444}.comparison-section .comparison-table table td.no span{margin-right:6px}.comparison-section .comparison-table table td.partial{color:#f59e0b}.comparison-section .comparison-table table td.partial span{margin-right:6px}.comparison-section .comparison-table table tr:last-child td{border-bottom:none}.tools-section{padding:80px 24px}.tools-section:nth-child(2n){background:#1a203980}.tools-section .section-container{max-width:1400px;margin:0 auto}.tools-section .section-header{display:flex;align-items:center;gap:20px;margin-bottom:40px}@media(max-width:640px){.tools-section .section-header{flex-direction:column;text-align:center}}.tools-section .section-header .section-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0}.tools-section .section-header .section-icon.calculator-icon{background:linear-gradient(135deg,#ffb25d,#f59e0b);color:#1a2039}.tools-section .section-header .section-icon.quiz-icon{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff}.tools-section .section-header .section-icon.interactive-icon{background:linear-gradient(135deg,#10b981,#14b8a6);color:#fff}.tools-section .section-header .section-icon.docs-icon{background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff}.tools-section .section-header .section-text h2{font-size:32px;font-weight:700;color:#f1f5f9;margin:0 0 6px}.tools-section .section-header .section-text p{font-size:16px;color:#cbd5e1;margin:0}.tools-section .tool-card{background:#1a2039cc;border:1px solid rgba(255,255,255,.1);border-radius:20px;height:100%;transition:all .3s cubic-bezier(.16,1,.3,1);cursor:pointer;overflow:hidden}.tools-section .tool-card:hover{transform:translateY(-6px);border-color:#ffb25d4d;box-shadow:0 20px 60px #0000004d}.tools-section .tool-card:hover .tool-icon{transform:scale(1.05)}.tools-section .tool-card.featured .tool-icon{width:72px;height:72px;font-size:32px}.tools-section .tool-card .ant-card-body{padding:28px;height:100%;display:flex;flex-direction:column}.tools-section .tool-card .tool-icon{width:60px;height:60px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:20px;transition:transform .2s cubic-bezier(.4,0,.2,1)}.tools-section .tool-card .tool-content{flex:1;display:flex;flex-direction:column}.tools-section .tool-card .tool-content .tool-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.tools-section .tool-card .tool-content .tool-header>div{flex:1}.tools-section .tool-card .tool-content .tool-header h3{font-size:20px;font-weight:600;color:#f1f5f9;margin:0 0 4px;line-height:1.3}.tools-section .tool-card .tool-content .tool-header .tool-subtitle{display:block;font-size:13px;color:#ffb25d;font-weight:500}.tools-section .tool-card .tool-content .tool-header .ant-tag{margin:0;font-size:11px;font-weight:600;border-radius:6px;flex-shrink:0}.tools-section .tool-card .tool-content p{font-size:14px;line-height:1.65;color:#e2e8f0;flex:1;margin-bottom:20px}.tools-section .tool-card .tool-content .tool-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.tools-section .tool-card .tool-content .tool-footer .tool-stats{font-size:12px;color:#cbd5e1}.tools-section .tool-card .tool-content .tool-footer .tool-stats .usage-stat,.tools-section .tool-card .tool-content .tool-footer .tool-stats .duration-stat,.tools-section .tool-card .tool-content .tool-footer .tool-stats .info-stat{display:inline-flex;align-items:center;gap:4px}.tools-section .tool-card .tool-content .tool-footer .ant-btn-link{color:#ffb25d;padding:0;font-weight:600;font-size:14px}.tools-section .tool-card .tool-content .tool-footer .ant-btn-link:hover{color:#ffc580}.cta-section{padding:80px 24px}.cta-section .section-container{max-width:1200px;margin:0 auto}.cta-section .cta-card{background:linear-gradient(135deg,#1a2039,#0f1525);border:1px solid rgba(255,178,93,.2);border-radius:28px;padding:56px;overflow:hidden;position:relative}.cta-section .cta-card:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,178,93,.06) 0%,transparent 70%);pointer-events:none}@media(max-width:768px){.cta-section .cta-card{padding:32px 24px}}.cta-section .cta-card .cta-content{position:relative;z-index:1}.cta-section .cta-card .cta-content h2{font-size:36px;font-weight:700;color:#f1f5f9;margin-bottom:16px}@media(max-width:768px){.cta-section .cta-card .cta-content h2{font-size:28px}}.cta-section .cta-card .cta-content p{font-size:17px;color:#e2e8f0;line-height:1.6;margin-bottom:32px}.cta-section .cta-card .cta-content p strong{color:#ffb25d}.cta-section .cta-card .cta-content .feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:640px){.cta-section .cta-card .cta-content .feature-grid{grid-template-columns:1fr}}.cta-section .cta-card .cta-content .feature-grid .feature-item{display:flex;gap:14px;padding:14px;background:#ffffff08;border-radius:12px}.cta-section .cta-card .cta-content .feature-grid .feature-item .anticon{color:#10b981;font-size:20px;margin-top:2px}.cta-section .cta-card .cta-content .feature-grid .feature-item div strong{display:block;font-size:15px;color:#f1f5f9;margin-bottom:2px}.cta-section .cta-card .cta-content .feature-grid .feature-item div span{font-size:13px;color:#cbd5e1}.cta-section .cta-card .pricing-card{position:relative;z-index:1;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:36px;text-align:center}.cta-section .cta-card .pricing-card .ant-tag{margin-bottom:16px;font-size:12px;font-weight:600}.cta-section .cta-card .pricing-card h3{font-size:28px;font-weight:700;color:#f1f5f9;margin-bottom:20px}.cta-section .cta-card .pricing-card .price{margin-bottom:8px}.cta-section .cta-card .pricing-card .price .currency{font-size:24px;color:#cbd5e1;vertical-align:top;margin-right:2px}.cta-section .cta-card .pricing-card .price .amount{font-size:64px;font-weight:800;color:#ffb25d;line-height:1}.cta-section .cta-card .pricing-card .price .period{font-size:18px;color:#cbd5e1;margin-left:4px}.cta-section .cta-card .pricing-card .price-note{font-size:13px;color:#cbd5e1;margin-bottom:24px}.cta-section .cta-card .pricing-card .price-comparison{margin-bottom:24px;padding:20px;background:#0003;border-radius:12px}.cta-section .cta-card .pricing-card .price-comparison .comparison-item{display:flex;justify-content:space-between;padding:8px 0;font-size:14px}.cta-section .cta-card .pricing-card .price-comparison .comparison-item .label{color:#cbd5e1}.cta-section .cta-card .pricing-card .price-comparison .comparison-item .value{font-weight:600;color:#f1f5f9}.cta-section .cta-card .pricing-card .price-comparison .comparison-item .value.crossed{color:#ef4444;text-decoration:line-through}.cta-section .cta-card .pricing-card .price-comparison .comparison-item.highlight .value{color:#10b981}.cta-section .cta-card .pricing-card .price-comparison .comparison-item.savings{border-top:1px dashed rgba(255,255,255,.1);margin-top:8px;padding-top:16px}.cta-section .cta-card .pricing-card .price-comparison .comparison-item.savings .value{color:#ffb25d;font-size:18px}.cta-section .cta-card .pricing-card .ant-btn-primary{background:linear-gradient(135deg,#ffb25d,#f59e0b);border:none;height:52px;font-weight:600;font-size:16px;border-radius:12px}.cta-section .cta-card .pricing-card .ant-btn-primary:hover{background:linear-gradient(135deg,#ffc580,#ffb25d)}.cta-section .cta-card .pricing-card .guarantee{font-size:13px;color:#cbd5e1;margin-top:16px;margin-bottom:0}.cta-section .cta-card .pricing-card .guarantee .anticon{margin-right:6px}.trust-section{padding:60px 24px;text-align:center}.trust-section .section-container{max-width:1000px;margin:0 auto}.trust-section h3{font-size:15px;font-weight:500;color:#cbd5e1;text-transform:uppercase;letter-spacing:.05em;margin-bottom:32px}.trust-section .trust-badges{display:flex;justify-content:center;gap:48px;flex-wrap:wrap;margin-bottom:48px}@media(max-width:768px){.trust-section .trust-badges{gap:24px}}.trust-section .trust-badges .trust-badge{display:flex;align-items:center;gap:10px;font-size:14px;color:#e2e8f0}.trust-section .trust-badges .trust-badge .anticon{color:#ffb25d;font-size:22px}.trust-section .testimonial-preview{max-width:700px;margin:0 auto;padding:32px;background:#1a203999;border:1px solid rgba(255,255,255,.1);border-radius:20px}.trust-section .testimonial-preview blockquote{font-size:18px;line-height:1.7;color:#f1f5f9;font-style:italic;margin:0 0 16px}@media(max-width:768px){.trust-section .testimonial-preview blockquote{font-size:16px}}.trust-section .testimonial-preview cite{font-size:14px;color:#ffb25d;font-style:normal;font-weight:500}.compliance-section{padding:40px 24px 80px}.compliance-section .section-container{max-width:1000px;margin:0 auto}.compliance-section .compliance-notice{display:flex;gap:20px;padding:24px 28px;background:#1a203999;border:1px solid rgba(255,255,255,.1);border-radius:16px}@media(max-width:640px){.compliance-section .compliance-notice{flex-direction:column;text-align:center}}.compliance-section .compliance-notice .compliance-icon{color:#ffb25d;font-size:32px;flex-shrink:0}.compliance-section .compliance-notice .compliance-content h4{font-size:16px;font-weight:600;color:#f1f5f9;margin:0 0 8px}.compliance-section .compliance-notice .compliance-content p{font-size:13px;line-height:1.7;color:#cbd5e1;margin:0}
