
  
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:Arial,Helvetica,sans-serif;
    background: radial-gradient(800px 500px at 20% 0%, rgb(255 118 0 / 93%), transparent 60%), radial-gradient(700px 400px at 90% 10%, rgb(255 10 10), transparent 55%), linear-gradient(180deg, #000000, #2d0000);
      color:#152033;
    }
    a{text-decoration:none;color:inherit}
    img{max-width:100%;display:block}
    .container{
      width:min(1180px, calc(100% - 30%));
      margin:0 auto;
    }

    .navbar{
      position:sticky;
      top:0;
      z-index:50;
      background:#ffffffee;
      backdrop-filter:blur(10px);
      border-bottom:1px solid #e5e7eb;
    }
    .navbar-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:14px 0;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-size:24px;
      font-weight:800;
      letter-spacing:.2px;
      color:#0f172a;
    }
    .brand-logo{
        width: 40px;
    height: 40px;
    border-radius: 21px;
    object-fit: cover;
    border: 1px solid #e5e7eb;
    background: linear-gradient(135deg, #ffffff 0%, #448f7f 100%);
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:18px;
      color:#334155;
      font-weight:600;
    }
    .nav-links a:hover{color:#0f766e}

    .wa-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff0101 0%, #ffffff 100%);
    color: #fff;
    font-weight: 800;
    letter-spacing: .2px;
    box-shadow: 0 12px 24px rgba(15, 118, 110, .18);
    border: none;
    cursor: pointer;
    transition: all .2s ease;
    }
    .wa-btn:hover{
      transform:translateY(-1px);
     
    }

    .section{padding:6px 0}
    .section-head{
      margin-bottom:15px;
      margin-top:9px;
      text-align:center;
      padding:10px;
      border-radius:15px;
      border:solid 2px #ffffff00;
      background:rgba(255,255,255,0);
    }
    .section-title{
      margin:0 0 3px;
      font-size:30px;
      line-height:1.15;
      padding-top:10px;
      font-weight:800;
      color:#ffffff;
    }
    .section-desc{
      margin:0;
      color: #adadad;
      line-height:1.7;
      padding:0 10px 10px 10px;
      font-size:15px;
    }

    .cards-3{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:18px;
    }
    .cards-4{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:18px;
    }
    .card{
      background:#fff;
      border-radius:20px;
      overflow:hidden;
      box-shadow:0 12px 28px rgba(15,23,42,.06);
      border:1px solid #eef2f7;
    }
    .card-media img{
      width:100%;
      height:220px;
      object-fit:cover;
    }
    .card-body{padding:16px}
    .card-title{
      margin:0 0 8px;
      font-size:20px;
      line-height:1.25;
      font-weight:800;
      color:#0f172a;
    }
    .card-text{
      margin:0 0 12px;
      color:#64748b;
      line-height:1.7;
      font-size:14px;
    }
    .price{
      font-size:22px;
      font-weight:800;
      color:#0f766e;
    }

    .footer{
      margin-top:32px;
       background: radial-gradient(800px 500px at 20% 0%, rgb(0 0 0 / 93%), transparent 60%), radial-gradient(700px 400px at 90% 10%, rgb(137 95 0), transparent 55%), linear-gradient(180deg, #000000, #2d0000);
      color:#fff;
      padding:40px 0 34px;
    }
    .footer-top{
      display:grid;
      grid-template-columns:minmax(0, 1.4fr) minmax(0, 1fr);
      gap:28px;
      align-items:start;
    }
    .footer-brand-title{
      margin:0 0 10px;
      font-size:24px;
      font-weight:800;
      line-height:1.2;
    }
    .footer-desc{
      margin:0;
      color:rgba(255,255,255,.78);
      line-height:1.8;
      max-width:700px;
    }
    .footer-info{
      display:grid;
      gap:10px;
      justify-items:start;
    }
    .footer-info-item{
      color:rgba(255,255,255,.84);
      line-height:1.7;
      font-size:14px;
      word-break:break-word;
    }
    .footer-social-wrap{
      margin-top:24px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.10);
    }
    .footer-social-title{
      margin: 0 0 -4px;
    font-size: 14px;
    font-weight: 800;
    padding-left: 10px;
    letter-spacing: .3px;
    color: #ffffff;
    text-transform: uppercase;
    }
    .footer-social-grid{
      display:flex;
      grid-template-columns:repeat(4, minmax(0, 1fr));
      gap:14px;
    }
    .footer-social-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 112px;
    border-radius: 18px;
    transition: all .2s ease;
    text-align: center;
    }
    .footer-social-card:hover{
      transform:translateY(-2px);
     
    }
    .footer-social-icon{
      width:52px;
      height:52px;
      border-radius:18px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:rgba(255,255,255,.12);
      color:#fff;
    }
    .footer-social-icon svg{
     width: 47px;
    height: 47px;
    display: block;
    }
    .footer-social-label{
      font-size:14px;
      font-weight:700;
      color:#fff;
      line-height:1.35;
    }

    /* =========================
       GLOBAL CONTACT POPUP
       ========================= */
    .contact-popup{
      position:fixed;
      inset:0;
      z-index:9999;
      display:none;
    }
    .contact-popup.is-open{
      display:block;
    }
    .contact-popup-backdrop{
      position:absolute;
      inset:0;
      background:rgba(2,6,23,.62);
      backdrop-filter:blur(4px);
    }
    .contact-popup-dialog{
 position: relative;
    z-index: 2;
    width: min(354px, calc(96% - 20px));
    margin: 28px auto;
    max-height: calc(82vh - 44px);
    overflow: auto;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 34px 90px rgba(15, 23, 42, .26);
    border: 1px solid #eef2f7;
    }
    .contact-popup-close{
     position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 999px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 22px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .12), 0 2px 6px rgb(15 23 42 / 45%);
    font-weight: 800;
    cursor: pointer;
    z-index: 5;
    transition: all .2s ease;
    }
    .contact-popup-close:hover{
      background:#e2e8f0;
    }
    .contact-popup-body{
      padding:34px 26px 28px;
    }
    .contact-popup-hero{
      display:flex;
      flex-direction:column;
      align-items:center;
      text-align:center;
      margin-bottom:26px;
    }
    .contact-popup-hero-icon{
    width: 88px;
    height: 88px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #448f7f 100%);
    color: #0f766e;
    box-shadow: 0 16px 34px rgba(15, 118, 110, .15);
    margin-bottom: 16px;
    }
    .contact-popup-hero-icon svg{
   width: 53px;
    height: 53px;
    display: block;
    }
    .contact-popup-title{
      margin:0 0 8px;
      font-size:28px;
      line-height:1.2;
      font-weight:800;
      color:#0f172a;
    }
    .contact-popup-text{
        margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
    max-width: 420px;
    margin-bottom: 10px;
    }
    .contact-popup-main-link{
     display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    margin-top: -6px;
    background: #0f766e;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 14px 26px rgba(15, 118, 110, .18);
    transition: all .2s ease;
    }
    .contact-popup-main-link:hover{
      transform:translateY(-1px);
      box-shadow:0 18px 32px rgba(15,118,110,.22);
    }
    .contact-popup-social-grid{
      display:grid;
      grid-template-columns:repeat(4, minmax(0, 1fr));
      gap:14px;
    }
    .contact-popup-social-card{
      display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    min-height: 120px;
    padding: 18px 12px;
    border-radius: 20px;
    transition: all .2s ease;
    }
    .contact-popup-social-card:hover{
      transform: translateY(-2px);
    }
    .contact-popup-social-icon{
      width:56px;
      height:56px;
      border-radius:18px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg, #ecfeff 0%, #dbeafe 100%);
      color:#0f766e;
    }
    .contact-popup-social-icon svg{
   width: 50px;
    height: 55px;
    display: block;
    }
    .contact-popup-social-label{
      font-size:14px;
      line-height:1.35;
      font-weight:800;
      color:#0f172a;
    }
    .contact-popup-empty{
      background:#fff;
      border:1px dashed #cbd5e1;
      border-radius:18px;
      padding:22px;
      color:#64748b;
      text-align:center;
      line-height:1.7;
    }

    @media (max-width: 992px){
      .cards-3{grid-template-columns:repeat(2,minmax(0,1fr))}
      .cards-4{grid-template-columns:repeat(2,minmax(0,1fr))}
      .footer-top{
        grid-template-columns:1fr;
      }
      .footer-info{
        justify-items:start;
      }
    }

    @media (max-width: 768px){
      .nav-links{display:none}
      .section-title{font-size:26px}

      .contact-popup-dialog{
        width: min(100%, calc(93% - 16px));
        margin: 133px auto;
        max-height: calc(104vh - 25px);
        border-radius: 26px;
      }
      .contact-popup-body{
        padding:26px 16px 18px;
      }
      .contact-popup-title{
        font-size:23px;
      }
      .contact-popup-hero-icon{
            width: 88px;
        height: 88px;
        border-radius: 39px;
      }
      .contact-popup-social-grid{
        grid-template-columns:repeat(4, minmax(0, 1fr));
      }
      .footer-social-grid{
        grid-template-columns:repeat(4, minmax(0, 1fr));
      }
    }

    @media (max-width: 640px){
      .cards-3,.cards-4{grid-template-columns:1fr}
      .brand{font-size:20px}
      .container{width:min(100% - 20px,1180px)}
    }
    .contact-popup-social-title{
  margin:20px 0 12px;
  text-align:center;
  font-size:16px;
  font-weight:800;
  color:#0f172a;
  letter-spacing:.3px;
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:10px;
}

.footer-logo{
height: 36px;
    width: 40px;
    background: #ffffff00;
    border-radius: 27px;
    object-fit: contain;
}
  