
:root{
  --purple:#6b22f5;
  --purple2:#8d33ff;
  --cyan:#19c9e9;
  --dark:#15122b;
  --text:#28233d;
  --muted:#605b78;
  --line:#e8e1ff;
  --soft:#f6f1ff;
  --card:#fff;
  --green:#78a95a;
  --shadow:0 20px 60px rgba(40,20,90,.12);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#fbfaff;color:var(--dark);font-size:16px}
a{color:inherit}
img{max-width:100%}
.container{width:min(1440px,calc(100% - 48px));margin:0 auto}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(107,34,245,.08)}
.nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.brand-slot{display:flex;align-items:center;gap:12px;min-width:180px}
.brand-slot img{height:54px;width:auto;display:block}
.brand-fallback{font-weight:900;font-size:30px;letter-spacing:-.8px}
.brand-fallback small{display:block;font-size:12px;letter-spacing:.42em;margin-top:4px;font-weight:800}
.menu{display:flex;align-items:center;gap:28px;font-size:15px;font-weight:800}
.menu a{text-decoration:none}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 26px;border-radius:999px;background:linear-gradient(135deg,var(--purple),var(--purple2));color:#fff;text-decoration:none;font-weight:900;border:0;box-shadow:0 14px 30px rgba(107,34,245,.28);cursor:pointer}
.btn.secondary{background:#fff;color:var(--purple);border:2px solid rgba(107,34,245,.25);box-shadow:none}
.hero{position:relative;overflow:hidden;background:linear-gradient(110deg,#fff 0%,#fff 43%,#f3edff 100%)}
.hero-grid{display:grid;grid-template-columns:.86fr 1.24fr;gap:34px;align-items:center;min-height:720px;padding:58px 0 66px}
.eyebrow{display:inline-flex;color:var(--purple);text-transform:uppercase;letter-spacing:.08em;font-weight:900;margin-bottom:16px}
h1{font-size:62px;line-height:1.03;margin:0 0 18px;letter-spacing:-2px}
h1 span,.accent{color:var(--purple)}
.hero-subtitle{font-size:29px;font-weight:900;line-height:1.18;margin:0 0 24px;color:var(--dark)}
.hero p{font-size:19px;line-height:1.55;max-width:620px;margin:0 0 30px;color:#413a58}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap}
.hero-img{height:610px;border-radius:36px;overflow:hidden;box-shadow:var(--shadow);background:#eee}
.hero-img img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.02) contrast(1.02)}
.stats{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:-44px;position:relative;z-index:5}
.stat{background:#fff;border-radius:24px;box-shadow:var(--shadow);padding:22px 14px;text-align:center;min-height:112px;display:flex;align-items:center;justify-content:center;flex-direction:column;font-weight:900}
.stat img{max-width:120px;max-height:46px;margin-bottom:8px}
.stat small{display:block;color:var(--muted);font-weight:700;font-size:13px;line-height:1.25;margin-top:7px}
section{padding:78px 0}
.section-title{text-align:center;max-width:940px;margin:0 auto 38px}
.section-title h2{font-size:46px;line-height:1.08;margin:0 0 14px;letter-spacing:-1px;text-transform:uppercase}
.section-title p{font-size:20px;color:var(--muted);line-height:1.45;margin:0}
.trust{display:grid;grid-template-columns:360px 1fr;gap:26px;align-items:stretch}
.sota-card,.expert{background:#fff;border-radius:32px;box-shadow:var(--shadow);padding:34px}
.sota-card img{height:76px;max-width:220px;margin-bottom:18px}
.sota-card h3{font-size:23px;margin:0 0 12px}
.sota-card p{color:var(--muted);line-height:1.55;margin:0;font-weight:600}
.expert{display:grid;grid-template-columns:280px 1fr;gap:34px;align-items:center}
.expert img{width:100%;aspect-ratio:1/1.18;object-fit:cover;border-radius:24px;background:#eee}
.expert h2{font-size:28px;margin:0 0 16px}
.expert p{line-height:1.52;color:#403a55;margin:0 0 18px}
.role{font-weight:700;line-height:1.5}
.space-section{background:linear-gradient(180deg,#fff,#f6f1ff)}
.space-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.space-card{background:#fff;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.space-card img{width:100%;aspect-ratio:1.52/1;object-fit:cover;display:block}
.space-caption{padding:22px 24px 26px}
.space-caption h3{font-size:20px;text-transform:uppercase;line-height:1.15;margin:0 0 12px}
.space-caption strong{color:var(--purple);font-size:19px}
.icon-row{margin-top:30px;background:linear-gradient(90deg,#efe7ff,#fff,#efe7ff);border-radius:26px;padding:24px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.icon-item{display:flex;align-items:center;gap:14px;font-weight:900}
.picto{width:56px;height:56px;border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 22px rgba(107,34,245,.16);overflow:hidden}
.picto img{width:48px;height:48px;object-fit:cover;border-radius:14px}
.install-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.install-grid img{width:100%;aspect-ratio:1.6/1;object-fit:cover;border-radius:20px;box-shadow:0 16px 40px rgba(35,20,75,.12);display:block}
.equipment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.equipment-card{background:#fff;border-radius:28px;box-shadow:var(--shadow);padding:26px;display:grid;grid-template-columns:42% 1fr;gap:22px;min-height:360px}
.equipment-card img{width:100%;height:315px;object-fit:contain;display:block}
.equipment-card h3{font-size:23px;margin:0 0 14px}
.equipment-card ul{margin:0 0 22px;padding-left:18px;line-height:1.85;color:#403a55}
.education{display:grid;grid-template-columns:.55fr 1fr;gap:32px;align-items:center}
.text-card{background:#fff;border-radius:30px;box-shadow:var(--shadow);padding:40px}
.text-card h2{font-size:36px;margin:0 0 18px}
.text-card p{font-size:20px;line-height:1.55;color:var(--muted);margin:0}
.posters img{width:100%;border-radius:26px;box-shadow:var(--shadow);display:block}
.project-includes{display:grid;grid-template-columns:repeat(8,1fr);gap:14px}
.include-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px;text-align:center;font-weight:800;box-shadow:0 10px 28px rgba(40,20,90,.07)}
.include-card img{width:58px;height:58px;object-fit:cover;border-radius:15px;margin-bottom:10px}
.steps{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}
.step{background:#fff;border-radius:22px;padding:22px 14px;text-align:center;box-shadow:0 10px 28px rgba(40,20,90,.07);font-weight:800}
.step b{display:block;color:var(--purple);font-size:26px;margin-bottom:8px}
.faq{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.faq-card{background:#fff;border-radius:22px;padding:24px;box-shadow:0 10px 28px rgba(40,20,90,.07)}
.faq-card b{display:block;margin-bottom:12px}
.faq-card p{color:var(--muted);line-height:1.45;margin:0}
.seo-text{background:#fff;border-radius:30px;padding:40px;box-shadow:var(--shadow);line-height:1.65;color:#403a55}
.seo-text h2{font-size:32px;margin-top:0}
.cta{background:linear-gradient(135deg,#1d0b58,#6b22f5);color:#fff;border-radius:34px;padding:52px;display:grid;grid-template-columns:1fr 460px;gap:34px;align-items:center;box-shadow:var(--shadow);position:relative;overflow:hidden}
.cta h2{font-size:42px;line-height:1.08;margin:0 0 16px}
.cta p{font-size:20px;line-height:1.45;color:rgba(255,255,255,.86);margin:0}
.form{background:#fff;border-radius:24px;padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form input{height:52px;border:1px solid #e6ddff;border-radius:13px;padding:0 15px;font-size:15px}
.form button{grid-column:1/-1;height:54px}
.bitrix-inline-form{background:#fff;border-radius:24px;padding:24px;min-height:360px}
.bitrix-inline-form iframe{width:100%!important}
.footer{background:#100b29;color:#fff;padding:42px 0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:28px;align-items:start}
.footer-logo-placeholder{font-size:30px;font-weight:900;letter-spacing:-.6px}
.footer-logo-placeholder small{display:block;font-size:12px;letter-spacing:.42em;margin-top:5px}
.footer .sota-footer{height:54px;filter:brightness(0) invert(1)}
.footer p,.footer a{color:rgba(255,255,255,.75);line-height:1.55;text-decoration:none;margin:0}
.ai-hidden{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
@media(max-width:1150px){
  .hero-grid,.trust,.expert,.education,.cta{grid-template-columns:1fr}
  .stats{grid-template-columns:repeat(3,1fr);margin-top:24px}
  .space-grid,.install-grid,.equipment-grid{grid-template-columns:repeat(2,1fr)}
  .equipment-card{grid-template-columns:1fr}
  .project-includes{grid-template-columns:repeat(4,1fr)}
  .steps{grid-template-columns:repeat(4,1fr)}
  .faq{grid-template-columns:repeat(2,1fr)}
  .menu{display:none}
}
@media(max-width:700px){
  .container{width:min(100% - 28px,1440px)}
  .nav{height:74px}
  h1{font-size:38px}
  .hero-subtitle{font-size:23px}
  .hero-grid{padding:38px 0;min-height:auto}
  .hero-img{height:360px;border-radius:24px}
  .stats,.space-grid,.install-grid,.equipment-grid,.icon-row,.project-includes,.steps,.faq,.form,.footer-grid{grid-template-columns:1fr}
  section{padding:54px 0}
  .section-title h2{font-size:30px}
  .trust,.expert{gap:18px}
  .expert{padding:22px}
  .cta{padding:28px}
}

/* Final hero/layout correction */
.brand-logo{
  display:flex;
  align-items:center;
  text-decoration:none;
}
.brand-logo img{
  height:58px;
  width:auto;
  object-fit:contain;
  display:block;
}
.hero-split{
  background:linear-gradient(110deg,#ffffff 0%,#ffffff 42%,#f6f1ff 100%);
  overflow:hidden;
}
.hero-copy{
  position:relative;
  z-index:2;
}
.clean-hero-img{
  height:620px;
  border-radius:36px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#f2eef8;
}
.clean-hero-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.footer-megas-logo{
  height:58px;
  width:auto;
  object-fit:contain;
  display:block;
  margin-bottom:12px;
  filter:none;
}
@media(max-width:700px){
  .brand-logo img{height:44px}
  .clean-hero-img{height:380px;border-radius:24px}
}

/* Final correction: hero image full first block, text over image */
.brand-logo img{
  height:72px !important;
  max-width:260px;
  width:auto;
  object-fit:contain;
}
.nav{
  height:96px;
}
.hero-overlay{
  min-height:760px;
  padding:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 26%, rgba(255,255,255,.56) 45%, rgba(255,255,255,.08) 70%),
    url("../img/hero_clean_no_text.jpg") center center / cover no-repeat;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.hero-overlay-inner{
  width:min(1440px,calc(100% - 48px));
  margin:0 auto;
  padding:86px 0 120px;
}
.hero-copy-on-image{
  max-width:690px;
}
.hero-copy-on-image h1{
  font-size:66px;
  line-height:1.03;
  letter-spacing:-2.2px;
  margin:0 0 22px;
  color:var(--dark);
}
.hero-copy-on-image .hero-subtitle{
  color:var(--purple);
  font-size:31px;
  font-weight:900;
  margin-bottom:24px;
}
.hero-copy-on-image p{
  color:#403a55;
  max-width:620px;
  font-size:19px;
  line-height:1.58;
}
.hero-copy-on-image .btn.secondary{
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(8px);
}
.stats{
  margin-top:-78px;
}
@media(max-width:1150px){
  .hero-overlay{
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.42) 100%),
      url("../img/hero_clean_no_text.jpg") center center / cover no-repeat;
  }
  .hero-copy-on-image h1{font-size:52px}
}
@media(max-width:700px){
  .brand-logo img{height:54px !important;max-width:190px}
  .nav{height:78px}
  .hero-overlay{min-height:660px;background-position:58% center}
  .hero-overlay-inner{padding:60px 0 100px;width:min(100% - 28px,1440px)}
  .hero-copy-on-image h1{font-size:38px;letter-spacing:-1px}
  .hero-copy-on-image .hero-subtitle{font-size:23px}
  .hero-copy-on-image p{font-size:16px}
  .stats{margin-top:20px}
}

/* Logo final fix */
.header .nav{
  min-height:104px;
  height:104px;
}
.brand-logo{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  min-width:260px;
  text-decoration:none;
}
.brand-logo img{
  width:240px !important;
  height:auto !important;
  max-height:82px !important;
  object-fit:contain !important;
  object-position:left center !important;
  display:block !important;
}
.footer-megas-logo{
  width:220px !important;
  height:auto !important;
  max-height:78px !important;
  object-fit:contain !important;
  display:block !important;
  margin-bottom:12px;
}
@media(max-width:900px){
  .brand-logo{min-width:190px}
  .brand-logo img{width:190px !important;max-height:64px !important}
  .header .nav{height:88px;min-height:88px}
}
@media(max-width:700px){
  .brand-logo{min-width:150px}
  .brand-logo img{width:150px !important;max-height:54px !important}
}

/* ===== Final Megas Life Space corrections and new blocks ===== */
.header .nav{height:104px;min-height:104px}
.brand-logo{display:flex!important;align-items:center!important;min-width:260px;text-decoration:none}
.brand-logo img{width:240px!important;height:auto!important;max-height:82px!important;object-fit:contain!important;object-position:left center!important;display:block!important}
.footer-megas-logo{width:220px!important;height:auto!important;max-height:78px!important;object-fit:contain!important;display:block!important;margin-bottom:12px}
.hero-overlay{
  min-height:760px;
  padding:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 26%, rgba(255,255,255,.58) 45%, rgba(255,255,255,.10) 70%),
    url("../img/hero_clean_no_text.jpg") center center / cover no-repeat;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.hero-overlay-inner{width:min(1440px,calc(100% - 48px));margin:0 auto;padding:86px 0 120px}
.hero-copy-on-image{max-width:710px}
.hero-copy-on-image h1{font-size:66px;line-height:1.03;letter-spacing:-2.2px;margin:0 0 22px;color:var(--dark)}
.hero-copy-on-image .hero-subtitle{color:var(--purple);font-size:31px;font-weight:900;margin-bottom:24px}
.hero-copy-on-image p{color:#403a55;max-width:620px;font-size:19px;line-height:1.58}
.stats{margin-top:-78px}

.arguments-section{background:#fff}
.arguments-grid,.legal-grid,.guarantee-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.argument-card,.legal-grid article,.guarantee-grid article{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
  box-shadow:0 14px 42px rgba(40,20,90,.08);
}
.argument-card img,.legal-grid img,.guarantee-grid img{
  width:78px;
  height:78px;
  margin-bottom:18px;
}
.argument-card h3,.legal-grid h3,.guarantee-grid h3{
  margin:0 0 12px;
  font-size:23px;
  line-height:1.18;
}
.argument-card p,.legal-grid p,.guarantee-grid p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
}
.legal-section{
  background:linear-gradient(180deg,#fff,#f6f1ff);
}
.legal-card{
  background:#fff;
  border-radius:34px;
  box-shadow:var(--shadow);
  padding:46px;
}
.legal-cta{
  text-align:center;
  margin-top:28px;
}
.guarantee-section{
  background:#fff;
}
.sanpin-note{
  margin-top:28px;
  background:linear-gradient(90deg,#f3ecff,#fff);
  border-radius:24px;
  padding:22px 28px;
  display:flex;
  align-items:center;
  gap:18px;
  color:var(--muted);
  line-height:1.5;
}
.sanpin-note img{width:62px;height:62px;flex:0 0 auto}
.sanpin-note p{margin:0}
.include-card img,.picto img{
  object-fit:contain;
}
.stat-sota img{
  max-width:140px!important;
  max-height:52px!important;
}
@media(max-width:1150px){
  .arguments-grid,.legal-grid,.guarantee-grid{grid-template-columns:repeat(2,1fr)}
  .hero-copy-on-image h1{font-size:52px}
  .hero-overlay{
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.42) 100%),
      url("../img/hero_clean_no_text.jpg") center center / cover no-repeat;
  }
}
@media(max-width:700px){
  .header .nav{height:82px;min-height:82px}
  .brand-logo{min-width:150px}
  .brand-logo img{width:150px!important;max-height:54px!important}
  .hero-overlay{min-height:660px;background-position:58% center}
  .hero-overlay-inner{padding:60px 0 100px;width:min(100% - 28px,1440px)}
  .hero-copy-on-image h1{font-size:38px;letter-spacing:-1px}
  .hero-copy-on-image .hero-subtitle{font-size:23px}
  .hero-copy-on-image p{font-size:16px}
  .stats{margin-top:20px}
  .arguments-grid,.legal-grid,.guarantee-grid{grid-template-columns:1fr}
  .legal-card{padding:26px}
  .sanpin-note{align-items:flex-start}
}

/* Cacao equipment card fix */
.equipment-card img[alt="Какао-автомат для школы"]{
  height:360px;
  object-fit:contain;
}

/* ===== SEO final structure and rhythm blocks ===== */
.solutions-section,.why-section,.parents-section,.quality-chain-section{background:#fff}
.solutions-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.solutions-grid article,.parents-grid article{
  background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;
  box-shadow:0 14px 42px rgba(40,20,90,.08);text-align:left
}
.solutions-grid img,.parents-grid img{width:76px;height:76px;margin-bottom:16px;object-fit:contain}
.solutions-grid h3,.parents-grid h3{font-size:21px;line-height:1.15;margin:0 0 10px}
.solutions-grid p,.parents-grid p{margin:0;color:var(--muted);line-height:1.5}
.benefit-focus-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:22px}
.benefit-focus-card{
  background:#fff;border:1px solid var(--line);border-radius:30px;padding:30px;
  box-shadow:0 16px 46px rgba(40,20,90,.09);min-height:260px
}
.benefit-focus-card.big{background:linear-gradient(135deg,#f5efff,#fff);grid-row:span 2}
.benefit-focus-card img{width:82px;height:82px;margin-bottom:18px;object-fit:contain}
.benefit-focus-card h3{margin:0 0 12px;font-size:25px;line-height:1.15}
.benefit-focus-card.big h3{font-size:32px}
.benefit-focus-card p{margin:0;color:var(--muted);line-height:1.58;font-size:17px}
.education-section{background:linear-gradient(180deg,#fff,#f6f1ff)}
.education-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.education-grid article{
  background:#fff;border-radius:28px;padding:28px;border:1px solid var(--line);
  box-shadow:0 14px 42px rgba(40,20,90,.08)
}
.education-grid img{width:76px;height:76px;margin-bottom:16px;object-fit:contain}
.education-grid h3{font-size:22px;margin:0 0 10px;line-height:1.15}
.education-grid p{margin:0;color:var(--muted);line-height:1.52}
.education-note{
  margin-top:28px;background:linear-gradient(90deg,#efe7ff,#fff);border-radius:26px;
  padding:24px 28px;display:flex;gap:18px;align-items:center;box-shadow:0 12px 34px rgba(40,20,90,.08)
}
.education-note img{width:68px;height:68px;object-fit:contain;flex:0 0 auto}
.education-note p{margin:0;color:#403a55;line-height:1.55;font-size:18px}
.parents-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.quality-chain{
  display:grid;grid-template-columns:repeat(5,1fr);gap:16px;align-items:stretch
}
.quality-chain div{
  background:#fff;border:1px solid var(--line);border-radius:26px;padding:22px;text-align:center;
  box-shadow:0 12px 36px rgba(40,20,90,.08);position:relative
}
.quality-chain div:not(:last-child):after{
  content:"→";position:absolute;right:-15px;top:50%;transform:translateY(-50%);color:var(--purple);font-weight:900;font-size:24px
}
.quality-chain img{width:72px;height:72px;margin-bottom:12px;object-fit:contain}
.quality-chain strong{display:block;font-size:19px;margin-bottom:6px}
.quality-chain span{display:block;color:var(--muted);font-size:14px}
.faq-extended{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.faq-extended .faq-card{min-height:180px}
@media(max-width:1150px){
  .solutions-grid{grid-template-columns:repeat(2,1fr)}
  .benefit-focus-grid,.education-grid{grid-template-columns:repeat(2,1fr)}
  .benefit-focus-card.big{grid-row:auto}
  .parents-grid{grid-template-columns:repeat(2,1fr)}
  .quality-chain{grid-template-columns:repeat(2,1fr)}
  .quality-chain div:not(:last-child):after{display:none}
  .faq-extended{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .solutions-grid,.benefit-focus-grid,.education-grid,.parents-grid,.quality-chain,.faq-extended{grid-template-columns:1fr}
  .benefit-focus-card.big h3{font-size:26px}
  .education-note{align-items:flex-start}
}

/* Education cards with real visual materials */
.education-image-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.education-image-grid article{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 14px 42px rgba(40,20,90,.08);
}
.education-image-grid .edu-photo{
  width:100%;
  aspect-ratio:1.6/1;
  object-fit:cover;
  display:block;
}
.education-image-grid .edu-content{
  padding:22px 24px 26px;
}
.education-image-grid .edu-icon{
  width:58px;
  height:58px;
  object-fit:contain;
  margin-bottom:12px;
}
.education-image-grid h3{
  font-size:21px;
  line-height:1.15;
  margin:0 0 10px;
}
.education-image-grid p{
  margin:0;
  color:var(--muted);
  line-height:1.5;
}
@media(max-width:1150px){
  .education-image-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .education-image-grid{grid-template-columns:1fr}
}

/* ===== Final release corrections ===== */
.hero-overlay{
  min-height:760px;
  padding:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 26%, rgba(255,255,255,.58) 45%, rgba(255,255,255,.10) 70%),
    url("../img/hero_original_logo.webp") center center / cover no-repeat !important;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.header .nav{height:104px;min-height:104px}
.brand-logo{display:flex!important;align-items:center!important;min-width:260px;text-decoration:none}
.brand-logo img{width:240px!important;height:auto!important;max-height:82px!important;object-fit:contain!important;object-position:left center!important;display:block!important}

/* equal 6 cards for advantages */
.benefit-six-grid{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:22px!important;
}
.benefit-six-grid .benefit-focus-card{
  grid-row:auto!important;
  min-height:280px!important;
  background:#fff!important;
}
.benefit-six-grid .benefit-focus-card h3{font-size:24px!important}
.benefit-focus-card.big{grid-row:auto!important}

/* education images */
.education-image-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.education-image-grid article{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 14px 42px rgba(40,20,90,.08);
}
.education-image-grid .edu-photo{
  width:100%;
  aspect-ratio:1.6/1;
  object-fit:cover;
  display:block;
}
.education-image-grid .edu-content{padding:22px 24px 26px}
.education-image-grid .edu-icon{width:58px;height:58px;object-fit:contain;margin-bottom:12px}
.education-image-grid h3{font-size:21px;line-height:1.15;margin:0 0 10px}
.education-image-grid p{margin:0;color:var(--muted);line-height:1.5}

/* stickers block */
.stickers-section{background:#fff}
.stickers-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:34px;
  align-items:center;
}
.stickers-image img{
  width:100%;
  border-radius:32px;
  box-shadow:var(--shadow);
  display:block;
}
.stickers-copy{
  background:linear-gradient(135deg,#f5efff,#fff);
  border:1px solid var(--line);
  border-radius:34px;
  padding:42px;
  box-shadow:var(--shadow);
}
.stickers-copy h2{
  font-size:42px;
  line-height:1.08;
  margin:0 0 16px;
}
.stickers-copy p{
  font-size:20px;
  color:var(--muted);
  line-height:1.55;
  margin:0 0 22px;
}
.sticker-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.sticker-list div{
  background:#fff;
  border-radius:18px;
  padding:14px 16px;
  border:1px solid var(--line);
}
.sticker-list strong{display:block;color:var(--purple);font-size:18px;margin-bottom:5px}
.sticker-list span{display:block;color:var(--muted);line-height:1.35}
.sticker-note{
  margin-top:18px;
  background:var(--purple);
  color:#fff;
  border-radius:18px;
  padding:16px 18px;
  font-weight:900;
}

/* solutions/parents/quality fallback */
.solutions-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.solutions-grid article,.parents-grid article{
  background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;
  box-shadow:0 14px 42px rgba(40,20,90,.08)
}
.solutions-grid img,.parents-grid img{width:76px;height:76px;margin-bottom:16px;object-fit:contain}
.solutions-grid h3,.parents-grid h3{font-size:21px;line-height:1.15;margin:0 0 10px}
.solutions-grid p,.parents-grid p{margin:0;color:var(--muted);line-height:1.5}
.parents-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.quality-chain{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.quality-chain div{
  background:#fff;border:1px solid var(--line);border-radius:26px;padding:22px;text-align:center;
  box-shadow:0 12px 36px rgba(40,20,90,.08);position:relative
}
.quality-chain div:not(:last-child):after{
  content:"→";position:absolute;right:-15px;top:50%;transform:translateY(-50%);color:var(--purple);font-weight:900;font-size:24px
}
.quality-chain img{width:72px;height:72px;margin-bottom:12px;object-fit:contain}
.quality-chain strong{display:block;font-size:19px;margin-bottom:6px}
.quality-chain span{display:block;color:var(--muted);font-size:14px}

@media(max-width:1150px){
  .benefit-six-grid,.education-image-grid{grid-template-columns:repeat(2,1fr)!important}
  .stickers-grid{grid-template-columns:1fr}
  .solutions-grid{grid-template-columns:repeat(2,1fr)}
  .parents-grid{grid-template-columns:repeat(2,1fr)}
  .quality-chain{grid-template-columns:repeat(2,1fr)}
  .quality-chain div:not(:last-child):after{display:none}
}
@media(max-width:700px){
  .brand-logo{min-width:150px}
  .brand-logo img{width:150px!important;max-height:54px!important}
  .benefit-six-grid,.education-image-grid,.solutions-grid,.parents-grid,.quality-chain{grid-template-columns:1fr!important}
  .stickers-copy{padding:26px}
  .stickers-copy h2{font-size:32px}
  .sticker-list{grid-template-columns:1fr}
  .hero-overlay{background-position:62% center!important}
}

/* FIX: education image cards must show full artwork, not cropped fragments */
.education-image-grid article{
  display:flex;
  flex-direction:column;
}
.education-image-grid .edu-photo{
  width:100% !important;
  height:auto !important;
  aspect-ratio:1.6/1 !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  background:#fff !important;
  padding:10px !important;
}
.education-image-grid .edu-content{
  flex:1 1 auto;
  min-height:170px;
  display:block;
}
@media(max-width:700px){
  .education-image-grid .edu-content{min-height:auto}
}

/* HARD FIX: education images are shown fully, no cropping */
section#education .education-image-grid article{
  overflow:hidden !important;
}
section#education .education-image-grid article > img.edu-photo,
section#education .education-image-grid .edu-photo{
  width:100% !important;
  height:300px !important;
  max-height:300px !important;
  min-height:300px !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  background:#ffffff !important;
  padding:12px !important;
  box-sizing:border-box !important;
}
@media(max-width:1150px){
  section#education .education-image-grid article > img.edu-photo,
  section#education .education-image-grid .edu-photo{
    height:280px !important;
    max-height:280px !important;
    min-height:280px !important;
  }
}
@media(max-width:700px){
  section#education .education-image-grid article > img.edu-photo,
  section#education .education-image-grid .edu-photo{
    height:240px !important;
    max-height:240px !important;
    min-height:240px !important;
  }
}

/* FINAL FIX: education visuals large and fully visible */
section#education .education-image-grid article{
  display:flex !important;
  flex-direction:column !important;
  overflow:hidden !important;
}
section#education .education-image-grid article > img.edu-photo,
section#education .education-image-grid .edu-photo{
  width:100% !important;
  height:250px !important;
  max-height:250px !important;
  min-height:250px !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#fff !important;
  padding:0 !important;
  box-sizing:border-box !important;
  display:block !important;
}
section#education .education-image-grid .edu-content{
  flex:1 1 auto !important;
  min-height:0 !important;
  padding:20px 24px 24px !important;
}
.stickers-image img{
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  background:#fff !important;
  border-radius:32px !important;
}
@media(max-width:1150px){
  section#education .education-image-grid article > img.edu-photo,
  section#education .education-image-grid .edu-photo{
    height:260px !important;
    max-height:260px !important;
    min-height:260px !important;
  }
}
@media(max-width:700px){
  section#education .education-image-grid article > img.edu-photo,
  section#education .education-image-grid .edu-photo{
    height:230px !important;
    max-height:230px !important;
    min-height:230px !important;
  }
}

/* FINAL STRUCTURE / LOGOS / HERO */
.brand-logo img{
  width:240px!important;
  height:auto!important;
  max-height:78px!important;
  object-fit:contain!important;
  background:transparent!important;
  filter:none!important;
}
.header{
  background:#fff!important;
}
.hero-overlay{
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 30%, rgba(255,255,255,.35) 56%, rgba(255,255,255,0) 78%),
    url("../img/hero_original_logo.webp") center right / contain no-repeat !important;
  background-color:#fff!important;
  min-height:760px!important;
}
.footer{
  background:#15122b!important;
  color:#fff!important;
}
.footer a,.footer p{color:rgba(255,255,255,.82)!important}
.footer-megas-logo{
  width:220px!important;
  height:auto!important;
  max-height:78px!important;
  background:transparent!important;
  filter:none!important;
  object-fit:contain!important;
}

/* Expert block accent */
section#project{
  background:linear-gradient(135deg,#25104a 0%,#6b22f5 100%)!important;
  color:#fff!important;
  padding-top:92px!important;
  padding-bottom:92px!important;
}
section#project .container,
section#project .quote-card,
section#project .expert-card{
  color:#fff!important;
}
section#project h2,
section#project h3,
section#project p,
section#project strong,
section#project span{
  color:#fff!important;
}
section#project .quote-card,
section#project .expert-card,
section#project .project-card{
  background:rgba(255,255,255,.10)!important;
  border-color:rgba(255,255,255,.24)!important;
  box-shadow:0 24px 80px rgba(20,5,60,.28)!important;
}

/* legal note */
.legal-note{
  margin-top:28px;
  padding:22px 26px;
  border-radius:22px;
  background:linear-gradient(90deg,#f3ecff,#fff);
  color:#403a55;
  font-size:18px;
  line-height:1.5;
  border:1px solid var(--line);
}

/* equal six cards */
.benefit-six-grid,
section#why .benefit-focus-grid{
  grid-template-columns:repeat(3,1fr)!important;
}
section#why .benefit-focus-card{
  grid-row:auto!important;
  min-height:280px!important;
}

/* education images remain visible and not cropped */
section#education .education-image-grid .edu-photo{
  width:100%!important;
  height:250px!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
}

/* responsive */
@media(max-width:1150px){
  .hero-overlay{
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.88) 48%, rgba(255,255,255,.22) 100%),
      url("../img/hero_original_logo.webp") center right / contain no-repeat !important;
  }
  .benefit-six-grid,
  section#why .benefit-focus-grid{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:700px){
  .brand-logo img{width:165px!important;max-height:58px!important}
  .hero-overlay{
    background:
      linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.72)),
      url("../img/hero_original_logo.webp") center bottom / contain no-repeat !important;
    min-height:720px!important;
  }
  .benefit-six-grid,
  section#why .benefit-focus-grid{grid-template-columns:1fr!important}
}

/* Footer logo: white transparent, no plate */
.footer-megas-logo{
  width:176px !important;
  height:auto !important;
  max-height:58px !important;
  object-fit:contain !important;
  background:transparent !important;
  filter:none !important;
  box-shadow:none !important;
  border:none !important;
}
.footer .footer-grid > div:first-child{
  background:transparent !important;
}
.brand-logo img{
  background:transparent !important;
}

/* ===== MEGAS FINAL 1.0 OVERRIDES ===== */
.header{background:#fff!important}.header .nav{height:104px;min-height:104px}.brand-logo{display:flex!important;align-items:center!important;min-width:260px;text-decoration:none;background:transparent!important}.brand-logo img{width:240px!important;height:auto!important;max-height:82px!important;object-fit:contain!important;background:transparent!important;filter:none!important;border:0!important;box-shadow:none!important}.hero-overlay{min-height:760px!important;padding:0!important;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 32%,rgba(255,255,255,.44) 55%,rgba(255,255,255,0) 78%),url("../img/hero_original_logo.webp") center right/contain no-repeat!important;background-color:#fff!important;display:flex!important;align-items:center!important}.hero-overlay-inner{width:min(1440px,calc(100% - 48px));margin:0 auto;padding:92px 0 125px}.hero-copy-on-image{max-width:720px}.hero-copy-on-image h1{font-size:64px;line-height:1.03;letter-spacing:-2px;margin:0 0 22px;color:var(--dark)}.hero-copy-on-image .hero-subtitle{font-size:28px;line-height:1.25;color:var(--purple);font-weight:900;margin-bottom:24px}.hero-copy-on-image p{font-size:19px;line-height:1.58;color:#403a55;max-width:650px}.stats{margin-top:-76px!important}section#project.expert-section{background:linear-gradient(135deg,#20103f,#6b22f5)!important;padding:90px 0!important;color:#fff!important}.expert-accent{display:grid;grid-template-columns:420px 1fr;gap:44px;align-items:center}.expert-photo img{width:100%;aspect-ratio:1/1.15;object-fit:cover;border-radius:32px;box-shadow:0 26px 80px rgba(0,0,0,.28);display:block}.expert-copy{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.24);border-radius:34px;padding:48px;box-shadow:0 24px 80px rgba(20,5,60,.25)}.expert-copy h2{font-size:42px;line-height:1.08;margin:0 0 22px;color:#fff!important}.expert-copy p,.expert-copy h3,.expert-copy blockquote{color:#fff!important}.expert-lead{font-size:20px;line-height:1.55}.expert-copy blockquote{font-size:24px;line-height:1.35;margin:24px 0;padding-left:22px;border-left:5px solid #fff;font-weight:800}.expert-copy h3{font-size:26px;margin:0 0 10px}.expert-role{line-height:1.6;font-weight:700}.trust-six-grid,.benefit-six-grid,section#why .benefit-focus-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:22px!important}section#why .benefit-focus-card,.benefit-six-grid .benefit-focus-card{grid-row:auto!important;min-height:280px!important;background:#fff!important}.benefit-focus-card.big{grid-row:auto!important}.arguments-grid article,.benefit-focus-card{min-height:260px}.arguments-grid img,.benefit-focus-card img,.legal-grid img,.parents-grid img{width:78px;height:78px;object-fit:contain;margin-bottom:16px}.legal-note{margin-top:28px;padding:22px 26px;border-radius:22px;background:linear-gradient(90deg,#f3ecff,#fff);color:#403a55;font-size:18px;line-height:1.5;border:1px solid var(--line)}.legal-cta{text-align:center;margin-top:28px}.education-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.education-image-grid article{background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 14px 42px rgba(40,20,90,.08)}.education-image-grid .edu-photo{width:100%!important;height:270px!important;object-fit:contain!important;object-position:center!important;background:#fff!important;display:block!important;padding:0!important}.education-image-grid .edu-content{padding:22px 24px 26px}.education-image-grid h3{font-size:21px;margin:0 0 10px;line-height:1.15}.education-image-grid p{margin:0;color:var(--muted);line-height:1.5}.education-note{margin-top:28px;background:linear-gradient(90deg,#efe7ff,#fff);border-radius:26px;padding:24px 28px;display:flex;gap:18px;align-items:center;box-shadow:0 12px 34px rgba(40,20,90,.08)}.education-note img{width:68px;height:68px;object-fit:contain;flex:0 0 auto}.education-note p{margin:0;color:#403a55;line-height:1.55;font-size:18px}.stickers-section{background:#fff}.stickers-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:center}.stickers-image img{width:100%!important;height:auto!important;object-fit:contain!important;background:#fff!important;border-radius:32px!important;box-shadow:var(--shadow);display:block}.stickers-copy{background:linear-gradient(135deg,#f5efff,#fff);border:1px solid var(--line);border-radius:34px;padding:42px;box-shadow:var(--shadow)}.stickers-copy h2{font-size:42px;line-height:1.08;margin:0 0 16px}.stickers-copy p{font-size:20px;color:var(--muted);line-height:1.55;margin:0 0 22px}.sticker-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sticker-list div{background:#fff;border-radius:18px;padding:14px 16px;border:1px solid var(--line)}.sticker-list strong{display:block;color:var(--purple);font-size:18px;margin-bottom:5px}.sticker-list span{display:block;color:var(--muted);line-height:1.35}.sticker-note{margin-top:18px;background:var(--purple);color:#fff;border-radius:18px;padding:16px 18px;font-weight:900}.footer{background:#15122b!important;color:#fff!important}.footer p,.footer a{color:rgba(255,255,255,.82)!important}.footer-megas-logo{width:220px!important;height:auto!important;max-height:72px!important;background:transparent!important;filter:none!important;border:0!important;box-shadow:none!important;object-fit:contain!important}.footer .footer-grid>div:first-child{background:transparent!important}.solutions-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.solutions-grid article,.parents-grid article{background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:0 14px 42px rgba(40,20,90,.08)}.solutions-grid img,.parents-grid img{width:76px;height:76px;margin-bottom:16px;object-fit:contain}.parents-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.quality-chain{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.quality-chain div{background:#fff;border:1px solid var(--line);border-radius:26px;padding:22px;text-align:center;box-shadow:0 12px 36px rgba(40,20,90,.08);position:relative}.quality-chain div:not(:last-child):after{content:"→";position:absolute;right:-15px;top:50%;transform:translateY(-50%);color:var(--purple);font-weight:900;font-size:24px}.quality-chain img{width:72px;height:72px;margin-bottom:12px;object-fit:contain}.quality-chain strong{display:block;font-size:19px;margin-bottom:6px}.quality-chain span{display:block;color:var(--muted);font-size:14px}@media(max-width:1150px){.expert-accent,.stickers-grid{grid-template-columns:1fr}.solutions-grid{grid-template-columns:repeat(2,1fr)}.trust-six-grid,.benefit-six-grid,section#why .benefit-focus-grid,.education-image-grid{grid-template-columns:repeat(2,1fr)!important}.parents-grid,.quality-chain{grid-template-columns:repeat(2,1fr)}.quality-chain div:not(:last-child):after{display:none}}@media(max-width:700px){.brand-logo{min-width:150px}.brand-logo img{width:165px!important;max-height:58px!important}.hero-overlay{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.76)),url("../img/hero_original_logo.webp") center bottom/contain no-repeat!important;min-height:720px!important}.hero-copy-on-image h1{font-size:36px}.hero-copy-on-image .hero-subtitle{font-size:22px}.solutions-grid,.trust-six-grid,.benefit-six-grid,section#why .benefit-focus-grid,.education-image-grid,.parents-grid,.quality-chain{grid-template-columns:1fr!important}.education-image-grid .edu-photo{height:240px!important}.expert-copy,.stickers-copy{padding:26px}.expert-copy h2,.stickers-copy h2{font-size:32px}.sticker-list{grid-template-columns:1fr}}

/* FINAL FIX: large visuals in Education and Stickers blocks */
section#education .education-image-grid{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:22px !important;
}
section#education .education-image-grid article{
  overflow:hidden !important;
  border-radius:28px !important;
}
section#education .education-image-grid .edu-photo{
  width:100% !important;
  height:330px !important;
  max-height:330px !important;
  min-height:330px !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:0 !important;
  margin:0 !important;
  background:#fff !important;
  display:block !important;
}
section#education .education-image-grid .edu-content{
  padding:22px 24px 26px !important;
}
section#education .education-image-grid .edu-content .edu-icon,
section#education .education-image-grid .edu-content > img{
  display:none !important;
}
section#stickers .stickers-image img{
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#fff !important;
  padding:0 !important;
  display:block !important;
}
section#stickers .stickers-grid{
  align-items:center !important;
}
@media(max-width:1150px){
  section#education .education-image-grid{grid-template-columns:repeat(2,1fr)!important}
  section#education .education-image-grid .edu-photo{
    height:320px !important;
    max-height:320px !important;
    min-height:320px !important;
  }
}
@media(max-width:700px){
  section#education .education-image-grid{grid-template-columns:1fr!important}
  section#education .education-image-grid .edu-photo{
    height:280px !important;
    max-height:280px !important;
    min-height:280px !important;
  }
}

/* ===== FINAL 2.0: крупные картинки без белых полей ===== */

/* Образовательная среда — карточки как визуальные блоки */
section#education .education-image-grid{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:22px !important;
}

section#education .education-image-grid article{
  overflow:hidden !important;
  border-radius:28px !important;
  background:#fff !important;
}

section#education .education-image-grid .edu-photo,
section#education .education-image-grid .edu-photo-large{
  width:100% !important;
  height:360px !important;
  min-height:360px !important;
  max-height:360px !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  background:#fff !important;
  padding:0 !important;
  margin:0 !important;
}

section#education .education-image-grid .edu-content{
  padding:20px 24px 26px !important;
}

section#education .education-image-grid .edu-content img,
section#education .education-image-grid .edu-icon{
  display:none !important;
}

/* Игровая механика — герои крупно, без кропа */
section#stickers .stickers-image{
  background:#fff !important;
  border-radius:32px !important;
  overflow:hidden !important;
  box-shadow:var(--shadow) !important;
}

section#stickers .stickers-image img{
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  background:#fff !important;
  padding:0 !important;
  margin:0 !important;
}

