:root{
  --bg:#f6f7fba8;
  --bg2:#eef1f894;

  --text:#0F172A;
  --muted:#475569;

  --line:#0F172A1F;
  --line2:#0F172A14;

  --shadow:0 10px 20px #0206171A;
  --shadow2:0 10px 20px #02061714;
  --shadow3:0 5px 10px #02061708;
  --shadow4:0 5px 10px #3a486459;
  --shadow5:0 5px 10px #b9d2e242;

  --radius:18px;
  --radius2:26px;

  --max:1120px;
  --pad:20px;

  --cta:#2563EB;
  --cta2:#06B6D4;

  --headerH:72px;

  --link:#0EA5E9;
  --linkHover:#0284C7;
}

*{box-sizing:border-box}
html,body{height:100%}

html{
  background:
    radial-gradient(1400px 820px at 12% 0%, #25a6eb1c, #00000000 62%),
    radial-gradient(1200px 760px at 88% 8%, #06b6d412, #00000000 64%),
    radial-gradient(1100px 720px at 60% 110%, #a855f70f, #00000000 60%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
  background-repeat:no-repeat;
  background-attachment:fixed;
}

body{
  margin:0;
  background:transparent;
  color:var(--text);
  font:16px/1.55 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  padding-top:var(--headerH);
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.container{
  max-width:var(--max);
  margin:0 auto;
  padding-left:calc(var(--pad) + env(safe-area-inset-left)) !important;
  padding-right:calc(var(--pad) + env(safe-area-inset-right)) !important;
}

.muted{color:var(--muted)}

.text-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--link);
  font-weight:600;
  font-size:14px;
  letter-spacing:.1px;
  margin-top:12px;
}

.text-link:hover{color:var(--linkHover)}

.inTextLink {
  color: var(--link);
  font-weight: 600;
}

.inTextLink:hover {
  color:var(--linkHover);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#FFFFFFB8;
  color:var(--text);
  box-shadow:var(--shadow2);
  transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease;
  cursor:pointer;
  white-space:nowrap;
}
.btn:hover{
  transform:translateY(-2px);
  border-color:#0F172A2E;
  background:#FFFFFFF2;
  box-shadow:var(--shadow);
}
.btn.primary{background:#2563EBF2;color:#FFFFFF;}
.btn.primary:hover{background:#2563EB;}

.btn.apps{
  border: 1px solid #5e656838;
  background: #e3e7e97a;
  color: var(--text);
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: var(--shadow5);
}

.btn.apps:hover{background:#ffffff;}

.btn.cta-alt{
  padding:13px 18px;
  border-radius:16px;
  font-weight:600;
  letter-spacing:.15px;
  border-color: #0e96e95c;
  background: #0ee9e02e;
  color:#083044;
}

.btn.cta-alt:hover{
  border-color:#0e96e982;
  background:#00fff542;
  box-shadow:0 18px 40px #0206171F;
}

.btn.whatsapp{
  border:none;
  background:linear-gradient(180deg, #00D64F 0%, #00AC40 46%, #008C35 100%);
  color:#FFFFFF;
  text-shadow:0 1px 1px #0000004D;
  position:relative;
  overflow:hidden;
  box-shadow:0 2px 5px #16A34A33, 0 10px 22px #02061714;
}

.btn.whatsapp:before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(140px 140px at 18% 0%, #FFFFFF4D, #00000000 60%),
    radial-gradient(180px 180px at 85% 110%, #FFFFFF1F, #00000000 65%);
  pointer-events:none;
  opacity:.95;
}

.btn.whatsapp:hover{
  background:linear-gradient(180deg, #00EF58 0%, #00B443 46%, #00B243 100%);
  box-shadow:0 5px 10px #16A34A57, 0 10px 22px #02061714;
}

.wa-ic{width:18px;height:18px;fill:#FFFFFF;opacity:1;}
.apply-btn{
  font-weight:800;
  letter-spacing:.2px;
  padding:10px 18px;
  border-radius:16px;
  box-shadow:0 14px 30px #0206171F;
}
.apply-btn:hover{box-shadow:0 18px 40px #02061729;}

.pill{
  display:inline-flex;
  text-transform:uppercase;
  font-size:12px;
  font-weight:700;
  gap:10px;
  align-items:center;
  padding:8px 12px;
  border:1px solid var(--line2);
  border-radius:10px;
  color:#0F172AA8;
  background:#FFFFFFC7;
  backdrop-filter:blur(10px);
}

.pill .dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#06B6D4F2;
  box-shadow:0 0 0 4px #06B6D429;
}

.header{
  position:fixed;
  top:0; left:0; right:0;
  z-index:60;
  background:#ffffffbd;
  backdrop-filter:blur(16px);
  border-bottom:1px solid #FFFFFF14;
  overflow:hidden;
  box-shadow:0 2px 15px #325E562E;
}
.header:before{
  content:"";
  position:absolute;
  inset:-60px -90px -70px -90px;
  background:
    radial-gradient(820px 260px at 14% 0%, #22D3EE2E, #00000000 62%),
    radial-gradient(860px 280px at 88% 0%, #10B98124, #00000000 64%),
    radial-gradient(900px 320px at 55% 120%, #3B82F61A, #00000000 62%),
    linear-gradient(180deg, #FFFFFF4D, #FFFFFF00);
  pointer-events:none;
  opacity:.95;
  filter:saturate(1.05);
}

.nav{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  padding:14px 0;
  min-height:var(--headerH);
  flex-wrap:wrap;
  gap:14px;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  letter-spacing:.2px;
}
.logo-box{
  width: 45px;
}
.logo-img{
  width:100%;
  height:100%;
}
.brand-text{font-size:15px}

.menu{
  display:flex;
  align-items:center;
  margin-left:auto;
  justify-content:flex-end;
  flex-wrap:wrap;
}
.menu a{
  color:#0F172AAD;
  font-size:14px;
  padding:8px 10px;
  border-radius:12px;
  border:1px solid transparent;
}
.menu a:hover{
  color:var(--text);
  border-color:var(--line2);
  background:#FFFFFFC7;
}

.nav-cta{
  display:flex;
  align-items:center;
  gap:10px;
}

.mobile-toggle{display:none}

.mobile-drawer{display:none;}
.mobile-menu[hidden]{display:none !important}

.menu-overlay{
  position:fixed;
  inset:0;
  background:#0206174D;
  z-index:50;
  display:none;
}
.menu-overlay.show{display:block}

section{padding:22px 0}

.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:14px;
}
.section-head h2{margin: 0 0 5px 0;font-size:28px;line-height:1.2}
.section-head p{margin:0;color:#0F172AA8;}

.hero{padding:30px 0 18px}

.hero-shell{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:0;
  align-items:stretch;

  border-radius:var(--radius2);
  border-bottom: 1px solid #007ca936;
  overflow:hidden;
  box-shadow:var(--shadow3);

  background: radial-gradient(640px 420px at 18% 20%, #ffa66966, #00000000 60%), radial-gradient(640px 420px at 78% 86%, #18d8ff66, #00000000 62%), radial-gradient(600px 400px at 55% 18%, #2fffdd2b, #00000000 60%), linear-gradient(180deg, #ffffff, #ffffff);
  position: relative;
}

.hero-left{
  padding:26px;
  position:relative;
  overflow:hidden;
}

.hero-left h1{
  margin:12px 0 12px;
  font-size:44px;
  line-height:1.08;
  letter-spacing:-.4px;
}
.hero-left .sub{
  margin:0 0 16px;
  color:#0F172AA8;
  max-width:62ch;
  font-size:16px;
}
.hero-cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:18px 0 6px;
}
.btn.hero-main,
.btn.hero-secondary{
  min-width:220px;
  padding:13px 18px;
  border-radius:16px;
  font-weight:900;
  letter-spacing:.15px;
}
.btn.hero-secondary{
  font-weight:800;
}

.hero-right{
  overflow:hidden;
  display:flex;
  flex-direction:column;
}

.hero-cards{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  padding:14px;
  height:100%;
}

.choice{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:14px;
  padding:14px;
  border-radius:18px;
  border:1px solid var(--line2);
  background:#FFFFFFD1;
  transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease;
  box-shadow:0 10px 22px #0206170F;
  align-items:stretch;
}
.choice:hover{
  transform:translateY(-1px);
  border-color:#ffffff;
  background:#ffffff;
}

.choice-media{
  border-radius:16px;
  overflow:hidden;
  display:grid;
  place-items:center;
}

.choice-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.choice-body{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}

.choice h3{margin:0 0 6px;font-size:18px}
.choice p{margin:0 0 10px;color:#0F172A9E;font-size:14px;max-width:44ch}
.choice-link{color:var(--link);font-size:15px;font-weight:700}
.choice:hover .choice-link{color:var(--linkHover)}

.trust{padding:10px 0 18px}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
}
.trust-item{
  display:flex;
  gap:10px;
  align-items:center;
  padding:14px;
  border-radius:18px;
  background:#FFFFFFD1;
  box-shadow:var(--shadow3);
}
.trust-ic{font-size:18px}
.trust-item strong{display:block;font-size:13px}
.trust-item p{margin:0;color:#0F172A9E;font-size:12px}

.steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:14px;
}
.step{
  padding:18px;
  border-radius:var(--radius);
  background:#FFFFFFD6;
  box-shadow:var(--shadow3);
}
.step-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:8px;
}
.step-ic{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  border:1px solid var(--line2);
  background:#FFFFFFEB;
  font-size:18px;
  flex:0 0 auto;
}
.step h3{margin:0;font-size:16px}
.step p{margin:0;color:#0F172A9E}

.app-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  column-gap: 12px;
  row-gap: 24px;
}
.app-card{
  padding:16px;
  border-radius:var(--radius);
  background:#FFFFFFDB;
  box-shadow:var(--shadow3);
}
.app-head{
  display:flex;
  gap:12px;
  align-items:center;
}
.app-icon{
  width:44px;
  height:44px;
  border-radius:16px;
  border:1px solid var(--line2);
  background:#FFFFFFBF;
  overflow:hidden;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}
.app-icon-img{
  width:100%;
  height:100%;
  border-radius: 10px;
  object-fit:cover;
  display:block;
}
.app-head h3{margin:0;font-size:16px}
.app-desc{
  margin:10px 0 0;
  color:#0F172A9E;
  font-size:13px;
}
.app-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
  margin-top:12px;
}
.app-actions .text-link{margin-top:0}
.app-actions .btn{width:100%;justify-content:center;}

.why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.why-card{
  padding:18px;
  border-radius:var(--radius);
  background:#FFFFFFDB;
  box-shadow:var(--shadow3);
}
.why-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:8px;
}
.why-ic{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  border:1px solid var(--line2);
  background:#FFFFFFEB;
  font-size:18px;
  flex:0 0 auto;
}
.why-card h3{margin:0;font-size:16px}
.why-card p{margin:0;color:#0F172A9E}

.post-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.post-card{
  padding:16px;
  border-radius:var(--radius);
  background:#FFFFFFDB;
  box-shadow:var(--shadow3);
}

.post-thumb{
  height:140px;
  border-radius:var(--radius);
  background:#FFFFFFC7;
  margin-bottom:12px;
  overflow:hidden;
  display:block;
}

.post-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.post-thumb:hover{
  border-color:#0F172A2E;
  box-shadow: var(--shadow4)
}

.post-card h3{margin:0 0 6px;font-size:16px}
.post-card p{margin:0;color:#0F172A9E}

.faq-list{display:grid;gap:10px}
.faq-item{
  padding:14px 16px;
  border-radius:var(--radius);
  background:#FFFFFFE0;
  box-shadow:var(--shadow3);
}
.faq-item summary{cursor:pointer;font-weight:700}
.faq-item p{margin:10px 0 0;color:#0F172A9E}

.footer{
  padding:26px 0 18px;
  border-top:1px solid var(--line2);
  background:#FFFFFF99;
  backdrop-filter:blur(10px);
  font-size: 13px;
}
.footer-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:22px;
}
.footer-brand{max-width:460px}
.footer-brand p{margin:10px 0 0;color:#0F172A9E}
.footer-cols{
  display:flex;
  justify-content:flex-end;
  gap:64px;
  margin-left:auto;
}
.footer-links{
  display:grid;
  gap:8px;
  align-content:start;
  min-width:200px;
}
.footer-links strong{font-size:13px}
.footer-links a{color:#0F172AAD;font-size:13px;}
.footer-links a:hover{color:var(--text)}

.footer-social{
  display:flex;
  gap:10px;
  margin-top:14px;
}
.social-link{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  border:1px solid var(--line2);
  background:#FFFFFFDB;
  transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease;
  box-shadow:0 10px 22px #0206170F;
}
.social-link:hover{
  transform:translateY(-1px);
  border-color:#0F172A2E;
  background:#FFFFFFFC;
}
.social-link svg{
  width:18px;
  height:18px;
  fill:var(--text);
  opacity:.85;
}

.footer-bottom{
  padding-top:12px;
  margin-top:20px;
  border-top:1px solid var(--line2);
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.footer-lang{
  display:flex;
  align-items:center;
  gap:10px;
}
.footer-lang-select{
  padding:10px 46px 10px 14px;
  border-radius:14px;
  border:1px solid var(--line2);
  background-color:#FFFFFFF0;
  color:var(--text);
  font-size:14px;
  box-shadow:0 10px 22px #0206170D;

  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;

  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%230f172a' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 16px center;
  background-size:16px 16px;
}

.staticHead{
  padding: 0 5px 10px 5px;
}

.staticHead h1{
  margin: 0.2em 0 !important;
}

.belowContent {
  color: #0F172AA8;
}

.belowContent p {
  margin-block-end: 0;
  margin-block-start: 1.5em;
}

@media (max-width:980px){
  :root{--headerH:66px;}

  .menu{display:none}
  .mobile-toggle{display:inline-flex}

  .nav{
    flex-wrap:nowrap;
    justify-content:space-between;
    gap:10px;
  }

  .brand{flex:0 0 auto;}
  .brand-text{display:none}

  .nav-cta{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-left:0;
  }

  .apply-btn{
    flex:1;
    max-width:360px;
    justify-content:center;
    padding:12px 18px;
    margin: 0 15px;
  }

  .mobile-toggle{
    flex: 0 0 auto;
    width: 45px;
    font-size: 20px;
    padding: 11px 0;
    box-shadow: var(--shadow3);
    border-color: #626e894f;
  }

  .mobile-drawer{
    display:block;
    position:fixed;
    left:0;
    right:0;
    top:var(--headerH);
    z-index:70;
    pointer-events:none;
  }

  .mobile-drawer .container{pointer-events:none;}
  .mobile-drawer .mobile-menu{pointer-events:auto;}

  .mobile-menu{
    display:grid;
    gap:6px;
    width:100%;
    margin-top:30px;
    padding:12px;
    border-radius:18px;
    border:1px solid var(--line2);
    background:#FFFFFFF0;
    backdrop-filter:blur(12px);
    box-shadow:var(--shadow2);
  }

  .mobile-menu a{
    padding:12px 12px;
    border-radius:14px;
    border:1px solid var(--line2);
    background:#FFFFFFF0;
    color:var(--text);
    font-size:14px;
  }

  .mobile-menu a:hover{
    border-color:#0F172A2E;
    background:#FFFFFF;
  }

  .hero-left{
    text-align: center;
    padding: 26px 26px 10px 26px;
    overflow: visible;
  }
  .hero-cta{justify-content:center;gap:12px;}
  .btn.hero-main,.btn.hero-secondary{min-width:240px}

  .hero-shell{grid-template-columns:1fr;}

  .hero-left h1{font-size:36px}

  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:1fr}
  .app-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .post-grid{grid-template-columns:1fr}

  .section-head{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }
  .choice{grid-template-columns:1fr;}
  .choice-media{height:170px;}

  .footer-top{
    display:flex;
    flex-direction:column !important;
    align-items:center;
    justify-content:flex-start !important;
    gap:18px;
    text-align:center;
  }

  .footer-brand{
    order:1;
    max-width:520px;
    width:100%;
    display:grid;
    justify-items:center;
  }

  .footer-social{justify-content:center;}

  .footer-cols{
    order:2;
    width:100%;
    margin-left:0 !important;
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:18px 22px;
    justify-items:center;
    text-align:center;
  }

  .footer-links{
    min-width:unset;
    justify-items:center;
  }

  .footer-bottom{
    justify-content:center;
    text-align:center;
    padding-top:20px;
  }

  .footer-lang{
    justify-content:center;
    width:100%;
  }
}

@media (max-width:520px){
  :root{--pad:15px;}

  .app-grid{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr}
  .footer-cols{grid-template-columns:1fr}

  .apply-btn{max-width:unset;width:100%;}
  .btn.hero-main,.btn.hero-secondary{min-width:unset;width:100%;}
  .hero-cta{width:100%;}
}

.static{
  padding:40px 0 10px;
}

.static-card{
  background:#FFFFFF;
  border:1px solid var(--line2);
  border-radius:var(--radius2);
  box-shadow:var(--shadow3);
  padding: 30px 25px;
}

.static-card hr{
  border: 1px dashed #36516557;
  border-bottom: 0;
  margin: 15px 0 15px;
}

.static h1{
  margin:0 0 12px;
  font-size:40px;
  line-height:1.1;
  letter-spacing:-.4px;
}

.static h2{
  margin:22px 0 10px;
  font-size:22px;
  line-height:1.25;
  letter-spacing:-.2px;
}

.static p{
  margin:0 0 12px;
  color:#0F172AA8;
  font-size:16px;
}

@media (max-width:980px){
  .static h1{font-size:32px}
}

.page{padding:0 0 20px}

.hero-one{
  position:relative;
  grid-template-columns:1fr;
}

.hero-one .hero-left{
  padding:26px;
  max-width:760px;
  position:relative;
  z-index:2;
}

.hero-two{
  display: flex;
  padding: 26px;
  z-index: 2;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.hero-two h1{
  margin:12px 0 12px;
  font-size:44px;
  line-height:1.08;
  letter-spacing:-.4px;
  text-align: center;
}
.hero-two .sub{
  margin:0 0 12px;
  color:#0F172AA8;
  font-size:16px;
  text-align: center;
}

.hero-two-cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin: 6px 0;
}

.app-iconBig {
  background: white;
  width: 75px;
  height: 75px;
  padding: 5px;
  border: 1px solid #40546933;
  box-shadow: 0 0px 10px #5e9bb230;
  margin-top: 12px;
}

.hero-art{
  position:absolute;
  right:0;
  bottom:-5px;
  width:min(54%, 640px);
  height:auto;
  z-index:1;
  pointer-events:none;
  filter:drop-shadow(0 18px 40px #0206171F);
  opacity:.98;
}

.hero-art-img{
  width:100%;
  height:auto;
  display:block;
}

.hero-art-mobile{
  display:none;
  position:absolute;
  right: 0px;
  bottom: -20px;
  width:min(54%, 640px);
  height:auto;
  z-index:1;
  pointer-events:none;
  filter:drop-shadow(0 18px 40px #0206171F);
  opacity:.98;
}

.hero-art-mobile-img{
  width:100%;
  height:auto;
  display:block;
}

.hero-notes{
  margin: 12px 0 12px;
  font-size:14px;
}

.stream-body{padding: 5px 0 10px;}
.stream-grid{
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:14px;
  align-items:start;
}
.stream-main{min-width:0}
.stream-block{
  padding: 30px 25px;
  border-radius:var(--radius2);
  background:#FFFFFFDB;
  box-shadow: var(--shadow3);
  margin-bottom:12px;
}
.stream-block h2{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.25;
  letter-spacing:-.2px;
}
.stream-block p{
  margin:0 0 12px;
  color:#0F172AA8;
  font-size:16px;
}
.stream-block p:last-child{margin-bottom:0}

.stream-inline-cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}

.stream-side{position:sticky;top:calc(var(--headerH) + 14px)}
.academy-card{
  padding: 30px 25px;
  border-radius:var(--radius2);
  background:#FFFFFFDB;
  box-shadow: var(--shadow3);
}
.academy-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}
.academy-ic{
  width:46px;
  height:46px;
  border-radius:16px;
  display:grid;
  place-items:center;
  border:1px solid var(--line2);
  background:#FFFFFFEB;
  font-size:20px;
  flex:0 0 auto;
}
.academy-head strong{display:block;font-size:16px}
.academy-head p{margin:2px 0 0;font-size:13px}

.academy-btn{width:100%;justify-content:center;border-radius:16px;font-weight:900}

.academy-mini{
  margin-top: 25px;
  padding-top: 20px;
  border-top:1px solid var(--line2);
}
.academy-mini strong{display:block;font-size:13px}
.academy-mini p{margin:6px 0 8px;font-size:13px;color:#0F172A9E}
.academy-links{display:grid;gap:6px}
.academy-links .text-link{margin-top:0}

.imgArticlesDesktop {
  padding-bottom: 25px;
}

.imgArticlesMobile {
  padding-bottom: 15px;
  display: none;
}

@media (max-width:980px){
  .hero-one .hero-left{max-width:unset;text-align:center;padding:26px 26px 14px}
  .hero-one .hero-cta{justify-content:center}
  .hero-art{display:none;}
  .hero-art-mobile{display:block;}

  .stream-grid{grid-template-columns:1fr}
  .stream-side{position:static}
  .noMobile{display: none;}
  .minHeigh{min-height: 550px;}
  .imgArticlesDesktop {
    display: none;
  }
  .imgArticlesMobile {
    display: block;
  }
}

@media (max-width:520px){
  .hero-one .hero-left{padding:22px 18px 12px}
  .hero-art{width:100%}
  .hero-art-mobile{width:100%}
}

.calculator{padding:22px 0}
.calc-card{
  padding:25px;
  border-radius:var(--radius2);
  background:#FFFFFFDB;
  box-shadow:0 10px 22px #0206170F;
}

.calc-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:25px;
  align-items:start;
}

.calc-form{
  display:grid;
  gap:12px;
}

.calc-field label{
  display: block;
  font-weight: 800;
  font-size: 16px;
  margin: 0 0 10px 3px;
  color: #0F172ADF;
}

.calc-select{
  width:100%;
  padding: 15px 44px 15px 15px;
  border-radius:14px;
  border:1px solid var(--line2);
  background-color:#FFFFFFF0;
  color:var(--text);
  font-size:14px;
  box-shadow: 0 2px 5px #0206170D;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%230f172a' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 14px center;
  background-size:16px 16px;
}

.calc-actions{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:6px;
}

.btn.calc-btn{
  width:100%;
  justify-content:center;
  padding:13px 18px;
  border-radius:16px;
  font-weight:900;
  letter-spacing:.15px;
}

.calc-side{
  padding: 0 25px;
  border-left: 1px solid var(--line2);
  height: -webkit-fill-available;
}

.calc-side h3{margin:0;font-size:16px}
.calc-side p{margin:0;color:#0F172A9E;font-size:14px;padding-top:10px;}

.calc-result{
  display:none;
  min-height:220px;
  border-radius:18px;
  border:1px solid var(--line2);
  background:#d7ffe63b;
  padding: 18px 18px 30px 18px;
}

.calc-result.show{
  display:grid;
  place-items:center;
  text-align:center;
}

.calc-result .res-title{
  margin:0 0 8px;
  font-size:18px;
  letter-spacing:-.2px;
}

.calc-result .res-text{
  margin: 15px 0;
  color: #0F172AA8;
  font-size: 15px;
}

.calc-result .res-range{
  margin: 15px 0;
  font-size: 35px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:-.6px;
}

.calc-result .res-meta{
  margin: 10px 0;
  color:#0F172A9E;
  font-size:13px;
}

.calc-reset{
  margin-top:14px;
  width:100%;
  justify-content:center;
}

.calc-hide{display:none !important}

@media (max-width:980px){
  .calc-grid{grid-template-columns:1fr}
  .calc-side{
    padding: 20px 0 0;
    border-top: 1px solid var(--line2);
    border-left: 0;
  }
}