:root{
  --bg-main:#050810;
  --bg-secondary:#0a1322;
  --bg-card:rgba(10,19,34,.72);
  --bg-card-strong:rgba(15,25,45,.84);
  --blue:#3b82f6;
  --blue-soft:#adc6ff;
  --blue-strong:#2563eb;
  --text:#ffffff;
  --text-soft:#94a3b8;
  --line:rgba(59,130,246,.28);
  --danger:#ef4444;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  background:
    radial-gradient(circle at 16% 18%, rgba(59,130,246,.12), transparent 34%),
    radial-gradient(circle at 82% 72%, rgba(37,99,235,.12), transparent 36%),
    linear-gradient(180deg,var(--bg-main),var(--bg-secondary));
  color:var(--text);
  min-height:100vh;
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  background-image:
    linear-gradient(rgba(59,130,246,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59,130,246,.05) 1px, transparent 1px);
  background-size:40px 40px;
  animation:gridMove 34s linear infinite;
  z-index:-2;
}
body::after{
  content:"";
  position:fixed;
  inset:0;
  background:linear-gradient(90deg,rgba(5,8,16,.92),rgba(5,8,16,.42),rgba(5,8,16,.92));
  z-index:-1;
  pointer-events:none;
}
@keyframes gridMove{from{transform:translateY(0)}to{transform:translateY(40px)}}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.site-nav{
  position:fixed;
  inset:0 0 auto 0;
  height:80px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 8%;
  background:rgba(10,19,34,.94);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
  z-index:1000;
}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand img{height:50px;filter:drop-shadow(0 0 12px rgba(59,130,246,.75))}
.brand span{font-weight:700;color:var(--blue-soft);letter-spacing:.08em;text-transform:uppercase}
.nav-links{display:flex;align-items:center;gap:34px}
.nav-links a{color:var(--text-soft);font-size:.84rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:.25s;position:relative;padding:8px 0}
.nav-links a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--blue);transition:.25s}
.nav-links a:hover,.nav-links a.active{color:var(--blue-soft)}
.nav-links a:hover::after,.nav-links a.active::after{width:100%}
.nav-login{padding:11px 16px;border:1px solid rgba(173,198,255,.3);border-radius:13px;color:var(--blue-soft);background:rgba(59,130,246,.08);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:.25s}
.nav-login:hover{background:var(--blue);color:#020617;box-shadow:0 0 24px rgba(59,130,246,.38)}
.menu-toggle{display:none;flex-direction:column;gap:6px;cursor:pointer;border:1px solid rgba(173,198,255,.26);border-radius:12px;background:rgba(59,130,246,.08);padding:10px;z-index:1100}
.menu-toggle span{width:27px;height:3px;background:var(--blue-soft);border-radius:8px;transition:.25s}
.menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}
.menu-toggle.open span:nth-child(2){opacity:0}
.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}
.mobile-nav{position:fixed;top:0;right:-100%;width:min(310px,88vw);height:100dvh;background:rgba(7,18,34,.98);border-left:1px solid var(--line);display:flex;flex-direction:column;padding:100px 28px 28px;gap:14px;transition:.34s ease;z-index:1050;box-shadow:-25px 0 60px rgba(0,0,0,.45)}
.mobile-nav.active{right:0}
.mobile-nav a{display:flex;align-items:center;justify-content:space-between;min-height:56px;padding:0 15px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(15,25,45,.72);color:#fff;font-weight:800;letter-spacing:.04em}
.mobile-nav a::after{content:'›';color:var(--blue-soft);font-size:26px}
.mobile-nav a.active{border-color:rgba(173,198,255,.55);background:rgba(59,130,246,.17);color:var(--blue-soft)}
.overlay{position:fixed;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(5px);display:none;z-index:1040}
.overlay.active{display:block}
.no-scroll{overflow:hidden}
.page{padding-top:80px;min-height:100vh}
.wrap{width:min(1180px,92vw);margin:0 auto}
.hero{position:relative;min-height:calc(100vh - 80px);display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.46;filter:saturate(1.05) contrast(1.06)}
.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,8,16,.98),rgba(5,8,16,.72),rgba(5,8,16,.25)),linear-gradient(0deg,rgba(5,8,16,1),transparent 38%)}
.hero-content{position:relative;z-index:2;width:min(850px,92vw);padding:70px 8%}
.eyebrow{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(59,130,246,.28);background:rgba(59,130,246,.09);color:var(--blue-soft);padding:8px 13px;border-radius:999px;font-weight:800;font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:20px}
.eyebrow i{width:8px;height:8px;border-radius:999px;background:var(--blue);box-shadow:0 0 18px var(--blue)}
h1{font-size:clamp(2.4rem,6vw,4.8rem);line-height:1.02;letter-spacing:-.05em;margin-bottom:18px}
h1 span,.blue{color:var(--blue-soft);text-shadow:0 0 18px rgba(173,198,255,.4)}
.lead{font-size:clamp(1rem,2vw,1.25rem);line-height:1.7;color:var(--text-soft);max-width:720px;margin-bottom:28px}
.actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:14px;min-height:52px;padding:0 22px;border:1px solid rgba(173,198,255,.22);font-weight:900;letter-spacing:.04em;transition:.25s;cursor:pointer;font:inherit}
.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue-strong));color:#020617;border-color:transparent;box-shadow:0 14px 35px rgba(37,99,235,.24)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 34px rgba(59,130,246,.42)}
.btn-ghost{background:rgba(255,255,255,.03);color:var(--text);border-color:rgba(173,198,255,.32)}
.btn-ghost:hover{background:rgba(59,130,246,.12);color:var(--blue-soft)}
.stats{display:flex;gap:30px;flex-wrap:wrap;margin-top:42px;color:var(--text-soft)}
.stat strong{display:block;color:var(--blue-soft);font-size:1.7rem;margin-bottom:2px}
.section{padding:76px 0}
.section-head{margin-bottom:30px;display:flex;align-items:end;justify-content:space-between;gap:22px}
.section-head h2{font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.12;letter-spacing:-.03em}
.section-head p{color:var(--text-soft);max-width:560px;line-height:1.65}
.grid{display:grid;gap:22px}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.card{position:relative;overflow:hidden;min-height:255px;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:var(--bg-card);backdrop-filter:blur(14px);transition:.28s}
.card:hover{border-color:rgba(59,130,246,.6);box-shadow:0 0 42px rgba(59,130,246,.22);transform:translateY(-5px)}
.card.card-large{min-height:390px;grid-column:span 2}
.card-bg{position:absolute;inset:0;z-index:0}
.card-bg img{width:100%;height:100%;object-fit:cover;opacity:.38;filter:saturate(1.1) contrast(1.08)}
.card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,8,16,.96),rgba(5,8,16,.42));z-index:1}
.card-body{position:relative;z-index:2;height:100%;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;gap:12px}
.card-kicker{color:var(--blue-soft);font-size:.72rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.card h3{font-size:clamp(1.25rem,2vw,1.9rem);line-height:1.15}
.card p{color:var(--text-soft);line-height:1.58;max-width:620px}
.card-link{margin-top:8px;color:var(--blue-soft);font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}
.icon-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}
.mini{border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(10,19,34,.68);padding:18px;min-height:132px}
.mini i,.service-icon{width:46px;height:46px;border-radius:15px;border:1px solid rgba(59,130,246,.35);background:rgba(59,130,246,.1);display:grid;place-items:center;color:var(--blue-soft);font-size:1.1rem;margin-bottom:12px}
.mini h4{font-size:1rem;margin-bottom:7px}
.mini p{font-size:.9rem;color:var(--text-soft);line-height:1.5}
.service-card{border:1px solid rgba(255,255,255,.08);border-radius:20px;background:rgba(10,19,34,.72);padding:22px;min-height:245px;transition:.25s}
.service-card:hover{border-color:rgba(59,130,246,.5);transform:translateY(-4px);box-shadow:0 0 30px rgba(59,130,246,.18)}
.service-card h3{margin-bottom:10px;color:var(--blue-soft)}
.service-card p{color:var(--text-soft);line-height:1.58}
.feature{display:flex;gap:14px;align-items:flex-start;margin-bottom:18px}
.feature .service-icon{flex:0 0 46px;margin:0}
.feature strong{display:block;margin-bottom:5px;color:#fff}
.feature p{color:var(--text-soft);line-height:1.5}
.form-panel{border:1px solid rgba(255,255,255,.1);border-radius:24px;background:rgba(10,19,34,.72);backdrop-filter:blur(16px);padding:24px;box-shadow:0 18px 55px rgba(0,0,0,.22)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.field{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}
.field.full{grid-column:1/-1}
label{font-size:.78rem;color:var(--text-soft);font-weight:800;letter-spacing:.07em;text-transform:uppercase}
input,select,textarea{width:100%;border:1px solid rgba(173,198,255,.2);border-radius:13px;background:rgba(5,8,16,.75);color:#fff;padding:13px 14px;font:inherit;outline:none;transition:.22s}
textarea{min-height:130px;resize:vertical}
input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(59,130,246,.15)}
::placeholder{color:#64748b}.error-box{background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.35);color:#fecaca;padding:12px;border-radius:12px;margin-bottom:14px}
.login-simple{width:min(430px,92vw);margin:0 auto;padding-top:72px}
.login-simple .brand-login{display:flex;justify-content:center;margin-bottom:26px}.login-simple .brand-login img{width:96px;filter:drop-shadow(0 0 18px rgba(59,130,246,.6))}.login-box{border-top:1px solid rgba(173,198,255,.25);padding-top:24px}.login-box h1{font-size:2rem;text-align:center;margin-bottom:8px}.login-box p{text-align:center;color:var(--text-soft);margin-bottom:24px}.login-box .btn{width:100%;border:0}.footer{border-top:1px solid rgba(255,255,255,.08);padding:26px 0;color:var(--text-soft);font-size:.9rem}.footer .wrap{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap}
@media(max-width:920px){.nav-links,.nav-login{display:none}.menu-toggle{display:flex}.site-nav{padding:0 18px}.hero-content{padding:52px 20px}.section{padding:52px 0}.section-head{display:block}.section-head p{margin-top:10px}.grid-2,.grid-3{grid-template-columns:1fr}.card.card-large{grid-column:auto}.icon-list,.form-grid{grid-template-columns:1fr}.card{min-height:225px}.card.card-large{min-height:300px}}
@media(max-width:560px){.brand span{display:none}.brand img{height:46px}.hero{min-height:auto}.hero-content{padding-top:55px;padding-bottom:55px}h1{font-size:2.25rem}.lead{font-size:.98rem}.actions .btn{width:100%}.stats{gap:18px}.stat{width:calc(50% - 9px)}.card-body{padding:20px}.section{padding:42px 0}.login-simple{padding-top:42px}.mobile-nav{padding-top:92px}}

/* Tema branco */
.theme-toggle{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:0 13px;
  border:1px solid rgba(173,198,255,.28);
  border-radius:13px;
  background:rgba(59,130,246,.08);
  color:var(--blue-soft);
  font:inherit;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
  cursor:pointer;
  transition:.25s;
}
.theme-toggle:hover{background:rgba(59,130,246,.16);box-shadow:0 0 22px rgba(59,130,246,.18)}
.theme-icon{font-size:1rem;line-height:1}.theme-label{display:inline-block}
body.light-theme{
  --bg-main:#f6f8fc;
  --bg-secondary:#ffffff;
  --bg-card:rgba(255,255,255,.88);
  --bg-card-strong:rgba(255,255,255,.96);
  --blue:#2563eb;
  --blue-soft:#1d4ed8;
  --blue-strong:#1e40af;
  --text:#0f172a;
  --text-soft:#475569;
  --line:rgba(37,99,235,.22);
  background:
    radial-gradient(circle at 16% 18%, rgba(59,130,246,.12), transparent 34%),
    radial-gradient(circle at 82% 72%, rgba(37,99,235,.10), transparent 36%),
    linear-gradient(180deg,#f8fbff,#eef4ff);
  color:var(--text);
}
body.light-theme::before{
  background-image:
    linear-gradient(rgba(37,99,235,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,99,235,.07) 1px, transparent 1px);
}
body.light-theme::after{background:linear-gradient(90deg,rgba(255,255,255,.86),rgba(255,255,255,.36),rgba(255,255,255,.86))}
body.light-theme .site-nav{background:rgba(255,255,255,.92);border-bottom:1px solid var(--line);box-shadow:0 10px 30px rgba(15,23,42,.06)}
body.light-theme .brand img{filter:drop-shadow(0 0 8px rgba(37,99,235,.18))}
body.light-theme .nav-links a{color:#64748b}body.light-theme .nav-links a:hover,body.light-theme .nav-links a.active{color:var(--blue-soft)}
body.light-theme .theme-toggle,body.light-theme .menu-toggle{background:#eef5ff;border-color:rgba(37,99,235,.22);color:var(--blue-soft)}
body.light-theme .menu-toggle span{background:var(--blue-soft)}
body.light-theme .mobile-nav{background:rgba(255,255,255,.98);box-shadow:-25px 0 60px rgba(15,23,42,.18)}
body.light-theme .mobile-nav a{background:#f8fbff;color:#0f172a;border-color:rgba(37,99,235,.14)}
body.light-theme .mobile-nav a.active{background:#eaf2ff;border-color:rgba(37,99,235,.38);color:var(--blue-soft)}
body.light-theme .overlay{background:rgba(15,23,42,.36)}
body.light-theme .hero-bg img{opacity:.64;filter:saturate(1.16) contrast(1.08) brightness(1.03)}
body.light-theme .hero-bg::after{background:linear-gradient(90deg,rgba(255,255,255,.88),rgba(255,255,255,.58),rgba(255,255,255,.16)),linear-gradient(0deg,rgba(255,255,255,.90),rgba(255,255,255,.22) 42%,transparent 70%)}
body.light-theme .eyebrow{background:rgba(37,99,235,.08);border-color:rgba(37,99,235,.18);color:var(--blue-soft)}
body.light-theme .btn-primary{color:#fff;box-shadow:0 12px 30px rgba(37,99,235,.22)}
body.light-theme .btn-ghost{background:rgba(255,255,255,.74);color:#0f172a;border-color:rgba(37,99,235,.24)}
body.light-theme .btn-ghost:hover{background:#eaf2ff;color:var(--blue-soft)}
body.light-theme .card,body.light-theme .mini,body.light-theme .service-card,body.light-theme .form-panel{background:rgba(255,255,255,.84);border-color:rgba(37,99,235,.14);box-shadow:0 14px 35px rgba(15,23,42,.07)}
body.light-theme .card:hover,body.light-theme .service-card:hover{box-shadow:0 18px 42px rgba(37,99,235,.15);border-color:rgba(37,99,235,.38)}
body.light-theme .card-bg img{opacity:.58;filter:saturate(1.18) contrast(1.08) brightness(1.02)}
body.light-theme .card::after{background:linear-gradient(0deg,rgba(255,255,255,.90),rgba(255,255,255,.36))}
body.light-theme .mini i,body.light-theme .service-icon{background:#eaf2ff;border-color:rgba(37,99,235,.24);color:var(--blue-soft)}
body.light-theme .feature strong{color:#0f172a}
body.light-theme input,body.light-theme select,body.light-theme textarea{background:rgba(255,255,255,.92);color:#0f172a;border-color:rgba(37,99,235,.2)}
body.light-theme input:focus,body.light-theme select:focus,body.light-theme textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.12)}
body.light-theme ::placeholder{color:#94a3b8}
body.light-theme .login-simple .brand-login img{filter:drop-shadow(0 0 14px rgba(37,99,235,.18))}
body.light-theme .login-box{border-top-color:rgba(37,99,235,.22)}
body.light-theme .footer{border-top-color:rgba(37,99,235,.12);background:rgba(255,255,255,.55)}
body.light-theme .error-box{background:#fef2f2;border-color:#fecaca;color:#991b1b}
@media(max-width:920px){.theme-toggle{min-height:42px;padding:0 11px}.theme-label{display:none}}

/* Correção do tema e do botão mobile */
.theme-toggle{white-space:nowrap;gap:8px}
.theme-icon{display:inline-grid;place-items:center;min-width:18px}
.mobile-nav .theme-menu-btn{display:none}
html.light-theme body{background:radial-gradient(circle at 16% 18%, rgba(37,99,235,.10), transparent 34%),radial-gradient(circle at 82% 72%, rgba(14,165,233,.10), transparent 36%),linear-gradient(180deg,#f8fbff,#eaf2ff);color:#0f172a}
html.light-theme body::before{background-image:linear-gradient(rgba(37,99,235,.075) 1px, transparent 1px),linear-gradient(90deg, rgba(37,99,235,.075) 1px, transparent 1px)}
html.light-theme body::after{background:linear-gradient(90deg,rgba(255,255,255,.86),rgba(255,255,255,.36),rgba(255,255,255,.86))}
html.light-theme .site-nav{background:rgba(255,255,255,.92);border-bottom:1px solid rgba(37,99,235,.14);box-shadow:0 10px 30px rgba(15,23,42,.06)}
html.light-theme .brand span,html.light-theme h1 span,html.light-theme .blue,html.light-theme .card-kicker,html.light-theme .card-link,html.light-theme .service-card h3,html.light-theme .stat strong{color:#2563eb;text-shadow:none}
html.light-theme .nav-links a{color:#64748b}html.light-theme .nav-links a:hover,html.light-theme .nav-links a.active{color:#2563eb}
html.light-theme .theme-toggle,html.light-theme .menu-toggle{background:#eef5ff;border-color:rgba(37,99,235,.22);color:#2563eb}
html.light-theme .menu-toggle span{background:#2563eb}
html.light-theme .mobile-nav{background:rgba(255,255,255,.98);box-shadow:-25px 0 60px rgba(15,23,42,.18)}
html.light-theme .mobile-nav a{background:#f8fbff;color:#0f172a;border-color:rgba(37,99,235,.14)}
html.light-theme .mobile-nav a.active{background:#eaf2ff;border-color:rgba(37,99,235,.38);color:#2563eb}
html.light-theme .theme-menu-btn{background:#eaf2ff;border-color:rgba(37,99,235,.28);color:#0f172a}
html.light-theme .theme-menu-icon{background:#2563eb;color:#fff}
html.light-theme .hero-bg img{opacity:.64;filter:saturate(1.16) contrast(1.08) brightness(1.03)}
html.light-theme .hero-bg::after{background:linear-gradient(90deg,rgba(255,255,255,.88),rgba(255,255,255,.58),rgba(255,255,255,.16)),linear-gradient(0deg,rgba(255,255,255,.90),rgba(255,255,255,.22) 42%,transparent 70%)}
html.light-theme .eyebrow{background:rgba(37,99,235,.08);border-color:rgba(37,99,235,.18);color:#2563eb}
html.light-theme .lead,html.light-theme .section-head p,html.light-theme .card p,html.light-theme .mini p,html.light-theme .service-card p,html.light-theme .feature p,html.light-theme .stats,html.light-theme .footer{color:#475569}
html.light-theme .btn-primary{color:#fff;box-shadow:0 12px 30px rgba(37,99,235,.22)}
html.light-theme .btn-ghost{background:rgba(255,255,255,.74);color:#0f172a;border-color:rgba(37,99,235,.24)}
html.light-theme .card,html.light-theme .mini,html.light-theme .service-card,html.light-theme .form-panel{background:rgba(255,255,255,.84);border-color:rgba(37,99,235,.14);box-shadow:0 14px 35px rgba(15,23,42,.07)}
html.light-theme .card-bg img{opacity:.58;filter:saturate(1.18) contrast(1.08) brightness(1.02)}
html.light-theme .card::after{background:linear-gradient(0deg,rgba(255,255,255,.90),rgba(255,255,255,.36))}
html.light-theme .mini i,html.light-theme .service-icon{background:#eaf2ff;border-color:rgba(37,99,235,.24);color:#2563eb}
html.light-theme .feature strong{color:#0f172a}
html.light-theme input,html.light-theme select,html.light-theme textarea{background:rgba(255,255,255,.92);color:#0f172a;border-color:rgba(37,99,235,.2)}
html.light-theme input:focus,html.light-theme select:focus,html.light-theme textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.12)}
html.light-theme ::placeholder{color:#94a3b8}
html.light-theme .footer{border-top-color:rgba(37,99,235,.12);background:rgba(255,255,255,.55)}
html.light-theme .error-box{background:#fef2f2;border-color:#fecaca;color:#991b1b}

@media(max-width:920px){
  .desktop-theme{display:none}
  .mobile-nav .theme-menu-btn{display:flex;align-items:center;gap:12px;width:100%;min-height:64px;margin-top:12px;padding:11px 15px;border:1px solid rgba(173,198,255,.22);border-radius:16px;background:rgba(59,130,246,.10);color:#fff;font:inherit;text-align:left;cursor:pointer}
  .theme-menu-icon{width:42px;height:42px;border-radius:13px;background:rgba(59,130,246,.18);display:grid;place-items:center;color:var(--blue-soft);font-size:20px;flex:0 0 42px}
  .theme-menu-text{display:grid;gap:2px;line-height:1.2}
  .theme-menu-text strong{font-size:.95rem;letter-spacing:.04em}
  .theme-menu-text small{color:var(--text-soft);font-size:.78rem;font-weight:700}
}


/* Tema branco: imagens mais visíveis */
html.light-theme .hero-bg img,
body.light-theme .hero-bg img{
  opacity:.68;
  filter:saturate(1.18) contrast(1.10) brightness(1.03);
}
html.light-theme .hero-bg::after,
body.light-theme .hero-bg::after{
  background:
    linear-gradient(90deg, rgba(255,255,255,.88), rgba(255,255,255,.55), rgba(255,255,255,.14)),
    linear-gradient(0deg, rgba(255,255,255,.90), rgba(255,255,255,.18) 44%, transparent 72%);
}
html.light-theme .card-bg img,
body.light-theme .card-bg img{
  opacity:.62;
  filter:saturate(1.18) contrast(1.10) brightness(1.03);
}
html.light-theme .card::after,
body.light-theme .card::after{
  background:
    linear-gradient(0deg, rgba(255,255,255,.88), rgba(255,255,255,.30));
}
html.light-theme .card.card-large .card-bg img,
body.light-theme .card.card-large .card-bg img{
  opacity:.68;
}
@media(max-width:560px){
  html.light-theme .hero-bg img,
  body.light-theme .hero-bg img{opacity:.58}
  html.light-theme .card-bg img,
  body.light-theme .card-bg img{opacity:.54}
}