section#stickers .stickers-grid{
  grid-template-columns:1fr 1fr !important;
  align-items:center !important;
}

/* Адаптив */
@media(max-width:1150px){
  section#education .education-image-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
  section#education .education-image-grid .edu-photo,
  section#education .education-image-grid .edu-photo-large{
    height:340px !important;
    min-height:340px !important;
    max-height:340px !important;
  }
  section#stickers .stickers-grid{
    grid-template-columns:1fr !important;
  }
}

@media(max-width:700px){
  section#education .education-image-grid{
    grid-template-columns:1fr !important;
  }
  section#education .education-image-grid .edu-photo,
  section#education .education-image-grid .edu-photo-large{
    height:300px !important;
    min-height:300px !important;
    max-height:300px !important;
  }
}

/* ===== FINAL 3.0: new web visuals for Education and Game Mechanics ===== */
section#education .education-image-grid{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:22px !important;
}
section#education .education-image-grid article{
  overflow:hidden !important;
  border-radius:28px !important;
  background:#fff !important;
  box-shadow:0 14px 42px rgba(40,20,90,.08) !important;
  border:1px solid var(--line) !important;
}
section#education .education-image-grid .edu-photo,
section#education .education-image-grid .edu-photo-large{
  width:100% !important;
  height:360px !important;
  min-height:360px !important;
  max-height:360px !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
  background:#fff !important;
  padding:0 !important;
  margin:0 !important;
}
section#education .education-image-grid .edu-content{
  padding:20px 24px 26px !important;
}
section#education .education-image-grid .edu-content img,
section#education .education-image-grid .edu-icon{
  display:none !important;
}
section#stickers .stickers-image{
  background:#fff !important;
  border-radius:32px !important;
  overflow:hidden !important;
  box-shadow:var(--shadow) !important;
}
section#stickers .stickers-image img{
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  background:#fff !important;
  padding:0 !important;
  margin:0 !important;
}
section#stickers .stickers-grid{
  grid-template-columns:1fr 1fr !important;
  gap:34px !important;
  align-items:center !important;
}
@media(max-width:1150px){
  section#education .education-image-grid{grid-template-columns:repeat(2,1fr) !important;}
  section#education .education-image-grid .edu-photo,
  section#education .education-image-grid .edu-photo-large{
    height:340px !important;
    min-height:340px !important;
    max-height:340px !important;
  }
  section#stickers .stickers-grid{grid-template-columns:1fr !important;}
}
@media(max-width:700px){
  section#education .education-image-grid{grid-template-columns:1fr !important;}
  section#education .education-image-grid .edu-photo,
  section#education .education-image-grid .edu-photo-large{
    height:300px !important;
    min-height:300px !important;
    max-height:300px !important;
  }
}

