:root{
:  --anel-navy-900:#071A2B;
:  --anel-navy-800:#0B243A;
:  --anel-navy-700:#0F2B46;
:  --anel-border:rgba(255,255,255,.12);
   --anel-red:#cd1f1e;
   --anel-red-dark:#BE123C;
   --anel-text:#0b203d;
:  --anel-muted:#64748B;
:}

/* Theme overrides (do not edit cargo-theme.css) */
:root{
   --cargo-blue: var(--anel-red);
   --cargo-blue-dark: var(--anel-red-dark);
   --cargo-blue-light: rgba(255,255,255,.75);
   --cargo-ink: var(--anel-text);
:  --cargo-muted: var(--anel-muted);
:}
.nav-link {
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}

/* Header/Topbar */
.cargo-topbar{
  background: rgba(7,26,43,.98);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.cargo-header{
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.cargo-header.header-sticky{
  background:#fff;
  border-bottom: 1px solid rgba(15,23,42,.06);
}
.anel-logo-text{
  display:flex;
  flex-direction:column;
  line-height:1.05;
}
.anel-logo-text strong{
  color:#fff;
  font-weight:800;
  letter-spacing:.06em;
  font-size:1.05rem;
}
.anel-logo-text span{
  color: rgba(255,255,255,.70);
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:.72rem;
}
#extra-content .anel-logo-text strong {
  color: var(--cargo-ink) !important;
}
#extra-content .anel-logo-text span {
  color:rgba(15,23,42,.55) !important
}
.cargo-header.header-sticky .anel-logo-text strong{
  color: var(--cargo-ink);
}
.cargo-header.header-sticky .anel-logo-text span{
  color: rgba(15,23,42,.55);
}
/* Ensure readability on white header states (sticky + mobile menu) */
body.mobile-menu-open .cargo-header .anel-logo-text strong,
.cargo-header.header-sticky a.logo .anel-logo-text strong{
  color: var(--cargo-ink) !important;
}
body.mobile-menu-open .cargo-header .anel-logo-text span,
.cargo-header.header-sticky a.logo .anel-logo-text span{
  color: rgba(15,23,42,.55) !important;
}

