:root{
  --navy:#081d3a;
  --teal:#007a7a;
  --green:#1fa463;
  --charcoal:#1e1e1e;
  --white:#fff;
  --mist:#eef7f6;
  --line:#dbe6e6;
  --max:1180px
}

*{
  box-sizing:border-box
}

html{
  scroll-behavior:smooth
}

body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:var(--charcoal);
  background:var(--white);
  line-height:1.55
}

a{
  text-decoration:none;
  color:inherit
}

/* =========================
   NAVIGATION
   ========================= */

.nav{
  height:82px;
  display:flex;
  align-items:center;
  padding:0 4vw;
  border-bottom:1px solid #edf0f2;
  background:#fff;
  position:sticky;
  top:0;
  z-index:20
}

.brand{
  flex-shrink:0;
  display:flex;
  align-items:center
}

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

.links{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:28px;
  text-transform:uppercase;
  font-size:11px;
  font-weight:700;
  letter-spacing:.6px
}

.links a{
  padding:10px 0
}

.nav-cta,
.btn.primary{
  background:var(--teal);
  color:white;
  border-radius:5px;
  padding:13px 18px!important;
  box-shadow:0 8px 20px rgba(0,122,122,.16)
}

.nav-cta:hover,
.btn.primary:hover{
  background:var(--green)
}

.menu{
  display:none;
  margin-left:auto;
  border:0;
  background:none;
  font-size:24px
}

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

.hero{
  min-height:560px;
  position:relative;
  overflow:hidden;
  background:var(--navy);
  color:white
}

.hero-art{
  position:absolute;
  inset:0;

  background-color:var(--navy);

  background-image:
    linear-gradient(
      90deg,
      rgba(8,29,58,1) 0%,
      rgba(8,29,58,.98) 16%,
      rgba(8,29,58,.91) 28%,
      rgba(8,29,58,.72) 40%,
      rgba(8,29,58,.42) 53%,
      rgba(8,29,58,.16) 68%,
      rgba(8,29,58,.04) 100%
    ),
    url('/images/premium/hero-trade.jpg');

  background-size:cover!important;
  background-position:center center;
  background-repeat:no-repeat;
}

.hero-art .sun,
.hero-art .container-ship,
.hero-art .crane,
.hero-art .road,
.hero-art .truck{
  display:none!important
}

/* =========================
   HERO CONTENT
   ========================= */

.hero-content{
  position:relative;
  z-index:2;

  /*
    Wider content area lets the hero text
    sit farther toward the LEFT side of
    the page instead of being centered.
  */
  max-width:1400px;
  margin:0 auto;

  padding-left:0;
  padding-right:40px;

  padding-top:88px;
  padding-bottom:130px;
}

.eyebrow{
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  color:var(--teal);
  margin:0 0 12px;
  text-transform:uppercase
}

.hero .eyebrow{
  color:#63d0c5
}

.hero h1{
  font-family:Georgia,'Times New Roman',serif;
  font-weight:400;
  font-size:clamp(44px,5.3vw,76px);
  line-height:1.02;
  margin:0 0 24px;
  max-width:650px
}

.hero h1 em{
  color:#63d0c5;
  font-style:normal
}

.hero p{
  max-width:530px;
  color:#e6edf2;
  font-size:17px
}

.hero-actions{
  display:flex;
  gap:12px;
  margin-top:28px
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  font-weight:800;
  font-size:12px;
  letter-spacing:.4px;
  text-transform:uppercase;
  cursor:pointer
}

.btn.secondary{
  border:1px solid rgba(255,255,255,.6);
  color:white;
  border-radius:5px;
  padding:13px 18px
}

/* =========================
   STATS
   ========================= */

.stats{
  max-width:1050px;
  margin:-42px auto 0;
  position:relative;
  z-index:4;
  background:white;
  border-radius:12px;
  box-shadow:0 16px 50px rgba(8,29,58,.12);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  padding:28px 18px
}

.stats div{
  padding:0 24px;
  border-right:1px solid var(--line)
}

.stats div:last-child{
  border:0
}

.stats b{
  display:block;
  color:var(--navy);
  font-size:18px
}

