:root{
  --navy:#0B1F3B;
  --gold:#C9A227;
  --teal:#00A6A6;
  --ink:#0A0F1A;
  --muted:#5C6776;
  --bg:#ffffff;
  --panel: rgba(255,255,255,0.10);
  --border: rgba(255,255,255,0.20);
  --shadow: 0 18px 50px rgba(0,0,0,0.22);
}

/* ==============================
   Base
================================ */

*{
  box-sizing:border-box;
}

body{
  background: var(--bg);
  color: var(--ink);
  font-family: "ff-good-headline-web-pro", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

a{
  text-decoration:none;
}

p{
  line-height: 1.65;
  color: var(--muted);
}

.container-narrow{
  max-width: 1100px;
}

.text-muted-pro{
  color: var(--muted) !important;
}

/* ==============================
   Typography
================================ */

.h-display,
h1{
  font-family:"aviano-future", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.02em;
}

.h-display-2,
h2, h3, h4{
  font-family:"aviano-future", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
}

/* ==============================
   Badges
================================ */

.badge-soft{
  background: rgba(11,31,59,0.08);
  color: var(--navy);
  border: 1px solid rgba(11,31,59,0.12);
  font-weight: 600;
  font-family:"aviano-future", sans-serif;
}

.badge-ui{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  min-width: 92px;
  min-height: 56px;
  border-radius: 18px;
  line-height: 1;
  white-space: nowrap;
  overflow: visible;
  vertical-align: middle;
  font-family: "aviano-future", sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: .02em;
}

.badge-ui.badge-sm{
  padding: 10px 14px;
  min-width: 76px;
  min-height: 46px;
  font-size: 1.1rem;
  border-radius: 16px;
}

.badge-ui.badge-lg{
  padding: 14px 22px;
  min-width: 110px;
  min-height: 64px;
  font-size: 1.7rem;
  border-radius: 22px;
}

.badge-ui.badge-teal{
  background: rgba(0,166,166,0.12);
  border: 1px solid rgba(0,166,166,0.25);
  color: var(--teal);
}

.badge-ui.badge-gold{
  background: rgba(201,162,39,0.16);
  border: 1px solid rgba(201,162,39,0.28);
  color: var(--gold);
}

.badge-ui.badge-navy{
  background: rgba(11,31,59,0.10);
  border: 1px solid rgba(11,31,59,0.18);
  color: var(--navy);
}

/* ==============================
   Buttons / Links
================================ */

.btn{
  font-family:"aviano-future", sans-serif;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-pro{
  background: var(--navy);
  border: 1px solid var(--navy);
  color: #fff;
  border-radius: 999px;
  padding: .65rem 1.05rem;
  font-weight: 700;
}

.btn-pro:hover{
  background: var(--navy);
  border-color: var(--navy);
  filter: brightness(1.12);
  color:#fff;
}

.btn-pro-outline{
  background: transparent;
  border: 1px solid rgba(11,31,59,0.25);
  color: var(--navy);
  border-radius: 999px;
  padding: .65rem 1.05rem;
  font-weight: 700;
}

.btn-pro-outline:hover{
  background: rgba(11,31,59,0.06);
  color: var(--navy);
}

.btn-gold{
  background: var(--gold);
  border: 1px solid var(--gold);
  color: #1a1300;
  border-radius: 999px;
  padding: .65rem 1.05rem;
  font-weight: 800;
}

.btn-gold:hover{
  filter: brightness(1.03);
  color:#1a1300;
}

.link-teal{
  color: var(--teal);
  font-weight: 700;
}

.link-teal:hover{
  text-decoration: underline;
}

/* ==============================
   Navbar
================================ */

.navbar{
  background: #fff;
  border-bottom: 1px solid rgba(11,31,59,0.08);
}

.navbar .nav-link{
  color: rgba(11,31,59,0.82);
  font-family:"aviano-future", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.navbar .nav-link:hover{
  color: var(--navy);
}

.navbar .nav-link.active{
  color: var(--navy);
  position: relative;
  font-weight: 700;
}

.navbar .nav-link.active::after{
  content:"";
  position:absolute;
  left: .5rem;
  right: .5rem;
  bottom: .3rem;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}

.brand{
  display:flex;
  align-items:center;
  gap:.6rem;
}

.brand img{
  height: 70px;
  width: auto;
}

.brand .brand-name{
  font-family:"aviano-future", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing:-0.01em;
  color: var(--navy);
  line-height: 1;
}

.brand .brand-sub{
  display: block;
  max-width: 190px;
  white-space: normal;
  font-size: .78rem;
  line-height: 1.5;
  color: rgba(11,31,59,0.62);
  font-family:"aviano-future", sans-serif;
  font-weight: 400;
  margin-top: 2px;
}

/* ==============================
   Hero
================================ */

.hero{
  position: relative;
  min-height: 78vh;
  overflow: hidden;
  border-bottom: 1px solid rgba(11,31,59,0.08);
  background: #07162B;
}

.hero-media{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center center;
}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    120deg,
    rgba(11,31,59,0.72) 0%,
    rgba(11,31,59,0.35) 48%,
    rgba(0,166,166,0.08) 100%
  );
}

.hero .row > [class*="col-"]{
  min-width:0;
}

.hero-inner{
  position: relative;
  z-index: 2;
  color:#fff;
  padding: 110px 0 90px;
}

.hero-kicker{
  display:inline-flex;
  gap:.6rem;
  align-items:center;
  font-family:"aviano-future", sans-serif;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: .76rem;
  color: rgba(255,255,255,0.85);
}

.hero-kicker .dot{
  width:9px;
  height:9px;
  border-radius:999px;
  background: var(--gold);
}

.hero h1{
  margin-top: 14px;
  font-size: clamp(2.3rem, 4.2vw, 3.6rem);
  line-height: 1.05;
  color:#fff;
}

.hero p{
  margin-top: 14px;
  max-width: 58ch;
  color: rgba(255,255,255,0.86);
  font-size: 1.05rem;
  line-height: 1.55;
}

.hero-btn{
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.28);
  color: #fff;
  border-radius: 999px;
  padding: .75rem 1.25rem;
  font-family:"aviano-future", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  transition: all .25s ease;
}