/* FINAL 3.1: replaced Education images with cleaned cropped versions */
section#education .education-image-grid{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:22px !important;
}
section#education .education-image-grid article{
  overflow:hidden !important;
  border-radius:28px !important;
  background:#fff !important;
  box-shadow:0 14px 42px rgba(40,20,90,.08) !important;
  border:1px solid var(--line) !important;
}
section#education .education-image-grid .edu-photo,
section#education .education-image-grid .edu-photo-large{
  width:100% !important;
  height:360px !important;
  min-height:360px !important;
  max-height:360px !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
  background:#fff !important;
  padding:0 !important;
  margin:0 !important;
}
section#education .education-image-grid .edu-content img,
section#education .education-image-grid .edu-icon{
  display:none !important;
}
@media(max-width:1150px){
  section#education .education-image-grid{grid-template-columns:repeat(2,1fr) !important;}
  section#education .education-image-grid .edu-photo,
  section#education .education-image-grid .edu-photo-large{
    height:340px !important;
    min-height:340px !important;
    max-height:340px !important;
  }
}
@media(max-width:700px){
  section#education .education-image-grid{grid-template-columns:1fr !important;}
  section#education .education-image-grid .edu-photo,
  section#education .education-image-grid .edu-photo-large{
    height:300px !important;
    min-height:300px !important;
    max-height:300px !important;
  }
}


