/* AVRION ORDER PAGE - standalone compatible stylesheet */
:root{--navy:#0b2a52;--green:#4d9f20;--green2:#3c8418;--text:#34445a;--muted:#718096;--line:#e5e9ef;--bg:#f5f7fa}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.container{width:min(1120px,92%);margin:auto}




/* =========================
   NAVBAR
   ========================= */
.navbar{
  position:sticky;
  top:0;
  z-index:1000;
  background:#fff;
  border-bottom:1px solid var(--line);
  box-shadow:0 2px 12px rgba(0,0,0,.04);
}

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

/* Brand / Logo */
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
  width:auto;
  max-width:260px;
  color:var(--navy);
  font-weight:800;
  line-height:1.1;
}

.brand img{
  display:block;
  width:52px !important;
  height:52px !important;
  max-width:52px !important;
  max-height:52px !important;
  min-width:52px;
  min-height:52px;
  object-fit:contain;
  flex:0 0 52px;
}

.brand-text,
.brand > div{
  font-size:18px;
  white-space:nowrap;
}

.brand small{
  display:block;
  margin-top:3px;
  color:var(--green);
  font-size:9px;
  line-height:1.2;
  letter-spacing:1.4px;
  white-space:nowrap;
}

/* Navigation */
.links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:6px;
  flex:0 0 auto;
}

.links > a,
.dropbtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:8px 13px;
  border:0;
  background:none;
  border-radius:8px;
  color:var(--navy);
  font-weight:700;
  font-size:13px;
  white-space:nowrap;
  cursor:pointer;
}

.links > a:hover,
.dropbtn:hover{
  background:#eef5ea;
  color:var(--green2);
}

/* Dropdown */
.dropdown{
  position:relative;
}

.dropmenu{
  display:none;
  position:absolute;
  right:0;
  top:calc(100% + 4px);
  min-width:220px;
  padding:6px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:10px;
  box-shadow:0 12px 28px rgba(20,45,75,.12);
}

.dropdown:hover .dropmenu{
  display:block;
}

.dropmenu a{
  display:block;
  padding:10px 12px;
  border-radius:7px;
  font-size:13px;
}

.dropmenu a:hover{
  background:#eef5ea;
  color:var(--green2);
}


/* =========================
   MOBILE NAVBAR
   ========================= */
@media(max-width:700px){

  .nav{
    min-height:68px;
    gap:8px;
  }

  .brand{
    gap:8px;
    max-width:190px;
  }

  .brand img{
    width:44px !important;
    height:44px !important;
    max-width:44px !important;
    max-height:44px !important;
    min-width:44px;
    min-height:44px;
    flex-basis:44px;
  }

  .brand-text,
  .brand > div{
    font-size:15px;
  }

  .brand small{
    font-size:7px;
    letter-spacing:1px;
  }

  .links{
    gap:2px;
  }

  .links > a,
  .dropbtn{
    min-height:36px;
    padding:7px 8px;
    font-size:11px;
  }
}


/* HP KECIL */
@media(max-width:520px){

  .nav{
    min-height:64px;
  }

  .brand{
    max-width:150px;
  }

  .brand img{
    width:40px !important;
    height:40px !important;
    max-width:40px !important;
    max-height:40px !important;
    min-width:40px;
    min-height:40px;
    flex-basis:40px;
  }

  .brand-text,
  .brand > div{
    font-size:13px;
  }

  .brand small{
    font-size:6px;
    letter-spacing:.8px;
  }

  .links > a,
  .dropbtn{
    padding:6px;
    font-size:10px;
  }

 

  .dropmenu{
    right:0;
    min-width:190px;
  }
}