/* Hero like the screenshot */
.hero-section.anel-hero{
  min-height: 680px;
}
.hero-section.anel-hero .hero-bg{
  background-image: radial-gradient(1200px 600px at 15% 25%, rgba(17,74,142,.45) 0%, rgba(7,26,43,0) 60%),
    radial-gradient(900px 500px at 70% 35%, rgba(59,130,246,.18) 0%, rgba(7,26,43,0) 55%),
    linear-gradient(110deg, var(--anel-navy-900) 0%, var(--anel-navy-800) 55%, #061526 100%) !important;
}
.hero-section.anel-hero .hero-overlay{
  background: linear-gradient(105deg, rgba(7,26,43,.96) 0%, rgba(7,26,43,.86) 42%, rgba(7,26,43,.55) 72%, rgba(7,26,43,.25) 100%);
}
.hero-section.anel-hero .title-line-accent{
  background: none;
  -webkit-text-stroke: 0;
  color: var(--anel-red);
}
.hero-section.anel-hero .hero-description{
  color: rgba(255,255,255,.82);
  max-width: 620px;
}
.hero-section.anel-hero .hero-stats{
  gap: 2.2rem;
}
.hero-section.anel-hero .stat-number{
  color: #fff;
}
.hero-section.anel-hero .stat-label{
  color: rgba(255,255,255,.70);
}
.hero-section.anel-hero .stat-divider{
  background: rgba(255,255,255,.18);
}

.service-link {
  text-transform: none;
}

/* Screenshot-like compact stats strip */
.anel-mini-stats{
  margin-top: 28px;
  padding: 14px 18px;
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display:flex;
  gap: 18px;
  align-items:center;
  flex-wrap:wrap;
}
.anel-mini-stats .item{
  display:flex;
  gap:10px;
  align-items:center;
  color: rgba(255,255,255,.78);
  font-weight:600;
  font-size:.95rem;
}
.anel-mini-stats .dot{
  width:6px;height:6px;border-radius:50%;
  background: var(--anel-red);
  box-shadow: 0 0 0 4px rgba(225,29,72,.18);
}

/* New sections */
.anel-section{
  padding: var(--space-5xl) 0;
}
.anel-section-tight{
  padding: 4rem 0;
}
.anel-card{
  background:#fff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 10px 30px rgba(15,23,42,.06);
  border-radius: 10px;
}
.anel-problem-grid{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.anel-problem{
  padding: 20px 18px;
}
.anel-problem .icon{
  width:44px;height:44px;border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  background: rgba(225,29,72,.10);
  color: var(--anel-red);
  margin-bottom: 12px;
  font-size: 1.15rem;
}
.anel-problem h3{
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 6px;
}
.anel-problem p{
  font-size:.95rem;
  margin:0;
}

.anel-solutions-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.anel-solution{
  padding: 18px 18px 16px;
  position:relative;
  overflow:hidden;
}

.anel-solution .icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 29, 72, .10);
  color: var(--anel-red);
  margin-bottom: 12px;
  font-size: 1.15rem;
}
.anel-solution .tag{
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color: rgba(15,23,42,.55);
}
.anel-solution h3{
  font-size: 1.05rem;
  font-weight: 800;
  margin: 10px 0 8px;
}
.anel-solution .meta{
  display:flex;
  gap:10px;
  align-items:center;
  color: rgba(15,23,42,.60);
  font-weight:600;
  font-size:.9rem;
  margin-top: 10px;
}
.anel-solution .meta i{ color: var(--anel-red); }
.anel-solution--featured{
  background: linear-gradient(135deg, rgba(7,26,43,1) 0%, rgba(11,36,58,1) 100%);
  border-color: rgba(255,255,255,.10);
}
.anel-solution--featured .tag,
.anel-solution--featured h3,
.anel-solution--featured .meta{
  color: rgba(255,255,255,.86);
}
.anel-solution--featured .meta i{ color: var(--anel-red); }

