:root{
  --blue:#1268ee;
  --blue-dark:#031b49;
  --green:#078b50;
  --green-dark:#003d3c;
  --ink:#0b1024;
  --muted:#59627a;
  --line:#e2e7ed;
  --gold:#ffb900;
  --fit-scale:1;
}
*{box-sizing:border-box}
html,body{margin:0;background:#eef1f5;color:var(--ink);font-family:Arial,Helvetica,sans-serif}
html{overflow-x:hidden;overflow-y:auto}
body{width:853px;min-width:853px;margin:0 auto;overflow:visible}
button,input{font:inherit}
a{color:inherit}
.fit-shell{width:853px;transform-origin:left top;position:relative}
.page{width:853px;min-height:1844px;height:auto;position:relative;overflow:visible;background:#fff;padding-bottom:180px}
.topbar{
  height:96px;padding:0 28px 0 24px;display:grid;
  grid-template-columns:44px 255px 1fr 48px 100px;gap:12px;align-items:center;
  background:#fff;border-bottom:1px solid #edf0f2;
}
.icon-button{width:44px;height:44px;border:0;background:transparent;padding:4px;display:grid;place-items:center}
.icon-button img{width:36px;height:36px;object-fit:contain}
.brand img{width:225px;height:66px;object-fit:contain;object-position:left center}
.login{
  width:100px;height:43px;border:0;border-radius:8px;color:#fff;font-weight:800;
  background:var(--blue);box-shadow:0 8px 20px rgba(18,104,238,.18);
}
.tone-green .login{background:var(--green);box-shadow:0 8px 20px rgba(7,139,80,.16)}
.hero{position:relative;overflow:hidden}
.hero-copy{position:relative;z-index:2}
.hero h1{margin:0;font-weight:800;letter-spacing:-1.2px}
.hero p{margin:0}
.home-hero{
  height:496px;padding:38px 45px;color:#fff;
  background:linear-gradient(115deg,#071c48 0%,#06275b 63%,#021b45 100%);
}
.home-hero .hero-copy{width:390px}
.home-hero h1{font-size:46px;line-height:1.05}
.home-hero h1 em{font-style:normal;color:#ffd11a}
.home-hero .lead{margin-top:18px;font-size:17px;line-height:1.55}
.home-hero-art{position:absolute;right:0;bottom:0;width:457px;height:520px;object-fit:cover}
.hero-features{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:22px}
.hero-features article{text-align:center;font-size:11px;line-height:1.4}
.hero-features img{display:block;width:54px;height:54px;margin:0 auto 3px;object-fit:contain}
.hero-features b,.hero-features span{display:block}
.hero-actions{display:flex;gap:16px;margin-top:22px}
.hero-actions button,.hero-actions a{
  width:176px;height:50px;border:0;border-radius:8px;display:grid;place-items:center;
  text-decoration:none;font-weight:800;font-size:15px;
}
.hero-actions .primary{background:var(--blue);color:#fff}
.hero-actions .secondary{background:#fff;color:var(--ink)}
.home-section{padding:0 39px}
.quick-access{height:250px;padding-top:28px}
.section-heading{height:44px;display:flex;align-items:center;justify-content:space-between}
.section-heading h2{margin:0;font-size:22px}
.section-heading a{color:var(--blue);text-decoration:none;font-weight:800;font-size:12px}
.quick-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.quick-grid a{
  height:170px;border:1px solid var(--line);border-radius:11px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-decoration:none;box-shadow:0 6px 15px rgba(12,32,62,.05);
}
.quick-grid img{width:70px;height:70px;object-fit:cover;margin-bottom:8px}
.quick-grid b{font-size:14px}.quick-grid small{margin-top:7px;font-size:11px;color:var(--muted)}
.quick-grid i{font-style:normal;margin-top:12px;font-size:24px;color:var(--blue)}
.home-platforms{height:356px}
.home-platforms>.section-heading{justify-content:center}
.home-platforms>.section-heading h2{font-size:24px}
.home-platforms>.section-heading h2 span{color:var(--blue)}
.platform-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.platform-card{
  height:297px;position:relative;overflow:hidden;border-radius:10px;padding:25px 20px;
  background:linear-gradient(110deg,#effcf3,#fff);border:1px solid #e8f0ea;
}
.platform-card.ios{background:linear-gradient(110deg,#edf6ff,#fff);border-color:#e1ebf7}
.platform-card h3{margin:0 0 18px;font-size:20px}.platform-card h3 span{font-size:13px;padding:4px 8px;border-radius:4px;background:#15b940;color:#fff}
.platform-card.ios h3 span{background:var(--blue)}
.platform-card ul{list-style:none;padding:0;margin:0;width:225px}
.platform-card li{margin:13px 0;font-size:12px}
.platform-card li:before{content:"";display:inline-block;width:15px;height:15px;margin-right:10px;vertical-align:-3px;background:url("public/assets/dom51/check-green.png") center/contain no-repeat}
.platform-card.ios li:before{background-image:url("public/assets/dom51/check-blue.png")}
.platform-card>a{
  position:absolute;left:20px;bottom:50px;width:220px;height:47px;border-radius:7px;
  display:grid;place-items:center;text-decoration:none;color:#fff;background:#16b43c;font-weight:800
}
.platform-card.ios>a{background:var(--blue)}
.platform-card>small{position:absolute;left:48px;bottom:18px;color:#0a8c36;font-weight:800}
.platform-card.ios>small{color:var(--blue)}
.platform-phone{position:absolute;right:8px;bottom:23px;width:115px;height:260px;object-fit:contain}
.home-steps{height:246px}
.home-steps .step-grid,.app-steps .step-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.step-card{
  height:176px;position:relative;border:1px solid var(--line);border-radius:10px;padding:10px 14px;text-align:center;
  box-shadow:0 4px 14px rgba(10,25,45,.04)
}
.step-card img{display:block;width:102px;height:102px;object-fit:contain;margin:-6px auto -3px}
.step-card b{display:block;font-size:13px}.step-card p{margin:8px 0 0;font-size:10px;line-height:1.5;color:var(--muted)}
.popular-guides{min-height:181px;height:auto;padding-bottom:18px}
.guide-links{display:grid;grid-template-columns:1fr 1fr;gap:6px 18px}
.guide-links a{height:42px;padding:0 18px;border:1px solid var(--line);border-radius:8px;display:flex;align-items:center;justify-content:space-between;text-decoration:none;font-size:12px;font-weight:700}
.guide-links a span{color:var(--blue);font-size:19px}
.home-trust{
  height:100px;margin:0 39px;padding:12px 25px;border-radius:10px;
  display:grid;grid-template-columns:92px 1.4fr 1fr 150px;align-items:center;
  background:linear-gradient(110deg,#fff6df,#fffdf8);border:1px solid #fff1d4;
}
.home-trust img{width:82px;height:82px;object-fit:cover}.home-trust .avatars{width:140px;height:60px;object-fit:cover}
.home-trust h3{margin:0 0 5px;font-size:15px}.home-trust p{margin:0;font-size:11px;line-height:1.5}
.rating-large{font-size:25px;color:var(--gold);font-weight:800}.rating-large b{font-size:16px;color:var(--ink)}
.rating-large small{display:block;color:var(--muted);font-size:11px;font-weight:400}

/* Reviews */
.review-hero{
  height:462px;margin:5px 23px 0;border-radius:15px;padding:29px 24px;color:#fff;
  background:radial-gradient(circle at 75% 32%,#005c40 0%,#003e3d 32%,#001a25 70%);
}
.crumbs{font-size:13px;font-weight:700}
.review-main{height:245px;margin-top:28px;display:grid;grid-template-columns:160px 1fr 235px;gap:25px}
.review-logo{width:160px;height:164px;object-fit:cover;border-radius:30px}
.review-title h1{font-size:34px;margin:0 0 10px}.top-badge{display:inline-block;padding:7px 12px;border-radius:16px;background:#183c48;font-size:12px;font-weight:800}
.stars{margin-top:18px;color:#ffd000;font-size:40px;letter-spacing:3px}.stars b{color:#fff;font-size:28px;letter-spacing:0;margin-left:10px}
.excellent{color:#00d36f;font-weight:800}.excellent small{color:#d7e1e4;margin-left:16px;font-weight:400}
.bonus-panel{height:225px;margin-top:-1px;border:1px solid #078b50;border-radius:14px;text-align:center;padding:18px;background:rgba(0,68,43,.6)}
.bonus-panel b{display:block;font-size:16px}.bonus-panel strong{display:block;margin:13px 0 3px;font-size:36px}.bonus-panel span{font-size:16px}
.bonus-panel button{width:190px;height:44px;margin:13px auto 8px;border:0;border-radius:7px;background:#ffd10a;font-weight:800}
.bonus-panel a{display:block;color:#c5ffe2;font-size:13px}
.review-stats{position:absolute;left:24px;right:24px;bottom:13px;height:125px;border:1px solid #1a4c53;border-radius:12px;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(0,23,30,.5)}
.review-stats article{display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid #24454b;text-align:center}
.review-stats article:last-child{border:0}.review-stats img{width:48px;height:48px;object-fit:cover}.review-stats b{font-size:12px}.review-stats span{margin-top:8px;font-size:13px;font-weight:800}
.review-tabs{height:88px;margin:20px 27px;border:1px solid var(--line);border-radius:13px;display:grid;grid-template-columns:140px repeat(6,1fr);box-shadow:0 5px 14px rgba(10,25,45,.05)}
.review-tabs>a{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;font-size:11px;font-weight:700}
.review-tabs>a:first-child{color:var(--green);font-size:14px}.review-tabs img{width:44px;height:38px;object-fit:contain;margin-bottom:0}.review-tabs .active{color:var(--green);border-bottom:3px solid var(--green)}
.review-card{margin:0 28px 18px;border:1px solid var(--line);border-radius:13px;box-shadow:0 4px 12px rgba(10,25,45,.04)}
.summary-card{height:220px;padding:20px;display:grid;grid-template-columns:1fr 270px;gap:22px}
.summary-card h2,.pros-card h2,.review-bonuses h2,.review-games h2{margin:0 0 15px;font-size:20px}
.summary-card p{font-size:12px;line-height:2}.summary-tags{display:flex;gap:10px;margin-top:18px}.summary-tags span{padding:7px 12px;border:1px solid #b9e3cb;border-radius:18px;font-size:10px;color:var(--green)}
.summary-score{border-radius:10px;background:linear-gradient(120deg,#eef7f0,#fff);display:flex;flex-direction:column;align-items:center;justify-content:center}.summary-score b{font-size:14px}.summary-score strong{font-size:36px;margin:14px 0 4px}.summary-score span{color:var(--green);font-weight:800}.summary-score i{font-style:normal;color:#ffc400;font-size:25px;margin-top:10px}
.pros-card{height:292px;padding:18px}.pros-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.pros-box{height:216px;padding:18px;border:1px solid #b9e2c9;border-radius:10px;background:linear-gradient(115deg,#effaf2,#fff)}
.pros-box.cons{border-color:#f6c2c8;background:linear-gradient(115deg,#fff1f2,#fff)}.pros-box h3{margin:0 0 15px;display:flex;align-items:center;gap:8px}.pros-box h3 img{width:36px;height:36px;object-fit:cover}.pros-box ul{padding-left:17px;margin:0}.pros-box li{font-size:11px;line-height:2.1}
.review-bonuses{height:306px;padding:18px}.review-bonuses .section-heading,.review-games .section-heading{height:30px}.review-bonuses .section-heading a,.review-games .section-heading a{color:var(--green)}
.mini-bonus-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:5px 24px}.mini-bonus{height:210px;text-align:center;border:1px solid var(--line);border-radius:9px;overflow:hidden}.mini-bonus img{width:100%;height:94px;object-fit:cover}.mini-bonus b{display:block;font-size:11px;margin:7px 5px}.mini-bonus small{display:block;min-height:15px;font-size:10px}.mini-bonus a{display:block;height:28px;margin:8px 15px;border:1px solid var(--green);border-radius:5px;color:var(--green);text-decoration:none;font-size:10px;line-height:27px}
.review-games{height:222px;padding:18px}.game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:8px}.game-card img{width:100%;height:119px;object-fit:cover;border-radius:8px}.game-card b{display:block;font-size:11px;margin-top:8px}

/* Bonus */
.bonus-hero{
  height:363px;margin:0 22px;border-radius:14px;padding:47px 36px;color:#fff;
  background:radial-gradient(circle at 75% 40%,#006a50,#004643 40%,#003036 78%);
}
.bonus-hero .hero-copy{width:480px}.bonus-hero h1{font-size:38px;line-height:1.2}.bonus-hero h1 em{font-style:normal;color:#00d26a}.bonus-hero .lead{font-size:16px;line-height:1.55;margin-top:12px}
.bonus-hero-art{position:absolute;right:0;top:0;width:326px;height:288px;object-fit:cover}
.bonus-features{display:grid;grid-template-columns:repeat(4,1fr);width:520px;margin-top:30px}.bonus-features article{text-align:center;border-right:1px solid rgba(255,255,255,.25)}.bonus-features article:last-child{border:0}.bonus-features img{width:52px;height:52px;object-fit:cover}.bonus-features b,.bonus-features span{display:block;font-size:11px}.bonus-features span{margin-top:7px}
.bonus-tabs{height:88px;margin:16px 22px;border:1px solid var(--line);border-radius:13px;display:grid;grid-template-columns:145px repeat(5,1fr);box-shadow:0 5px 14px rgba(10,25,45,.05)}
.bonus-tabs button{border:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700;color:#2d344c}
.bonus-tabs button:first-child{font-size:13px;color:var(--green)}.bonus-tabs button.active{color:var(--green);border-bottom:3px solid var(--green)}.bonus-tabs img{width:48px;height:48px;object-fit:cover;margin-bottom:-4px}
.bonus-list{margin:0 22px}.offer-card{height:202px;margin-bottom:10px;padding:12px 20px;display:grid;grid-template-columns:140px 1fr 255px;gap:24px;align-items:center;border:1px solid var(--line);border-radius:12px;box-shadow:0 4px 12px rgba(10,25,45,.04)}
.offer-logo{height:172px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;overflow:hidden}.offer-logo img{width:138px;height:138px;object-fit:cover}.offer-logo b{font-size:13px;margin-top:3px}
.offer-info .tag{display:inline-block;padding:7px 12px;border-radius:7px;background:#d8f6e2;color:var(--green);font-size:11px;font-weight:800}.offer-info h3{font-size:20px;margin:14px 0 7px}.offer-info p{margin:0;color:#313a55;font-size:14px}.offer-facts{display:flex;gap:12px;margin-top:16px}.offer-facts span{padding:8px 14px;border:1px solid var(--line);border-radius:7px;font-size:11px}.offer-facts b{display:block;margin-top:3px;color:var(--ink)}
.offer-action{height:175px;border-radius:10px;background:linear-gradient(120deg,#eef7f1,#fff);display:flex;flex-direction:column;align-items:center;justify-content:center}.offer-action span{font-size:14px}.offer-action strong{font-size:34px;margin:4px 0}.offer-action b{font-size:14px}.offer-action button{width:220px;height:38px;margin:15px 0 9px;border:0;border-radius:6px;background:var(--green);color:#fff;font-weight:800}.offer-action a{color:var(--green);text-decoration:none;font-size:12px}
.offer-card.orange .tag{background:#fff0e8;color:#ef4c0a}.offer-card.orange .offer-action{background:linear-gradient(120deg,#fff4ef,#fff)}.offer-card.orange .offer-action button{background:#f24a08}.offer-card.purple .tag{background:#efe8ff;color:#5a2dcc}.offer-card.purple .offer-action{background:linear-gradient(120deg,#f5efff,#fff)}.offer-card.purple .offer-action button{background:#5b32c9}
.bonus-why{height:122px;margin:0 22px;padding:10px 35px;display:grid;grid-template-columns:105px 1fr 155px;align-items:center;border-radius:12px;background:linear-gradient(110deg,#edf8f2,#fff)}
.bonus-why img{width:105px;height:91px;object-fit:cover}.bonus-why img:last-child{width:150px;height:96px}.bonus-why h2{margin:0 0 8px;font-size:18px}.bonus-why h2 span{color:var(--green)}.bonus-why p{margin:3px 0;font-size:11px}

/* App */
.app-hero{height:565px;padding:67px 48px;color:#fff;background:radial-gradient(circle at 70% 45%,#074580,#062a5c 45%,#041a43 80%)}
.app-hero .hero-copy{width:370px}.app-hero h1{font-size:47px;line-height:1.18}.app-hero h1 em{font-style:normal;color:#1673ee}.app-hero .lead{margin-top:18px;font-size:18px;line-height:1.55}
.app-hero-art{position:absolute;right:0;top:0;width:475px;height:575px;object-fit:cover}
.app-hero-features{margin-top:25px}.app-hero-features article{height:78px;display:grid;grid-template-columns:60px 1fr;align-items:center}.app-hero-features img{width:60px;height:60px;object-fit:cover}.app-hero-features b{font-size:16px}.app-hero-features span{display:block;margin-top:5px;font-size:13px}
.app-platform{height:482px;padding:28px 33px 0}.app-platform>.section-heading{justify-content:center;height:56px}.app-platform>.section-heading h2{font-size:27px}
.app-platform .platform-card{height:397px;padding:30px 28px}.app-platform .platform-card h3{font-size:24px}.app-platform .platform-card p{font-size:13px}.app-platform .platform-card ul{margin-top:28px;width:250px}.app-platform .platform-card li{font-size:13px;margin:16px 0}.app-platform .platform-card>a{left:28px;bottom:65px;width:200px;height:55px}.app-platform .platform-card>small{left:58px;bottom:27px;font-size:13px}.app-platform .platform-phone{width:118px;height:305px;right:18px;bottom:37px}
.app-steps{height:348px;padding:25px 33px 0}.app-steps>.section-heading{justify-content:center;height:57px}.app-steps>.section-heading h2{font-size:27px}.app-steps .step-card{height:268px;padding-top:11px;overflow:hidden}.app-steps .step-card img{width:108px;height:108px}.app-steps .step-card b{font-size:14px;min-height:34px;display:flex;align-items:center;justify-content:center}.app-steps .step-card p{font-size:11px;line-height:1.6}
.app-help{height:114px;margin:0 33px;padding:13px 34px;display:grid;grid-template-columns:90px 1fr 240px;align-items:center;border:1px solid #dceafc;border-radius:10px;background:linear-gradient(110deg,#eef7ff,#fff)}
.app-help img{width:90px;height:90px;object-fit:cover}.app-help h3{margin:0 0 7px}.app-help p{margin:0;font-size:12px;line-height:1.5}.app-help a{height:48px;border:1px solid var(--blue);border-radius:7px;display:grid;place-items:center;color:var(--blue);text-decoration:none;font-weight:800}
.app-features{height:123px;margin:18px 33px 0;border:1px solid var(--line);border-radius:10px;display:grid;grid-template-columns:repeat(4,1fr)}
.app-features article{display:grid;grid-template-columns:64px 1fr;align-items:center;padding:16px;border-right:1px solid var(--line)}.app-features article:last-child{border:0}.app-features img{width:60px;height:60px;object-fit:cover}.app-features b{font-size:12px}.app-features span{display:block;margin-top:7px;font-size:10px;line-height:1.5;color:var(--muted)}

/* More */
.more-hero{height:267px;margin:5px 20px 0;border-radius:14px;padding:35px 40px;color:#fff;background:radial-gradient(circle at 78% 40%,#0b8d65,#006055 45%,#004342 78%)}
.more-hero .hero-copy{width:410px}.more-hero h1{font-size:50px;line-height:1.08}.more-hero h1 em{display:block;font-style:normal;color:#00d36f}.more-hero p{font-size:18px;line-height:1.5;margin-top:16px}.more-hero-art{position:absolute;right:0;top:0;width:408px;height:268px;object-fit:cover}
.resource-cards{height:213px;padding:22px 26px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.resource-card{height:186px;border:1px solid var(--line);border-radius:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 5px 14px rgba(10,25,45,.05)}.resource-card img{width:86px;height:86px;object-fit:cover}.resource-card b{font-size:17px}.resource-card span{margin-top:8px;color:var(--muted);font-size:13px}.resource-card i{font-style:normal;margin-top:10px;color:var(--green);font-size:25px}
.more-section{padding:0 26px}.more-guides{height:386px;padding-top:15px}.more-section .section-heading h2{font-size:27px}.more-section .section-heading a{color:var(--green)}
.more-guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.more-guide-card{height:143px;padding:15px 18px;display:grid;grid-template-columns:90px 1fr 20px;align-items:center;border:1px solid var(--line);border-radius:11px;text-decoration:none}.more-guide-card:nth-child(1){background:linear-gradient(110deg,#effaf3,#fff)}.more-guide-card:nth-child(2){background:linear-gradient(110deg,#f5efff,#fff)}.more-guide-card:nth-child(3){background:linear-gradient(110deg,#eef7ff,#fff)}.more-guide-card:nth-child(4){background:linear-gradient(110deg,#fff4ec,#fff)}.more-guide-card img{width:82px;height:82px;object-fit:cover}.more-guide-card h3{margin:0 0 8px;font-size:16px}.more-guide-card p{margin:0;font-size:12px;line-height:1.45;color:var(--muted)}.more-guide-card b{font-size:22px}
.more-tools{height:267px}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tool-card{height:190px;position:relative;border:1px solid var(--line);border-radius:11px;text-align:center;padding:17px 17px 38px;text-decoration:none;overflow:hidden}.tool-card:nth-child(1){background:linear-gradient(110deg,#effaf3,#fff)}.tool-card:nth-child(2){background:linear-gradient(110deg,#f5efff,#fff)}.tool-card:nth-child(3){background:linear-gradient(110deg,#edfbfa,#fff)}.tool-card img{width:72px;height:72px;object-fit:cover}.tool-card b{display:block;font-size:16px}.tool-card p{font-size:12px;line-height:1.5;color:var(--muted)}.tool-card i{position:absolute;left:0;right:0;bottom:8px;font-style:normal;color:var(--green);font-size:24px}
.more-faq{height:275px}.faq-list{display:grid;gap:8px}.faq-item{border:1px solid var(--line);border-radius:10px}.faq-item button{width:100%;height:48px;padding:0 24px;border:0;background:#fff;display:flex;align-items:center;justify-content:space-between;font-weight:700;text-align:left}.faq-item button>img{width:28px;height:28px;object-fit:cover;margin-right:24px}.faq-item button span{margin-right:auto}.faq-item p{display:none;margin:0;padding:0 74px 12px;font-size:11px;color:var(--muted)}.faq-item.open p{display:block}
.more-newsletter{height:104px;margin:0 26px;padding:10px 20px;display:grid;grid-template-columns:90px 1fr 330px;align-items:center;border-radius:10px;background:linear-gradient(110deg,#eaf9f1,#f8fffb)}.more-newsletter img{width:90px;height:90px;object-fit:cover}.more-newsletter h3{margin:0 0 7px}.more-newsletter p{margin:0;font-size:12px;color:var(--muted)}.more-newsletter form{height:48px;display:flex}.more-newsletter input{flex:1;border:1px solid var(--line);border-radius:7px 0 0 7px;padding:0 18px}.more-newsletter button{width:115px;border:0;border-radius:0 7px 7px 0;background:var(--green);color:#fff;font-weight:800}
.more-features{height:94px;margin:15px 26px 0;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.more-features article{display:grid;grid-template-columns:70px 1fr;align-items:center;padding:8px;border-right:1px solid var(--line)}.more-features article:last-child{border:0}.more-features img{width:66px;height:66px;object-fit:cover}.more-features b{font-size:12px}.more-features span{display:block;margin-top:6px;font-size:10px;color:var(--muted)}

.bottomnav{
  position:fixed;z-index:80;left:calc(50% + 7.5px);bottom:12px;width:825px;height:82px;
  transform:translateX(-50%) scale(var(--fit-scale));transform-origin:center bottom;
  display:grid;grid-template-columns:repeat(5,1fr);
  border:1px solid rgba(226,231,237,.92);border-radius:28px;background:rgba(255,255,255,.97);
  box-shadow:0 8px 28px rgba(10,25,45,.16);backdrop-filter:blur(10px)
}
.bottomnav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;color:#4d5570;font-size:12px}.bottomnav a.active{color:var(--blue);font-weight:800}.bottomnav.green a.active{color:var(--green)}
.bottomnav img{width:42px;height:42px;object-fit:contain}
.drawer,.modal{position:fixed;z-index:100}
.drawer{left:0;top:0;width:300px;height:100%;padding:90px 30px;background:#fff;box-shadow:15px 0 40px rgba(0,0,0,.18)}.drawer a{display:block;padding:14px 0;text-decoration:none;font-weight:800}.close{position:absolute;right:18px;top:18px;border:0;background:none;font-size:28px}
.modal{inset:0;display:grid;place-items:center;background:rgba(2,13,31,.55)}.modal-card{width:360px;position:relative;padding:35px;border-radius:15px;background:#fff}.modal-card button.primary{height:42px;padding:0 24px;border:0;border-radius:7px;background:var(--blue);color:#fff}
[hidden]{display:none!important}
button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #ffcf33;outline-offset:2px}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
@media (min-width:390px) and (max-width:394px){:root{--fit-scale:.459555!important}}