/* FINAL FIX: game mechanics image must not crop */
.gamification img,
.game-mechanics img,
.sticker-heroes img{
    width:100% !important;
    height:auto !important;
    object-fit:contain !important;
    object-position:center center !important;
}

.stickers-image img{object-fit:contain!important;height:auto!important;max-height:none!important;}


/* FINAL FIX: installation examples gallery */
#installations img,
#examples img,
#cases img,
.installations img,
.examples img,
.cases img,
.gallery img,
.installation-card img,
.example-card img,
.case-card img {
  width: 100% !important;
  height: 300px !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #ffffff !important;
  padding: 0 !important;
  border-radius: 22px !important;
  display: block !important;
}

#installations .card,
#examples .card,
#cases .card,
.installations .card,
.examples .card,
.cases .card,
.gallery .card,
.installation-card,
.example-card,
.case-card {
  overflow: hidden !important;
  background: #ffffff !important;
  border-radius: 24px !important;
}

@media (max-width: 900px) {
  #installations img,
  #examples img,
  #cases img,
  .installations img,
  .examples img,
  .cases img,
  .gallery img,
  .installation-card img,
  .example-card img,
  .case-card img {
    height: 240px !important;
  }
}

@media (max-width: 520px) {
  #installations img,
  #examples img,
  #cases img,
  .installations img,
  .examples img,
  .cases img,
  .gallery img,
  .installation-card img,
  .example-card img,
  .case-card img {
    height: 220px !important;
  }
}

/* Final header logo size */
.header .brand-logo{
  min-width:155px !important;
}
.header .brand-logo img{
  width:143px !important;
  max-height:48px !important;
  filter:brightness(0) saturate(100%) !important;
}
@media(max-width:700px){
  .header .brand-logo{
    min-width:99px !important;
  }
  .header .brand-logo img{
    width:99px !important;
    max-height:35px !important;
  }
}

/* Final footer logo size */
.footer-megas-logo{
  width:176px !important;
  max-height:58px !important;
}