.anel-dark-band{
  /* Force dark background for readability (match footer) */
  background: var(--cargo-ink);
  color: rgba(255,255,255,.85);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.anel-dark-band .section-description{
  color: rgba(255,255,255,.72) !important;
}
.anel-dark-band .section-label.light{
  color: rgba(255,255,255,.78);
}
.anel-band-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items:center;
}
.anel-band-stats{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.anel-band-stat{
  margin-top: 20px;
  padding: 18px 16px;
  border-radius: 10px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
}
.anel-band-stat .v{
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color:#fff;
  line-height:1.1;
}
.anel-band-stat .k{
  margin-top: 6px;
  font-size: .78rem;
  color: rgba(255,255,255,.68);
}
.anel-band-stat .b{
  margin-top: 6px;
  font-size: .78rem;
  color: #47de7f;
}
.anel-band-country {
  display:inline-flex;
}
.anel-band-country .anel-band-stat {
  margin-right: 5px;
  padding: 0 15px;
  border-radius: 40px;
  font-size: 0.8rem;
}
.anel-band-country .anel-band-stat span{
  color: #47de7f;
}
.anel-country-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.anel-country{
  overflow:hidden;
}
.anel-country .flag{
  height: 110px;
  display:flex;
  align-items:flex-end;
  padding: 12px 14px;
  color:#fff;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.95rem;
}
.anel-flag-ge{ background: linear-gradient(135deg,#0f766e,#115e59); }
.anel-flag-az{ background: linear-gradient(135deg,#1d4ed8,#0ea5e9); }
.anel-flag-tr{ background: linear-gradient(135deg,#b91c1c,#ef4444); }
.anel-country .body{
  padding: 16px 16px 18px;
}
.anel-country h3{
  font-size: 1.05rem;
  font-weight: 900;
  margin: 0 0 8px;
}
.anel-country ul{
  margin:0;
  padding:0;
}
.anel-country li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding: 8px 0;
  border-top: 1px solid rgba(15,23,42,.06);
  color: rgba(15,23,42,.62);
  font-weight:600;
  font-size:.93rem;
}
.anel-country li:first-child{
  border-top: 0;
}
.anel-country li i{
  color: var(--anel-red);
  margin-top: 3px;
}

.anel-cta-bar{
  background: var(--anel-red);
  color:#fff;
  border-radius: 12px;
  padding: 18px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
}
.anel-cta-bar strong{
  font-weight:900;
  letter-spacing:-.01em;
}
.anel-cta-bar .btn{
  background:#fff;
  color: var(--anel-red-dark);
  border:0;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding: 12px 18px;
  border-radius: 10px;
}
.anel-cta-bar .btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0,0,0,.18);
}

.check-list.dark-text li .anel-text{
  display: flex;
  flex-direction: column;
}
.check-list.dark-text li span{
  color: rgba(15, 23, 42, .55) !important;
  font-size: 0.9rem;
}

/* Video modal (custom, no bootstrap dependency) */
.anel-modal{
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
}
.anel-modal.is-open{ display:block; }
.anel-modal__backdrop{
  position:absolute;
  inset:0;
  background: rgba(2,6,23,.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.anel-modal__dialog{
  position: relative;
  z-index: 1;
  width: min(980px, calc(100vw - 28px));
  margin: 10vh auto 0;
  border-radius: 14px;
  overflow: hidden;
  background: #0b1220;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 24px 70px rgba(0,0,0,.38);
}
.anel-modal__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(255,255,255,.03);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.anel-modal__title{
  color: rgba(255,255,255,.86);
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .85rem;
  margin: 0;
}
.anel-modal__close{
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: #fff;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}
.anel-modal__close:hover{
  background: rgba(255,255,255,.12);
}
.anel-modal__body{
  aspect-ratio: 16 / 9;
  width: 100%;
  background: #000;
}
.anel-modal__body iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display:block;
}

/* Video card (thumbnail + motion) */
.anel-video-card{
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--cargo-ink);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 18px 50px rgba(2,6,23,.12);
}
.anel-video-card__bg{
  position:absolute;
  inset:0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: transform .9s cubic-bezier(.22,1,.36,1);
  filter: saturate(1.05) contrast(1.05);
}
.anel-video-card__shade{
  position:absolute;
  inset:0;
  background:
    radial-gradient(520px 320px at 35% 35%, rgba(225,29,72,.18) 0%, rgba(2,6,23,0) 60%),
    linear-gradient(135deg, rgba(2,6,23,.35) 0%, rgba(2,6,23,.72) 55%, rgba(2,6,23,.88) 100%);
}
.anel-video-card::after{
  content:"";
  position:absolute;
  inset:-40%;
  background: linear-gradient(120deg, rgba(255,255,255,0) 35%, rgba(255,255,255,.22) 50%, rgba(255,255,255,0) 65%);
  transform: rotate(12deg) translateX(-40%);
  opacity:.0;
  transition: transform 1.1s cubic-bezier(.22,1,.36,1), opacity .6s ease;
}
.anel-video-card__btn{
  position: relative;
  z-index: 2;
  height: 360px;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 26px;
  color:#fff;
  text-align:center;
}
.anel-video-card__icon{
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 1.55rem;
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
  transition: transform .5s cubic-bezier(.22,1,.36,1), background .5s ease, border-color .5s ease;
}
.anel-video-card__pulse{
  position:absolute;
  width: 92px;
  height: 92px;
  border-radius: 26px;
  background: rgba(225,29,72,.20);
  box-shadow: 0 0 0 0 rgba(225,29,72,.38);
  animation: anelPulse 1.9s ease-out infinite;
}
@keyframes anelPulse{
  0%{ transform: scale(.92); box-shadow: 0 0 0 0 rgba(225,29,72,.35); opacity: .95; }
  70%{ transform: scale(1.18); box-shadow: 0 0 0 18px rgba(225,29,72,0); opacity: .55; }
  100%{ transform: scale(1.18); box-shadow: 0 0 0 18px rgba(225,29,72,0); opacity: 0; }
}
.anel-video-card__text strong{
  display:block;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 1.35rem;
  margin-bottom: 6px;
  color:#fff;
  text-shadow: 0 12px 24px rgba(0,0,0,.25);
}
.anel-video-card__text span{
  display:block;
  color: rgba(255,255,255,.78);
  font-weight: 600;
  letter-spacing: .02em;
}
.anel-video-card:hover .anel-video-card__bg{
  transform: scale(1.10);
}
.anel-video-card:hover::after{
  opacity: .55;
  transform: rotate(12deg) translateX(28%);
}
.anel-video-card:hover .anel-video-card__icon{
  transform: translateY(-2px) scale(1.03);
  background: rgba(225,29,72,.18);
  border-color: rgba(225,29,72,.35);
}
.anel-video-card:active .anel-video-card__icon{
  transform: scale(.99);
}

.whatsapp {
  position:fixed;
  width:60px;
  bottom:30px;
  right:30px;
  z-index:99999;
}
.whatsapp img {
  height: 60px;
}

.wp-wrapper{
  position:fixed;
  right:25px;
  bottom:25px;
  z-index:9999;
  font-family:Arial,sans-serif;
}

/* BUTTON */

.wp-button{
  width:65px;
  height:65px;
  background:#25D366;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 8px 25px rgba(0,0,0,.25);
  transition:.3s;
}

.wp-button i{
  color:#fff;
  font-size:34px;
}

.wp-button:hover{
  transform:scale(1.08);
}

/* BOX */

.wp-box{
  position:absolute;
  bottom:85px;
  right:0;
  width:310px;
  background:#fff;
  border-radius:18px;
  padding:18px;
  box-shadow:0 15px 40px rgba(0,0,0,.18);

  opacity:0;
  visibility:hidden;
  transform:translateY(15px);

  transition:.35s;
}

.wp-wrapper:hover .wp-box{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

/* TITLE */

.wp-title{
  font-size:18px;
  font-weight:700;
  color:#222;
  margin-bottom:15px;
  display:flex;
  align-items:center;
  gap:10px;
}

.wp-title i{
  color:#25D366;
  font-size:22px;
}

/* ITEMS */

.wp-item{
  display:flex;
  align-items:center;
  gap:14px;
  padding:12px;
  border-radius:14px;
  text-decoration:none;
  transition:.3s;
  margin-bottom:10px;
  border:1px solid #f1f1f1;
}

.wp-item:last-child{
  margin-bottom:0;
}

.wp-item:hover{
  background:#f8f8f8;
  transform:translateX(4px);
}

.wp-icon{
  width:48px;
  height:48px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.wp-icon i{
  color:#fff;
  font-size:20px;
}

.export{
  background:#1f8fff;
}

.import{
  background:#ff9f1a;
}

.customs{
  background:#ff4d4f;
}

.wp-text{
  display:flex;
  flex-direction:column;
}

.wp-text strong{
  color:#222;
  font-size:15px;
}

.wp-text span{
  color:#777;
  font-size:13px;
  margin-top:3px;
}

.team-role {
  letter-spacing : 1px;
}

.breadcrumb {
  position: relative;
  right: 0;
}
.page-header {
  padding: 150px 0 50px;
}
.page-title {
  text-align: center;
}

/* MOBILE */

@media(max-width:576px){

  .wp-wrapper{
    right:15px;
    bottom:15px;
  }

  .wp-box{
    width:280px;
  }

  .wp-button{
    width:58px;
    height:58px;
  }

  .wp-button i{
    font-size:30px;
  }

}

/* Responsive */
@media (max-width: 1124px){
  .anel-problem-grid{ grid-template-columns: repeat(2, 1fr); }
  .anel-solutions-grid{ grid-template-columns: repeat(2, 1fr); }
  .anel-country-grid{ grid-template-columns: 1fr; }
  .anel-band-grid{ grid-template-columns: 1fr; }
  .anel-band-stats{ grid-template-columns: 1fr; }
}
@media (max-width: 576px){
  .anel-cta-bar{ flex-direction:column; align-items:flex-start; }
}

@media (max-width: 768px) {
  .page-title {
    font-size: 2.5rem;
  }
  .breadcrumb {
    left: 0;
    text-align: center;
    justify-content: center;
  }
}