.stats span{
  display:block;
  color:#68737a;
  font-size:12px
}

/* =========================
   GENERAL SECTIONS
   ========================= */

.section{
  max-width:var(--max);
  margin:auto;
  padding:95px 30px
}

.center{
  text-align:center;
  max-width:820px;
  margin:0 auto 42px
}

.center h2,
.about h2,
.markets h2,
.inquiry-banner h2{
  font-family:Georgia,'Times New Roman',serif;
  font-size:42px;
  line-height:1.12;
  color:var(--navy);
  font-weight:400;
  margin:0 0 15px
}

.center>p:last-child{
  color:#66727a
}

/* =========================
   PRODUCT CARDS
   ========================= */

.cards{
  display:grid;
  grid-template-columns:repeat(4,1fr) 1fr;
  gap:12px
}

.cards article{
  border:1px solid var(--line);
  border-radius:9px;
  overflow:hidden;
  background:white
}

.card-image{
  height:155px;
  min-height:155px;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important
}

.card-image.spices{
  background-image:url('/images/premium/spices.jpg')!important
}

.card-image.cement{
  background-image:url('/images/premium/construction.jpg')!important
}

.card-image.hardware{
  background-image:url('/images/premium/hardware.jpg')!important
}

.card-image.agriculture{
  background-image:url('/images/premium/agriculture.jpg')!important
}

.cards h3,
.cards p{
  margin-left:18px;
  margin-right:18px
}

.cards h3{
  color:var(--navy);
  font-family:Georgia,serif;
  font-size:20px
}

.cards p{
  font-size:13px;
  color:#6a7378
}

.more-card{
  background:var(--teal)!important;
  color:white;
  border:0!important;
  padding:25px 8px
}

.more-card h3{
  color:white
}

.more-card p{
  color:#d6efed
}

.more-icon{
  font-size:28px
}

/* =========================
   REQUIREMENT
   ========================= */

.requirement{
  margin-top:16px;
  background:#e9f5f4;
  border-radius:8px;
  padding:18px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}

.requirement b{
  display:block;
  color:var(--navy);
  font-size:18px
}

.requirement span{
  color:#66727a;
  font-size:13px
}

/* =========================
   DARK SECTION
   ========================= */

.dark-section{
  background:var(--navy);
  color:white;
  padding:80px 30px
}

.dark-section .center h2{
  color:white
}

.dark-section .eyebrow{
  color:#63d0c5
}

/* =========================
   FEATURES
   ========================= */

.features{
  max-width:var(--max);
  margin:auto;
  display:grid;
  grid-template-columns:repeat(6,1fr)
}

.features div{
  padding:0 18px;
  border-right:1px solid rgba(255,255,255,.15)
}

.features div:last-child{
  border:0
}

.features b{
  color:white;
  font-size:14px
}

.features p{
  color:#b9c9d6;
  font-size:12px
}

/* =========================
   STEPS
   ========================= */

.steps{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:16px
}

.steps div{
  text-align:center
}

.steps i{
  display:flex;
  width:52px;
  height:52px;
  border-radius:50%;
  margin:0 auto 14px;
  align-items:center;
  justify-content:center;
  background:#e6f3f2;
  color:var(--teal);
  font-style:normal;
  font-weight:800
}

.steps b{
  display:block;
  color:var(--navy);
  font-size:14px
}

.steps span{
  display:block;
  color:#70797e;
  font-size:12px;
  margin-top:8px
}

/* =========================
   MARKETS
   ========================= */

.markets{
  background:var(--navy);
  color:white;
  display:grid;
  grid-template-columns:1fr 1.3fr;
  min-height:460px
}

.markets-copy{
  padding:80px max(30px,calc((100vw - var(--max))/2)) 80px 7vw
}

.markets h2{
  color:white
}

.markets .eyebrow{
  color:#63d0c5
}

.markets p:not(.eyebrow){
  color:#c7d4de;
  max-width:520px
}

