:root{
    --navy-deep:#0B1F3D;
    --navy-mid:#14335E;
    --navy-line: rgba(255,255,255,0.14);
    --amber:#2F86EB;
    --amber-dim:#1B5FB0;
    --cream:#F7F5F0;
    --paper:#FFFFFF;
    --slate:#5B6472;
    --slate-dark:#20283A;
    --radius:2px;
  }

*{box-sizing:border-box; margin:0; padding:0;}

html{scroll-behavior:smooth;}

body{
    background:var(--cream);
    color:var(--slate-dark);
    font-family:'Inter', sans-serif;
    line-height:1.5;
    -webkit-font-smoothing:antialiased;
  }

h1,h2,h3,h4{
    font-family:'Inter', sans-serif;
    color:var(--slate-dark);
    letter-spacing:-0.01em;
    font-weight:700;
  }

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

img{max-width:100%; display:block;}

.wrap{max-width:1180px; margin:0 auto; padding:0 32px;}

.mono-tag{
    font-family:'IBM Plex Mono', monospace;
    font-size:12px;
    letter-spacing:0.14em;
    text-transform:uppercase;
    color:var(--amber-dim);
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:14px;
  }

.mono-tag::before{
    content:"";
    width:22px; height:1px;
    background:var(--amber-dim);
  }

/* ===== HEADER ===== */
  header{
    position:sticky; top:0; z-index:50;
    background:var(--navy-deep);
    border-bottom:1px solid var(--navy-line);
  }

.header-inner{
    display:flex; align-items:center; justify-content:space-between;
    padding:18px 32px;
    max-width:1180px; margin:0 auto;
  }

.logo{
    font-family:'Inter', sans-serif;
    font-weight:800;
    font-size:21px;
    color:#fff;
    letter-spacing:-0.02em;
    display:flex; align-items:center; gap:2px;
  }

.logo span{color:var(--amber);}

.logo-img{
    height:30px;
    width:auto;
    display:block;
  }

nav ul{list-style:none; display:flex; gap:34px;}

nav a{
    color:rgba(255,255,255,0.78);
    font-size:14.5px; font-weight:500;
    transition:color .2s;
    position:relative;
  }