.hero .btn-pro-outline{
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.28);
  color: #fff;
}

.hero-btn:hover{
  background: var(--gold);
  border-color: var(--gold);
  color: #1a1300;
}

/* ==============================
   Info Strip
================================ */

.info-strip{
  margin-top: 18px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(10px);
}

.info-item{
  display:flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(11,31,59,0.22);
  border: 1px solid rgba(255,255,255,0.10);
}

.info-label{
  font-size: .72rem;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.70);
  font-family:"aviano-future", sans-serif;
  font-weight: 700;
}

.info-value{
  font-size: .95rem;
  color: rgba(255,255,255,0.92);
  font-weight: 400;
}

/* ==============================
   Sections / Cards
================================ */

.section{
  padding: 72px 0;
}

.section-title{
  font-family:"aviano-future", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--navy);
  letter-spacing:-0.01em;
}

.card-pro{
  border: 1px solid rgba(11,31,59,0.10);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(11,31,59,0.08);
  overflow:hidden;
}

.card-pro .card-body{
  padding: 22px;
}

.card-pro img.cover{
  width:100%;
  height: 100%;
  object-fit: cover;
}

/* ==============================
   Features / Emphasis
================================ */

.feature{
  height:100%;
  border-radius: 18px;
  border: 1px solid rgba(11,31,59,0.10);
  padding: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(11,31,59,0.07);
}

.feature .icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: rgba(0,166,166,0.10);
  border: 1px solid rgba(0,166,166,0.18);
  color: var(--teal);
  font-family:"aviano-future", sans-serif;
  font-weight: 700;
}

.feature h3{
  margin-top: 12px;
  color: var(--navy);
}

.feature p{
  color: var(--muted);
}

.emphasis{
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(11,31,59,0.96), rgba(0,166,166,0.28));
  color: #fff;
  border: 1px solid rgba(255,255,255,0.16);
  overflow:hidden;
}

.emphasis .copy{
  padding: 26px;
}

.emphasis h3{
  font-family:"aviano-future", sans-serif;
  font-weight: 700;
  letter-spacing:-0.01em;
  color:#fff;
}

.emphasis p{
  color: rgba(255,255,255,0.85);
  font-weight: 400;
}

.emphasis img{
  width:100%;
  height:100%;
  object-fit: cover;
  opacity: 0.9;
}

/* ==============================
   Certifications
================================ */

