*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background:#f6f8fb;color:#16213e;line-height:1.6}.container{width:92%;max-width:1150px;margin:auto}.site-header{background:#fff;border-bottom:1px solid #e8ecf3;position:sticky;top:0;z-index:1000}.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between}.logo{text-decoration:none;font-size:26px;font-weight:800;color:#16213e}.logo span{color:#0066ff}nav a{color:#16213e;text-decoration:none;margin-left:22px;font-weight:600}nav a:hover{color:#0066ff}.menu-btn{display:none;background:none;border:none;font-size:28px}.hero{padding:90px 0;background:linear-gradient(135deg,#07172f,#0066ff);color:#fff}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.tag{color:#b8d7ff;font-weight:bold;margin-bottom:12px}.hero h1{font-size:52px;line-height:1.1;margin-bottom:20px}.hero-text{font-size:18px;color:#e7f0ff;max-width:620px}.hero-buttons{margin-top:30px}.btn{display:inline-block;padding:13px 22px;border-radius:10px;text-decoration:none;font-weight:bold;border:none;cursor:pointer}.primary{background:#0066ff;color:white}.secondary{background:white;color:#0066ff;margin-left:10px}.light{background:white;color:#0066ff}.hero-card{background:rgba(255,255,255,.12);padding:30px;border-radius:20px;border:1px solid rgba(255,255,255,.2)}.hero-card h3{margin-bottom:15px;font-size:24px}.hero-card li{list-style:none;margin-bottom:12px;font-size:17px}section{padding:70px 0}h2{font-size:36px;margin-bottom:12px;text-align:center}.section-text{text-align:center;color:#5d6b82;margin-bottom:35px}.about p{max-width:850px;margin:auto;text-align:center;color:#5d6b82;font-size:18px}.cards,.price-grid,.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card,.price-card,.portfolio-item{background:white;padding:28px;border-radius:18px;box-shadow:0 8px 25px rgba(0,0,0,.06);border:1px solid #edf1f7}.icon{font-size:34px;margin-bottom:10px}.card h3,.price-card h3,.portfolio-item h3{margin:15px 0 10px;color:#16213e}.card p,.portfolio-item p{color:#5d6b82}.pricing{background:#fff}.price{font-size:34px;color:#0066ff;font-weight:800;margin:12px 0}.price-card ul{margin:20px 0}.price-card li{list-style:none;margin-bottom:10px;color:#5d6b82}.price-card li::before{content:"✓ ";color:#0066ff;font-weight:bold}.featured{border:2px solid #0066ff;transform:translateY(-8px)}.mockup,.flyer-sample,.logo-sample,.video-sample{height:180px;border-radius:16px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.mockup span{background:rgba(255,255,255,.9);padding:12px 18px;border-radius:12px;font-weight:800}.restaurant{background:linear-gradient(135deg,#ff7a18,#af002d)}.it{background:linear-gradient(135deg,#002b5b,#00b4d8)}.gym{background:linear-gradient(135deg,#111827,#22c55e)}.flyer-sample{background:linear-gradient(135deg,#0066ff,#7c3aed);color:#fff;flex-direction:column}.flyer-sample strong{font-size:24px}.flyer-sample p{font-size:36px;font-weight:900;color:#fff}.logo-sample{background:#0b1b3a}.logo-sample span{width:90px;height:90px;border-radius:24px;background:#0066ff;color:white;display:flex;align-items:center;justify-content:center;font-size:38px;font-weight:900}.video-sample{background:linear-gradient(135deg,#111,#333);color:#fff;font-size:54px}.text-link{display:inline-block;margin-top:12px;color:#0066ff;font-weight:800;text-decoration:none}.cta{background:#0066ff;color:white;text-align:center}.cta p{margin-bottom:25px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:start}.contact h2{text-align:left}.contact p{margin-bottom:12px;color:#5d6b82}.contact-form{background:white;padding:28px;border-radius:18px;box-shadow:0 8px 25px rgba(0,0,0,.06)}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:14px;margin-bottom:14px;border-radius:10px;border:1px solid #dce3ef;font-size:15px}.contact-form textarea{height:120px}footer{background:#0b1b3a;color:white;padding:25px 0}.footer{display:flex;justify-content:space-between;gap:20px}.demo-hero{padding:80px 0;background:#0b1b3a;color:white;text-align:center}.demo-hero h1{font-size:46px}.demo-section{padding:55px 0}.demo-card{background:white;padding:30px;border-radius:18px;box-shadow:0 8px 25px rgba(0,0,0,.06);margin-bottom:25px}.demo-card ul{margin-left:20px}.back-link{display:inline-block;margin-top:20px;color:white;font-weight:bold}@media(max-width:800px){nav{display:none;position:absolute;top:72px;left:0;width:100%;background:white;padding:20px}nav.active{display:block}nav a{display:block;margin:14px 0}.menu-btn{display:block}.hero-grid,.cards,.price-grid,.portfolio-grid,.contact-grid{grid-template-columns:1fr}.hero h1{font-size:38px}.featured{transform:none}.footer{flex-direction:column;text-align:center}.secondary{margin-left:0;margin-top:10px}}
.best-for {
  color: #5d6b82;
  font-size: 14px;
  margin-bottom: 8px;
}

