
:root{
  --blue:#0757b6;
  --deep:#063d8b;
  --light:#eef8ff;
  --yellow:#ffc51c;
  --ink:#123f83;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;overflow-x:hidden}
.site-header{position:sticky;top:0;z-index:50;background:linear-gradient(90deg,#0765c4,#05479b);box-shadow:0 2px 12px #00265a33}
.nav-wrap{width:min(1240px,100%);margin:auto;min-height:88px;padding:0 28px;display:flex;align-items:center;gap:34px}
.brand{text-decoration:none;font-weight:900;line-height:.78;text-shadow:0 2px 1px #0004}
.brand-top{display:block;color:#ffc11a;font-size:30px}
.brand-bottom{display:block;color:#83c71d;font-size:22px}
.main-nav{margin-left:auto;display:flex;gap:30px;align-items:center}
.main-nav a{color:#fff;text-decoration:none;font-weight:800;font-size:18px;padding:34px 0 28px;border-bottom:4px solid transparent;white-space:nowrap}
.main-nav a:hover,.main-nav a.active{border-color:var(--yellow)}
.menu-btn{display:none;margin-left:auto;border:0;background:transparent;color:#fff;font-size:30px}

.hero{width:100%;background:#0aa1e5;line-height:0}
.hero img{
  display:block;
  width:100%;
  height:auto;
  max-width:none;
  margin:0;
}
/* Critical fix:
   no background-size:cover, no forced hero height, no image cropping.
   The approved hero scales proportionally to the browser width. */

.games-section{padding:42px 32px 50px;background:linear-gradient(#fbfdff,#eaf7ff);text-align:center}
.section-heading h1{text-transform:uppercase;font-size:clamp(34px,4vw,48px);margin:3px 0;color:#123f86}
.section-heading p{margin:0 0 24px}
.game-icon{font-size:30px}

.carousel-shell{max-width:1120px;margin:auto;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:10px;align-items:center}
.carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(270px,1fr);gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:8px 2px}
.carousel::-webkit-scrollbar{display:none}
.game-card{scroll-snap-align:start;background:#fff;border-radius:15px;overflow:hidden;border:1px solid #d7e9f8;box-shadow:0 7px 22px #0a48851b}
.game-card img{display:block;width:100%;height:auto;object-fit:contain;background:#eef8ff}
.future-art{aspect-ratio:16/9;display:grid;place-items:center;background:linear-gradient(135deg,#8dc7ea,#4f8fc9);color:#fff;font-weight:900;font-size:26px}
.card-body{padding:17px}
.card-body h2{font-size:23px;margin:0 0 8px}
.card-body p{line-height:1.45;min-height:60px;margin:0 0 15px}
.store-buttons{display:flex;gap:9px;justify-content:center;flex-wrap:wrap}
.store-buttons a{background:#0b0b0b;color:#fff;text-decoration:none;border-radius:7px;padding:9px 12px;font-size:13px}
.arrow{width:40px;height:40px;border:0;border-radius:50%;background:var(--blue);color:#fff;font-size:30px;cursor:pointer}
.view-all{display:inline-block;margin-top:18px;background:var(--blue);color:#fff;text-decoration:none;font-weight:800;padding:12px 28px;border-radius:11px}

.value-strip{display:grid;grid-template-columns:repeat(4,1fr);padding:30px 5vw;background:#dff1ff;text-align:center}
.value-strip>div{padding:8px 20px;border-right:1px solid #add2ed}
.value-strip>div:last-child{border-right:0}
.value-strip strong{font-size:32px}
.value-strip h3{margin:7px 0}
.value-strip p{margin:0;line-height:1.4}

.placeholder{padding:54px 8vw;text-align:center}
.placeholder.alt{background:#f6fbff}
.placeholder h2{font-size:34px;margin:0 0 10px}

footer{background:linear-gradient(90deg,#0862bd,#063f91);color:#fff;padding:36px 6vw 18px}
.footer-grid{max-width:1100px;margin:auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:36px}
.footer-logo span{display:block;color:#ffc11a;font-size:28px;font-weight:900}
.footer-logo b{display:block;color:#87c91e;font-size:22px}
footer a{display:block;color:#fff;text-decoration:none;margin:8px 0}
footer h3{text-transform:uppercase;font-size:14px}
.copyright{text-align:center;margin:28px 0 0;font-size:13px}

@media(max-width:860px){
  .menu-btn{display:block}
  .main-nav{display:none;position:absolute;top:88px;left:0;right:0;background:#06499c;flex-direction:column;gap:0;padding:10px 24px 18px}
  .main-nav.open{display:flex}
  .main-nav a{width:100%;padding:13px 0}
  .carousel{grid-auto-columns:78%}
  .value-strip{grid-template-columns:1fr 1fr}
  .value-strip>div{border-right:0;border-bottom:1px solid #add2ed}
  .footer-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:560px){
  .nav-wrap{min-height:64px;padding:0 16px}
  .main-nav{top:64px}
  .brand-top{font-size:22px}.brand-bottom{font-size:17px}
  .games-section{padding-left:14px;padding-right:14px}
  .carousel-shell{grid-template-columns:30px minmax(0,1fr) 30px;gap:5px}
  .carousel{grid-auto-columns:90%;gap:14px}
  .arrow{width:30px;height:30px;font-size:23px}
  .value-strip{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}

/* Responsive image safety: never crop or stretch website artwork */
img{
  max-width:100%;
  height:auto;
}
.hero img,
.game-card img{
  object-fit:contain;
  object-position:center;
}

/* V4 — larger game showcase, no repeated navigation sections below */
.home-games{
  min-height:78vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:56px 34px 64px;
}
.home-games .section-heading h1{
  font-size:clamp(44px,5vw,68px);
}
.home-games .section-heading p{
  font-size:clamp(16px,1.5vw,21px);
  margin-bottom:30px;
}
.home-games .carousel-shell{
  max-width:1380px;
  width:100%;
  grid-template-columns:56px minmax(0,1fr) 56px;
}
.home-games .carousel{
  grid-auto-columns:minmax(360px, 31%);
  gap:28px;
  padding:12px 4px 18px;
}
.home-games .game-card{
  border-radius:20px;
  box-shadow:0 12px 32px rgba(13,75,135,.18);
}
.home-games .game-card img,
.home-games .future-art{
  width:100%;
  aspect-ratio:16/9;
  object-fit:contain;
}
.home-games .card-body{
  padding:24px 24px 26px;
}
.home-games .card-body h2{
  font-size:30px;
}
.home-games .card-body p{
  font-size:17px;
  min-height:74px;
}
.home-games .store-buttons a{
  font-size:15px;
  padding:11px 16px;
}
.home-games .arrow{
  width:50px;
  height:50px;
  font-size:36px;
}
.home-games .view-all{
  margin-top:22px;
  padding:14px 34px;
  font-size:16px;
}

.value-strip{
  grid-template-columns:repeat(4,1fr);
  padding:36px 5vw;
}
.value-strip > div{
  padding:14px 26px;
}
.value-strip strong{font-size:38px}
.value-strip h3{font-size:20px}
.value-strip p{font-size:15px}

.simple-footer{
  background:linear-gradient(90deg,#0862bd,#063f91);
  color:#fff;
  padding:28px 6vw 16px;
  text-align:center;
}
.footer-inner{
  max-width:1100px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.simple-footer .footer-logo span{
  display:block;color:#ffc11a;font-size:26px;font-weight:900;
}
.simple-footer .footer-logo b{
  display:block;color:#87c91e;font-size:20px;
}
.simple-footer p{margin:0}
.social-placeholders{display:flex;gap:12px}
.social-placeholders a{
  width:38px;height:38px;border-radius:50%;
  display:grid;place-items:center;
  background:#fff;color:#0757b6;text-decoration:none;font-weight:900;
}
.simple-footer .copyright{
  margin:18px 0 0;
  font-size:13px;
}

.content-page{min-height:70vh;background:#f6fbff}
.page-hero{
  padding:72px 8vw 56px;
  text-align:center;
  background:linear-gradient(135deg,#0c92dd,#0755b0);
  color:#fff;
}
.page-hero h1{
  margin:0 0 14px;
  font-size:clamp(42px,5vw,68px);
}
.page-hero p{
  max-width:820px;
  margin:auto;
  font-size:18px;
  line-height:1.6;
}
.editable-content{
  max-width:1000px;
  margin:auto;
  padding:58px 8vw 80px;
  background:#fff;
}

@media(max-width:860px){
  .main-nav{top:88px}
  .home-games{min-height:auto;padding:42px 18px 50px}
  .home-games .carousel-shell{grid-template-columns:38px minmax(0,1fr) 38px}
  .home-games .carousel{grid-auto-columns:78%;gap:18px}
  .home-games .arrow{width:36px;height:36px;font-size:28px}
  .value-strip{grid-template-columns:1fr 1fr}
  .footer-inner{flex-direction:column}
}
@media(max-width:560px){
  .nav-wrap{min-height:64px;padding:0 16px}
  .main-nav{top:64px}
  .brand-top{font-size:22px}.brand-bottom{font-size:17px}
  .home-games .section-heading h1{font-size:38px}
  .home-games .carousel{grid-auto-columns:88%}
  .home-games .carousel-shell{grid-template-columns:28px minmax(0,1fr) 28px}
  .home-games .arrow{width:28px;height:28px;font-size:22px}
  .home-games .card-body h2{font-size:25px}
  .home-games .card-body p{font-size:15px}
  .value-strip{grid-template-columns:1fr}
}

/* V5 — prominent social media footer icons */
.social-placeholders{
  display:flex;
  gap:18px;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
}
.social-placeholders a{
  width:52px;
  height:52px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:#fff;
  color:#0757b6;
  text-decoration:none;
  font-weight:900;
  font-size:24px;
  box-shadow:0 6px 18px rgba(0,0,0,.18);
  transition:transform .2s ease, box-shadow .2s ease;
}
.social-placeholders a:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 22px rgba(0,0,0,.24);
}
@media(max-width:560px){
  .social-placeholders{gap:14px}
  .social-placeholders a{
    width:48px;
    height:48px;
    font-size:22px;
    border-radius:13px;
  }
}

/* V6 — Desktop/laptop header enlargement only */
@media (min-width: 861px){
  .site-header{
    min-height:110px;
  }

  .nav-wrap{
    width:min(1480px, 100%);
    min-height:110px;
    padding:0 36px;
    gap:42px;
  }

  .brand{
    min-width:170px;
    line-height:1.0;
  }

  .brand-top{
    font-size:38px !important;
    letter-spacing:.5px;
  }

  .brand-bottom{
    font-size:27px !important;
    letter-spacing:.4px;
  }

  .main-nav{
    margin-left:auto;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:26px;
    flex-wrap:nowrap;
  }

  .main-nav a{
    font-size:20px !important;
    font-weight:800;
    padding:42px 0 34px !important;
    white-space:nowrap;
  }
}

/* Slightly tighter desktop navigation on medium-width laptops,
   while still staying much larger than the previous version. */
@media (min-width:861px) and (max-width:1180px){
  .nav-wrap{
    padding:0 22px;
    gap:28px;
  }

  .brand{
    min-width:145px;
  }

  .brand-top{
    font-size:32px !important;
  }

  .brand-bottom{
    font-size:23px !important;
  }

  .main-nav{
    gap:16px;
  }

  .main-nav a{
    font-size:17px !important;
  }
}

/* V7 — Doron Creations official logo, social icons and kid-friendly feature cards */
.brand-logo-link{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  min-width:0 !important;
}
.brand-logo{
  display:block;
  width:108px;
  height:88px;
  object-fit:contain;
  object-position:center;
  filter:drop-shadow(0 3px 5px rgba(0,0,0,.22));
}

.footer-logo-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}
.footer-logo-img{
  width:150px;
  height:116px;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 5px 10px rgba(0,0,0,.28));
}

.social-placeholders a{
  width:54px !important;
  height:54px !important;
  padding:0 !important;
  background:transparent !important;
  box-shadow:0 6px 18px rgba(0,0,0,.24) !important;
  overflow:hidden;
}
.social-placeholders a img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.social-placeholders a:hover{
  transform:translateY(-3px) scale(1.04);
}

.feature-zone{
  background:linear-gradient(180deg,#eefaff 0%,#fff9e9 100%);
  gap:24px;
  padding:48px 5vw 54px;
}
.feature-zone .feature-card{
  position:relative;
  overflow:hidden;
  text-align:center;
  background:#fff;
  border:3px solid rgba(32,121,203,.10);
  border-radius:26px;
  padding:28px 22px 25px;
  min-height:255px;
  box-shadow:0 12px 30px rgba(30,97,158,.15);
  transition:transform .2s ease, box-shadow .2s ease;
}
.feature-zone .feature-card::before{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  border-radius:50%;
  background:rgba(255,207,64,.12);
  top:-55px;
  right:-45px;
}
.feature-zone .feature-card:hover{
  transform:translateY(-5px);
  box-shadow:0 17px 38px rgba(30,97,158,.22);
}
.feature-icon{
  width:92px;
  height:92px;
  object-fit:contain;
  margin:0 auto 12px;
  filter:drop-shadow(0 7px 8px rgba(0,0,0,.13));
}
.feature-zone h3{
  color:#0757b6;
  font-size:22px;
  margin:4px 0 8px;
}
.feature-zone p{
  max-width:260px;
  margin:0 auto;
  color:#42546a;
  font-size:15px;
  line-height:1.5;
}

@media (min-width:861px){
  .brand-logo{
    width:116px;
    height:96px;
  }
  .nav-wrap{
    gap:30px !important;
  }
}

@media (max-width:860px){
  .brand-logo{
    width:82px;
    height:66px;
  }
  .footer-logo-img{
    width:138px;
    height:106px;
  }
  .feature-zone{
    grid-template-columns:1fr 1fr !important;
    padding:38px 22px 44px;
  }
}

@media (max-width:560px){
  .brand-logo{
    width:68px;
    height:56px;
  }
  .footer-logo-img{
    width:132px;
    height:102px;
  }
  .social-placeholders a{
    width:50px !important;
    height:50px !important;
  }
  .feature-zone{
    grid-template-columns:1fr !important;
    gap:18px;
    padding:34px 18px 40px;
  }
  .feature-zone .feature-card{
    min-height:auto;
    padding:22px 18px;
  }
  .feature-icon{
    width:82px;
    height:82px;
  }
}

/* V8 — enlarge only the top-left logo on desktop/laptop */
@media (min-width:861px){
  .brand-logo{
    width:176px !important;
    height:102px !important;
    object-fit:contain;
  }
  .brand-logo-link{
    width:176px;
    height:102px;
    overflow:visible;
  }
}

/* Keep medium laptop fit clean without changing mobile */
@media (min-width:861px) and (max-width:1180px){
  .brand-logo{
    width:154px !important;
    height:96px !important;
  }
  .brand-logo-link{
    width:154px;
    height:96px;
  }
}

/* V9 — professional Google Play and App Store badges */
.store-badges{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:16px;
}
.store-badges a{
  display:inline-flex;
  padding:0 !important;
  background:transparent !important;
  border:none !important;
  border-radius:10px;
  box-shadow:none !important;
  line-height:0;
  transition:transform .2s ease, filter .2s ease;
}
.store-badges a:hover{
  transform:translateY(-2px);
  filter:brightness(1.05);
}
.store-badges img{
  display:block;
  width:154px;
  height:auto;
}
@media(max-width:560px){
  .store-badges{
    gap:10px;
  }
  .store-badges img{
    width:142px;
  }
}

/* V10 — approved simplified logo + compact side-by-side store badges */
.store-badges{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  margin-top:14px !important;
}
.store-badges a{
  flex:0 0 auto;
}
.store-badges img{
  width:126px !important;
  height:auto !important;
  display:block;
}

/* Keep both badges side-by-side on phones, but scale them down to fit cleanly */
@media(max-width:560px){
  .store-badges{
    gap:8px !important;
  }
  .store-badges img{
    width:116px !important;
  }
}

/* Use the new simplified logo clearly in both header and footer */
@media(min-width:861px){
  .brand-logo{
    width:168px !important;
    height:100px !important;
    object-fit:contain;
  }
  .brand-logo-link{
    width:168px !important;
    height:100px !important;
  }
}
.footer-logo-img{
  width:174px !important;
  height:134px !important;
  object-fit:contain;
}
@media(max-width:860px){
  .footer-logo-img{
    width:146px !important;
    height:112px !important;
  }
}
@media(max-width:560px){
  .brand-logo{
    width:72px !important;
    height:58px !important;
  }
  .footer-logo-img{
    width:138px !important;
    height:106px !important;
  }
}