section{padding:72px 0}
.page-head{background:#fff;border-bottom:1px solid var(--line);padding:52px 0}
.kicker{color:var(--green);font-size:13px;font-weight:800;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px}
h1{font-size:clamp(40px,5vw,64px);line-height:1.05;color:var(--navy)}
h2{font-size:32px;line-height:1.2;color:var(--navy)}
.page-head p{color:var(--muted);margin-top:12px;max-width:700px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:8px;font-weight:800;font-size:14px;border:0}
.green{background:var(--green);color:#fff}
.order-section{padding-top:50px}
.order-page-container{display:flex;flex-direction:column;gap:24px}
.section-title{margin-bottom:24px}
.products-panel{width:100%}
.checkout-panel.checkout-below{position:static;width:100%;max-width:none;background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 10px 35px rgba(20,45,75,.05)}
.checkout-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:12px}
.checkout-header .kicker{margin-bottom:6px}
.checkout-header h2{font-size:26px}
.cart-count{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-height:34px;padding:6px 12px;background:#eef6e9;color:var(--green2);border-radius:999px;font-size:12px;font-weight:800}
.cart-summary{margin-top:8px}
.cart-item{display:flex;align-items:center;justify-content:space-between;gap:20px}
.cart-item small{color:var(--muted);font-size:12px}
.total-line{display:flex;justify-content:space-between;gap:15px;padding:11px 0;border-bottom:1px solid var(--line);font-size:14px}
.total-line strong,.grand-total{color:var(--navy)}
.grand-line{font-size:19px;font-weight:900;border-bottom:0;padding-top:17px}
.bank-box{margin-top:24px;background:#f4f7fa;border:1px solid var(--line);border-radius:12px;padding:18px}
.bank-box h3{font-size:16px;color:var(--navy);margin-bottom:9px}
.bank-box p{font-size:14px;margin:5px 0}
.note{font-size:12px;color:var(--muted);margin-top:15px}
.order-form{width:100%;background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px;display:none}
.form-content{margin-top:24px}
.form-group{margin-bottom:17px}
.form-group label{display:block;color:var(--navy);font-weight:700;font-size:14px;margin-bottom:7px}
.form-group input,.form-group select,.form-group textarea{width:100%;border:1px solid #d8e0e8;border-radius:9px;padding:12px 13px;color:var(--text);background:#fff}
.form-group textarea{min-height:90px;resize:vertical}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.order-form .form-row{grid-template-columns:repeat(3,minmax(0,1fr))}
.required{color:#c0392b}
.success-note{display:none;margin-top:15px;padding:12px;border-radius:9px;background:#eef6e9;color:var(--green2);font-size:13px}
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;text-align:left;transition:.2s}
.product-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(20,45,75,.08)}
.product-card.selected{border:2px solid var(--green)}
.product-image{height:190px;background:#f4f7fa;display:flex;align-items:center;justify-content:center;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:contain;padding:18px;display:block;transition:transform .2s ease}
.product-card:hover .product-image img{transform:scale(1.03)}
.product-body{padding:20px}
.product-body h3{color:var(--navy);font-size:19px}
.product-body p{color:var(--muted);font-size:13px;min-height:42px;margin-top:7px}
.product-pack{margin-top:10px;color:var(--muted);font-size:13px}
.product-pack strong{color:var(--navy)}
.product-meta{display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid var(--line);margin-top:15px;padding-top:14px}
.price{font-weight:900;color:var(--navy)}
.qty-control{display:flex;align-items:center;gap:7px}
.qty-control button{width:30px;height:30px;border:1px solid var(--line);background:#fff;border-radius:6px;cursor:pointer;font-weight:900}
.qty-control span{min-width:24px;text-align:center;font-weight:800}
.tag{display:inline-block;background:#eef6e9;color:var(--green2);font-size:10px;font-weight:800;letter-spacing:1px;padding:5px 8px;border-radius:5px;margin-bottom:10px}
.product-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px;padding:12px 14px;background:#f8fafc;border:1px solid var(--line);border-radius:10px}
.product-count{color:var(--muted);font-size:13px}
.page-size{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}
.page-size select{height:36px;padding:0 10px;border:1px solid #d8e0e8;border-radius:7px;background:#fff;color:var(--navy);cursor:pointer}
.pagination{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:30px;flex-wrap:wrap}
.page-btn{min-width:38px;height:38px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--navy);font-weight:700;cursor:pointer}
.page-btn:hover:not(:disabled){background:#eef6e9;color:var(--green2);border-color:#d9ead1}
.page-btn.active{background:var(--green);border-color:var(--green);color:#fff}
.page-btn:disabled{opacity:.4;cursor:not-allowed}
.pagination-dots{padding:0 3px;color:var(--muted)}
.estimated-total{margin-top:6px;padding:16px 14px;background:#fff8df;border:1px solid #f1df9b;border-radius:10px;color:#795b00}
.estimated-label{display:flex;flex-direction:column;gap:2px}
.estimated-label>span{font-weight:800}
.estimated-label small{color:#9a7a19;font-size:11px;font-weight:600}
.estimated-total .grand-total{color:#795b00;font-size:19px}
.shipping-notice{margin-top:10px;padding:13px 15px;background:#fffaf0;border-left:3px solid #e5bd3f;border-radius:6px;color:#6f6250;font-size:12px;line-height:1.6}
.shipping-notice strong{color:#795b00}
.wa-order{margin-top:18px;width:100%;min-height:50px;font-size:13px;letter-spacing:.2px}
.empty-cart{font-size:13px;color:var(--muted);padding:14px 0}
.avrion-footer{background:var(--navy);color:#fff;border-top:0}
.footer-bottom{margin-top:22px;padding:18px 0;color:#d4deea;text-align:center;font-size:12px}
@media(max-width:900px){.order-form .form-row{grid-template-columns:1fr}}
@media(max-width:800px){.links{gap:0}.links>a,.dropbtn{padding:8px;font-size:12px}}
@media(max-width:600px){
  .order-section{padding-top:35px}.order-page-container{gap:18px}
  .products-panel,.checkout-panel.checkout-below,.order-form{padding:18px;border-radius:15px}
  .checkout-header{flex-direction:column;gap:10px}.checkout-header h2{font-size:23px}
  .cart-count{min-height:30px;padding:5px 10px;font-size:11px}
  .cart-item{gap:10px;font-size:13px}.cart-item strong{flex-shrink:0;font-size:13px}
  .product-grid{grid-template-columns:1fr}.product-image{height:210px}
  .product-toolbar{flex-direction:column;align-items:stretch;gap:12px}
  .page-size{justify-content:space-between}.page-size select{flex:1;max-width:100px}
  .pagination{gap:5px;margin-top:22px}.page-btn{min-width:36px;height:36px}
  .estimated-total{padding:14px 12px}.estimated-label small{font-size:10px}
  .estimated-total .grand-total{font-size:17px}.shipping-notice{font-size:11px}
  .wa-order{min-height:48px;font-size:12px}
}


/* =========================================
   HOME HERO
   ========================================= */

.hero{
    padding:58px 0 70px;
}

.hero-grid{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:55px;
    align-items:center;
}

/* Hero Text */
.hero h1{
    margin:0;
    max-width:650px;
    font-size:clamp(42px,5vw,62px);
    line-height:1.05;
    color:var(--navy);
}

.hero h1 span{
    color:var(--green);
}

.hero p{
    max-width:620px;
    margin-top:20px;
    color:#627188;
    font-size:15px;
    line-height:1.7;
}

.divider{
    width:43px;
    height:3px;
    margin:18px 0 18px;
    background:var(--green);
    border-radius:10px;
}




/* =========================================
   HERO LOGO CARD
   ========================================= */

.logo-card{
    width:100%;
    max-width:340px;
    height:280px;

    margin-left:auto;

    background:#fff;
    border-radius:22px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:28px;

    box-shadow:
        0 14px 35px rgba(20,45,75,.08);
}

.logo-card img{
    display:block;

    width:auto !important;
    height:auto !important;

    max-width:270px !important;
    max-height:220px !important;

    object-fit:contain;
}


/* =========================================
   OUR COMMITMENT
   ========================================= */

.intro{
    max-width:850px;
    margin:auto;
    text-align:center;
}

.intro p{
    color:var(--muted);
    margin-top:15px;
}

.industry-line{
    font-weight:700;
    color:var(--navy)!important;
    margin-top:12px!important;
}


/* =========================================
   FEATURE CARDS
   ========================================= */

.features{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
    margin-top:34px;
}

.feature{
    background:#fff;
    border:1px solid var(--line);
    border-radius:12px;
    padding:20px;
    text-align:center;
}

.feature-icon{
    width:34px;
    height:34px;
    border-radius:50%;

    background:#eef6e9;
    color:var(--green2);

    display:grid;
    place-items:center;

    margin:0 auto 12px;

    font-weight:900;
}

.feature h3{
    color:var(--navy);
    font-size:14px;
    margin-bottom:6px;
}

.feature p{
    color:var(--muted);
    font-size:12px;
    line-height:1.5;
}


/* =========================================
   TABLET
   ========================================= */

@media(max-width:900px){

    .hero{
        padding:50px 0 55px;
    }

    .hero-grid{
        grid-template-columns:1fr;
        gap:35px;
    }

    .hero-grid > div:first-child{
        text-align:center;
    }

    .hero h1{
        margin:auto;
        font-size:clamp(38px,7vw,54px);
    }

    .hero p{
        margin-left:auto;
        margin-right:auto;
    }

    .divider{
        margin-left:auto;
        margin-right:auto;
    }

   
    .logo-card{
        margin:0 auto;
        max-width:340px;
    }
}


/* =========================================
   MOBILE
   ========================================= */

@media(max-width:600px){

    .hero{
        padding:38px 0 45px;
    }

    .hero-grid{
        gap:28px;
    }

    .hero h1{
        font-size:36px;
        line-height:1.08;
    }

    .hero p{
        font-size:14px;
        line-height:1.6;
    }

    .logo-card{
        width:100%;
        max-width:320px;
        height:240px;
        padding:20px;
        border-radius:18px;
    }

    .logo-card img{
        max-width:220px !important;
        max-height:190px !important;
    }

    .features{
        grid-template-columns:1fr;
        gap:12px;
    }

    .feature{
        padding:20px;
    }
}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media(max-width:400px){

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

    .hero p{
        font-size:13px;
    }

    .buttons{
        flex-direction:column;
    }

    .buttons .btn{
        width:100%;
    }

    .logo-card{
        height:215px;
    }

    .logo-card img{
        max-width:195px !important;
        max-height:175px !important;
    }
}




/* =========================================
   CONTACT PAGE
   ========================================= */

.contact-section{
    min-height:calc(100vh - 78px);
    padding:60px 20px;
    display:flex;
    align-items:center;
    justify-content:center;
}


/* Main Contact Card */

.contact-card{
    width:100%;
    max-width:820px;

    background:#fff;

    border:1px solid var(--line);
    border-radius:28px;

    padding:48px 48px 42px;

    box-shadow:0 10px 35px rgba(20,45,75,.04);
}


/* Heading */

.contact-card .kicker{
    margin-bottom:20px;
}

.contact-card h1{
    margin:0;

    color:var(--navy);

    font-size:clamp(42px,5vw,52px);
    line-height:1.1;
}

.contact-intro{
    max-width:720px;

    margin-top:18px;

    color:#718096;

    font-size:20px;
    line-height:1.8;
}


/* Contact Item */

.contact-item{
    padding:25px 0;

    border-bottom:1px solid var(--line);
}

.contact-item:first-of-type{
    margin-top:25px;
}

.contact-item:last-child{
    border-bottom:0;
    padding-bottom:0;
}

.contact-item h2{
    margin:0 0 8px;

    color:var(--navy);

    font-size:24px;
    line-height:1.3;
}


/* Contact Links */

.contact-link{
    display:inline-block;

    color:var(--green2);

    font-size:21px;
    line-height:1.5;

    transition:.2s ease;
}

.contact-link:hover{
    color:var(--green);
    text-decoration:underline;
}


/* =========================================
   CONTACT MOBILE
   ========================================= */

@media(max-width:600px){

    .contact-section{
        min-height:auto;
        padding:35px 14px 45px;
        align-items:flex-start;
    }

    .contact-card{
        max-width:100%;

        padding:32px 26px;

        border-radius:22px;
    }

    .contact-card .kicker{
        margin-bottom:16px;
    }

    .contact-card h1{
        font-size:40px;
    }

    .contact-intro{
        margin-top:16px;
        font-size:16px;
        line-height:1.7;
    }

    .contact-item{
        padding:22px 0;
    }

    .contact-item:first-of-type{
        margin-top:20px;
    }

    .contact-item h2{
        font-size:20px;
    }

    .contact-link{
        font-size:18px;
        word-break:break-word;
    }
}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media(max-width:400px){

    .contact-section{
        padding:25px 10px 35px;
    }

    .contact-card{
        padding:28px 22px;
        border-radius:20px;
    }

    .contact-card h1{
        font-size:36px;
    }

    .contact-intro{
        font-size:15px;
    }

    .contact-link{
        font-size:17px;
    }
}