.badge {
  display: inline-block;
  background: #0066ff;
  color: white;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 14px;
}

.support-box {
  margin-top: 28px;
  background: #0b1b3a;
  color: white;
  padding: 28px;
  border-radius: 18px;
  text-align: center;
}

.support-box h3 {
  font-size: 26px;
  margin-bottom: 8px;
}

.support-price {
  color: #7db5ff;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 8px;
}

.service-pricing {
  background: #f6f8fb;
}

.mini-price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mini-price-card {
  background: white;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,.06);
  border: 1px solid #edf1f7;
}

.mini-price-card h3 {
  margin-bottom: 12px;
  color: #16213e;
}

.mini-price-card p {
  color: #5d6b82;
  margin-bottom: 8px;
}

.trust {
  background: white;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.trust-grid div {
  background: #f6f8fb;
  padding: 18px;
  border-radius: 14px;
  font-weight: 700;
  border: 1px solid #edf1f7;
}

.faq {
  background: #f6f8fb;
}

.faq-item {
  background: white;
  padding: 22px;
  border-radius: 14px;
  margin-bottom: 14px;
  border: 1px solid #edf1f7;
  box-shadow: 0 6px 18px rgba(0,0,0,.04);
}

.faq-item h3 {
  margin-bottom: 8px;
  color: #16213e;
}

.faq-item p {
  color: #5d6b82;
}

@media(max-width:800px){
  .mini-price-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }
}

.portfolio-item.enhanced {
  transition: transform .2s ease, box-shadow .2s ease;
}

.portfolio-item.enhanced:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(0,0,0,.09);
}

.browser-bar {
  position: absolute;
  top: 12px;
  left: 14px;
  display: flex;
  gap: 6px;
}

.browser-bar span {
  width: 9px;
  height: 9px;
  background: rgba(255,255,255,.85);
  border-radius: 50%;
}

.mockup {
  position: relative;
  flex-direction: column;
  color: white;
  padding: 20px;
}

.mock-content {
  margin-top: 30px;
  background: rgba(255,255,255,.16);
  padding: 22px;
  border-radius: 16px;
}

.mock-content h4 {
  font-size: 24px;
  margin-bottom: 6px;
}

.mock-content p {
  color: rgba(255,255,255,.9);
  font-size: 14px;
}

.project-info {
  background: #f6f8fb;
  padding: 14px;
  border-radius: 12px;
  margin: 14px 0;
  border: 1px solid #edf1f7;
}

.project-info p {
  font-size: 14px;
  margin-bottom: 7px;
}

.project-info p:last-child {
  margin-bottom: 0;
}

.small-btn {
  background: #0066ff;
  color: white;
  padding: 10px 16px;
  border-radius: 9px;
  font-size: 14px;
}

.realistic-flyer {
  border: 8px solid white;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.25);
}

.realistic-flyer small {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.realistic-flyer span {
  background: white;
  color: #0066ff;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: bold;
}

.logo-showcase {
  height: 180px;
  border-radius: 16px;
  background: linear-gradient(135deg,#eef4ff,#ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid #edf1f7;
}

.logo-showcase .logo-sample {
  width: 95px;
  height: 95px;
}

.logo-lines {
  display: flex;
  flex-direction: column;
}

.logo-lines b {
  font-size: 24px;
  color: #16213e;
}

.logo-lines small {
  color: #5d6b82;
}

.realistic-video {
  flex-direction: column;
  gap: 12px;
}

.play-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}

.realistic-video p {
  color: white;
  font-size: 15px;
}

.portfolio-note {
  margin-top: 28px;
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  border-left: 5px solid #0066ff;
  color: #5d6b82;
  box-shadow: 0 8px 25px rgba(0,0,0,.05);
}

/* =========================
   UPDATED HEADER + LOGO FIX
========================= */

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e8ecf3;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.logo-img {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-img img {
  width: 145px;
  height: auto;
  object-fit: contain;
  display: block;
}

/* NAVIGATION */
#menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

#menu a {
  color: #16213e;
  text-decoration: none;
  font-weight: 700;
  margin-left: 0;
  transition: 0.2s ease;
}

#menu a:hover {
  color: #0066ff;
}

/* MENU BUTTON */
.menu-btn {
  display: none;
  background: none;
  border: 1px solid #dce3ef;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 24px;
  color: #16213e;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 800px) {

  .nav {
    min-height: 74px;
  }

  .logo-img img {
    width: 105px;
  }

  .menu-btn {
    display: block;
  }

  #menu {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    background: white;
    padding: 18px 24px;
    border-top: 1px solid #edf1f7;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  #menu.active {
    display: flex;
  }

  #menu a {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #f1f4f8;
    font-size: 15px;
  }
}

/* SMALL MOBILE */
@media (max-width: 480px) {

  .logo-img img {
    width: 90px;
  }

  .hero h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-text {
    font-size: 16px;
  }
}