.world{
  position:relative;
  min-height:460px;
  overflow:hidden;
  background:
    radial-gradient(circle at 58% 50%,rgba(31,164,99,.18),transparent 22%),
    linear-gradient(135deg,#071b36,#0c2e4b)
}

.world:before{
  content:"";
  position:absolute;
  inset:12% 7%;
  opacity:.28;
  background-image:radial-gradient(circle,#8bd8d0 1px,transparent 1px);
  background-size:10px 10px;
  clip-path:polygon(
    4% 24%,
    15% 16%,
    28% 26%,
    35% 21%,
    44% 30%,
    52% 22%,
    62% 26%,
    69% 17%,
    80% 22%,
    91% 34%,
    86% 45%,
    75% 43%,
    67% 55%,
    58% 50%,
    52% 63%,
    43% 54%,
    35% 62%,
    26% 55%,
    17% 61%,
    9% 50%
  )
}

.india-dot{
  position:absolute;
  left:59%;
  top:47%;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#63d0c5;
  box-shadow:
    0 0 0 8px rgba(99,208,197,.12),
    0 0 35px #63d0c5
}

.route{
  position:absolute;
  left:59%;
  top:49%;
  height:2px;
  background:linear-gradient(90deg,#63d0c5,#1fa463);
  transform-origin:left;
  opacity:.75
}

.r1{width:260px;transform:rotate(-125deg)}
.r2{width:230px;transform:rotate(-72deg)}
.r3{width:280px;transform:rotate(25deg)}
.r4{width:210px;transform:rotate(65deg)}

.world span{
  position:absolute;
  font-size:10px;
  letter-spacing:1.5px;
  color:#b7e7e1
}

.india-label{left:61%;top:52%}
.africa-label{left:49%;top:63%}
.asia-label{left:78%;top:39%}
.eu-label{left:52%;top:25%}

/* =========================
   ABOUT
   ========================= */

.about-grid{
  display:grid;
  grid-template-columns:1fr 1.3fr;
  gap:80px
}

.about p{
  color:#66727a
}

/* =========================
   INQUIRY BANNER
   ========================= */

.inquiry-banner{
  background:#eaf5f4;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:55px max(30px,calc((100vw - var(--max))/2));
  gap:30px
}

.inquiry-banner h2{
  margin-bottom:8px
}

.inquiry-banner p:last-child{
  margin:0;
  color:#66727a
}

/* =========================
   FOOTER
   ========================= */

footer{
  background:var(--navy);
  color:#c8d4dd;
  padding:55px 6vw 18px;
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:40px;
  position:relative
}

.footer-brand img{
  width:auto;
  height:50px;
  max-width:240px;
  filter:brightness(0) invert(1)
}

.footer-brand p{
  font-size:12px
}

.footer-brand+h4,
footer h4{
  color:white;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:1.5px
}

.footer-brand~div{
  display:flex;
  flex-direction:column;
  gap:8px;
  font-size:12px
}

.copyright{
  grid-column:1/-1;
  border-top:1px solid rgba(255,255,255,.15);
  padding-top:15px;
  font-size:10px
}

.copyright span{
  float:right
}

.nav-back{
  margin-left:auto;
  font-weight:700;
  color:var(--teal)
}

/* =========================
   FORM PAGE
   ========================= */

.form-page{
  max-width:950px;
  margin:auto;
  padding:80px 25px
}

.form-intro{
  max-width:700px;
  margin-bottom:40px
}

.form-intro h1{
  font-family:Georgia,serif;
  font-size:52px;
  font-weight:400;
  color:var(--navy);
  margin:0 0 15px
}

.form-intro p:last-child{
  color:#66727a
}

.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}

form label{
  display:block;
  font-size:12px;
  font-weight:800;
  color:var(--navy);
  margin-bottom:18px
}

input,
textarea{
  display:block;
  width:100%;
  margin-top:7px;
  border:1px solid #cbd8da;
  border-radius:6px;
  padding:13px 14px;
  font:inherit;
  background:white
}

textarea{
  min-height:130px;
  resize:vertical
}

.upload small{
  display:block;
  color:#778188;
  font-weight:400;
  margin-top:6px
}

.submit{
  margin-top:4px;
  padding:15px 22px
}

.form-note{
  font-size:12px;
  color:#778188
}

.form-page+footer{
  display:block
}

.form-page+footer .copyright{
  text-align:center;
  border:0
}

/* =========================
   DESKTOP HERO POSITION
   ========================= */

@media(min-width:901px){

  .hero-art{
    /*
      DO NOT CHANGE THE IMAGE POSITION.
      This is the version that looked correct.
    */
    background-image:
      linear-gradient(
        90deg,
        rgba(8,29,58,.96) 0%,
        rgba(8,29,58,.90) 18%,
        rgba(8,29,58,.65) 34%,
        rgba(8,29,58,.30) 52%,
        rgba(8,29,58,.08) 72%,
        rgba(8,29,58,.02) 100%
      ),
      url('/images/premium/hero-trade.jpg') !important;

    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
  }

  /*
    THIS IS THE ONLY IMPORTANT CHANGE.

    The content area is widened from 1180px to 1400px,
    which moves the headline substantially farther LEFT.
  */
  .hero-content{
    max-width:1400px;
    margin:0 auto;

    padding-left:0;
    padding-right:40px;

    padding-top:88px;
    padding-bottom:130px;
  }

  .hero h1{
    max-width:650px;
  }

  .hero p{
    max-width:530px;
  }
}

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

@media(max-width:900px){

  .nav{
    height:72px
  }

  .brand img{
    height:44px
  }

  .links{
    display:none
  }

  .menu{
    display:block
  }

  .hero-content{
    padding:70px 24px
  }

  .hero{
    min-height:620px
  }

  .hero-art{
    background-image:
      linear-gradient(
        90deg,
        rgba(8,29,58,.98) 0%,
        rgba(8,29,58,.88) 42%,
        rgba(8,29,58,.55) 100%
      ),
      url('/images/premium/hero-trade.jpg')!important;

    background-size:cover!important;
    background-position:center!important;
  }

  .stats{
    margin:-30px 18px 0;
    grid-template-columns:1fr 1fr;
    gap:20px
  }

  .stats div:nth-child(2){
    border:0
  }

  .cards{
    grid-template-columns:1fr 1fr
  }

  .more-card{
    min-height:260px
  }

  .features{
    grid-template-columns:1fr 1fr
  }

  .features div{
    margin-bottom:25px
  }

  .steps{
    grid-template-columns:1fr 1fr
  }

  .markets{
    grid-template-columns:1fr
  }

  .markets-copy{
    padding:70px 25px
  }

  .world{
    min-height:330px
  }

  .about-grid{
    grid-template-columns:1fr;
    gap:20px
  }

  .inquiry-banner{
    padding:45px 25px;
    display:block
  }

  .inquiry-banner .btn{
    margin-top:20px
  }

  footer{
    grid-template-columns:1fr 1fr
  }

  .copyright{
    grid-column:1/-1
  }

  .copyright span{
    float:none;
    display:block;
    margin-top:8px
  }

  .form-grid{
    grid-template-columns:1fr
  }
}

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

@media(max-width:560px){

  .brand img{
    height:38px
  }

  .hero h1{
    font-size:43px
  }

  .hero-actions{
    flex-direction:column;
    align-items:stretch
  }

  .hero-art{
    background-image:
      linear-gradient(
        90deg,
        rgba(8,29,58,.98),
        rgba(8,29,58,.78)
      ),
      url('/images/premium/hero-trade.jpg')!important;

    background-size:cover!important;
    background-position:center!important;
  }

  .stats{
    grid-template-columns:1fr
  }

  .stats div{
    border:0;
    border-bottom:1px solid var(--line);
    padding:12px 10px
  }

  .cards{
    grid-template-columns:1fr
  }

  .requirement{
    display:block
  }

  .requirement .btn{
    margin-top:15px;
    width:100%
  }

  .features,
  .steps{
    grid-template-columns:1fr
  }

  .section{
    padding:70px 20px
  }

  .center h2,
  .about h2,
  .markets h2,
  .inquiry-banner h2{
    font-size:34px
  }

  footer{
    grid-template-columns:1fr;
    padding:45px 25px
  }

  .copyright{
    margin-top:20px
  }

  .form-page{
    padding:55px 20px
  }

  .form-intro h1{
    font-size:40px
  }
}