nav a:hover{color:#fff;}

.header-cta{display:flex; align-items:center; gap:20px;}

.header-phone{
    color:#fff; font-size:14px; font-weight:500;
    font-family:'IBM Plex Mono', monospace;
    display:flex; align-items:center; gap:8px;
  }

.btn{
    display:inline-flex; align-items:center; gap:8px;
    padding:12px 22px;
    font-size:14px; font-weight:600;
    border-radius:var(--radius);
    transition:all .2s ease;
    border:1px solid transparent;
    cursor:pointer;
    white-space:nowrap;
  }

.btn-amber{background:var(--amber); color:#fff;}

.btn-amber:hover{background:#4d97f2; transform:translateY(-1px);}

.btn-outline{border-color:rgba(255,255,255,0.35); color:#fff;}

.btn-outline:hover{border-color:#fff; background:rgba(255,255,255,0.06);}

.btn-outline-dark{border-color:rgba(11,31,61,0.3); color:var(--navy-deep);}

.btn-outline-dark:hover{border-color:var(--navy-deep); background:rgba(11,31,61,0.05);}

.btn-pill-solid{
    background:#fff;
    color:var(--navy-deep);
    border-radius:40px;
    padding:16px 30px;
  }

.btn-pill-solid:hover{transform:translateY(-1px); box-shadow:0 10px 24px rgba(0,0,0,0.25);}

.btn-pill-soft{
    background:rgba(255,255,255,0.14);
    color:#fff;
    border-radius:40px;
    padding:16px 30px;
    backdrop-filter:blur(4px);
  }

.btn-pill-soft:hover{background:rgba(255,255,255,0.24); transform:translateY(-1px);}

/* ===== HERO ===== */
  .hero{
    position:relative;
    min-height:58vh;
    display:flex;
    align-items:flex-end;
    overflow:hidden;
  }

.hero-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transform-origin:center center;
    animation:heroPan 14s ease-in-out infinite alternate;
    will-change:transform;
  }

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(115deg, rgba(11,31,61,0.97) 0%, rgba(11,31,61,0.86) 38%, rgba(11,31,61,0.55) 68%, rgba(11,31,61,0.25) 100%);
  }

.hero-content{
    position:relative;
    z-index:2;
    padding:70px 32px 60px;
    max-width:1180px;
    margin:0 auto;
    width:100%;
  }

.hero-eyebrow{
    font-family:'IBM Plex Mono', monospace;
    font-size:13px;
    letter-spacing:0.16em;
    text-transform:uppercase;
    color:rgba(255,255,255,0.85);
    margin-bottom:22px;
    opacity:0;
    animation:fadeUp .7s ease .1s forwards;
  }

.hero h1{
    font-size:clamp(40px, 6vw, 74px);
    color:#fff;
    font-weight:700;
    line-height:1.04;
    max-width:820px;
    opacity:0;
    animation:fadeUp .8s ease .25s forwards;
  }

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

.hero p{
    color:rgba(255,255,255,0.82);
    font-size:18px;
    max-width:520px;
    margin:26px 0 40px;
    opacity:0;
    animation:fadeUp .8s ease .4s forwards;
  }

.hero-actions{
    display:flex; gap:16px; margin-bottom:36px;
    opacity:0;
    animation:fadeUp .8s ease .55s forwards;
  }

.hero-scroll{
    font-size:26px;
    color:rgba(255,255,255,0.6);
    animation:bounce 2.2s ease-in-out infinite;
  }

/* stat section (standalone, below hero) */
  .stat-section{
    background:var(--navy-deep);
    padding:0;
  }

.stat-strip{
    background:var(--navy-deep);
  }

.stat-strip-inner{
    max-width:1180px; margin:0 auto; padding:0 32px;
    display:grid; grid-template-columns:repeat(4,1fr);
  }

.stat{
    padding:38px 28px;
    border-right:1px solid var(--navy-line);
  }

.stat:last-child{border-right:none;}

.stat-num{
    font-family:'Inter',sans-serif;
    font-size:32px; font-weight:700; color:#fff;
  }

.stat-num span{color:#fff;}

.stat-label{
    font-size:13px; color:rgba(255,255,255,0.6);
    margin-top:6px; letter-spacing:0.02em;
  }

/* ===== SECTION GENERIC ===== */
  section{padding:100px 0;}

.section-head{
    max-width:640px; margin-bottom:56px;
  }

.section-head h2{
    font-size:clamp(28px,3.4vw,40px);
    font-weight:700;
    line-height:1.15;
  }

.section-head p{
    color:var(--slate);
    font-size:16.5px;
    margin-top:18px;
    line-height:1.65;
  }

.section-alt{background:var(--paper);}

/* ===== OVERVIEW (Livingston-style icon card grid) ===== */
  .overview-head{
    max-width:680px;
    margin:0 auto 56px;
    text-align:center;
  }

.overview-head h2{
    font-size:clamp(28px,3.6vw,40px);
    font-weight:700;
    margin-bottom:18px;
  }

.overview-head p{
    color:var(--slate);
    font-size:16.5px;
    line-height:1.65;
  }

.overview-cards{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-bottom:20px;
  }

.ov-card{
    display:flex;
    align-items:center;
    gap:20px;
    background:var(--paper);
    border:1.5px solid rgba(11,31,61,0.08);
    border-radius:6px;
    padding:26px 26px;
    box-shadow:0 2px 10px rgba(11,31,61,0.04);
    transition:box-shadow .2s ease, border-color .2s ease, transform .2s ease;
  }

.ov-card:hover{
    box-shadow:0 12px 28px rgba(11,31,61,0.1);
    border-color:rgba(11,31,61,0.16);
    transform:translateY(-2px);
  }

.ov-card-active{
    border-color:var(--amber);
    box-shadow:0 12px 28px rgba(47,134,235,0.14);
  }

.ov-icon{
    flex:0 0 auto;
    width:52px; height:52px;
    border-radius:10px;
    display:flex; align-items:center; justify-content:center;
  }

.ov-icon-blue{background:#E4EFFE; color:#2F86EB;}

.ov-icon-royal{background:#DCE9FE; color:#1B5FB0;}

.ov-icon-teal{background:#DFF6F1; color:#0E9E86;}

.ov-icon-orange{background:#FEEADD; color:#E8792E;}

.ov-card-text{flex:1;}

.ov-card-text h3{
    font-size:17.5px; font-weight:700; margin-bottom:6px;
  }

.ov-card-text p{
    font-size:14px; color:var(--slate); line-height:1.55;
  }

.ov-arrow{
    flex:0 0 auto;
    font-size:17px;
    color:var(--slate);
  }

.ov-card:hover .ov-arrow{color:var(--amber-dim);}

/* ===== SERVICES (pill-tag icon cards) ===== */
  .services-grid2{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
  }

.svc-card2{
    background:var(--paper);
    border:1.5px solid rgba(11,31,61,0.1);
    border-radius:12px;
    padding:28px 26px 30px;
    position:relative;
    display:block;
    transition:box-shadow .2s ease, border-color .2s ease, transform .2s ease;
  }

.svc-card2:hover{
    box-shadow:0 14px 30px rgba(11,31,61,0.1);
    border-color:rgba(11,31,61,0.18);
    transform:translateY(-2px);
  }

.svc-pill{
    display:inline-block;
    font-family:'IBM Plex Mono', monospace;
    font-size:10.5px;
    letter-spacing:0.08em;
    color:var(--amber-dim);
    background:rgba(47,134,235,0.1);
    padding:5px 11px;
    border-radius:20px;
    margin-bottom:18px;
  }

.svc-icon-box{
    width:46px; height:46px;
    border-radius:9px;
    background:rgba(47,134,235,0.1);
    color:var(--amber);
    display:flex; align-items:center; justify-content:center;
    margin-bottom:18px;
  }

.svc-card2 h3{
    font-size:18.5px; font-weight:700;
    margin-bottom:10px;
    line-height:1.25;
  }

.svc-card2 p{
    color:var(--slate);
    font-size:14px;
    line-height:1.6;
    margin-bottom:44px;
  }

.svc-arrow-circle{
    position:absolute;
    bottom:24px; right:24px;
    width:34px; height:34px;
    border-radius:50%;
    border:1.5px solid rgba(11,31,61,0.15);
    color:var(--navy-mid);
    display:flex; align-items:center; justify-content:center;
    transition:background .2s ease, color .2s ease, border-color .2s ease;
  }

.svc-card2:hover .svc-arrow-circle{
    background:var(--amber);
    border-color:var(--amber);
    color:#fff;
  }

.svc-card2-featured{
    background:var(--navy-deep);
    border-color:var(--navy-deep);
  }

.svc-card2-featured .svc-pill{
    background:rgba(255,255,255,0.14);
    color:#fff;
  }

.svc-card2-featured .svc-icon-box{
    background:rgba(255,255,255,0.14);
    color:#fff;
  }

.svc-card2-featured h3{color:#fff;}

.svc-card2-featured p{color:rgba(255,255,255,0.68);}

.svc-card2-featured .svc-arrow-circle{
    border-color:rgba(255,255,255,0.3);
    color:#fff;
  }

.svc-card2-featured:hover .svc-arrow-circle{
    background:var(--amber);
    border-color:var(--amber);
    color:#fff;
  }

.svc-card2-featured:hover{
    box-shadow:0 14px 30px rgba(11,31,61,0.25);
  }

/* ===== TECH PANEL (Power tools) ===== */
  .tech-panel{
    position:relative;
    border-radius:20px;
    overflow:hidden;
    min-height:560px;
    display:flex;
    align-items:center;
  }

.tech-panel-img{
    position:absolute; inset:0;
    width:100%; height:100%;
    object-fit:cover;
  }

.tech-panel-overlay{
    position:absolute; inset:0;
    background:linear-gradient(100deg, rgba(8,17,32,0.88) 0%, rgba(8,17,32,0.72) 32%, rgba(8,17,32,0.32) 58%, rgba(8,17,32,0.05) 78%);
  }

.tech-panel-content{
    position:relative;
    z-index:2;
    padding:60px 56px;
    max-width:480px;
  }

.tech-panel-content h2{
    color:#fff;
    font-size:clamp(32px,4vw,48px);
    font-weight:700;
    margin:16px 0 22px;
  }

.tech-panel-content p{
    color:rgba(255,255,255,0.78);
    font-size:16px;
    line-height:1.7;
    margin-bottom:34px;
  }

.tech-panel-btn{
    display:inline-flex; align-items:center; gap:10px;
    background:#fff;
    color:var(--navy-deep);
    font-weight:700;
    font-size:14.5px;
    padding:15px 26px;
    border-radius:40px;
    transition:transform .2s ease, box-shadow .2s ease;
  }

.tech-panel-btn:hover{
    transform:translateY(-1px);
    box-shadow:0 10px 24px rgba(0,0,0,0.25);
  }

/* ===== NETWORK / DIFFERENTIATORS ===== */
  .network{
    background:var(--navy-deep);
    color:#fff;
    position:relative;
    overflow:hidden;
  }

.network::before{
    content:"";
    position:absolute; inset:0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size:26px 26px;
    opacity:0.5;
  }

.network .wrap{position:relative; z-index:2;}

.network .section-head h2{color:#fff;}

.network .section-head p{color:rgba(255,255,255,0.65);}

.network-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:start;
  }

.diff-list{list-style:none;}

.diff-list li{
    display:flex; gap:16px;
    padding:20px 0;
    border-bottom:1px solid var(--navy-line);
    font-size:15.5px;
    color:rgba(255,255,255,0.85);
  }

.diff-list li:first-child{padding-top:0;}

.diff-num{
    font-family:'IBM Plex Mono', monospace;
    color:#fff;
    font-size:13px;
    flex:0 0 auto;
    padding-top:2px;
  }

.route-map{
    border:1px solid var(--navy-line);
    border-radius:var(--radius);
    padding:30px;
    background:rgba(255,255,255,0.03);
  }

.route-line{
    display:flex; align-items:center; gap:0; margin-bottom:26px;
  }

.route-city{
    font-family:'IBM Plex Mono', monospace;
    font-size:12px;
    color:rgba(255,255,255,0.55);
    letter-spacing:0.06em;
  }

.route-dash{
    flex:1; height:1px;
    background-image: linear-gradient(to right, var(--amber) 40%, transparent 0%);
    background-size:8px 1px;
    background-repeat:repeat-x;
    margin:0 12px;
    position:relative;
  }

.route-dash::after{
    content:"✈";
    position:absolute; top:-8px; left:50%; transform:translateX(-50%);
    font-size:11px; color:var(--amber);
  }

.route-note{
    font-size:14px; color:rgba(255,255,255,0.6);
    padding-top:20px; border-top:1px solid var(--navy-line);
    line-height:1.6;
  }

/* ===== QUOTE CTA (light, centered) ===== */
  .quote-cta{
    background:var(--paper);
    padding:100px 0;
    text-align:center;
  }

.quote-cta h2{
    font-size:clamp(30px,4vw,46px);
    font-weight:800;
    margin:14px 0 22px;
  }

.quote-cta p{
    color:var(--slate);
    max-width:640px;
    margin:0 auto 8px;
    font-size:17px;
    line-height:1.65;
  }

.quote-cta-bold{
    font-weight:700;
    color:var(--slate-dark);
    font-size:16.5px;
    margin-top:26px !important;
    margin-bottom:34px !important;
  }

.quote-cta-actions{
    display:flex; justify-content:center; gap:14px; flex-wrap:wrap;
  }

.quote-btn{
    display:inline-flex; align-items:center; gap:10px;
    padding:15px 28px;
    border-radius:40px;
    font-size:14.5px;
    font-weight:700;
    transition:transform .2s ease, box-shadow .2s ease;
  }

.quote-btn:hover{transform:translateY(-1px);}

.quote-btn-solid{
    background:var(--navy-deep);
    color:#fff;
  }

.quote-btn-solid:hover{box-shadow:0 10px 24px rgba(11,31,61,0.25);}

.quote-btn-soft{
    background:rgba(47,134,235,0.1);
    color:var(--navy-deep);
  }

.quote-btn-soft:hover{background:rgba(47,134,235,0.18);}

/* ===== FOOTER ===== */
  footer{
    background:#08182F;
    color:rgba(255,255,255,0.6);
    padding:70px 0 30px;
  }

.footer-grid{
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr 1fr;
    gap:40px;
    padding-bottom:50px;
    border-bottom:1px solid var(--navy-line);
  }

.footer-logo{
    font-family:'Inter',sans-serif; font-weight:800; font-size:20px; color:#fff; margin-bottom:16px;
  }

.footer-logo span{color:var(--amber);}

.footer-logo-img{
    height:26px;
    width:auto;
    display:block;
  }

.footer-grid p{font-size:14px; line-height:1.7; max-width:280px;}

.footer-col h4{
    color:#fff; font-size:13px; letter-spacing:0.08em; text-transform:uppercase;
    margin-bottom:18px; font-family:'Inter',sans-serif; font-weight:600;
  }

.footer-col ul{list-style:none;}

.footer-col li{margin-bottom:12px; font-size:14px;}

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

.footer-bottom{
    display:flex; justify-content:space-between; align-items:center;
    padding-top:26px; font-size:13px;
  }

.social-row{display:flex; gap:14px;}

.social-row a{
    width:34px; height:34px; border:1px solid var(--navy-line); border-radius:50%;
    display:flex; align-items:center; justify-content:center; font-size:13px;
  }

/* ===== RESPONSIVE ===== */
  @media(max-width:900px){
    nav{display:none;}
    .header-phone{display:none;}
    .overview-cards{grid-template-columns:1fr;}
    .services-grid2{grid-template-columns:1fr 1fr;}
    .stat-strip-inner{grid-template-columns:repeat(2,1fr);}
    .network-grid{grid-template-columns:1fr;}
    .footer-grid{grid-template-columns:1fr 1fr;}
    .tech-panel{min-height:480px;}
    .tech-panel-content{padding:44px 36px; max-width:100%;}
  }

/* ===== PAGE HERO (interior pages) ===== */
  .page-hero{
    position:relative;
    overflow:hidden;
    padding:150px 0 70px;
  }

.page-hero-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transform-origin:center center;
    animation:pageHeroPan 16s ease-in-out infinite alternate;
    will-change:transform;
  }

.page-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(115deg, rgba(11,31,61,0.94) 0%, rgba(11,31,61,0.84) 45%, rgba(11,31,61,0.55) 100%);
  }

.breadcrumb{
    font-family:'IBM Plex Mono', monospace;
    font-size:12.5px;
    color:rgba(255,255,255,0.55);
    letter-spacing:0.06em;
    margin-bottom:26px;
  }

.breadcrumb a{color:rgba(255,255,255,0.75);}

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

.page-hero h1{
    color:#fff;
    font-size:clamp(34px,5vw,56px);
    font-weight:700;
    max-width:680px;
    line-height:1.08;
  }

.page-hero p{
    color:rgba(255,255,255,0.72);
    font-size:17px;
    max-width:560px;
    margin-top:20px;
  }

/* ===== SERVICE INDEX STRIP ===== */
  .service-index{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    padding:26px 0;
    border-bottom:1px solid rgba(11,31,61,0.1);
    border-top:1px solid rgba(11,31,61,0.1);
    margin-bottom:90px;
  }

.service-index a{
    font-size:13.5px;
    font-weight:600;
    color:var(--navy-deep);
    padding:10px 18px;
    background:rgba(47,134,235,0.08);
    border:1px solid transparent;
    border-radius:30px;
    transition:all .2s ease;
  }

.service-index a:hover{
    color:#fff;
    background:var(--navy-deep);
    border-color:var(--navy-deep);
  }

/* ===== TIER CARDS (icon-based, QuickShip-inspired) ===== */
  .tier-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:22px;
  }

.tier-card{
    background:var(--paper);
    border:1.5px solid rgba(11,31,61,0.1);
    border-radius:16px;
    padding:32px 28px;
    transition:box-shadow .2s ease, transform .2s ease, border-color .2s ease;
  }

.tier-card:hover{
    box-shadow:0 16px 34px rgba(11,31,61,0.12);
    border-color:rgba(11,31,61,0.18);
    transform:translateY(-3px);
  }

.tier-icon{
    width:54px; height:54px;
    border-radius:14px;
    display:flex; align-items:center; justify-content:center;
    margin-bottom:18px;
    box-shadow:0 8px 18px -6px rgba(11,31,61,0.35);
  }

.tier-icon-blue{background:linear-gradient(135deg,#2F86EB,#1B5FB0); color:#fff;}

.tier-icon-orange{background:linear-gradient(135deg,#E8792E,#C25A17); color:#fff;}

.tier-icon-royal{background:linear-gradient(135deg,#1B5FB0,#123E75); color:#fff;}

.tier-icon-teal{background:linear-gradient(135deg,#0E9E86,#0A7566); color:#fff;}

.tier-icon-purple{background:linear-gradient(135deg,#8B5CF6,#6D3FD1); color:#fff;}

.tier-icon-green{background:linear-gradient(135deg,#16A34A,#0E7A38); color:#fff;}

.tier-badge{
    display:inline-block;
    font-family:'IBM Plex Mono', monospace;
    font-size:10.5px;
    letter-spacing:0.08em;
    color:var(--slate);
    background:rgba(11,31,61,0.06);
    padding:5px 12px;
    border-radius:20px;
    margin-bottom:14px;
  }

.tier-card h3{
    font-size:19px;
    font-weight:700;
    margin-bottom:10px;
    line-height:1.25;
  }

.tier-card p{
    color:var(--slate);
    font-size:14px;
    line-height:1.65;
    margin-bottom:18px;
  }

.tier-link{
    font-size:13.5px;
    font-weight:700;
    color:var(--navy-mid);
    display:inline-flex; align-items:center; gap:6px;
  }

.tier-link:hover{color:var(--amber-dim); gap:9px;}

.tier-card-featured{
    background:var(--navy-deep);
    border-color:var(--navy-deep);
  }

.tier-card-featured .tier-badge{background:rgba(255,255,255,0.14); color:rgba(255,255,255,0.8);}

.tier-card-featured h3{color:#fff;}

.tier-card-featured p{color:rgba(255,255,255,0.68);}

.tier-card-featured .tier-link{color:#fff;}

.tier-card-featured .tier-icon-royal{background:rgba(255,255,255,0.14); color:#fff;}

/* ===== JOURNEY STRIP ===== */
  .journey-strip{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:6px;
    justify-content:center;
  }

.journey-step{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:14px;
    width:130px;
    text-align:center;
  }

.journey-icon{
    width:76px; height:76px;
    border-radius:50%;
    color:#fff;
    display:flex; align-items:center; justify-content:center;
    box-shadow:0 10px 22px -8px rgba(11,31,61,0.35);
  }

.journey-icon svg{width:32px; height:32px; stroke-width:2.4;}

.journey-icon-1{background:linear-gradient(135deg,#2F86EB,#1B5FB0);}

.journey-icon-2{background:linear-gradient(135deg,#E8792E,#C25A17);}

.journey-icon-3{background:linear-gradient(135deg,#16A34A,#0E7A38);}

.journey-icon-4{background:linear-gradient(135deg,#8B5CF6,#6D3FD1);}

.journey-icon-5{background:linear-gradient(135deg,#0E9E86,#0A7566);}

.journey-icon-6{background:linear-gradient(135deg,#EC4899,#C22B6F);}

.journey-step span{
    font-size:13.5px;
    font-weight:700;
    color:var(--slate-dark);
    line-height:1.35;
  }

.journey-arrow{
    color:rgba(11,31,61,0.2);
    font-size:22px;
    font-weight:700;
    padding-bottom:36px;
  }

/* ===== PROCESS STEPS ===== */
  .process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
  }

.process-step{
    padding:0 28px 0 0;
    position:relative;
  }

.process-step:not(:last-child)::after{
    content:"";
    position:absolute;
    top:23px; left:60px;
    width:calc(100% - 36px);
    height:0;
    border-top:2px dashed rgba(47,134,235,0.35);
  }

.process-num{
    width:46px; height:46px;
    border-radius:50%;
    background:var(--navy-deep);
    color:#fff;
    font-family:'IBM Plex Mono', monospace;
    font-size:15px;
    font-weight:600;
    display:flex; align-items:center; justify-content:center;
    margin-bottom:20px;
    position:relative;
    z-index:2;
  }

.process-step h4{
    font-size:17.5px;
    font-weight:700;
    margin-bottom:10px;
  }

.process-step p{
    font-size:14px;
    color:var(--slate);
    line-height:1.6;
  }

/* ===== SERVICE DETAIL ROWS ===== */
  .service-detail{
    display:grid;
    grid-template-columns:0.9fr 1.1fr;
    gap:70px;
    align-items:center;
    padding:70px 0;
    border-bottom:1px solid rgba(11,31,61,0.08);
  }

.service-detail:first-of-type{padding-top:0;}

.service-detail:last-of-type{border-bottom:none;}

.service-detail.reverse{
    grid-template-columns:1.1fr 0.9fr;
  }

.service-detail.reverse .sd-copy{order:2;}

.service-detail.reverse .sd-media{order:1;}

.sd-media{
    position:relative;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 20px 45px -18px rgba(11,31,61,0.35);
  }

.sd-media img{
    width:100%;
    height:380px;
    object-fit:cover;
    display:block;
  }

.sd-media-badge{
    position:absolute;
    top:20px; left:20px;
    width:46px; height:46px;
    border-radius:10px;
    background:rgba(255,255,255,0.95);
    color:var(--amber);
    display:flex; align-items:center; justify-content:center;
    box-shadow:0 8px 18px rgba(11,31,61,0.2);
  }

.sd-pill{
    display:inline-block;
    font-family:'IBM Plex Mono', monospace;
    font-size:10.5px;
    letter-spacing:0.08em;
    color:var(--amber-dim);
    background:rgba(47,134,235,0.1);
    padding:6px 13px;
    border-radius:20px;
  }

.sd-copy h3{
    font-size:28px;
    font-weight:700;
    margin:16px 0 16px;
    line-height:1.18;
  }

.sd-copy > p{
    color:var(--slate);
    font-size:15.5px;
    line-height:1.7;
    margin-bottom:22px;
  }

.sd-points{list-style:none;}

.sd-points li{
    display:flex; gap:12px;
    font-size:14.5px;
    color:var(--slate-dark);
    padding:12px 0;
    border-top:1px solid rgba(11,31,61,0.08);
  }

.sd-points li:first-child{border-top:none;}

.sd-check{
    color:var(--amber);
    font-family:'IBM Plex Mono', monospace;
    font-size:13px;
    flex:0 0 auto;
  }

/* ===== TRIO STRENGTHS (below hero) ===== */
  .trio-band{
    background:var(--paper);
    border-bottom:1px solid rgba(11,31,61,0.08);
    padding:56px 0;
  }

.trio-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
  }

.trio-item h4{
    font-size:15px;
    letter-spacing:0.02em;
    margin-bottom:10px;
  }

.trio-item p{
    font-size:14.5px;
    color:var(--slate);
    line-height:1.65;
  }

/* ===== SUB-SERVICE CARDS ===== */
  .subserv-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
  }

.subserv-card{
    display:block;
    background:var(--paper);
    border:1.5px solid rgba(11,31,61,0.1);
    border-radius:14px;
    padding:26px 24px;
    transition:box-shadow .2s ease, border-color .2s ease, transform .2s ease;
  }

.subserv-card:hover{
    box-shadow:0 14px 30px rgba(11,31,61,0.12);
    border-color:rgba(11,31,61,0.18);
    transform:translateY(-2px);
  }

.subserv-icon{
    width:46px; height:46px;
    border-radius:11px;
    display:flex; align-items:center; justify-content:center;
    color:#fff;
    margin-bottom:16px;
    box-shadow:0 8px 18px -6px rgba(11,31,61,0.35);
  }

.subserv-icon-blue{background:linear-gradient(135deg,#2F86EB,#1B5FB0);}

.subserv-icon-orange{background:linear-gradient(135deg,#E8792E,#C25A17);}

.subserv-icon-purple{background:linear-gradient(135deg,#8B5CF6,#6D3FD1);}

.subserv-icon-teal{background:linear-gradient(135deg,#0E9E86,#0A7566);}

.subserv-card h3{
    font-size:17px;
    font-weight:700;
    margin-bottom:9px;
  }

.subserv-card p{
    font-size:13.5px;
    color:var(--slate);
    line-height:1.6;
    margin-bottom:16px;
  }

.subserv-points{
    list-style:none;
    border-top:1px solid rgba(11,31,61,0.08);
    padding-top:14px;
  }

.subserv-points li{
    position:relative;
    padding-left:18px;
    font-size:12.5px;
    font-weight:600;
    color:var(--slate-dark);
    line-height:1.7;
  }

.subserv-points li::before{
    content:"✓";
    position:absolute; left:0;
    color:var(--amber);
    font-size:11px;
  }

.subserv-card span{
    font-size:13px;
    font-weight:700;
    color:var(--amber-dim);
  }

/* ===== REASON GRID (image + why-broker blocks) ===== */
  .reason-split{
    display:grid;
    grid-template-columns:0.85fr 1.15fr;
    gap:60px;
    align-items:start;
  }

.reason-split img{
    width:100%;
    border-radius:16px;
    box-shadow:0 20px 45px -18px rgba(11,31,61,0.35);
    position:sticky;
    top:100px;
  }

.reason-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px 34px;
  }

.reason-item h4{
    font-size:15.5px;
    font-weight:700;
    margin-bottom:8px;
  }

.reason-item p{
    font-size:14px;
    color:var(--slate);
    line-height:1.6;
  }

/* ===== NUMBERED FEATURE LIST (image + numbered blocks) ===== */
  .feature-split{
    display:grid;
    grid-template-columns:1.05fr 0.95fr;
    gap:60px;
    align-items:start;
  }

.feature-split img{
    width:100%;
    border-radius:16px;
    box-shadow:0 20px 45px -18px rgba(11,31,61,0.35);
  }

.feature-block{
    display:flex;
    gap:20px;
    padding:26px 0;
    border-top:1px solid rgba(255,255,255,0.1);
  }

.feature-block:first-child{border-top:none; padding-top:0;}

.feature-num{
    flex:0 0 auto;
    width:42px; height:42px;
    border-radius:50%;
    background:rgba(47,134,235,0.16);
    color:#fff;
    font-family:'IBM Plex Mono', monospace;
    font-size:14px;
    font-weight:600;
    display:flex; align-items:center; justify-content:center;
  }

.feature-block h4{
    color:#fff;
    font-size:16.5px;
    font-weight:700;
    margin-bottom:10px;
  }

.feature-block ul{
    list-style:none;
  }

.feature-block li{
    font-size:14px;
    color:rgba(255,255,255,0.65);
    line-height:1.7;
    padding-left:16px;
    position:relative;
  }

.feature-block li::before{
    content:"—";
    position:absolute; left:0;
    color:var(--amber);
  }

/* ===== SPLIT PROMO (portal-style, image one side text other) ===== */
  .split-promo{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0;
    border-radius:20px;
    overflow:hidden;
    background:var(--navy-deep);
  }

.split-promo img{
    width:100%; height:100%;
    min-height:340px;
    object-fit:cover;
  }

.split-promo-copy{
    padding:56px 52px;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }

.split-promo-copy h2{
    color:#fff;
    font-size:clamp(26px,3vw,34px);
    margin:14px 0 18px;
  }

.split-promo-copy p{
    color:rgba(255,255,255,0.7);
    font-size:15.5px;
    line-height:1.7;
    margin-bottom:28px;
  }

/* ===== RELATED SERVICES ===== */
  .related-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
  }

/* ===== OFFICE CARDS ===== */
  .office-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
  }

.office-card{
    background:var(--paper);
    border:1.5px solid rgba(11,31,61,0.1);
    border-top:5px solid var(--flag-color, var(--amber));
    border-radius:14px;
    padding:28px 24px;
    transition:box-shadow .2s ease, transform .2s ease, border-color .2s ease;
  }

.office-card:hover{
    box-shadow:0 16px 34px rgba(11,31,61,0.14);
    transform:translateY(-3px);
  }

.office-flag-row{
    display:flex; align-items:center; gap:10px;
    margin-bottom:18px;
  }

.office-flag{font-size:26px; line-height:1;}

.office-country{
    font-family:'IBM Plex Mono', monospace;
    font-size:12.5px;
    font-weight:700;
    letter-spacing:0.08em;
    color:var(--flag-color, var(--amber-dim));
  }

.office-card h3{
    font-size:19px; font-weight:700; margin-bottom:12px;
  }

.office-card p{
    font-size:13.5px; color:var(--slate); line-height:1.65; margin-bottom:6px;
  }

.office-card .office-contact{
    margin-top:14px;
    padding-top:14px;
    border-top:1px solid rgba(11,31,61,0.08);
    font-size:13px;
    color:var(--flag-color, var(--navy-mid));
    font-weight:700;
  }

.office-card-india{--flag-color:#E8792E;}

.office-card-canada{--flag-color:#E5484D;}

.office-card-usa{--flag-color:#2F86EB;}

.office-card-uk{--flag-color:#8B5CF6;}

.office-note{
    font-size:12.5px;
    color:var(--slate);
    font-style:italic;
    margin-top:10px !important;
  }

/* ===== INDIA BRANCH LIST ===== */
  .branch-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
  }

.branch-chip{
    background:var(--paper);
    border:1px solid rgba(11,31,61,0.1);
    border-left:4px solid var(--chip-color, var(--amber));
    border-radius:10px;
    padding:18px 20px;
  }

.branch-chip .branch-city{
    font-weight:700;
    font-size:15px;
    margin-bottom:4px;
  }

.branch-chip .branch-tag{
    font-family:'IBM Plex Mono', monospace;
    font-size:11px;
    color:var(--chip-color, var(--amber-dim));
    font-weight:700;
    letter-spacing:0.06em;
  }

.chip-head{--chip-color:#E8792E;}

.chip-branch{--chip-color:#2F86EB;}

.chip-satellite{--chip-color:#16A34A;}

.chip-more{--chip-color:#8B5CF6;}

/* ===== PARTNER COVERAGE BADGES ===== */
  .coverage-row{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
  }

.coverage-badge{
    display:flex; align-items:center; gap:10px;
    background:var(--badge-color, rgba(255,255,255,0.08));
    border:1px solid rgba(255,255,255,0.18);
    padding:14px 22px;
    border-radius:30px;
    color:#fff;
    font-size:14.5px;
    font-weight:700;
  }

.coverage-dot{
    width:9px; height:9px; border-radius:50%;
    background:#fff;
  }

.badge-uk{--badge-color:rgba(139,92,246,0.35);}

.badge-europe{--badge-color:rgba(47,134,235,0.35);}

.badge-hk{--badge-color:rgba(229,72,77,0.35);}

.badge-apac{--badge-color:rgba(22,163,74,0.35);}

.badge-network{--badge-color:rgba(232,121,46,0.35);}

/* ===== BLOG INDEX ===== */
  .blog-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:24px;
  }

.blog-grid .blog-card:first-child{
    grid-column:1 / 4;
    display:grid;
    grid-template-columns:1.1fr 1fr;
  }

.blog-grid .blog-card:first-child img{
    height:100%;
    min-height:300px;
  }

.blog-grid .blog-card:first-child .blog-card-body{
    justify-content:center;
  }

.blog-card{
    display:flex;
    flex-direction:column;
    background:var(--paper);
    border:1.5px solid rgba(11,31,61,0.1);
    border-radius:16px;
    overflow:hidden;
    transition:box-shadow .2s ease, transform .2s ease, border-color .2s ease;
  }

.blog-card:hover{
    box-shadow:0 16px 34px rgba(11,31,61,0.12);
    border-color:rgba(11,31,61,0.18);
    transform:translateY(-3px);
  }

.blog-card img{
    width:100%;
    height:200px;
    object-fit:cover;
    display:block;
  }

.blog-card-body{
    padding:24px 24px 26px;
    display:flex;
    flex-direction:column;
    flex:1;
  }

.blog-tag{
    display:inline-block;
    align-self:flex-start;
    font-family:'IBM Plex Mono', monospace;
    font-size:10.5px;
    letter-spacing:0.08em;
    color:var(--amber-dim);
    background:rgba(47,134,235,0.1);
    padding:5px 12px;
    border-radius:20px;
    margin-bottom:14px;
  }

.blog-card h3{
    font-size:18px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:10px;
  }

.blog-grid .blog-card:first-child h3{font-size:25px;}

.blog-card p{
    font-size:13.5px;
    color:var(--slate);
    line-height:1.6;
    margin-bottom:16px;
  }

.blog-meta{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:12px;
    color:var(--slate);
    font-weight:600;
    margin-top:auto;
    padding-top:14px;
  }

.blog-meta .dot{width:3px; height:3px; border-radius:50%; background:var(--slate);}

/* ===== BLOG POST (article) ===== */
  .post-hero{
    padding:150px 0 60px;
    background:var(--paper);
  }

.post-hero .breadcrumb{color:var(--slate); margin-bottom:22px;}

.post-hero .breadcrumb a{color:var(--navy-mid);}

.post-hero .breadcrumb a:hover{color:var(--amber-dim);}

.post-hero h1{
    font-size:clamp(30px,4.2vw,46px);
    font-weight:800;
    max-width:820px;
    line-height:1.15;
    margin:16px 0 20px;
  }

.post-hero-sub{
    font-size:17px;
    color:var(--slate);
    max-width:680px;
    line-height:1.6;
    margin-bottom:26px;
  }

.post-meta{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:13.5px;
    color:var(--slate);
    font-weight:600;
    padding-bottom:30px;
    border-bottom:1px solid rgba(11,31,61,0.08);
  }

.post-meta .dot{width:3px; height:3px; border-radius:50%; background:var(--slate);}

.post-hero-img{
    width:100%;
    height:420px;
    object-fit:cover;
    border-radius:16px;
    margin-top:40px;
    box-shadow:0 20px 45px -18px rgba(11,31,61,0.35);
  }

.post-body{
    max-width:760px;
    margin:0 auto;
    padding:70px 0;
  }

.post-body h2{
    font-size:26px;
    font-weight:800;
    margin:44px 0 18px;
  }

.post-body h2:first-child{margin-top:0;}

.post-body p{
    font-size:16.5px;
    color:var(--slate-dark);
    line-height:1.85;
    margin-bottom:20px;
  }

.post-body ul{
    margin:0 0 24px 0;
    padding-left:0;
    list-style:none;
  }

.post-body ul li{
    position:relative;
    padding-left:26px;
    font-size:16px;
    color:var(--slate-dark);
    line-height:1.75;
    margin-bottom:12px;
  }

.post-body ul li::before{
    content:"";
    position:absolute; left:0; top:9px;
    width:8px; height:8px;
    border-radius:2px;
    background:var(--amber);
  }

.post-pullquote{
    border-left:4px solid var(--amber);
    padding:6px 0 6px 26px;
    margin:36px 0;
    font-size:20px;
    font-weight:700;
    color:var(--navy-deep);
    line-height:1.5;
  }

.post-tags{
    display:flex; gap:10px; flex-wrap:wrap;
    margin-top:40px;
    padding-top:30px;
    border-top:1px solid rgba(11,31,61,0.08);
  }

.post-tag-chip{
    font-size:12.5px;
    font-weight:600;
    color:var(--navy-mid);
    background:rgba(11,31,61,0.06);
    padding:7px 14px;
    border-radius:20px;
  }

.related-posts-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:20px;
  }

@keyframes heroPan{
    0%{transform:scale(1.0) translate(0,0);}
    100%{transform:scale(1.28) translate(-4%,-3%);}
  }

@keyframes fadeUp{
    from{opacity:0; transform:translateY(18px);}
    to{opacity:1; transform:translateY(0);}
  }

@keyframes bounce{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(8px);}
  }

@media(max-width:560px){
    .services-grid2{grid-template-columns:1fr;}
    .footer-grid{grid-template-columns:1fr;}
    .hero-actions{flex-direction:column;}
    .quote-cta-actions{flex-direction:column;}
    .tech-panel{min-height:420px; border-radius:14px;}
    .tech-panel-content{padding:32px 24px;}
  }

@media(prefers-reduced-motion:reduce){
    *{animation:none !important; transition:none !important;}
  }

@media(max-width:560px){
    .services-grid{grid-template-columns:1fr;}
    .footer-grid{grid-template-columns:1fr;}
    .hero-actions{flex-direction:column;}
    .quote-cta-actions{flex-direction:column;}
  }

@keyframes pageHeroPan{
    0%{transform:scale(1.0) translate(0,0);}
    100%{transform:scale(1.22) translate(-3%,-2%);}
  }

@media(max-width:900px){
    .tier-grid{grid-template-columns:1fr 1fr;}
    .journey-arrow{display:none;}
    .journey-step{width:90px;}
    .process-grid{grid-template-columns:1fr 1fr; row-gap:36px;}
    .process-step:not(:last-child)::after{display:none;}
  }

@media(max-width:560px){
    .tier-grid{grid-template-columns:1fr;}
    .process-grid{grid-template-columns:1fr;}
  }

@media(max-width:900px){
    .service-detail, .service-detail.reverse{
      grid-template-columns:1fr;
    }
    .service-detail.reverse .sd-copy{order:1;}
    .service-detail.reverse .sd-media{order:2;}
    .process-grid{grid-template-columns:1fr 1fr; row-gap:36px;}
    .process-step:not(:last-child)::after{display:none;}
  }

@media(max-width:560px){
    .process-grid{grid-template-columns:1fr;}
  }

@media(max-width:900px){
    .trio-grid{grid-template-columns:1fr;}
    .subserv-grid{grid-template-columns:1fr 1fr;}
    .reason-split{grid-template-columns:1fr;}
    .reason-split img{position:static;}
    .reason-grid{grid-template-columns:1fr;}
    .feature-split{grid-template-columns:1fr;}
    .split-promo{grid-template-columns:1fr;}
    .related-grid{grid-template-columns:1fr;}
  }

@media(max-width:560px){
    .subserv-grid{grid-template-columns:1fr;}
  }

@media(max-width:900px){
    .office-grid{grid-template-columns:1fr 1fr;}
    .branch-grid{grid-template-columns:1fr 1fr;}
  }

@media(max-width:560px){
    .office-grid{grid-template-columns:1fr;}
    .branch-grid{grid-template-columns:1fr;}
  }

@media(max-width:900px){
    .blog-grid{grid-template-columns:1fr 1fr;}
    .blog-grid .blog-card:first-child{grid-column:1/3; grid-template-columns:1fr 1fr;}
    .related-posts-grid{grid-template-columns:1fr;}
  }

@media(max-width:560px){
    .blog-grid{grid-template-columns:1fr;}
    .blog-grid .blog-card:first-child{grid-column:1/2; grid-template-columns:1fr; display:flex; flex-direction:column;}
    .blog-grid .blog-card:first-child img{height:200px; min-height:0;}
    .post-hero-img{height:260px;}
  }