:root{
  --primary:#168df2;
  --primary-dark:#096bc2;
  --primary-soft:#eaf5ff;
  --navy:#071b36;
  --text:#0d1b2f;
  --muted:#637083;
  --line:#e6edf5;
  --soft:#f6faff;
  --white:#fff;
  --shadow:0 20px 60px rgba(13,27,47,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:#fff;
  padding-top:78px;
}
a{text-decoration:none}.navbar{border-bottom:1px solid rgba(230,237,245,.9);box-shadow:0 8px 30px rgba(13,27,47,.04)}.navbar .container{min-height:62px}.brand-logo{height:48px;width:auto;display:block}.nav-link{font-weight:600;color:#334155!important;margin:0 4px}.nav-link:hover{color:var(--primary)!important}.btn{font-weight:700;border-radius:12px;padding:.72rem 1.1rem}.btn-lg{padding:.92rem 1.35rem}.btn-primary{background:linear-gradient(135deg,var(--primary),#0b71dc);border:0;box-shadow:0 10px 22px rgba(22,141,242,.22)}.btn-primary:hover{background:linear-gradient(135deg,#0b71dc,var(--primary-dark));transform:translateY(-1px)}.btn-outline-primary{color:var(--primary);border-color:rgba(22,141,242,.45);background:#fff}.btn-outline-primary:hover{background:var(--primary);border-color:var(--primary);color:#fff}.hero-section{position:relative;overflow:hidden;padding:105px 0 90px;background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%)}.hero-glow{position:absolute;border-radius:999px;filter:blur(4px);opacity:.65;pointer-events:none}.hero-glow-one{width:520px;height:520px;background:radial-gradient(circle,rgba(22,141,242,.16),transparent 68%);right:-120px;top:-110px}.hero-glow-two{width:420px;height:420px;background:radial-gradient(circle,rgba(90,203,255,.16),transparent 70%);left:-160px;bottom:-180px}.eyebrow{display:inline-flex;align-items:center;border:1px solid rgba(22,141,242,.18);background:var(--primary-soft);color:var(--primary-dark);border-radius:999px;padding:7px 12px;font-size:.75rem;text-transform:uppercase;letter-spacing:.11em;font-weight:800}.display-4{letter-spacing:-.055em;line-height:1.02}.lead{color:var(--muted);max-width:680px;line-height:1.75}.trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:560px}.trust-row div{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:0 12px 34px rgba(13,27,47,.05)}.trust-row strong{display:block;font-size:1.45rem;line-height:1;color:var(--navy)}.trust-row span{display:block;color:var(--muted);font-size:.86rem;margin-top:6px}.product-window{background:#fff;border:1px solid rgba(15,23,42,.10);border-radius:26px;overflow:hidden;box-shadow:var(--shadow);transform:perspective(1200px) rotateY(-4deg) rotateX(2deg)}.product-toolbar{height:50px;background:#f7faff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 18px}.dots{display:flex;gap:7px}.dots span{width:10px;height:10px;border-radius:50%;background:#c6d3e1}.toolbar-title{font-size:.85rem;color:#64748b;font-weight:700}.product-body{display:flex;height:440px}.mock-sidebar{width:142px;background:linear-gradient(180deg,#071b36,#102a4c);padding:22px 16px}.mock-logo{width:38px;margin-bottom:24px}.mock-nav{height:28px;border-radius:9px;background:rgba(255,255,255,.10);margin-bottom:12px}.mock-nav.active{background:rgba(22,141,242,.7)}.mock-main{flex:1;padding:24px;background:#fff}.mock-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.mini-label{display:block;font-size:.73rem;text-transform:uppercase;color:var(--primary);font-weight:800;letter-spacing:.08em}.mock-header h3{font-size:1.25rem;margin:2px 0 0}.status-pill{display:inline-flex;align-items:center;border-radius:999px;background:#e8f8ef;color:#177647;padding:6px 10px;font-size:.78rem;font-weight:800}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px}.metric-card{border:1px solid var(--line);border-radius:16px;padding:15px;background:#fff;box-shadow:0 10px 26px rgba(13,27,47,.04)}.metric-card span{font-size:.75rem;color:var(--muted);display:block}.metric-card strong{font-size:1.45rem}.mock-panel{border:1px solid var(--line);border-radius:18px;padding:18px;height:170px;background:linear-gradient(180deg,#fff,#fbfdff);margin-bottom:14px}.panel-title{height:16px;width:40%;background:#dbeafe;border-radius:999px}.chart-line{height:2px;background:linear-gradient(90deg,#8bd1ff,#168df2,#b5e4ff);margin:48px 10px 20px;border-radius:999px}.chart-bars{display:flex;align-items:end;gap:12px;height:45px}.chart-bars span{display:block;flex:1;border-radius:9px 9px 0 0;background:#dcebff}.chart-bars span:nth-child(2){height:70%}.chart-bars span:nth-child(3){height:45%}.chart-bars span:nth-child(4){height:90%}.chart-bars span:nth-child(5){height:58%}.chart-bars span:nth-child(1){height:35%}.mock-table{display:grid;gap:9px}.mock-table span{height:20px;border-radius:999px;background:#eef4fb}.section{padding:92px 0}.section-soft{background:linear-gradient(180deg,#f7fbff,#fff)}.section-heading{text-align:center;max-width:820px;margin:0 auto 44px}.section-heading h2{font-weight:800;letter-spacing:-.04em;font-size:clamp(2rem,3vw,3rem);margin-top:16px}.section-heading p,.section-text{color:var(--muted);line-height:1.75}.feature-card,.pricing-card,.contact-form,.tracking-widget,.cta-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 14px 40px rgba(13,27,47,.055)}.feature-card{padding:30px;height:100%;transition:.18s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 22px 60px rgba(13,27,47,.09)}.feature-card .icon{width:54px;height:54px;border-radius:16px;background:var(--primary-soft);display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:1.55rem;margin-bottom:22px}.feature-card h5{font-weight:800;margin-bottom:10px}.feature-card p,.pricing-card p{color:var(--muted);line-height:1.65;margin:0}.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:26px}.check-grid span{background:#fff;border:1px solid var(--line);border-radius:14px;padding:13px 14px;font-weight:700;color:#334155}.check-grid i{color:var(--primary);margin-right:8px}.tracking-widget{padding:32px}.tracking-widget small{display:block;color:var(--muted);font-weight:500;margin-top:4px}.timeline{display:grid;gap:0;position:relative}.timeline:before{content:"";position:absolute;left:10px;top:10px;bottom:10px;width:2px;background:#dce8f5}.timeline div{display:grid;grid-template-columns:22px 1fr;column-gap:14px;padding:0 0 22px;position:relative}.timeline div:last-child{padding-bottom:0}.timeline div>span{width:22px;height:22px;border-radius:50%;background:#d7e2ee;border:5px solid #fff;box-shadow:0 0 0 1px #d7e2ee;z-index:1}.timeline div.done>span{background:#1fbf75;box-shadow:0 0 0 1px #1fbf75}.timeline div.active>span{background:var(--primary);box-shadow:0 0 0 5px rgba(22,141,242,.12)}.timeline strong{grid-column:2;color:var(--text)}.timeline small{grid-column:2}.pricing-card{padding:30px;position:relative;height:100%}.pricing-card.popular{border:2px solid rgba(22,141,242,.85);box-shadow:0 24px 70px rgba(22,141,242,.14)}.popular-badge{position:absolute;right:20px;top:20px;background:var(--primary);color:#fff;font-size:.75rem;border-radius:999px;padding:6px 10px;font-weight:800}.price{font-size:2.55rem;font-weight:800;letter-spacing:-.05em;margin:24px 0 8px}.price span{font-size:1rem;color:var(--muted);font-weight:600;letter-spacing:0}.pricing-note{text-align:center;color:var(--muted);margin:28px 0 0}.cta-section{padding:20px 0 92px}.cta-card{padding:36px;display:flex;align-items:center;justify-content:space-between;gap:28px;background:linear-gradient(135deg,#f7fbff,#fff)}.cta-card h2{font-weight:800;margin:14px 0 8px}.cta-card p{color:var(--muted);margin:0}.contact-form{padding:30px}.form-label{font-weight:700;color:#334155}.form-control,.form-select{border-radius:12px;border-color:#dbe4ee;padding:13px 14px}.form-control:focus,.form-select:focus{border-color:var(--primary);box-shadow:0 0 0 .22rem rgba(22,141,242,.12)}.footer{padding:28px 0;border-top:1px solid var(--line);background:#fff}.footer-logo{height:40px;width:auto}
@media(max-width:991px){body{padding-top:76px}.hero-section{padding:76px 0 70px}.product-window{transform:none}.product-body{height:360px}.section{padding:70px 0}.cta-card{display:block}.cta-card .btn{margin-top:24px}.brand-logo{height:42px}}
@media(max-width:575px){.display-4{font-size:2.6rem}.trust-row,.metric-grid,.check-grid{grid-template-columns:1fr}.mock-sidebar{display:none}.product-body{height:330px}.mock-main{padding:18px}.section-heading{text-align:left}.hero-section{padding-top:56px}}

.metric-card em{display:inline-flex;margin-top:8px;font-style:normal;font-size:.72rem;font-weight:800;color:#177647;background:#e8f8ef;border-radius:999px;padding:4px 8px}.shipment-flow{display:grid;gap:12px;margin-bottom:14px}.flow-line{display:grid;grid-template-columns:42px 1fr auto;grid-template-rows:auto auto;column-gap:12px;align-items:center;border:1px solid var(--line);border-radius:18px;padding:13px 14px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 8px 24px rgba(13,27,47,.035)}.flow-icon{grid-row:1/3;width:38px;height:38px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:var(--primary-soft);color:var(--primary);font-size:1.15rem}.flow-line strong{font-size:.88rem;color:var(--text);justify-self:end}.flow-line small{grid-column:2/4;color:var(--muted);font-size:.76rem;margin-top:4px}.flow-track{display:flex;align-items:center;gap:6px}.flow-track:before{content:"";height:2px;flex:1;background:linear-gradient(90deg,var(--primary),#8bd1ff);border-radius:999px}.flow-track span{width:8px;height:8px;border-radius:50%;background:#168df2;box-shadow:0 0 0 4px rgba(22,141,242,.1)}.flow-line.ocean .flow-icon{background:#ecfeff;color:#0891b2}.flow-line.ocean .flow-track:before{background:linear-gradient(90deg,#0891b2,#67e8f9)}.flow-line.ocean .flow-track span{background:#0891b2;box-shadow:0 0 0 4px rgba(8,145,178,.10)}.plan-features{list-style:none;padding:0;margin:22px 0 26px;display:grid;gap:11px}.plan-features li{position:relative;padding-left:26px;color:#334155;font-weight:600}.plan-features li:before{content:"✓";position:absolute;left:0;top:0;color:var(--primary);font-weight:900}.captcha-placeholder{display:flex;align-items:center;gap:10px;border:1px dashed #b8c7d9;background:#f8fbff;color:#637083;border-radius:14px;padding:13px 14px;font-size:.9rem}.captcha-placeholder i{color:var(--primary);font-size:1.15rem}

/* Responsive refinements */
.product-window,
.tracking-widget,
.pricing-card,
.feature-card,
.contact-form,
.cta-card{max-width:100%;}
.product-body{min-width:0;}
.mock-main{min-width:0;overflow:hidden;}
.mock-header h3{word-break:break-word;}
.flow-line{min-width:0;}
.flow-line strong,
.flow-line small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.flow-track{min-width:0;}

@media(max-width:1199px){
  .product-body{height:auto;min-height:410px;}
  .mock-sidebar{width:112px;}
  .mock-main{padding:20px;}
  .metric-card{padding:13px;}
  .metric-card strong{font-size:1.25rem;}
  .flow-line{grid-template-columns:38px minmax(0,1fr) auto;padding:12px;}
}

@media(max-width:991px){
  .hero-section{text-align:left;}
  .product-window{max-width:720px;margin:12px auto 0;}
  .product-body{height:auto;min-height:0;}
  .mock-main{overflow:visible;}
  .mock-sidebar{width:104px;}
  .mock-panel{height:145px;}
}

@media(max-width:767px){
  body{padding-top:70px;}
  .navbar .container{min-height:58px;}
  .hero-section{padding:54px 0 58px;}
  .display-4{font-size:clamp(2.25rem,11vw,3.2rem);line-height:1.06;}
  .lead{font-size:1.02rem;line-height:1.65;}
  .trust-row{grid-template-columns:1fr;max-width:none;}
  .product-window{border-radius:20px;transform:none;}
  .product-toolbar{height:46px;padding:0 14px;}
  .toolbar-title{font-size:.78rem;}
  .product-body{display:block;height:auto;}
  .mock-sidebar{display:none;}
  .mock-main{padding:16px;overflow:visible;}
  .mock-header{margin-bottom:14px;gap:12px;}
  .mock-header h3{font-size:1.05rem;}
  .status-pill{font-size:.72rem;padding:5px 9px;}
  .metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;}
  .metric-card{border-radius:14px;padding:10px;}
  .metric-card span{font-size:.64rem;line-height:1.2;}
  .metric-card strong{display:block;font-size:1.05rem;line-height:1.25;margin-top:2px;}
  .metric-card em{font-size:.6rem;padding:3px 6px;margin-top:5px;}
  .shipment-flow{gap:9px;margin-bottom:0;}
  .flow-line{grid-template-columns:34px minmax(0,1fr);grid-template-rows:auto auto auto;padding:11px;border-radius:16px;}
  .flow-icon{width:32px;height:32px;border-radius:12px;font-size:1rem;}
  .flow-track{grid-column:2;grid-row:1;margin-bottom:4px;}
  .flow-line strong{grid-column:2;grid-row:2;justify-self:start;font-size:.82rem;max-width:100%;}
  .flow-line small{grid-column:2;grid-row:3;font-size:.72rem;margin-top:2px;max-width:100%;}
  .mock-panel.large{display:none;}
  .section{padding:62px 0;}
  .section-heading{text-align:left;margin-bottom:30px;}
  .section-heading h2{font-size:clamp(1.85rem,8vw,2.35rem);}
  .check-grid{grid-template-columns:1fr;}
  .tracking-widget{padding:22px;}
  .cta-card{padding:26px;}
  .contact-form{padding:22px;}
  .captcha-placeholder{align-items:flex-start;}
  .footer .container{justify-content:center!important;text-align:center;}
}

@media(max-width:420px){
  .brand-logo{height:36px;}
  .btn-lg{width:100%;justify-content:center;}
  .hero-section .d-flex.gap-3{gap:.75rem!important;}
  .product-window{margin-left:-2px;margin-right:-2px;}
  .mock-main{padding:12px;}
  .metric-grid{grid-template-columns:1fr;}
  .metric-card{display:flex;align-items:center;justify-content:space-between;gap:10px;}
  .metric-card span{font-size:.72rem;}
  .metric-card strong{font-size:1.15rem;margin-left:auto;}
  .metric-card em{display:none;}
  .flow-track span:nth-child(n+4){display:none;}
  .pricing-card{padding:24px;}
}
