*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#3B4F63;background:#FFFCF5;line-height:1.6;overflow-x:hidden}
a{text-decoration:none;color:inherit}ul{list-style:none}

.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:12px 0;background:rgba(255,252,245,0.95);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,0.04)}
.nav-inner{max-width:1120px;margin:0 auto;padding:0 20px 0 10px;display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;gap:6px;margin-left:-6px}
.logo-box{width:34px;height:34px;background:#2AB573;border-radius:9px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:17px}
.logo-txt{font-size:22px;font-weight:800;color:#1E3A5F;letter-spacing:-0.5px}
.nav-links{display:flex;gap:24px}.nav-links a{color:#6B8299;font-weight:600;font-size:14px}.nav-links a:hover{color:#1E3A5F}
.nav-right{display:flex;align-items:center;gap:10px;margin-right:-18px}
.btn{font-weight:700;font-size:14px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:6px;border-radius:100px;transition:all 0.2s;font-family:inherit}
.btn-ghost{background:none;color:#6B8299;padding:9px 16px}.btn-ghost:hover{color:#1E3A5F}
.btn-green{background:#2AB573;color:#fff;padding:10px 22px;box-shadow:0 3px 12px rgba(42,181,115,0.15)}.btn-green:hover{background:#1F9B5F}
.btn-lg{padding:14px 32px;font-size:15px}
.btn-out{background:none;color:#1E3A5F;padding:10px 22px;border:2px solid #DFE8EF}.btn-out:hover{border-color:#2AB573;color:#2AB573}

.hero{padding:120px 0 70px;background:linear-gradient(180deg,#FFFCF5 0%,#fff 50%,#E8F8F0 100%)}
.hero-inner{max-width:1120px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:48px}
.hero-left{flex:1;max-width:520px}
.hero-right{flex:1;display:flex;justify-content:center}
.pill{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #DFE8EF;padding:7px 16px 7px 10px;border-radius:100px;font-size:13px;font-weight:600;color:#3B4F63;margin-bottom:22px;box-shadow:0 2px 8px rgba(0,0,0,0.03)}
.hero h1{font-size:48px;font-weight:800;line-height:1.08;color:#1E3A5F;letter-spacing:-2px;margin-bottom:18px}
.hero-desc{font-size:16px;color:#6B8299;line-height:1.7;margin-bottom:28px;max-width:420px}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}
.hero-trust{display:flex;align-items:center;gap:10px}
.avatars{display:flex}
.av{width:32px;height:32px;border-radius:50%;border:2.5px solid #FFFCF5;margin-left:-7px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#fff}.av:first-child{margin-left:0}
.trust-t{font-size:13px;color:#6B8299}.trust-t strong{color:#1E3A5F}
.stars{color:#F5A623}

.cards-wrap{position:relative;width:320px;height:400px}
.fc{position:absolute;background:#fff;border-radius:16px;padding:18px;box-shadow:0 6px 24px rgba(0,0,0,0.05);border:1px solid #F0F4F7}
.fc-main{top:35px;left:0;width:260px;z-index:2}
.fc-s1{top:0;right:-10px;width:170px;padding:14px;text-align:center;z-index:1}
.fc-s2{bottom:15px;right:0;width:190px;padding:14px;z-index:3}
.fc-hd{display:flex;align-items:center;gap:9px;margin-bottom:10px}
.fc-ico{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:16px}
.fc-nm{font-weight:700;font-size:13px;color:#1E3A5F}.fc-rl{font-size:11px;color:#94AABB}
.fc-rt{font-size:12px;font-weight:600;color:#3B4F63}
.fc-tg{display:flex;gap:5px;margin-top:8px;flex-wrap:wrap}
.tg{font-size:10px;font-weight:700;padding:3px 8px;border-radius:100px;text-transform:uppercase;letter-spacing:0.2px}
.tg-g{background:#E8F8F0;color:#2AB573}.tg-y{background:#FFF6E5;color:#C4841E}
.fc-pr{font-size:20px;font-weight:800;color:#1E3A5F;margin-top:8px}.fc-pr span{font-size:13px;color:#94AABB;font-weight:400}
.fc-bar{height:5px;border-radius:3px;background:#F0F4F7;margin-top:10px;overflow:hidden}
.fc-bar-f{height:100%;border-radius:3px;background:linear-gradient(90deg,#2AB573,#F5A623)}
.fc-bl{font-size:10px;color:#94AABB;margin-top:4px}
.fc-chk{display:flex;align-items:center;gap:5px;margin-top:6px;font-size:12px;color:#2AB573;font-weight:700;justify-content:center}

.srch{background:#fff;border-top:1px solid #F0F4F7;border-bottom:1px solid #F0F4F7;padding:24px 0}
.srch-w{max-width:740px;margin:0 auto;padding:0 24px}
.srch-box{display:flex;align-items:center;background:#F8FAFB;border:2px solid #DFE8EF;border-radius:14px;padding:5px;overflow:hidden}
.srch-box:focus-within{border-color:#2AB573;box-shadow:0 0 0 3px rgba(42,181,115,0.1)}
.sg{flex:1;display:flex;align-items:center;gap:9px;padding:9px 12px}
.sg svg{width:18px;height:18px;color:#94AABB;flex-shrink:0}
.sg input{flex:1;border:none;outline:none;background:none;font-size:14px;color:#1E3A5F;font-family:inherit}
.sg input::placeholder{color:#BFD0DE}
.ssep{width:2px;height:24px;background:#DFE8EF;flex-shrink:0}
.sloc{display:flex;align-items:center;gap:6px;padding:9px 12px}
.sloc svg{width:15px;height:15px;color:#FF7070;flex-shrink:0}
.sloc select{border:none;outline:none;background:none;font-size:13px;color:#3B4F63;font-weight:600;appearance:none;cursor:pointer;font-family:inherit}
.sbtn{background:#2AB573;color:#fff;border:none;border-radius:10px;padding:12px 24px;font-weight:700;font-size:14px;cursor:pointer;white-space:nowrap;font-family:inherit}.sbtn:hover{background:#1F9B5F}

.sec{padding:72px 0}.ctr{max-width:1120px;margin:0 auto;padding:0 24px}
.sh{text-align:center;margin-bottom:44px}
.sh-e{font-size:32px;display:block;margin-bottom:8px}
.sh-t{font-size:34px;font-weight:800;color:#1E3A5F;letter-spacing:-1px;margin-bottom:8px}
.sh-d{font-size:15px;color:#6B8299;max-width:420px;margin:0 auto}

.cat-r{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}
.cc{width:calc(25% - 11px);min-width:140px;background:#fff;border:2px solid #F0F4F7;border-radius:16px;padding:24px 16px;text-align:center;transition:all 0.25s;cursor:pointer}
.cc:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,0.05);border-color:#2AB573}
.cc-e{font-size:30px;display:block;margin-bottom:10px}
.cc-n{font-weight:700;font-size:14px;color:#1E3A5F;margin-bottom:3px}
.cc-c{font-size:12px;color:#94AABB;font-weight:600}

.hiw-bg{background:#fff}
.hiw-r{display:flex;gap:20px;justify-content:center}
.hiwc{flex:1;max-width:320px;background:#F8FAFB;border:2px solid #F0F4F7;border-radius:24px;padding:36px 24px;text-align:center;transition:all 0.25s}
.hiwc:hover{border-color:#2AB573;background:#E8F8F0}
.hiwc-ic{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:26px}
.ic1{background:#EBF5FF}.ic2{background:#F0EDFF}.ic3{background:#E8F8F0}
.hiwc-t{font-weight:800;font-size:17px;color:#1E3A5F;margin-bottom:8px}
.hiwc-d{font-size:13px;color:#6B8299;line-height:1.7}

.feat-bg{background:#FFFCF5}
.feat-r{display:flex;gap:18px;justify-content:center}
.fcc{flex:1;max-width:340px;background:#fff;border:2px solid #F0F4F7;border-radius:16px;overflow:hidden;transition:all 0.25s}
.fcc:hover{transform:translateY(-3px);box-shadow:0 14px 40px rgba(0,0,0,0.06);border-color:#2AB573}
.fcc-img{height:160px;display:flex;align-items:center;justify-content:center;font-size:44px;position:relative}
.fcc-bdg{position:absolute;top:10px;left:10px;font-size:10px;font-weight:800;padding:4px 10px;border-radius:100px;text-transform:uppercase;letter-spacing:0.2px}
.bdg-t{background:#E8F8F0;color:#2AB573}.bdg-h{background:#FFF0F0;color:#FF7070}
.fcc-b{padding:16px}
.fcc-sl{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.fcc-av{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#fff}
.fcc-sn{font-size:12px;font-weight:700;color:#3B4F63}.fcc-sv{font-size:10px;color:#2AB573;font-weight:700}
.fcc-tt{font-weight:700;font-size:14px;color:#1E3A5F;line-height:1.35;margin-bottom:12px}
.fcc-ft{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:2px solid #F8FAFB}
.fcc-rat{font-size:12px;font-weight:700;color:#3B4F63}.fcc-st{color:#F5A623}
.fcc-pl{font-size:10px;color:#94AABB;text-align:right}.fcc-prc{font-weight:800;font-size:20px;color:#1E3A5F}

.stats{padding:20px 24px}.stats-in{max-width:1072px;margin:0 auto;background:#1E3A5F;border-radius:20px;display:flex;justify-content:space-around;padding:48px 32px;flex-wrap:wrap;gap:20px}
.st-i{text-align:center;min-width:120px}.st-n{font-size:38px;font-weight:800;color:#fff;letter-spacing:-1px}.st-n span{color:#2AB573}.st-l{font-size:13px;color:rgba(255,255,255,0.45);font-weight:600;margin-top:3px}

.cta-sec{padding:72px 0 36px}
.cta-c{background:linear-gradient(135deg,#2AB573,#1E9B60);border-radius:24px;padding:56px 48px;display:flex;align-items:center;justify-content:space-between;gap:32px;position:relative;overflow:hidden}
.cta-c::before{content:'';position:absolute;top:-60px;right:-60px;width:240px;height:240px;background:radial-gradient(circle,rgba(255,255,255,0.08) 0%,transparent 70%);border-radius:50%}
.cta-t{position:relative;z-index:1;flex:1}.cta-t h2{font-size:32px;font-weight:800;color:#fff;letter-spacing:-1px;margin-bottom:10px}.cta-t p{font-size:15px;color:rgba(255,255,255,0.75);max-width:400px}
.cta-bs{position:relative;z-index:1;display:flex;gap:10px;flex-shrink:0}
.bw{background:#fff;color:#1E3A5F;padding:14px 28px;border-radius:100px;font-weight:700;font-size:15px;border:none;cursor:pointer;font-family:inherit}.bw:hover{box-shadow:0 6px 24px rgba(0,0,0,0.1)}
.bwo{background:none;color:#fff;padding:14px 28px;border-radius:100px;font-weight:700;font-size:15px;border:2px solid rgba(255,255,255,0.25);cursor:pointer;font-family:inherit}.bwo:hover{border-color:rgba(255,255,255,0.5)}

.foot{background:#0F1923;padding:64px 0 0}
.ft-top{display:flex;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,0.05);flex-wrap:wrap}
.ft-br{flex:1.5;min-width:240px}.ft-br p{color:rgba(255,255,255,0.35);font-size:13px;line-height:1.7;margin-top:12px;max-width:260px}
.ft-sc{display:flex;gap:7px;margin-top:16px}
.ft-s{width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,0.04);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.35);font-size:13px}.ft-s:hover{background:#2AB573;color:#fff}
.ft-c{flex:1;min-width:140px}.ft-c h4{font-weight:700;font-size:14px;color:#fff;margin-bottom:14px}.ft-c ul li{margin-bottom:8px}.ft-c ul a{color:rgba(255,255,255,0.35);font-size:13px}.ft-c ul a:hover{color:#2AB573}
.ft-bt{padding:18px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.ft-bt p{color:rgba(255,255,255,0.18);font-size:12px}.ft-bl{display:flex;gap:20px}.ft-bl a{color:rgba(255,255,255,0.18);font-size:12px}.ft-bl a:hover{color:rgba(255,255,255,0.35)}

@media(max-width:1024px){.hero-right{display:none}.cc{width:calc(50% - 7px)}.feat-r{flex-wrap:wrap}.fcc{min-width:260px}.cta-c{flex-direction:column;text-align:center;padding:40px 28px}.cta-t p{margin:0 auto}.cta-bs{justify-content:center}}
@media(max-width:768px){.nav-links{display:none}.hero{padding:100px 0 50px}.hero h1{font-size:34px;letter-spacing:-1px}.sec{padding:48px 0}.hiw-r,.feat-r{flex-direction:column;align-items:center}.hiwc,.fcc{max-width:100%;width:100%}.cc{width:calc(50% - 7px);min-width:0}.stats-in{padding:32px 20px}.st-i{width:42%}.ft-top{flex-direction:column;gap:24px}.ft-bt{flex-direction:column;text-align:center}.srch-box{flex-direction:column}.ssep{display:none}.sloc{width:100%}.sbtn{width:100%;text-align:center}}

/* Browse/listing compatibility */
.container{max-width:1120px;margin:0 auto;padding:0 24px}
.breadcrumb-section{padding-top:80px}
.breadcrumb{display:flex;align-items:center;gap:8px;color:#94AABB;font-size:13px}
.breadcrumb a{color:#6B8299}
.breadcrumb .current{color:#1E3A5F;font-weight:700}
.search-box{display:flex;align-items:center;background:#F8FAFB;border:2px solid #DFE8EF;border-radius:14px;padding:5px;overflow:hidden}
.search-box:focus-within{border-color:#2AB573;box-shadow:0 0 0 3px rgba(42,181,115,0.1)}
.search-group{flex:1;display:flex;align-items:center;gap:9px;padding:9px 12px}
.search-group svg{width:18px;height:18px;color:#94AABB;flex-shrink:0}
.search-group input{flex:1;border:none;outline:none;background:none;font-size:14px;color:#1E3A5F;font-family:inherit}
.search-group input::placeholder{color:#BFD0DE}
.search-sep{width:2px;height:24px;background:#DFE8EF;flex-shrink:0}
.search-loc{display:flex;align-items:center;gap:6px;padding:9px 12px}
.search-loc svg{width:15px;height:15px;color:#FF7070;flex-shrink:0}
.search-loc select{border:none;outline:none;background:none;font-size:13px;color:#3B4F63;font-weight:600;appearance:none;cursor:pointer;font-family:inherit}
.search-btn{background:#2AB573;color:#fff;border:none;border-radius:10px;padding:12px 24px;font-weight:700;font-size:14px;cursor:pointer;white-space:nowrap;font-family:inherit}
.search-btn:hover{background:#1F9B5F}
.form-group{margin-bottom:16px}
.form-label{display:block;font-size:13px;font-weight:700;color:#1E3A5F;margin-bottom:6px}
.form-select,.form-input{width:100%;padding:10px 12px;border:2px solid #DFE8EF;border-radius:10px;font-size:14px;color:#1E3A5F;background:#fff;font-family:inherit}
.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394AABB' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:34px}
.btn-primary{background:#2AB573;color:#fff;padding:10px 22px;border-radius:100px;font-weight:700;font-size:14px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:6px}
.btn-primary:hover{background:#1F9B5F}
.btn-block{width:100%;justify-content:center}
.badge{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:800;padding:3px 8px;border-radius:100px;text-transform:uppercase;letter-spacing:0.2px}
.badge-green{background:#E8F8F0;color:#2AB573}
.avatar{display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:800;color:#fff}
.avatar-sm{width:32px;height:32px;font-size:12px}