.section-certifications{
  background: #f8fafc;
  border-top: 1px solid rgba(11,31,59,0.06);
  border-bottom: 1px solid rgba(11,31,59,0.06);
}

.cert-grid{
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0,1fr));
}

.cert-card{
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 22px;
  border: 1px solid rgba(11,31,59,0.08);
  box-shadow: 0 12px 32px rgba(11,31,59,0.06);
  text-align: left;
  transition: transform .18s ease, box-shadow .18s ease;
}

.cert-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(11,31,59,0.10);
}

.cert-card img{
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 18px;
}

.cert-card h3{
  font-size: 1.15rem;
  color: var(--navy);
  margin-bottom: 10px;
}

.cert-card p{
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.55;
}

/* ==============================
   Shipping page
================================ */

.shipping-page-layout{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}

.shipping-main,
.shipping-sidebar{
  min-width: 0;
}

.shipping-form-image{
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

.shipping-v2-form .card-pro{
  overflow: visible;
}

.shipping-step-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.shipping-subcard{
  border: 1px solid rgba(11,31,59,0.08);
  border-radius: 16px;
  padding: 20px;
  background: #fbfcfe;
}

.shipping-radio-card{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid rgba(11,31,59,0.10);
  border-radius: 16px;
  padding: 16px;
  background: #fff;
  min-height: 100%;
  cursor: pointer;
}

.shipping-radio-card input{
  margin-top: 4px;
  flex: 0 0 auto;
}

.shipping-radio-card span{
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.shipping-radio-card strong{
  color: var(--navy);
  font-family:"aviano-future", sans-serif;
  font-weight: 700;
}

.shipping-radio-card small{
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.4;
}

.shipping-check{
  border: 1px solid rgba(11,31,59,0.10);
  border-radius: 14px;
  padding: 14px 16px;
  background: #fff;
}

.shipping-sidebar{
  position: static;
}

.shipping-sidebar .card-body{
  padding: 26px;
}

.shipping-progress-list{
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.shipping-progress-item{
  display: block;
  padding: 20px 22px;
  border: 1px solid rgba(11,31,59,0.10);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: all .2s ease;
}

.shipping-progress-item strong{
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-family: "aviano-future", sans-serif;
  font-weight: 700;
  font-size: clamp(1.15rem, 1.2vw, 1.6rem);
  line-height: 1.15;
  letter-spacing: 0;
}

.shipping-progress-item span{
  display: block;
  color: var(--muted);
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  line-height: 1.45;
}

.shipping-progress-item.is-active{
  background: rgba(230,247,247,0.95);
  border-color: rgba(0,166,166,0.18);
}

.shipping-summary-box{
  border-top: 1px solid rgba(11,31,59,0.08);
  padding-top: 18px;
}

.shipping-summary-line{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(11,31,59,0.06);
}

.shipping-summary-line span{
  color: var(--muted);
}

.shipping-summary-line strong{
  color: var(--navy);
  text-align: right;
}

.shipping-review-content{
  display: grid;
  gap: 18px;
}

.shipping-review-block{
  border: 1px solid rgba(11,31,59,0.08);
  border-radius: 16px;
  padding: 18px;
  background: #fff;
}

.shipping-review-block h3{
  margin-bottom: 12px;
  color: var(--navy);
}

.shipping-review-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
}

.shipping-review-grid div{
  color: var(--muted);
}

.shipping-review-grid strong{
  color: var(--ink);
  font-weight: 700;
}

/* ==============================
   Quote bot
================================ */

.quote-bot-launch{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9998;
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  background: var(--navy);
  color: #fff;
  font-family: "aviano-future", sans-serif;
  font-weight: 700;
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}

.quote-bot-launch:hover{
  background: var(--gold);
  color: #1a1300;
  transform: translateY(-2px);
}

.quote-bot{
  position: fixed;
  right: 18px;
  bottom: 78px;
  z-index: 9999;
  width: min(420px, calc(100vw - 36px));
  max-height: 72vh;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(11,31,59,0.10);
  box-shadow: 0 30px 80px rgba(0,0,0,0.22);
  display: none;
  overflow: hidden;
}

.quote-bot.is-open{
  display: grid;
  grid-template-rows: auto 1fr auto auto;
}

.quote-bot__header{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px;
  background: #07162B;
  color: #fff;
}

.quote-bot__title{
  font-family:"aviano-future", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
}

.quote-bot__sub{
  font-size: .9rem;
  opacity: .85;
}

.quote-bot__close{
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 10px;
}

.quote-bot__close:hover{
  background: rgba(255,255,255,0.10);
}

.quote-bot__body{
  padding: 14px;
  overflow: auto;
  background: #fff;
}

.qm{
  display: grid;
  gap: 10px;
}

.msg{
  max-width: 92%;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(11,31,59,0.10);
  font-size: .95rem;
  line-height: 1.4;
}

.msg.bot{
  background: rgba(11,31,59,0.06);
  color: var(--ink);
  justify-self: start;
}

.msg.user{
  background: rgba(0,166,166,0.10);
  border-color: rgba(0,166,166,0.20);
  justify-self: end;
}

.quote-bot__input{
  display:flex;
  gap: 10px;
  padding: 12px;
  border-top: 1px solid rgba(11,31,59,0.10);
  background: #fff;
}

.quote-bot__input input{
  flex:1;
  border-radius: 12px;
  border: 1px solid rgba(11,31,59,0.14);
  padding: 10px 12px;
  outline: none;
}

.quote-bot__input button{
  border: 0;
  border-radius: 12px;
  padding: 10px 14px;
  background: var(--navy);
  color:#fff;
  font-family:"aviano-future", sans-serif;
  font-weight: 700;
  transition: background .2s ease, color .2s ease;
  white-space: nowrap;
}

.quote-bot__input button:hover{
  background: var(--gold);
  color: #1a1300;
}

.quote-bot__footer{
  padding: 10px 12px;
  background: #f8fafc;
  border-top: 1px solid rgba(11,31,59,0.08);
  font-size: .85rem;
  color: rgba(10,15,26,0.65);
}

/* ==============================
   Support bot
================================ */

.support-bot{
  display: grid;
  gap: 14px;
}

.bot-thread{
  border: 1px solid rgba(11,31,59,0.10);
  border-radius: 16px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(11,31,59,0.06);
  min-height: 260px;
  max-height: 420px;
  overflow: auto;
}

.bot-bubble{
  max-width: 92%;
  padding: 10px 12px;
  border-radius: 14px;
  margin: 8px 0;
  line-height: 1.4;
  font-size: .98rem;
  white-space: pre-wrap;
}

.bot-bubble.bot{
  background: rgba(11,31,59,0.06);
  border: 1px solid rgba(11,31,59,0.10);
  color: var(--ink);
}

.bot-bubble.user{
  background: rgba(0,166,166,0.10);
  border: 1px solid rgba(0,166,166,0.18);
  color: var(--ink);
  margin-left: auto;
}

.bot-quick{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.bot-chip{
  border: 1px solid rgba(11,31,59,0.16);
  background: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  font-family:"aviano-future", sans-serif;
  font-weight: 700;
  font-size: .85rem;
  cursor: pointer;
}

.bot-chip:hover{
  background: rgba(11,31,59,0.05);
}

/* ==============================
   Footer
================================ */

.footer{
  background: #07162B;
  color: rgba(255,255,255,0.88);
  padding: 48px 0;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.footer a{
  color: rgba(255,255,255,0.88);
}

.footer a:hover{
  color: #fff;
}

.footer .mini{
  color: rgba(255,255,255,0.66);
  font-size: .92rem;
  font-weight: 400;
}

.footer .divider{
  height:1px;
  background: rgba(255,255,255,0.12);
  margin: 18px 0;
}

/* ==============================
   Responsive
================================ */

@media (min-width: 768px){
  .shipping-form-image{
    height: 320px;
  }
}

@media (min-width: 1200px){
  .container-narrow{
    max-width: 1180px;
  }

  .navbar{
    padding-top: .9rem;
    padding-bottom: .9rem;
  }

  .brand img{
    height: 72px;
  }

  .hero{
    min-height: 78vh;
  }

  .hero-inner{
    padding: 120px 0 95px;
  }

  .hero h1{
    font-size: 3.8rem;
  }

  .hero p{
    font-size: 1.1rem;
  }

  section{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  footer{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px){
  #shippingV2 .container-narrow{
    max-width: 1480px;
  }

  .shipping-page-layout{
    grid-template-columns: minmax(0, 1.9fr) minmax(300px, 0.72fr);
    gap: 1.5rem;
  }

  .shipping-sidebar{
    position: sticky;
    top: 110px;
    align-self: start;
    z-index: 20;
  }
}

@media (min-width: 1200px){
  #shippingV2 .container-narrow{
    max-width: 1580px;
  }

  .shipping-page-layout{
    grid-template-columns: minmax(0, 2fr) minmax(320px, 0.75fr);
    gap: 1.75rem;
  }

  .shipping-sidebar{
    top: 120px;
  }

  .shipping-sidebar .card-body{
    padding: 28px;
  }

  .shipping-progress-item{
    padding: 22px 24px;
    border: 1px solid rgba(11,31,59,0.10);
  }
}

@media (min-width: 1600px){
  .container-narrow{
    max-width: 1800px;
  }

  .container,
  .container-narrow{
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar{
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .brand{
    gap: 1rem;
  }

  .brand img{
    height: 80px;
  }

  .navbar-collapse{
    justify-content: flex-end;
  }

  .navbar-nav{
    gap: 1.1rem;
  }

  .navbar-nav .nav-link{
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .hero{
    min-height: 82vh;
  }

  .hero-inner{
    padding: 150px 0 120px;
  }

  .hero h1{
    font-size: 4.1rem;
    line-height: 1.02;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .hero p{
    font-size: 1.18rem;
    line-height: 1.65;
    margin-top: 0;
    margin-bottom: 26px;
    max-width: 62ch;
  }

  .hero .d-flex{
    margin-top: 10px;
    gap: 14px;
  }

  .info-strip{
    margin-top: 28px;
    gap: 16px;
    padding: 18px 18px;
  }

  .info-item{
    padding: 14px 14px;
  }

  .section{
    padding: 105px 0;
  }

  .row.g-4{
    --bs-gutter-x: 2.2rem;
    --bs-gutter-y: 2.2rem;
  }

  .card-pro{
    padding: 0;
    margin-bottom: 28px;
  }

  .card-pro .card-body{
    padding: 34px;
  }

  .footer{
    padding: 80px 0;
  }

  .footer .divider{
    margin: 26px 0;
  }

  #shippingV2 .container-narrow{
    max-width: 1720px;
  }

  .shipping-page-layout{
    grid-template-columns: minmax(0, 2.05fr) minmax(340px, 0.78fr);
    gap: 2rem;
  }

  .shipping-sidebar{
    top: 130px;
  }

  .shipping-sidebar .card-body{
    padding: 30px;
  }

  .shipping-progress-item{
    padding: 22px 24px;
    border: 1px solid rgba(11,31,59,0.10);
  }
}

@media (max-width: 992px){
  .navbar{
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .hero{
    min-height: 86vh;
  }

  .hero .container{
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-inner{
    padding: 60px 0 30px;
  }

  .info-strip{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cert-grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 991.98px){
  .shipping-sidebar{
    position: static;
  }

  .shipping-form-image{
    height: 220px;
  }
}

@media (max-width: 768px){
  .hero{
    min-height: 60vh;
  }

  .hero-media{
    object-fit: cover;
    object-position: center top;
  }

  .hero-inner{
    padding: 60px 18px;
  }

  .hero h1{
    font-size: 1.8rem;
  }

  .hero p{
    font-size: .95rem;
  }
}

@media (max-width: 576px){
  .hero{
    min-height: 50vh;
  }

  .hero-inner{
    padding: 15px 0 15px;
  }

  .info-strip{
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .cert-grid{
    grid-template-columns: 1fr;
  }

  .shipping-radio-card{
    padding: 14px;
  }

  .shipping-review-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 433px){
  .brand{
    gap: .35rem;
  }

  .brand img{
    height: 52px;
  }

  .brand .brand-sub{
    display: none;
  }

  .hero{
    min-height: 60vh;
    display: flex;
    align-items: center;
  }

  .hero-inner{
    max-width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 12px;
  }

  .hero h1{
    font-size: 1.05rem;
    line-height: 1.2;
    text-align: center;
  }

  .hero p{
    display: none;
  }

  .hero .d-flex{
    justify-content: center;
    gap: 10px;
  }

  .hero-btn{
    width: 100%;
    justify-content: center;
  }

  .info-item .info-value{
    display: none;
  }
}