
:root{
  --bg:#f5f8ff;
  --bg2:#edf4ff;
  --white:#ffffff;
  --ink:#0d1b38;
  --muted:#6d7c97;
  --line:#dce6fb;
  --blue:#2f6fff;
  --blue2:#5f97ff;
  --red:#f64d69;
  --red2:#ff7f96;
  --navy:#112349;
  --softGlow:0 18px 45px rgba(28,67,149,.12);
  --cardGlow:0 20px 50px rgba(15,35,82,.10);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 6% 12%, rgba(47,111,255,.10), transparent 23%),
    radial-gradient(circle at 88% 16%, rgba(246,77,105,.10), transparent 24%),
    linear-gradient(180deg,#fbfdff 0%, #f4f8ff 38%, #eef4ff 100%);
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.container{width:min(1200px,92%);margin:auto}
.site-motion{
  position:fixed; inset:0; pointer-events:none; z-index:-1; overflow:hidden;
}
.site-motion .grid{
  position:absolute; inset:0;
  background-image:
    linear-gradient(rgba(47,111,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47,111,255,.08) 1px, transparent 1px);
  background-size:58px 58px;
  opacity:.28;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.85), rgba(0,0,0,.15));
}
.site-motion .route{
  position:absolute;
  width:140%;
  left:-20%;
  border:1.6px dashed rgba(47,111,255,.20);
  border-radius:50%;
  opacity:.85;
  animation:routeDrift 18s ease-in-out infinite;
}
.site-motion .r1{height:170px; top:120px}
.site-motion .r2{height:140px; top:420px; border-color:rgba(246,77,105,.18); animation-duration:24s}
.site-motion .r3{height:180px; top:780px; animation-duration:30s}
@keyframes routeDrift{50%{transform:translateX(2.5%) scaleX(1.03)}}
.plane-wrap, .ship-wrap{position:absolute; opacity:.72;}
.plane-wrap{top:145px; left:-120px; animation:planePath 17s linear infinite}
.ship-wrap{top:500px; right:-170px; animation:shipPath 22s linear infinite}
.real-plane, .real-ship{width:90px; height:90px; filter:drop-shadow(0 10px 20px rgba(0,0,0,.08));}
.real-plane svg{width:100%;height:100%; transform:rotate(10deg)}
.real-ship svg{width:100%;height:100%}
@keyframes planePath{
  0%{transform:translateX(0) translateY(0) scale(.94)}
  20%{transform:translateX(20vw) translateY(-8px) scale(.98)}
  50%{transform:translateX(55vw) translateY(-22px) scale(1)}
  78%{transform:translateX(86vw) translateY(-10px) scale(.98)}
  100%{transform:translateX(112vw) translateY(0) scale(.94)}
}
@keyframes shipPath{
  0%{transform:translateX(0) translateY(0)}
  30%{transform:translateX(-28vw) translateY(-4px)}
  55%{transform:translateX(-54vw) translateY(4px)}
  80%{transform:translateX(-82vw) translateY(-2px)}
  100%{transform:translateX(-118vw) translateY(1px)}
}
.float-blob{position:fixed; border-radius:50%; pointer-events:none; z-index:-2; filter:blur(28px);}
.float-blob.b1{width:260px;height:260px;background:rgba(47,111,255,.12);left:-70px;top:150px;animation:blobA 16s ease-in-out infinite}
.float-blob.b2{width:280px;height:280px;background:rgba(246,77,105,.10);right:-70px;top:350px;animation:blobB 19s ease-in-out infinite}
@keyframes blobA{50%{transform:translate(90px,120px) scale(1.12)}}
@keyframes blobB{50%{transform:translate(-90px,-110px) scale(.92)}}
.topbar{
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(47,111,255,.08);
  color:#62728e; font-size:12px;
}
.topbar .container{min-height:40px; display:flex; align-items:center; justify-content:space-between; gap:15px;}
nav{
  position:sticky; top:0; z-index:100;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(47,111,255,.08);
}
.nav{min-height:78px; display:flex; align-items:center; justify-content:space-between; gap:18px;}
.brand{display:flex; align-items:center; gap:12px; font-size:23px; font-weight:950; letter-spacing:-.04em;}
.logo{
  width:42px;height:42px;border-radius:14px;position:relative;
  background:linear-gradient(145deg,#fff,#e7efff);
  border:1px solid #dbe6ff;
  box-shadow:0 10px 22px rgba(47,111,255,.10);
  flex-shrink:0;
}
.logo:before{content:""; position:absolute; inset:5px; border-radius:11px; background:conic-gradient(from 210deg,var(--red),var(--red) 39%,#fff 39% 49%,var(--blue) 49%);}
.logo:after{content:"SL"; position:absolute; inset:0; display:grid; place-items:center; color:#fff; font-size:13px; font-weight:950; text-shadow:0 2px 6px rgba(0,0,0,.2);}
.navlinks{display:flex; gap:24px; align-items:center; color:#364561; font-size:14px; font-weight:760;}
.navlinks a{position:relative}
.navlinks a:after{content:""; position:absolute; left:0; bottom:-8px; width:0; height:2px; background:linear-gradient(90deg,var(--blue),var(--red)); transition:.25s;}
.navlinks a:hover:after{width:100%}
.navactions{display:flex; align-items:center; gap:10px;}
.btn{
  position:relative; overflow:hidden;
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:13px 18px; font-weight:860; border-radius:16px; border:0; cursor:pointer;
  transition:.24s ease; white-space:nowrap;
}
.btn:hover{transform:translateY(-2px)}
.btn::before{
  content:""; position:absolute; top:-150%; left:-45%; width:26%; height:380%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
  transform:rotate(18deg); animation:shine 5.2s linear infinite;
}
@keyframes shine{0%{left:-45%} 18%{left:120%} 100%{left:120%}}
.btn.primary{color:#fff; background:linear-gradient(135deg,var(--red),var(--red2)); box-shadow:0 12px 30px rgba(246,77,105,.22);}
.btn.secondary{color:#fff; background:linear-gradient(135deg,var(--blue),var(--blue2)); box-shadow:0 12px 30px rgba(47,111,255,.22);}
.btn.ghost{color:var(--ink); background:#fff; border:1px solid var(--line); box-shadow:0 8px 20px rgba(20,43,89,.06);}
.hamburger{
  width:48px; height:48px; border-radius:15px; border:1px solid var(--line);
  background:linear-gradient(145deg,#ffffff,#eef4ff);
  display:none; align-items:center; justify-content:center; cursor:pointer;
  box-shadow:0 8px 18px rgba(20,43,89,.06);
}
.hamburger span{display:block; width:19px; height:2px; background:#22375f; border-radius:4px; position:relative;}
.hamburger span:before,.hamburger span:after{content:""; position:absolute; left:0; width:19px; height:2px; background:#22375f; border-radius:4px;}
.hamburger span:before{top:-6px}
.hamburger span:after{top:6px}
.header-banner{
  position:relative;
  background:
    radial-gradient(circle at 15% 40%, rgba(246,77,105,.16), transparent 20%),
    radial-gradient(circle at 80% 50%, rgba(47,111,255,.18), transparent 24%),
    linear-gradient(90deg,#f2f7ff 0%, #fff2f5 48%, #edf5ff 100%);
  border-bottom:1px solid rgba(47,111,255,.08);
  overflow:hidden;
}
.header-banner:before{
  content:""; position:absolute; inset:0;
  background-image:linear-gradient(rgba(47,111,255,.05) 1px, transparent 1px),linear-gradient(90deg, rgba(47,111,255,.05) 1px, transparent 1px);
  background-size:70px 70px; opacity:.55;
}
.header-banner .container{position:relative; min-height:88px; display:flex; align-items:center; justify-content:space-between; gap:16px;}
.banner-copy{font-weight:800; color:#2a3b61;}
.banner-copy b{display:block; font-size:18px; color:#102247}
.banner-copy span{font-size:14px; color:#697896}
.banner-pills{display:flex; gap:10px; flex-wrap:wrap}
.mini-pill{
  padding:10px 14px; border-radius:999px; font-size:12px; font-weight:850;
  background:rgba(255,255,255,.86); border:1px solid var(--line); color:#27426f;
  box-shadow:0 8px 18px rgba(20,43,89,.05);
}
.pill{
  display:inline-flex; align-items:center; gap:8px; padding:8px 14px; border-radius:999px;
  font-size:12px; font-weight:900; letter-spacing:.12em; text-transform:uppercase;
  color:var(--blue); background:#eef4ff; border:1px solid #dce7fb;
}
.hero{
  position:relative;
  overflow:hidden;
  min-height:760px;
  display:flex;
  align-items:center;
  isolation:isolate;
}
.hero-video-bg{
  position:absolute;
  inset:0;
  z-index:-3;
  overflow:hidden;
}
.hero-video-bg video{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.34;
  filter:saturate(1.05) contrast(1.02);
}
.hero-video-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(248,251,255,.78), rgba(244,248,255,.74)),
    linear-gradient(90deg, rgba(255,255,255,.10), rgba(244,248,255,.12));
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 20% 30%, rgba(47,111,255,.08), transparent 25%),
    radial-gradient(circle at 80% 62%, rgba(246,77,105,.08), transparent 25%);
}
.hero .container{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:42px;
  align-items:center;
  padding:72px 0 84px;
}
.hero h1{margin:16px 0 18px; font-size:clamp(46px,6.5vw,84px); line-height:.95; letter-spacing:-.055em;}
.hero h1 .accent{background:linear-gradient(90deg,var(--navy), var(--blue) 58%, var(--red)); -webkit-background-clip:text; color:transparent;}
.hero p{max-width:690px; font-size:18px; line-height:1.78; color:var(--muted);}
.hero-cta{display:flex; gap:12px; flex-wrap:wrap; margin-top:28px}
.hero-stats{display:flex; gap:28px; flex-wrap:wrap; margin-top:36px}
.hero-stats b{display:block; font-size:23px}
.hero-stats span{display:block; color:#7585a2; font-size:12px; margin-top:4px}
.visual-stage{position:relative; min-height:520px}
.glass-card{
  position:absolute; background:linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.68));
  border:1px solid rgba(220,230,251,.95); border-radius:30px; box-shadow:var(--cardGlow); backdrop-filter:blur(15px);
}
.main-visual{width:430px; height:430px; right:0; top:42px; overflow:hidden;}
.main-visual .map-bg{
  position:absolute; inset:16px; border-radius:24px;
  background:
    radial-gradient(circle at 78% 25%, rgba(47,111,255,.15), transparent 18%),
    radial-gradient(circle at 22% 78%, rgba(246,77,105,.12), transparent 20%),
    linear-gradient(180deg,#fafeff, #eef4ff);
}
.world{
  position:absolute; inset:76px; border-radius:50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,.88), transparent 12%),
    radial-gradient(circle at 50% 50%, #2d73ff 0 58%, #1755d0 59% 100%);
  box-shadow:inset -35px -30px 85px rgba(0,0,0,.18), 0 14px 40px rgba(47,111,255,.18);
}
.world:before,.world:after{content:""; position:absolute; border:1px solid rgba(255,255,255,.40); border-radius:50%;}
.world:before{inset:22% -10%; transform:rotate(20deg)}
.world:after{inset:-10% 22%; transform:rotate(-16deg)}
.arc,.arc2{position:absolute; border-radius:50%; border:2px dashed rgba(47,111,255,.28)}
.arc{width:360px;height:150px;left:30px;top:126px;transform:rotate(-14deg)}
.arc2{width:270px;height:182px;left:84px;top:96px;transform:rotate(24deg);border-color:rgba(246,77,105,.22)}
.mini-plane, .mini-ship{position:absolute; display:block;}
.mini-plane{right:42px; top:100px; width:50px; animation:miniPlane 4.8s ease-in-out infinite}
.mini-ship{left:92px; bottom:58px; width:58px; animation:miniShip 6.6s ease-in-out infinite}
@keyframes miniPlane{50%{transform:translate(-18px,12px) rotate(-7deg)}}
@keyframes miniShip{50%{transform:translateX(14px) translateY(-3px)}}
.tag{
  position:absolute; min-width:145px; padding:12px 14px; border-radius:16px;
  background:rgba(255,255,255,.92); border:1px solid var(--line); box-shadow:var(--softGlow);
}
.tag b{display:block;font-size:14px}
.tag small{color:#7686a3}
.tag.uk{left:-10px; top:42px}
.tag.india{right:-10px; bottom:28px}
.tag.lk{left:18px; bottom:18px}
.float-panel{width:230px; right:-10px; top:0; padding:18px}
.float-panel h4{margin:8px 0 10px; font-size:18px}
.float-panel p{margin:0; color:#6f7f9c; line-height:1.62; font-size:13px}
.section{position:relative; padding:96px 0;}
.section .section-grid{
  position:absolute; inset:0; pointer-events:none;
  background-image:linear-gradient(rgba(47,111,255,.06) 1px, transparent 1px),linear-gradient(90deg, rgba(47,111,255,.06) 1px, transparent 1px);
  background-size:60px 60px; opacity:.35; mask-image:linear-gradient(to bottom, rgba(0,0,0,.92), rgba(0,0,0,.15));
}
.section::after{
  content:""; position:absolute; left:-10%; bottom:-80px; width:120%; height:160px;
  border-radius:50%; border:1px solid rgba(47,111,255,.10); opacity:.5;
}
.section-title{position:relative; z-index:2}
.eyebrow{font-size:12px; letter-spacing:.14em; text-transform:uppercase; font-weight:900; color:var(--blue)}
.section-title h2{font-size:clamp(36px,5vw,58px); line-height:1.03; letter-spacing:-.05em; margin:12px 0 14px;}
.lead{max-width:760px; color:var(--muted); line-height:1.78; font-size:17px}
.cards{position:relative; z-index:2; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:36px;}
.card{
  padding:28px; border-radius:var(--radius);
  background:linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.84));
  border:1px solid var(--line); box-shadow:var(--cardGlow); transition:.25s;
}
.card:hover{transform:translateY(-7px)}
.card .icon{
  width:54px;height:54px;border-radius:18px;display:grid;place-items:center;font-size:24px;
  background:linear-gradient(135deg,#eef4ff,#fff1f4); border:1px solid var(--line); margin-bottom:18px;
}
.card h3{margin:0 0 10px; font-size:22px}
.card p{margin:0; color:#6d7c97; line-height:1.72}
.twocol{position:relative; z-index:2; display:grid; grid-template-columns:.95fr 1.05fr; gap:24px; margin-top:36px;}
.panel{
  padding:28px; border-radius:28px; position:relative; overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.84));
  border:1px solid var(--line); box-shadow:var(--cardGlow);
}
.panel::before{
  content:""; position:absolute; right:-45px; bottom:-45px; width:180px; height:180px; border-radius:50%;
  background:radial-gradient(circle, rgba(47,111,255,.13), transparent 70%);
}
.steps{display:grid; gap:16px}
.step{display:grid; grid-template-columns:46px 1fr; gap:14px}
.num{
  width:46px;height:46px;border-radius:15px;display:grid;place-items:center;
  background:linear-gradient(145deg,var(--blue),var(--blue2));
  color:#fff;font-weight:900; box-shadow:0 10px 22px rgba(47,111,255,.18);
}
.step b{display:block;margin-bottom:4px}
.step span{display:block;color:#6d7c97;font-size:14px;line-height:1.55}
.formgrid{display:grid; grid-template-columns:1fr 1fr; gap:12px}
.formgrid .full{grid-column:1/-1}
.field{display:grid; gap:7px}
.field label{font-size:12px; font-weight:850; color:#51617f}
.field input,.field select,.field textarea{
  background:#fff; border:1px solid var(--line); border-radius:14px;
  padding:13px 14px; outline:0; color:var(--ink);
}
.field textarea{min-height:110px; resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{border-color:#a7c2ff; box-shadow:0 0 0 4px #eef4ff;}
.shop-top{position:relative; z-index:2; display:flex; justify-content:space-between; align-items:flex-end; gap:20px;}
.filters{position:relative; z-index:2; display:flex; gap:10px; flex-wrap:wrap; margin:28px 0 22px;}
.filters select,.filters input{
  min-width:160px; padding:12px 14px; border-radius:14px; border:1px solid var(--line);
  background:#fff; color:var(--ink); box-shadow:0 8px 24px rgba(16,36,82,.04);
}
.products{position:relative; z-index:2; display:grid; grid-template-columns:repeat(4,1fr); gap:18px;}
.product{
  overflow:hidden; border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.97), rgba(255,255,255,.86));
  border:1px solid var(--line); box-shadow:var(--cardGlow); transition:.25s;
}
.product:hover{transform:translateY(-7px)}
.product-img{
  height:220px; display:grid; place-items:center; position:relative; overflow:hidden;
  background:
    radial-gradient(circle at 25% 18%, rgba(47,111,255,.16), transparent 22%),
    radial-gradient(circle at 76% 82%, rgba(246,77,105,.14), transparent 22%),
    linear-gradient(145deg,#f8fbff,#edf3ff);
}
.product-img span{font-size:84px; filter:drop-shadow(0 18px 16px rgba(0,0,0,.12)); transition:.25s;}
.product:hover .product-img span{transform:scale(1.07) rotate(-2deg)}
.badge{
  position:absolute; left:14px; top:14px; padding:7px 10px; border-radius:999px;
  background:#fff; color:var(--navy); font-size:10px; font-weight:900; letter-spacing:.08em;
  border:1px solid var(--line);
}
.product-body{padding:18px}
.meta{font-size:11px; color:var(--blue); letter-spacing:.08em; text-transform:uppercase; font-weight:850}
.product h4{margin:8px 0 10px; font-size:17px}
.price{font-size:19px; font-weight:900}
.old{margin-left:6px; font-size:12px; color:#96a4bf; text-decoration:line-through}
.product-actions{display:grid; grid-template-columns:1fr auto; gap:8px; margin-top:14px}
.mini{
  padding:11px 12px; border-radius:12px; background:#fff; border:1px solid var(--line);
  color:var(--ink); font-weight:850; cursor:pointer;
}
.timeline{position:relative; z-index:2; display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:34px;}
.tbox{
  padding:24px; min-height:176px; border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.84));
  border:1px solid var(--line); box-shadow:var(--cardGlow);
}
.tbox em{font-style:normal; font-size:30px}
.tbox b{display:block; font-size:18px; margin:16px 0 8px}
.tbox p{margin:0; color:#6d7c97; line-height:1.6; font-size:14px}
.cta{
  position:relative; z-index:2;
  border-radius:34px; padding:46px;
  background:
    radial-gradient(circle at 14% 24%, rgba(246,77,105,.10), transparent 20%),
    radial-gradient(circle at 84% 70%, rgba(47,111,255,.12), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86));
  border:1px solid var(--line); box-shadow:var(--cardGlow);
  display:grid; grid-template-columns:1fr auto; gap:20px; align-items:center;
}
.cta h3{margin:0 0 10px; font-size:38px; letter-spacing:-.04em}
.cta p{margin:0; color:#697996; line-height:1.74}
footer{
  position:relative; padding:62px 0 26px;
  background:linear-gradient(180deg,#f8fbff, #eef5ff);
  border-top:1px solid var(--line);
}
.footer-grid{display:grid; grid-template-columns:1.3fr repeat(3,1fr); gap:28px}
footer h4{margin:0 0 14px}
footer a{display:block; color:#657590; margin:10px 0; font-size:13px}
footer p{color:#6d7c97; line-height:1.75}
.copy{margin-top:28px; padding-top:18px; border-top:1px solid var(--line); font-size:12px; color:#7a8aa6;}
.toast{
  position:fixed; right:20px; bottom:20px; z-index:130;
  background:#112349; color:#fff; padding:14px 18px; border-radius:14px; display:none;
  box-shadow:0 20px 50px rgba(17,35,73,.24); font-size:13px;
}
.toast.show{display:block}
.modal{
  position:fixed; inset:0; z-index:120; display:none; place-items:center; padding:20px;
  background:rgba(11,23,48,.42); backdrop-filter:blur(8px);
}
.modal.show{display:grid}
.modal-card{
  width:min(470px,100%); padding:28px; border-radius:28px;
  background:#fff; border:1px solid var(--line); box-shadow:0 28px 80px rgba(16,36,82,.16);
}
.modal-head{display:flex; justify-content:space-between; align-items:center}
.close{
  width:38px; height:38px; border-radius:50%; border:1px solid var(--line);
  background:#f3f7ff; color:var(--ink); cursor:pointer;
}
.mobile-menu{
  position:fixed; inset:0; z-index:115; display:none;
  background:rgba(11,23,48,.40); backdrop-filter:blur(8px);
}
.mobile-menu.show{display:block}
.mobile-menu-panel{
  position:absolute; top:0; right:0; width:min(320px,88vw); height:100%;
  background:
    radial-gradient(circle at 85% 10%, rgba(47,111,255,.10), transparent 22%),
    radial-gradient(circle at 10% 85%, rgba(246,77,105,.08), transparent 22%),
    linear-gradient(180deg,#ffffff,#f4f8ff);
  border-left:1px solid var(--line);
  padding:22px;
  box-shadow:-18px 0 40px rgba(16,36,82,.12);
}
.mobile-menu-panel h3{margin:4px 0 18px}
.mobile-menu-panel a{
  display:block;
  padding:14px 0;
  border-bottom:1px solid #e7efff;
  color:#314564;
  font-weight:760;
}
.mobile-actions{
  display:grid;
  gap:12px;
  margin-top:22px;
}
.mobile-actions .btn{
  width:100%;
  min-height:50px;
  padding:14px 16px;
  justify-content:center;
  text-align:center;
  border-radius:16px;
  font-size:15px;
  line-height:1.2;
}
.mobile-actions .btn.ghost{
  background:linear-gradient(180deg,#ffffff,#f8fbff);
  border:1px solid #d9e5ff;
  box-shadow:0 10px 24px rgba(20,43,89,.06);
}
.mobile-actions .btn.primary{
  background:linear-gradient(135deg,var(--red),var(--red2));
  box-shadow:0 12px 26px rgba(246,77,105,.22);
}
.mobile-actions .btn.secondary{
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  box-shadow:0 12px 26px rgba(47,111,255,.22);
}
.reveal{opacity:0; transform:translateY(26px); transition:.8s ease}
.reveal.visible{opacity:1; transform:none}
@media(max-width:980px){
  .navlinks{display:none}
  .hamburger{display:inline-flex}
  .hero .container,.twocol{grid-template-columns:1fr}
  .visual-stage{display:none}
  .cards,.products,.timeline{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .cta{grid-template-columns:1fr}
}
@media(max-width:620px){
  .container{width:min(94%,100%)}

  /* Keep the same slim information bar used on desktop */
  .topbar{
    display:block;
    background:linear-gradient(90deg,rgba(238,244,255,.96),rgba(255,241,244,.96),rgba(239,246,255,.96));
    border-bottom:1px solid rgba(47,111,255,.10);
  }
  .topbar .container{
    min-height:44px;
    padding:7px 10px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:2px;
    font-size:10.5px;
    line-height:1.35;
    text-align:center;
  }
  .topbar .container > div{
    width:100%;
    text-align:center;
  }
  .topbar .container > div:first-child{font-weight:800;color:#2d426b}
  .topbar .container > div:last-child{color:#7b89a3;display:none}

  .nav{
    min-height:72px;
    gap:10px;
  }
  .brand{
    font-size:20px;
    gap:9px;
    line-height:1;
    white-space:nowrap;
  }
  .logo{width:40px;height:40px}

  /* Mobile header: brand + hamburger only */
  .navactions{gap:0;margin-left:auto}
  .navactions .btn{display:none !important}
  .hamburger{
    display:inline-flex;
    width:46px;
    height:46px;
    border-radius:15px;
  }

  .hero{min-height:auto}
  .hero-video-bg video{
    opacity:.26;
  }
  .hero-video-bg::after{
    background:
      linear-gradient(180deg, rgba(249,252,255,.86), rgba(245,248,255,.82)),
      linear-gradient(90deg, rgba(255,255,255,.10), rgba(244,248,255,.12));
  }
  .hero .container{padding:44px 0 58px}
  .hero h1{font-size:43px}
  .hero p{font-size:16px}
  .hero-cta{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .hero-cta .btn{
    display:inline-flex !important;
    width:100%;
    padding:12px 10px;
    font-size:12px;
  }
  .hero-stats{gap:18px}
  .section{padding:72px 0}
  .cards,.products,.timeline,.footer-grid{grid-template-columns:1fr}
  .formgrid{grid-template-columns:1fr}
  .formgrid .full{grid-column:auto}
  .filters select,.filters input{min-width:100%;width:100%}
  .shop-top{align-items:flex-start;flex-direction:column}
  .cta{padding:30px}
  .cta h3{font-size:30px}
  footer,
  footer .footer-grid,
  footer .brand,
  footer p,
  footer h4,
  footer a,
  .copy{
    text-align:center;
  }
  footer .brand{
    justify-content:center;
  }
  footer .footer-grid > div{
    display:flex;
    flex-direction:column;
    align-items:center;
  }
  .site-motion .r3,.ship-wrap{display:none}
  .mobile-actions .btn{
    font-size:14px;
    min-height:48px;
  }
}


/* Use user-provided plane and ship images */
.real-plane, .real-ship, .mini-plane, .mini-ship {
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:contain !important;
}
.real-plane svg, .real-ship svg, .mini-plane svg, .mini-ship svg {
  display:none !important;
}
.plane-wrap {
  top: 138px !important;
  left: -260px !important;
  opacity: .82 !important;
  animation: planePathCustom 20s linear infinite !important;
}
.ship-wrap {
  top: 515px !important;
  right: -360px !important;
  opacity: .84 !important;
  animation: shipPathCustom 26s linear infinite !important;
}
.real-plane {
  width: 260px !important;
  height: 120px !important;
  background-image: url('../images/embedded-df021d7f6ce0.png') !important;
  filter: drop-shadow(0 18px 24px rgba(33,103,255,.16)) drop-shadow(0 8px 18px rgba(0,0,0,.10)) !important;
}
.real-ship {
  width: 340px !important;
  height: 125px !important;
  background-image: url('../images/embedded-b364689430dc.png') !important;
  filter: drop-shadow(0 16px 24px rgba(0,0,0,.10)) !important;
}
@keyframes planePathCustom {
  0%   { transform: translateX(0) translateY(0) scale(.96) rotate(0deg); }
  18%  { transform: translateX(20vw) translateY(-8px) scale(.98) rotate(-1deg); }
  48%  { transform: translateX(54vw) translateY(-22px) scale(1) rotate(-2deg); }
  78%  { transform: translateX(88vw) translateY(-10px) scale(.98) rotate(0deg); }
  100% { transform: translateX(118vw) translateY(0) scale(.96) rotate(0deg); }
}
@keyframes shipPathCustom {
  0%   { transform: translateX(0) translateY(0); }
  25%  { transform: translateX(-22vw) translateY(-3px); }
  50%  { transform: translateX(-48vw) translateY(3px); }
  78%  { transform: translateX(-74vw) translateY(-2px); }
  100% { transform: translateX(-118vw) translateY(1px); }
}

/* Hero visual also uses the uploaded assets */
.mini-plane {
  width: 96px !important;
  height: 44px !important;
  right: 26px !important;
  top: 95px !important;
  background-image: url('../images/embedded-881e289c205f.png') !important;
  animation: miniPlaneAsset 5.2s ease-in-out infinite !important;
}
.mini-ship {
  width: 124px !important;
  height: 48px !important;
  left: 72px !important;
  bottom: 50px !important;
  background-image: url('../images/embedded-df021d7f6ce0.png') !important;
  animation: miniShipAsset 7.1s ease-in-out infinite !important;
}
@keyframes miniPlaneAsset {
  50% { transform: translate(-18px,10px) rotate(-6deg); }
}
@keyframes miniShipAsset {
  50% { transform: translateX(13px) translateY(-3px); }
}

/* Make them a little more visible / eye-catching */
.site-motion .route {
  opacity: .95 !important;
}
@media(max-width:620px){
  .plane-wrap {
    left: -220px !important;
    top: 148px !important;
    opacity: .95 !important;
  }
  .real-plane {
    width: 210px !important;
    height: 98px !important;
  }
}


/* ===== Ship Lanka Luxury Hero Upgrade ===== */
.hero{
  min-height:820px !important;
  background:
    radial-gradient(circle at 18% 30%, rgba(47,111,255,.14), transparent 26%),
    radial-gradient(circle at 82% 28%, rgba(246,77,105,.12), transparent 24%),
    linear-gradient(135deg,#f9fbff 0%,#eef4ff 46%,#fff5f7 100%) !important;
}
.hero-video-bg{
  z-index:0 !important;
  pointer-events:none;
}
.hero-video-bg video{
  position:absolute;
  inset:0;
  display:block;
  opacity:1 !important;
  filter:saturate(1.12) contrast(1.08) brightness(.92) !important;
}
.hero-video-bg::after{
  z-index:1;
  background:
    linear-gradient(90deg, rgba(10,55,170,.62) 0%, rgba(24,88,220,.40) 38%, rgba(47,111,255,.17) 68%, rgba(47,111,255,.04) 100%),
    linear-gradient(180deg, rgba(7,39,112,.08), rgba(19,76,190,.12)) !important;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 14% 22%, rgba(255,255,255,.78), transparent 18%),
    radial-gradient(circle at 76% 58%, rgba(47,111,255,.10), transparent 22%);
  pointer-events:none;
}
.hero::after{
  content:"";
  position:absolute;
  left:-10%;
  right:-10%;
  bottom:-120px;
  height:220px;
  border-radius:50%;
  border:1px solid rgba(47,111,255,.14);
  box-shadow:
    0 -30px 80px rgba(47,111,255,.06),
    inset 0 18px 50px rgba(255,255,255,.34);
  z-index:-1;
}

.hero-copy-luxury{
  position:relative;
  padding:38px 34px 34px;
  border-radius:32px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.76), rgba(255,255,255,.44));
  border:1px solid rgba(255,255,255,.78);
  box-shadow:
    0 28px 80px rgba(24,54,116,.12),
    inset 0 1px 0 rgba(255,255,255,.86);
  backdrop-filter:blur(14px);
  overflow:hidden;
}
.hero-copy-luxury::before{
  content:"";
  position:absolute;
  top:-70px; right:-80px;
  width:220px; height:220px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(47,111,255,.16), transparent 70%);
  pointer-events:none;
}
.hero-copy-luxury::after{
  content:"";
  position:absolute;
  left:-40%;
  top:0;
  width:28%;
  height:100%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
  transform:skewX(-16deg);
  animation:heroGlassSweep 8s linear infinite;
  pointer-events:none;
}
@keyframes heroGlassSweep{
  0%{left:-45%}
  18%{left:125%}
  100%{left:125%}
}

.hero .pill{
  background:linear-gradient(135deg,#eef4ff,#f8fbff) !important;
  border:1px solid #d5e3ff !important;
  box-shadow:0 8px 22px rgba(47,111,255,.08);
}
.hero h1{
  font-size:clamp(50px,6.7vw,88px) !important;
  text-wrap:balance;
}
.hero h1 .accent{
  background:linear-gradient(90deg,#17366e 0%,#2f6fff 46%,#875be7 70%,#f64d69 100%) !important;
  -webkit-background-clip:text !important;
  color:transparent !important;
}
.hero p{
  color:#5f7191 !important;
  font-size:18px !important;
}
.hero-cta{
  margin-top:30px !important;
}
.hero-cta .btn{
  min-height:54px;
  padding:15px 22px !important;
  border-radius:17px !important;
  letter-spacing:.01em;
  box-shadow:
    0 14px 32px rgba(47,111,255,.14),
    inset 0 1px 0 rgba(255,255,255,.22);
}
.hero-cta .btn:hover{
  transform:translateY(-3px) scale(1.015);
}
.hero-stats{
  margin-top:28px !important;
  gap:10px !important;
  display:grid !important;
  grid-template-columns:repeat(3,1fr);
}
.hero-stats > div{
  padding:15px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.66);
  border:1px solid rgba(215,228,251,.94);
  box-shadow:0 10px 28px rgba(18,46,105,.07);
}
.hero-stats b{
  font-size:15px !important;
}
.hero-stats span{
  font-size:11px !important;
}

.luxury-trust-strip{
  margin-top:14px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.luxury-trust-strip span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.70);
  border:1px solid #dce7fb;
  font-size:11px;
  color:#526584;
  font-weight:800;
}

.visual-stage{
  min-height:560px !important;
}
.main-visual{
  width:465px !important;
  height:465px !important;
  top:48px !important;
  border:1px solid rgba(255,255,255,.82) !important;
  box-shadow:
    0 34px 100px rgba(30,72,157,.16),
    inset 0 1px 0 rgba(255,255,255,.92) !important;
}
.main-visual .map-bg{
  background:
    radial-gradient(circle at 70% 20%, rgba(47,111,255,.22), transparent 22%),
    radial-gradient(circle at 22% 78%, rgba(246,77,105,.16), transparent 20%),
    linear-gradient(145deg,#ffffff 0%,#edf4ff 54%,#fff4f7 100%) !important;
}
.world{
  box-shadow:
    inset -40px -30px 90px rgba(0,0,0,.18),
    0 18px 55px rgba(47,111,255,.24),
    0 0 0 12px rgba(255,255,255,.34) !important;
}
.float-panel{
  width:245px !important;
  top:6px !important;
  right:-18px !important;
  box-shadow:0 24px 70px rgba(31,61,121,.13) !important;
}
.tag{
  border:1px solid rgba(210,224,249,.92) !important;
  box-shadow:0 12px 30px rgba(30,64,130,.09) !important;
}

/* Plane and ship remain ABOVE the video */
.site-motion{
  z-index:1 !important;
}
.hero .container,
nav,
.topbar{
  position:relative;
  z-index:5;
}
.plane-wrap,
.ship-wrap{
  z-index:2 !important;
}

/* more polished asset presence */
.real-plane{
  width:300px !important;
  height:138px !important;
  filter:
    drop-shadow(0 20px 30px rgba(47,111,255,.15))
    drop-shadow(0 8px 14px rgba(0,0,0,.10)) !important;
}
.real-ship{
  width:360px !important;
  height:132px !important;
  filter:drop-shadow(0 18px 26px rgba(14,36,72,.13)) !important;
}

@media(max-width:980px){
  .hero{
    min-height:auto !important;
  }
  .hero-copy-luxury{
    padding:30px 26px;
  }
  .hero-stats{
    grid-template-columns:1fr 1fr 1fr !important;
  }
}
@media(max-width:620px){
  .hero-video-bg video{
    opacity:.9 !important;
  }
  .hero-video-bg::after{
    background:
      linear-gradient(90deg, rgba(10,55,170,.58), rgba(24,88,220,.32) 55%, rgba(47,111,255,.07)) !important;
  }
  .hero-copy-luxury{
    padding:24px 18px 22px;
    border-radius:26px;
  }
  .hero h1{
    font-size:43px !important;
  }
  .hero p{
    font-size:15px !important;
  }
  .hero-stats{
    grid-template-columns:1fr !important;
  }
  .luxury-trust-strip{
    justify-content:center;
  }
}


/* ==== Final asset correction: top = plane, bottom = ship ==== */

/* always hide fallback SVGs */
.real-plane svg, .real-ship svg, .mini-plane svg, .mini-ship svg {
  display:none !important;
}

/* apply correct images explicitly */
.real-plane, .mini-plane {
  background-image:url('../images/embedded-4347abd75489.png') !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:contain !important;
}

.real-ship, .mini-ship {
  background-image:url('../images/embedded-df021d7f6ce0.png') !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:contain !important;
}

/* Top moving animation = plane */
.plane-wrap {
  top: 165px !important;
  left: -280px !important;
  right: auto !important;
  opacity: 1 !important;
  z-index: 2 !important;
  animation: planeHeroMove 30s linear infinite !important;
}
.real-plane {
  width: 300px !important;
  height: 132px !important;
  filter:
    drop-shadow(0 16px 28px rgba(47,111,255,.18))
    drop-shadow(0 8px 18px rgba(0,0,0,.12)) !important;
}

/* Bottom moving animation = clean ship (no blue line) */
.ship-wrap {
  top: 560px !important;
  right: -390px !important;
  left: auto !important;
  opacity: .90 !important;
  z-index: 2 !important;
  animation: shipHeroMove 28s linear infinite !important;
}
.real-ship {
  width: 370px !important;
  height: 118px !important;
  filter: drop-shadow(0 18px 26px rgba(12,34,74,.14)) !important;
}

/* Hero visual small assets */
.mini-plane {
  width: 118px !important;
  height: 50px !important;
  right: 28px !important;
  top: 88px !important;
  left: auto !important;
  animation: miniPlaneFloat 5.4s ease-in-out infinite !important;
}
.mini-ship {
  width: 138px !important;
  height: 48px !important;
  left: 72px !important;
  bottom: 48px !important;
  right: auto !important;
  animation: miniShipFloat 7s ease-in-out infinite !important;
}

@keyframes planeHeroMove {
  0%   { transform: translateX(0) translateY(0) scale(.97) rotate(-1deg); }
  20%  { transform: translateX(22vw) translateY(-6px) scale(.985) rotate(-2deg); }
  48%  { transform: translateX(54vw) translateY(-20px) scale(1) rotate(-1deg); }
  78%  { transform: translateX(88vw) translateY(-10px) scale(.985) rotate(0deg); }
  100% { transform: translateX(120vw) translateY(0) scale(.97) rotate(0deg); }
}

@keyframes shipHeroMove {
  0%   { transform: translateX(0) translateY(0); }
  25%  { transform: translateX(-24vw) translateY(-2px); }
  50%  { transform: translateX(-52vw) translateY(2px); }
  75%  { transform: translateX(-82vw) translateY(-2px); }
  100% { transform: translateX(-122vw) translateY(0); }
}

@keyframes miniPlaneFloat {
  50% { transform: translate(-16px,10px) rotate(-5deg); }
}
@keyframes miniShipFloat {
  50% { transform: translateX(10px) translateY(-2px); }
}

/* keep assets above video but below text */
.site-motion {
  z-index: 1 !important;
}
.hero .container,
.topbar,
nav {
  z-index: 5 !important;
  position: relative !important;
}

/* Mobile adjustments */
@media (max-width: 620px) {
  .plane-wrap {
    top: 150px !important;
    left: -220px !important;
    opacity: .95 !important;
  }
  .real-plane {
    width: 220px !important;
    height: 96px !important;
  }

  .ship-wrap {
    top: 520px !important;
    right: -270px !important;
    opacity: .78 !important;
  }
  .real-ship {
    width: 260px !important;
    height: 84px !important;
  }

  .mini-plane {
    width: 88px !important;
    height: 38px !important;
    top: 96px !important;
    right: 16px !important;
  }
  .mini-ship {
    width: 110px !important;
    height: 38px !important;
    left: 58px !important;
    bottom: 40px !important;
  }
}


/* Local user-provided PNGs for every moving transport element. */
.real-plane,
.mini-plane {
  background-image: url('../images/plane-web.png') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
.real-ship,
.mini-ship {
  background-image: url('../images/ship-web.png') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
.real-plane svg,
.real-ship svg,
.mini-plane svg,
.mini-ship svg {
  display: none !important;
}
.real-plane {
  width: 420px !important;
  height: 198px !important;
}
.real-ship {
  width: 520px !important;
  height: 184px !important;
}
.mini-plane {
  width: 170px !important;
  height: 80px !important;
}
.mini-ship {
  width: 165px !important;
  height: 70px !important;
}
.ship-wrap {
  animation-duration: 38s !important;
}

/* Keep the left glass copy and remove the right preview visual. */
.hero .container {
  grid-template-columns: minmax(0, 810px) !important;
  justify-content: start !important;
}
.visual-stage {
  display: none !important;
}

.real-plane {
  width: 640px !important;
  height: 301px !important;
}
.real-ship {
  width: 800px !important;
  height: 284px !important;
}
.mini-plane {
  width: 190px !important;
  height: 90px !important;
}
.mini-ship {
  width: 185px !important;
  height: 80px !important;
}
@keyframes planeHeroMove {
  0%   { transform: translateX(-25vw) translateY(105px) scale(.94) rotate(-8deg); }
  22%  { transform: translateX(10vw) translateY(42px) scale(.98) rotate(-7deg); }
  50%  { transform: translateX(55vw) translateY(-30px) scale(1) rotate(-6deg); }
  76%  { transform: translateX(96vw) translateY(-92px) scale(.98) rotate(-7deg); }
  100% { transform: translateX(134vw) translateY(-165px) scale(.94) rotate(-8deg); }
}

@media (max-width: 620px) {
  .real-plane { width: 435px !important; height: 205px !important; }
  .real-ship { width: 525px !important; height: 186px !important; }
  .mini-plane { width: 135px !important; height: 64px !important; }
  .mini-ship { width: 132px !important; height: 57px !important; }
}


.topbar {
  position: relative !important;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(110deg, #315b9f 0%, #3f76c9 32%, #5c8ee0 56%, #a75879 78%, #416eb5 100%) !important;
  background-size: 260% 100% !important;
  border-bottom: 0 !important;
  animation: topbarThemeFlow 11s ease-in-out infinite alternate;
}
.topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 22%, rgba(207,225,255,.22) 40%, rgba(255,255,255,.34) 50%, rgba(255,190,204,.24) 60%, transparent 78%);
  transform: translateX(-120%);
  animation: topbarLightSweep 6.5s ease-in-out infinite;
}
.topbar::after {
  content: "";
  position: absolute;
  left: -35%;
  bottom: 0;
  width: 35%;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, #2f6fff 30%, #8b5cf6 60%, #f64d69 82%, transparent);
  box-shadow: 0 0 14px rgba(255,255,255,.34);
  animation: topbarRouteLine 5.5s linear infinite;
}
.topbar .container {
  position: relative;
  z-index: 1;
}
.topbar .container > div:first-child {
  color: #ffffff;
  font-weight: 750;
}
.topbar .container > div:last-child {
  color: rgba(236,243,255,.82);
}
@keyframes topbarThemeFlow {
  to { background-position: 100% 50%; }
}
@keyframes topbarLightSweep {
  0%, 20% { transform: translateX(-120%); }
  63%, 100% { transform: translateX(120%); }
}
@keyframes topbarRouteLine {
  to { left: 100%; }
}
@media (max-width: 620px) {
  .topbar {
    background-size: 260% 100% !important;
    animation-duration: 9s;
  }
  .topbar::after {
    width: 55%;
    animation-duration: 4.8s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .topbar,
  .topbar::before,
  .topbar::after {
    animation: none !important;
  }
}


.logo {
  width: 52px !important;
  height: 52px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: url('../images/logo.png') center / 170% auto no-repeat !important;
  box-shadow: none !important;
  flex: 0 0 52px !important;
}
.logo::before,
.logo::after {
  display: none !important;
  content: none !important;
}
@media (max-width: 620px) {
  .logo {
    width: 46px !important;
    height: 46px !important;
    flex-basis: 46px !important;
  }
}


body {
  background:
    radial-gradient(circle at 12% 18%, rgba(47,111,255,.11), transparent 27%),
    radial-gradient(circle at 88% 38%, rgba(246,77,105,.09), transparent 25%),
    linear-gradient(145deg, #e6edf8 0%, #edf1f7 48%, #f3e9ef 100%) !important;
}
nav {
  background: rgba(255,255,255,.93) !important;
  border-bottom: 1px solid rgba(47,111,255,.10) !important;
  box-shadow: 0 10px 28px rgba(19,52,110,.08);
}
.hero-copy-luxury {
  background: linear-gradient(135deg, rgba(225,234,248,.88), rgba(237,228,238,.72)) !important;
  border-color: rgba(192,208,235,.82) !important;
  box-shadow: 0 28px 80px rgba(24,54,116,.15), inset 0 1px 0 rgba(255,255,255,.52) !important;
}
.section {
  background: rgba(226,234,246,.42);
}
.section:nth-of-type(even) {
  background: rgba(239,228,235,.38);
}
.card,
.panel,
.product,
.tbox,
.cta {
  background: linear-gradient(155deg, rgba(232,238,247,.94), rgba(240,231,238,.88)) !important;
  border-color: rgba(190,207,232,.82) !important;
}
.product-img,
.glass-card {
  background-color: rgba(220,230,244,.74) !important;
}
input,
select,
textarea,
.mini,
.btn.ghost {
  background: rgba(225,233,245,.94) !important;
  border-color: rgba(179,199,229,.88) !important;
}
footer {
  background: linear-gradient(180deg, #dfe8f5, #e8e3ed) !important;
  border-top-color: rgba(47,111,255,.16) !important;
}
@media (max-width: 620px) {
  nav { background: rgba(255,255,255,.97) !important; }
  .hero-copy-luxury {
    background: linear-gradient(145deg, rgba(225,234,248,.92), rgba(237,228,238,.84)) !important;
  }
}


.btn {
  border: 1px solid rgba(255,255,255,.18) !important;
  letter-spacing: 0 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.20), 0 10px 24px rgba(17,39,82,.14);
}
.btn.primary,
.mobile-actions .btn.primary {
  color: #fff !important;
  background: linear-gradient(145deg, #8f2948 0%, #c53f5d 48%, #e15b72 100%) !important;
  border-color: rgba(255,207,217,.30) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 14px 30px rgba(126,31,61,.24) !important;
}
.btn.secondary,
.mobile-actions .btn.secondary {
  color: #fff !important;
  background: linear-gradient(145deg, #12346f 0%, #2155a7 48%, #3979d5 100%) !important;
  border-color: rgba(190,216,255,.28) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 14px 30px rgba(15,55,123,.25) !important;
}
.btn.ghost,
.mobile-actions .btn.ghost {
  color: #17325f !important;
  background: linear-gradient(145deg, #f4f7fb, #dfe8f5) !important;
  border-color: rgba(146,172,211,.52) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 10px 24px rgba(22,53,105,.11) !important;
}
.btn::before {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent) !important;
}
.btn:hover {
  transform: translateY(-3px) !important;
  filter: brightness(1.06) saturate(1.04);
}
.btn:active {
  transform: translateY(-1px) !important;
  filter: brightness(.98);
}
.product-actions .mini {
  color: #17325f;
  background: linear-gradient(145deg, #edf2f8, #dce6f3) !important;
  border: 1px solid rgba(146,172,211,.55) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 8px 18px rgba(22,53,105,.09);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.product-actions .mini:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 12px 22px rgba(22,53,105,.14);
}


.hero .container {
  justify-content: center !important;
}
.hero-copy-luxury {
  width: 100%;
  text-align: center !important;
}
.hero-copy-luxury > .pill {
  display: inline-flex;
  justify-content: center;
}
.hero-copy-luxury h1,
.hero-copy-luxury p {
  margin-left: auto !important;
  margin-right: auto !important;
}
.hero-cta,
.hero-stats,
.luxury-trust-strip {
  justify-content: center !important;
}
.hero-stats > div {
  text-align: center;
}
@media (max-width: 620px) {
  .hero-copy-luxury {
    text-align: center !important;
  }
  .hero-cta {
    justify-items: stretch;
  }
}


.hero {
  isolation: auto !important;
}
.hero-copy-luxury {
  position: relative !important;
  z-index: 5 !important;
  isolation: isolate;
}

.hero > .container {
  position: relative !important;
  z-index: 5 !important;
}
.plane-wrap {
  z-index: 2 !important;
}
.global-plane {
  position: fixed !important;
  z-index: 6 !important;
  pointer-events: none !important;
}
.site-motion > .global-ship {
  display: block !important;
  top: 445px !important;
  z-index: 1 !important;
  transition: opacity .35s ease !important;
}
.site-motion > .global-ship.is-hidden-in-hero {
  opacity: 0 !important;
}
@media (max-width: 620px) {
  .site-motion > .global-ship {
    display: block !important;
    top: 425px !important;
  }
}


.global-plane {
  overflow: visible !important;
}
.global-plane .real-plane {
  position: relative;
  z-index: 2;
  opacity: 1 !important;
}

.plane-cargo-drop {
  position: absolute;
  left: 52%;
  top: 54%;
  z-index: 1;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.plane-crate {
  --crate-size: 48px;
  position: absolute;
  left: 0;
  top: 0;
  width: var(--crate-size);
  height: calc(var(--crate-size) * .78);
  border: 2px solid rgba(69,35,19,.58);
  border-radius: 5px;
  opacity: 0;
  background:
    linear-gradient(90deg, transparent 41%, rgba(72,35,18,.48) 42% 58%, transparent 59%),
    linear-gradient(0deg, transparent 39%, rgba(255,225,177,.30) 40% 48%, transparent 49%),
    linear-gradient(145deg, #c37a45 0%, #92502f 54%, #61301d 100%);
  box-shadow: inset 0 1px 0 rgba(255,231,192,.55), 0 16px 22px rgba(20,32,60,.24);
  transform-origin: center;
  will-change: transform, opacity;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.plane-crate::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 2px solid rgba(255,220,168,.38);
  border-radius: 2px;
}
.plane-crate.crate-one {
  animation-name: planeCargoOne;
}
.plane-crate.crate-two {
  --crate-size: 40px;
  margin-left: 20px;
  animation-name: planeCargoTwo;
}
.plane-crate.crate-three {
  --crate-size: 55px;
  margin-left: -18px;
  animation-name: planeCargoThree;
}
@keyframes planeCargoOne {
  0%, 32% { opacity: 0; transform: translate3d(0,0,0) rotate(0deg) scale(.72); }
  33% { opacity: 1; transform: translate3d(0,4px,0) rotate(2deg) scale(.82); }
  44% { opacity: 1; transform: translate3d(-42px,270px,0) rotate(-18deg) scale(1); }
  57%, 100% { opacity: 0; transform: translate3d(-82px,470px,0) rotate(24deg) scale(.92); }
}
@keyframes planeCargoTwo {
  0%, 35% { opacity: 0; transform: translate3d(0,0,0) rotate(0deg) scale(.7); }
  36% { opacity: 1; transform: translate3d(0,5px,0) rotate(-2deg) scale(.8); }
  52% { opacity: 1; transform: translate3d(-30px,255px,0) rotate(20deg) scale(.96); }
  60%, 100% { opacity: 0; transform: translate3d(-64px,455px,0) rotate(-26deg) scale(.88); }
}
@keyframes planeCargoThree {
  0%, 38% { opacity: 0; transform: translate3d(0,0,0) rotate(0deg) scale(.72); }
  39% { opacity: 1; transform: translate3d(0,5px,0) rotate(3deg) scale(.82); }
  55% { opacity: 1; transform: translate3d(-52px,260px,0) rotate(-16deg) scale(1); }
  63%, 100% { opacity: 0; transform: translate3d(-98px,465px,0) rotate(28deg) scale(.9); }
}
@media (max-width: 620px) {
  .plane-cargo-drop { left: 52%; top: 53%; }
  .plane-crate { --crate-size: 34px; }
  .plane-crate.crate-two { --crate-size: 29px; }
  .plane-crate.crate-three { --crate-size: 39px; }
}
@media (prefers-reduced-motion: reduce) {
  .plane-cargo-drop { display: none; }
}


footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(120,174,255,.34), transparent 26%),
    radial-gradient(circle at 88% 70%, rgba(255,110,142,.30), transparent 28%),
    linear-gradient(120deg, #102f6e 0%, #245fc0 42%, #3c73ce 62%, #9d3e67 100%) !important;
  border-top: 1px solid rgba(255,255,255,.24) !important;
}
footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(#000, transparent);
}
footer .brand,
footer h4 { color: #fff !important; }
footer p,
footer a { color: rgba(243,247,255,.82) !important; }
footer a { transition: color .2s ease, transform .2s ease; }
footer a:hover { color: #fff !important; transform: translateX(3px); }
footer .copy {
  color: rgba(239,245,255,.72) !important;
  border-top-color: rgba(255,255,255,.20) !important;
}


.hero-copy-luxury {
  background: linear-gradient(145deg, rgba(225,234,248,.62), rgba(237,228,238,.50)) !important;
  backdrop-filter: blur(6px) saturate(1.05) !important;
  -webkit-backdrop-filter: blur(6px) saturate(1.05) !important;
  border-color: rgba(210,224,244,.58) !important;
  box-shadow: 0 20px 52px rgba(24,54,116,.12), inset 0 1px 0 rgba(255,255,255,.32) !important;
}


.plane-wrap {
  left: -100px !important;
  animation-duration: 30s !important;
}
@keyframes planePathCustom {
  0%    { transform: translateX(0) translateY(92px) scale(.96) rotate(-2deg); }
  18%   { transform: translateX(20vw) translateY(64px) scale(.98) rotate(-4deg); }
  48%   { transform: translateX(54vw) translateY(0) scale(1) rotate(-7deg); }
  68%   { transform: translateX(76vw) translateY(-48px) scale(.99) rotate(-9deg); }
  100%  { transform: translateX(118vw) translateY(-112px) scale(.96) rotate(-11deg); }
}
.plane-cargo-drop { left: 45% !important; }
.plane-crate { animation-duration: 30s !important; }
.plane-crate.crate-one { animation-name: desktopCargoOne !important; }
.plane-crate.crate-two { animation-name: desktopCargoTwo !important; }
.plane-crate.crate-three { animation-name: desktopCargoThree !important; }
@media (max-width: 620px) {
  .plane-wrap { left: -210px !important; }
  .plane-wrap,
  .plane-crate { animation-duration: 24s !important; }
}
@keyframes desktopCargoOne {
  0%, 26% { opacity:0; transform:translate3d(0,0,0) rotate(0deg) scale(.72); }
  27% { opacity:1; transform:translate3d(0,4px,0) rotate(2deg) scale(.82); }
  35% { opacity:1; transform:translate3d(-42px,270px,0) rotate(-18deg) scale(1); }
  37%, 100% { opacity:0; transform:translate3d(-82px,470px,0) rotate(24deg) scale(.92); }
}
@keyframes desktopCargoTwo {
  0%, 28% { opacity:0; transform:translate3d(0,0,0) rotate(0deg) scale(.70); }
  29% { opacity:1; transform:translate3d(0,5px,0) rotate(-2deg) scale(.80); }
  37% { opacity:1; transform:translate3d(-30px,255px,0) rotate(20deg) scale(.96); }
  39%, 100% { opacity:0; transform:translate3d(-64px,455px,0) rotate(-26deg) scale(.88); }
}
@keyframes desktopCargoThree {
  0%, 30% { opacity:0; transform:translate3d(0,0,0) rotate(0deg) scale(.72); }
  31% { opacity:1; transform:translate3d(0,5px,0) rotate(3deg) scale(.82); }
  39% { opacity:1; transform:translate3d(-52px,260px,0) rotate(-16deg) scale(1); }
  41%, 100% { opacity:0; transform:translate3d(-98px,465px,0) rotate(28deg) scale(.90); }
}


.site-motion > .global-ship {
  right: -720px !important;
  transition: none !important;
}
.site-motion > .global-ship.is-hidden-in-hero {
  opacity: 0 !important;
  animation-play-state: paused !important;
}
.site-motion > .global-ship:not(.is-hidden-in-hero) {
  opacity: .90 !important;
  animation-play-state: running !important;
}
@media (max-width: 620px) {
  .site-motion > .global-ship {
    right: -470px !important;
  }
}


.site-motion > .global-ship {
  display: block !important;
  visibility: visible;
  z-index: 4 !important;
  animation-name: shipSmoothDesktop !important;
  animation-duration: 38s !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
}
.site-motion > .global-ship.is-hidden-in-hero {
  visibility: hidden;
}
@keyframes shipSmoothDesktop {
  0%   { transform: translate3d(0,0,0); }
  25%  { transform: translate3d(-35vw,-2px,0); }
  50%  { transform: translate3d(-72vw,2px,0); }
  75%  { transform: translate3d(-108vw,-2px,0); }
  100% { transform: translate3d(-150vw,0,0); }
}
@media (max-width: 620px) {
  .site-motion > .global-ship {
    display: block !important;
    visibility: visible;
    z-index: 4 !important;
    animation-name: shipSmoothMobile !important;
    animation-duration: 32s !important;
  }
  .site-motion > .global-ship.is-hidden-in-hero {
    visibility: hidden;
  }
}
@keyframes shipSmoothMobile {
  0%   { transform: translate3d(0,0,0); }
  25%  { transform: translate3d(-55vw,-2px,0); }
  50%  { transform: translate3d(-112vw,2px,0); }
  75%  { transform: translate3d(-172vw,-2px,0); }
  100% { transform: translate3d(-235vw,0,0); }
}


.site-motion > .global-ship {
  right: -820px !important;
}
.site-motion > .global-ship .real-ship {
  width: 880px !important;
  height: 312px !important;
}
@media (max-width: 620px) {
  .site-motion > .global-ship {
    right: -525px !important;
  }
  .site-motion > .global-ship .real-ship {
    width: 580px !important;
    height: 205px !important;
  }
}

.header-banner{display:none!important}
/* WooCommerce integration */
.woocommerce .woocommerce-breadcrumb{color:var(--muted);margin-bottom:24px}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;padding:0 0 20px!important;overflow:hidden;background:linear-gradient(145deg,rgba(241,245,251,.96),rgba(239,230,238,.92));border:1px solid rgba(185,204,232,.82);border-radius:18px;box-shadow:0 18px 50px rgba(20,48,100,.12)}
.woocommerce ul.products li.product a img{aspect-ratio:1/.78;object-fit:cover;margin:0 0 16px!important;background:#e7eef9}
.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .price{padding-left:18px!important;padding-right:18px!important}
.woocommerce ul.products li.product .price{color:var(--blue2)!important;font-weight:900!important}
.woocommerce ul.products li.product .button{margin-left:18px!important;border-radius:12px;color:#fff;background:linear-gradient(145deg,#12346f,#2155a7 50%,#3979d5)}
.woocommerce div.product,.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register,.woocommerce-MyAccount-content{padding:24px;background:rgba(241,245,251,.94);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{min-height:46px;padding:11px 13px;border:1px solid #b9cbe6;border-radius:11px;background:#edf3fa}
.woocommerce .button,.woocommerce button.button,.woocommerce a.button,.woocommerce input.button{min-height:44px;border-radius:12px!important;color:#fff!important;background:linear-gradient(145deg,#12346f,#2155a7 50%,#3979d5)!important}
.woocommerce-error,.woocommerce-info,.woocommerce-message{border-radius:12px;background:#edf3fa}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:14px;background:#edf3fa;border:1px solid var(--line);border-radius:14px}
.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:11px 12px;font-weight:750}
.wp-page-content{min-height:420px}.page-title h1{margin-top:0}
@media(max-width:900px){.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.woocommerce ul.products{grid-template-columns:1fr}.woo-main{padding-top:36px}}
.brand-image{display:block;width:auto;max-width:62px;height:48px;object-fit:contain}.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.mobile-menu .navlinks{display:grid}.mobile-menu .navlinks a{display:block;padding:12px}.mobile-actions{display:grid;gap:10px;margin-top:18px}
/* V3 layout parity fixes */
.home #request .steps{grid-template-columns:1fr}
.home #request .step{grid-template-columns:46px 1fr}
body:not(.home) .section:first-of-type{padding-top:58px}
body:not(.home) .wp-page-content{min-height:0}
.woocommerce .woocommerce-products-header{margin-bottom:24px}
.woocommerce .woocommerce-products-header__title{font-size:clamp(38px,5vw,60px);margin:0 0 12px}
/* V4 animation performance */
.global-plane,.site-motion>.global-ship,.real-plane,.real-ship,.plane-crate,.mini-plane,.mini-ship,.topbar:before,.topbar:after{will-change:transform;backface-visibility:hidden;transform-style:preserve-3d}
.global-plane,.site-motion>.global-ship{contain:layout style paint}
.hero-video-bg video{transform:translateZ(0);backface-visibility:hidden;will-change:auto}
@media(prefers-reduced-motion:reduce){.global-plane,.site-motion>.global-ship,.plane-crate,.mini-plane,.mini-ship{animation:none!important}.global-plane,.site-motion>.global-ship{display:none!important}}
/* Keep the ship timeline continuous while it is visually hidden over the hero. */
.site-motion>.global-ship.is-hidden-in-hero{animation-play-state:running!important;opacity:0!important;visibility:hidden!important}

/* V5 responsive containment */
html,body{width:100%;max-width:100%;overflow-x:hidden}
@supports(overflow:clip){html,body{overflow-x:clip}}
.container,.nav,.grid,.split,.form-grid,.footer-grid,.woocommerce,.woocommerce-page{min-width:0;max-width:100%}
.grid>*,.split>*,.form-grid>*,.footer-grid>*,.nav>*{min-width:0}
main img,main video,.woocommerce img,.wp-page-content img{max-width:100%;height:auto}
input,select,textarea,button{max-width:100%}
.field,input,select,textarea{min-width:0}
.table-wrap,.woocommerce-cart-form{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.woocommerce table.shop_table{width:100%;max-width:100%}
.woocommerce form .form-row{min-width:0}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{width:100%;max-width:100%}
.page-hero h1,.section-head h2,.content-card h2,.card,.woocommerce{overflow-wrap:anywhere}
.site-motion,.global-plane,.site-motion>.global-ship{pointer-events:none}
@media(max-width:900px){
  .container{width:calc(100% - 36px)}
  .section{padding:56px 0}
  .page-hero{padding:58px 0 48px}
  .grid-4,.grid-3,.steps,.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .split,.account-layout{grid-template-columns:1fr}
  .account-nav{position:static}
}
@media(max-width:620px){
  .container{width:calc(100% - 28px)}
  .section{padding:42px 0}
  .page-hero{padding:44px 0 38px}
  .page-hero h1{font-size:clamp(34px,12vw,48px);line-height:1.06}
  .page-hero p{font-size:15px}
  .grid-4,.grid-3,.grid-2,.steps,.stat-grid,.form-grid,.filter-grid{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .form-card,.summary-card,.content-card,.card,.woocommerce div.product,.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register,.woocommerce-MyAccount-content{max-width:100%;padding:20px}
  .section-head,.toolbar,.auth-row{align-items:flex-start;flex-direction:column}
  .hero-search{width:100%}
  .hero-search .btn{padding-inline:13px}
  .btn{white-space:normal;text-align:center}
  .woocommerce table.shop_table{font-size:14px}
}
/* Unified product request form */
.product-request-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.product-request-form>.full{grid-column:1/-1}
.product-request-form>h2{margin:12px 0 0;font-size:22px}
.product-request-form>h2:first-of-type{margin-top:0}
.request-submit-row{display:flex;justify-content:flex-start;margin-top:6px}
.request-submit-row .btn{min-width:220px}
@media(max-width:620px){.product-request-form{grid-template-columns:1fr}.product-request-form>.full{grid-column:auto}.request-submit-row .btn{width:100%;min-width:0}}.form-requirement{margin:0;color:var(--muted);font-size:12px;line-height:1.5}
.product-request-form h2+.field{margin-top:0}
/* Force footer copyright row to full-width center */
footer .copy,footer .copyright{display:block!important;width:100%!important;max-width:none!important;grid-column:1/-1!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}
/* Keep live WooCommerce product photos balanced on small screens. */
@media(max-width:620px){.home-products .woocommerce ul.products li.product a img,.home-products ul.products li.product a img{display:block!important;width:100%!important;height:auto!important;max-height:360px!important;aspect-ratio:4/3!important;object-fit:contain!important;background:#fff}}

/* Website reviews */
.customer-reviews-section{background:linear-gradient(145deg,rgba(232,239,248,.96),rgba(244,234,240,.94))}
.website-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}
.website-review-card{display:flex;min-width:0;min-height:220px;padding:24px;flex-direction:column;border:1px solid rgba(185,204,232,.82);border-radius:18px;background:linear-gradient(145deg,rgba(247,250,255,.96),rgba(242,233,240,.94));box-shadow:var(--shadow)}
.website-review-card blockquote{margin:16px 0 20px;color:var(--muted);font-size:15px;line-height:1.7}
.website-review-card strong{margin-top:auto;color:var(--navy)}
.review-stars{color:#d59b16;font-size:19px;letter-spacing:0}
.review-empty{margin-top:24px}
.website-review-form-wrap{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:28px;align-items:start;margin-top:28px;padding:28px;border:1px solid rgba(185,204,232,.82);border-radius:18px;background:rgba(244,248,253,.88);box-shadow:var(--shadow)}
.website-review-form-wrap h3{margin:14px 0 8px;font-size:28px}
.website-review-form-wrap p{color:var(--muted);line-height:1.65}
.website-review-form{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.website-review-form .full,.website-review-form button{grid-column:1/-1}
.website-review-form textarea{min-height:120px}
.review-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.review-response{grid-column:1/-1}
@media(max-width:900px){.website-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.website-review-form-wrap{grid-template-columns:1fr}}
@media(max-width:620px){.website-review-grid,.website-review-form{grid-template-columns:1fr}.website-review-form-wrap{gap:20px;padding:20px}.website-review-form .full,.website-review-form button{grid-column:auto}.website-review-form button{width:100%;min-height:48px}.website-review-card{min-height:0;padding:20px}}
.review-consent a{color:var(--blue2);font-weight:800;text-decoration:underline;text-underline-offset:3px}

/* v5.2 home product layering and cards */
.home #shop{position:relative;z-index:2;isolation:isolate}
.home #shop>.section-grid{z-index:0}
.home #shop>.container{position:relative;z-index:3}
.home #shop .ship-product-grid{position:relative;z-index:4;gap:22px}
.home #shop .product-card{position:relative;overflow:hidden;border:1px solid rgba(174,196,229,.9);border-radius:16px;background:linear-gradient(155deg,#fff 0%,#f8faff 62%,#f8eef3 100%);box-shadow:0 16px 38px rgba(20,48,100,.11);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.home #shop .product-card:hover{transform:translateY(-5px);border-color:rgba(88,133,204,.55);box-shadow:0 22px 48px rgba(20,48,100,.16)}
.home #shop .product-image{aspect-ratio:4/3;padding:14px;background:#fff;border-bottom:1px solid rgba(190,207,232,.72)}
.home #shop .product-image>a{display:grid;place-items:center}
.home #shop .product-image img{width:100%;height:100%;object-fit:contain;transition:transform .25s ease}
.home #shop .product-card:hover .product-image img{transform:scale(1.035)}
.home #shop .product-body{padding:20px}
.home #shop .product-body>.badge{position:static;inset:auto;align-self:flex-start;color:#196a48;background:#e8f6ef;border-color:#b9decf}
.home #shop .product-body h3{margin:12px 0 7px;font-size:19px;line-height:1.28}
.home #shop .product-body p{min-height:42px;margin-bottom:14px}
.home #shop .product-price{padding-top:13px;border-top:1px solid rgba(190,207,232,.7);font-size:21px}
.home #shop .product-actions{display:block;margin-top:16px}
.home #shop .product-actions .btn{width:100%;min-height:45px;max-width:none!important}
@media(max-width:620px){.home #shop .product-body p{min-height:0}}
/* v5.2.2 compact home shop action */
@media(max-width:620px){.home #shop .shop-top{align-items:flex-start}.home #shop .shop-top>.btn{width:auto!important;min-width:0!important;min-height:42px!important;padding:9px 15px!important;font-size:14px!important}}

/* v5.2.3 home shop spacing */
.home #shop .home-products{margin-top:26px}
@media(max-width:620px){.home #shop .home-products{margin-top:22px}}
