@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap');

:root{
  --bg:#f7fbff;
  --surface:#eef6fd;
  --card:#ffffff;
  --card2:#f4f9fe;
  --border:#d4e4f1;
  --text:#10283d;
  --muted:#60758a;
  --blue:#2f8be6;
  --blue2:#1267c8;
  --shadow:0 18px 48px rgba(25,88,145,.12);
  --font:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --display:'Space Grotesk',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --mono:'JetBrains Mono',monospace;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);overflow-x:hidden}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.container{max-width:1280px;margin:auto;padding:0 28px}
h1,h2,h3{font-family:var(--display);margin:0}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(169,199,223,.72)}
.nav-wrap{height:92px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:13px;font-family:var(--display);font-weight:700;font-size:20px;white-space:nowrap}
.brand span span,.text-blue{color:var(--blue)}
.brand-icon{height:46px;width:46px;border-radius:10px;background:linear-gradient(135deg,#55a9f6,#1267c8);display:grid;place-items:center;color:#fff;font-size:22px;box-shadow:0 12px 28px rgba(47,139,230,.25)}
.main-nav{display:flex;align-items:center;gap:32px;font-size:16px;color:#50677b;font-weight:600}
.main-nav a{line-height:1.2;white-space:nowrap;transition:.2s}
.main-nav a:hover{color:var(--blue2)}
.member-btn,.primary-btn{background:linear-gradient(135deg,#459ff1,#1670d3);color:#fff;font-weight:700;border-radius:8px;padding:15px 24px;display:inline-flex;gap:10px;align-items:center;justify-content:center;box-shadow:0 14px 34px rgba(28,119,216,.24);border:0;transition:.25s}
.member-btn{padding:15px 22px;font-size:16px;white-space:nowrap}
.secondary-btn{border:1px solid #c7dceb;background:rgba(255,255,255,.82);color:#173149;font-weight:700;border-radius:8px;padding:15px 24px;display:inline-flex;gap:10px;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(30,93,145,.08);transition:.25s}
.primary-btn:hover,.member-btn:hover,.secondary-btn:hover{transform:translateY(-1px)}
.menu-btn{display:none;background:none;border:0;color:var(--text);font-size:26px}

.hero{position:relative;min-height:720px;overflow:hidden;border-bottom:1px solid var(--border)}
.hero-bg{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(247,251,255,.98) 0%,rgba(247,251,255,.91) 34%,rgba(247,251,255,.48) 70%,rgba(247,251,255,.22) 100%),background-image:url('../images/hero-steel.svg');background-size:cover;background-position:center}
.grid-overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(47,139,230,.10) 1px,transparent 1px),linear-gradient(90deg,rgba(47,139,230,.10) 1px,transparent 1px);background-size:72px 72px;opacity:.45}
.glow-overlay{position:absolute;inset:0;background:radial-gradient(circle at 38% 18%,rgba(94,173,242,.24),transparent 36%),radial-gradient(circle at 72% 48%,rgba(18,96,189,.12),transparent 42%)}
.hero-content{position:relative;padding-top:150px;padding-bottom:120px}
.hero-copy{max-width:720px}
.eyebrow{display:inline-flex;align-items:center;gap:13px;padding:10px 16px;border:1px solid #c4ddef;border-radius:999px;background:rgba(255,255,255,.72);color:#557087;text-transform:uppercase;letter-spacing:.16em;font:700 20px var(--mono);box-shadow:0 8px 24px rgba(30,93,145,.06)}
.eyebrow span{width:8px;height:8px;border-radius:50%;background:var(--blue);box-shadow:0 0 14px rgba(47,139,230,.55)}
h1{margin-top:32px;font-size:clamp(58px,6.5vw,86px);line-height:1.03;letter-spacing:-.052em;font-weight:700;color:#10283d}
h1 strong,h2 strong{display:inline;background:linear-gradient(135deg,#49a2f4,#1265c6);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p{font-size:22px;line-height:1.58;color:#526b82;max-width:760px;margin:30px 0 0}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap;margin-top:42px}
.trust-row{
    display:flex;
    gap:28px;
    margin-top:35px;
    flex-wrap:wrap;
}

.trust-row span{
    display:flex;
    flex-direction:column;
    gap:4px;
    padding-left:18px;
    border-left:3px solid #2f8be6;
    color:#5c6f82;
    font-size:15px;
    line-height:1.4;
}

.trust-row strong{
    font-size:22px;
    font-weight:700;
    color:#10283d;
}

.trust-item{
    display:flex;
    align-items:center;
    gap:12px;
}

.trust-item img{
    width:26px;
    height:26px;
    min-width:26px;
    object-fit:contain;
    display:block;
}

.trust-item div{
    display:flex;
    flex-direction:column;
}

.trust-item strong{
    font-size:18px;
    font-weight:700;
    color:#10283d;
    line-height:1.2;
}

.trust-item small{
    font-size:13px;
    color:#5c6f82;
    line-height:1.3;
}

.stats{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.stats-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.stat-card{display:flex;align-items:center;gap:20px;padding:34px 28px;border-right:1px solid var(--border)}
.stat-card:last-child{border-right:0}
.stat-icon,
.feature i,
.vas-card i{
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    border-radius:10px;
    border:1px solid rgba(47,139,230,.28);
    background:#edf7ff;
    color:var(--blue);
    font-weight:800;
}

.stat-icon svg,
.stat-icon img{
    display:block;
    width:28px;
    height:28px;
    margin:auto;
    object-fit:contain;
}
.stat-card h3{font-size:31px}
.stat-card p,.section-head p,.center-head p,.feature p,.step li,.vas-card p,.vas-left p,footer p{color:var(--muted);line-height:1.7}

.section{padding:108px 0}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:56px}
.section-head>p{max-width:430px}
.label{font:700 16px var(--mono);text-transform:uppercase;letter-spacing:.20em;color:var(--blue);display:inline-block;margin-bottom:16px;}
h2{font-size:clamp(36px,4vw,56px);line-height:1.08;letter-spacing:-.04em;margin-top:12px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border);border-radius:16px;overflow:hidden;background:var(--border);gap:1px;box-shadow:var(--shadow)}
.feature{background:#fff;padding:34px;min-height:230px;transition:.25s}
.feature:hover,.step:hover,.vas-card:hover{background:#f7fbff;transform:translateY(-2px)}
.feature h3,.vas-card h3{margin-top:22px;font-size:20px}

.work{background:linear-gradient(180deg,#eef7ff,#f8fbff);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.center-head{text-align:center;max-width:700px;margin:0 auto 58px}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.step{border:1px solid var(--border);background:#fff;border-radius:16px;padding:34px;transition:.25s;box-shadow:0 12px 30px rgba(25,88,145,.07)}
.step div{display:flex;align-items:center;justify-content:space-between}
.step div span{color:var(--blue);font:700 12px var(--mono);text-transform:uppercase;letter-spacing:.12em}
.step div b{font-family:var(--display);font-size:58px;color:rgba(47,139,230,.13)}
.step h3{font-size:24px;margin-top:16px}
.step ul{padding:0;margin:28px 0 0;list-style:none}
.step li{margin:14px 0}
.step li:before{content:'›';color:var(--blue);font-weight:900;margin-right:12px}

.vas-layout{display:grid;grid-template-columns:380px 1fr;gap:70px}
.vas-left{position:sticky;top:110px;align-self:start}
.vas-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.vas-card{
    overflow:hidden;
    padding:0;
    background:#fff;
    border:1px solid var(--border);
    border-radius:16px;
    transition:.25s;
    box-shadow:0 12px 30px rgba(25,88,145,.07);
}
.vas-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}
.vas-content{
    padding:28px;
}
.vas-content h3{
    margin:0 0 14px;
    font-size:24px;
    color:var(--text);
}
.vas-content p{
    margin:0;
    color:var(--muted);
    line-height:1.7;
}

/* ==========================
   CHANNEL PARTNERS
========================== */

.partners{
    padding:70px 0;
    background:#edf6fd;
    border-top:1px solid var(--border);
    border-bottom:1px solid var(--border);
    text-align:center;
}

.partners p{
    font:700 13px var(--mono);
    text-transform:uppercase;
    letter-spacing:.22em;
    color:var(--muted);
    margin-bottom:38px;
}

.partner-grid{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:30px;
}

.partner-card{
    width:280px;
    height:105px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:22px;
    background:#fff;
    border:1px solid var(--border);
    border-radius:16px;
    box-shadow:0 10px 24px rgba(25,88,145,.05);
    transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}

.partner-card:hover{
    transform:translateY(-4px);
    border-color:#b6d7f5;
    box-shadow:0 18px 34px rgba(47,139,230,.12);
}

.partner-card img{
    display:block;
    width:auto;
    max-width:170px;
    max-height:55px;
    object-fit:contain;
}

.partner-card.neml img{
    max-width:200px;
    max-height:65px;
}

@media(max-width:700px){
    .partner-grid{
        gap:16px;
    }

    .partner-card{
        width:100%;
        max-width:320px;
        height:88px;
        padding:18px;
    }

    .partner-card img{
        max-width:140px;
        max-height:42px;
    }

    .partner-card.neml img{
        max-width:165px;
        max-height:50px;
    }
}


.cta{padding:96px 0 120px;background:var(--bg)}
.cta-box{
  position:relative;
  overflow:hidden;
  border:1px solid #c8deef;
  background:linear-gradient(105deg,#f9fcff 0%,#edf7ff 54%,#d9edff 100%);
  border-radius:26px;
  padding:78px 72px;
  min-height:405px;
  display:grid;
  grid-template-columns:minmax(0,620px) minmax(420px,1fr);
  gap:64px;
  align-items:center;
  box-shadow:var(--shadow);
}
.cta-box::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(47,139,230,.09) 1px,transparent 1px),
    linear-gradient(90deg,rgba(47,139,230,.09) 1px,transparent 1px);
  background-size:72px 72px;
  opacity:.45;
  pointer-events:none;
}
.cta-box::after{
  content:'';
  position:absolute;
  right:-80px;
  top:-90px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(47,139,230,.22),transparent 64%);
  filter:blur(18px);
  pointer-events:none;
}
.cta-box > .grid-overlay{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
}
.cta-copy,
.cta-actions{
  position:relative;
  z-index:2;
}
.cta-copy{min-width:0}
.cta-box h2{
  margin:0;
  max-width:620px;
  font-size:clamp(46px,4.4vw,62px);
  line-height:1.12;
  letter-spacing:-.045em;
  font-weight:700;
  color:#10283d;
}
.cta-box h2 strong{background:none;color:var(--blue)}
.cta-box p{
  margin:28px 0 0;
  max-width:600px;
  color:#60758a;
  font-size:20px;
  line-height:1.55;
}
.cta-actions{
  display:flex;
  gap:16px;
  flex-wrap:nowrap;
  justify-content:flex-end;
  align-items:center;
}
.cta-actions .primary-btn,
.cta-actions .secondary-btn{
  min-width:220px;
  height:58px;
  border-radius:8px;
  padding:0 28px;
  font-size:18px;
  font-weight:700;
  white-space:nowrap;
}

footer{background:#edf6fd;border-top:1px solid var(--border)}
.footer-grid{padding-top:70px;padding-bottom:70px;display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr 1.4fr}
.footer-brand p{max-width:370px}
footer h4{font-family:var(--display);font-size:15px}
footer a{display:block;color:var(--muted);margin:12px 0;font-size:14px}
footer a:hover{color:var(--blue2)}
footer form{display:flex;max-width:380px;margin-top:25px}
footer input{flex:1;background:#fff;border:1px solid var(--border);height:46px;border-radius:8px 0 0 8px;color:var(--text);padding:0 14px}
footer button{border:0;background:linear-gradient(135deg,#3996ef,#1267c8);color:white;font-weight:700;border-radius:0 8px 8px 0;padding:0 18px}
.footer-bottom{border-top:1px solid var(--border);color:var(--muted);font-size:12px}
.footer-bottom .container{display:flex;justify-content:space-between;gap:15px;padding-top:24px;padding-bottom:24px}

.chat{
    position:fixed;
    right:26px;
    bottom:26px;
    z-index:9999;
    display:flex;
    align-items:center;
    gap:12px;
    padding:16px 26px;
    background:#25D366;
    color:#fff;
    border-radius:999px;
    font-weight:700;
    font-size:17px;
    text-decoration:none;
    box-shadow:0 15px 35px rgba(37,211,102,.35);
    transition:all .3s ease;
}
.chat:hover{
    background:#1EBE5D;
    transform:translateY(-3px);
    box-shadow:0 20px 45px rgba(37,211,102,.45);
}

.chat svg{
    width:24px;
    height:24px;
    color:#fff;
    flex-shrink:0;
}

.chat span{
    color:#fff;
}
.reveal{opacity:0;transform:translateY(24px);transition:.75s ease}
.reveal.show{opacity:1;transform:none}

.trust-icon{
    width:22px;
    height:22px;
    vertical-align:middle;
    margin-right:8px;
}

@media(max-width:1180px){
  .main-nav{gap:22px;font-size:15px}
  .member-btn{font-size:15px;padding:13px 18px}
  .cta-box{grid-template-columns:1fr;gap:36px;padding:64px 58px}
  .cta-actions{justify-content:flex-start}
}
@media(max-width:1100px){.desktop-btn{display:none}.main-nav{position:absolute;top:92px;left:0;right:0;display:none;flex-direction:column;gap:0;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 16px 30px rgba(25,88,145,.1)}.main-nav.open{display:flex}.main-nav a{padding:16px 28px;width:100%;border-top:1px solid var(--border)}.menu-btn{display:block}.feature-grid,.steps-grid{grid-template-columns:1fr 1fr}.vas-layout{grid-template-columns:1fr}.vas-left{position:static}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){
  .container{padding:0 20px}.nav-wrap{height:76px}.brand{font-size:18px}.brand-icon{height:40px;width:40px}.main-nav{top:76px}.hero{min-height:auto}.hero-content{padding-top:90px;padding-bottom:90px}h1{font-size:52px}.hero p{font-size:19px}.stats-grid,.feature-grid,.steps-grid,.vas-grid{grid-template-columns:1fr}.stat-card{border-right:0;border-bottom:1px solid var(--border)}.section-head{display:block}.footer-grid{grid-template-columns:1fr}.footer-bottom .container{display:block}.chat span{display:none}.hero-actions .primary-btn,.hero-actions .secondary-btn{width:100%;justify-content:center}
  .cta{padding:70px 0}
  .cta-box{padding:42px 28px;min-height:auto;border-radius:22px;grid-template-columns:1fr;gap:30px}
  .cta-box h2{font-size:42px;line-height:1.13}
  .cta-box p{font-size:18px}
  .cta-actions{flex-direction:column;align-items:stretch}
  .cta-actions .primary-btn,.cta-actions .secondary-btn{width:100%;min-width:0}
}

/* Why TechESteel heading only */
#why .label{
    font-family:var(--mono);
    font-size:30px;
    font-weight:700;
    letter-spacing:.24em;
    text-transform:uppercase;
    color:#2f8be6;
    display:inline-block;
    margin-bottom:22px;
}

#why .section-head h2{
    margin:0;
    font-size:20px;
    line-height:1.15;
    letter-spacing:-.035em;
    font-weight:700;
    max-width:720px;
}

#why .section-head h2 strong{
    color:#2f8be6;
}

/* ==========================================================
   TechESteel Header Logo
========================================================== */

.site-header .techesteel-image-logo{
    display:flex;
    align-items:center;
    flex-shrink:0;
    text-decoration:none;
    transition:transform .25s ease;
}

.site-header .techesteel-image-logo:hover{
    transform:scale(1.02);
}

.site-header .techesteel-image-logo img{
    display:block;
    width:auto;
    height:72px;
    max-width:420px;
    object-fit:contain;
}

/* Header spacing */
.nav-wrap{
    min-height:96px;
}

/* Navigation spacing */
.main-nav{
    margin-left:20px;
}

/* Desktop */
@media (max-width:1200px){

    .site-header .techesteel-image-logo img{
        height:62px;
        max-width:340px;
    }

    .nav-wrap{
        min-height:90px;
    }

}

/* Tablet */
@media (max-width:992px){

    .site-header .techesteel-image-logo img{
        height:54px;
        max-width:280px;
    }

}

/* Mobile */
@media (max-width:767px){

    .nav-wrap{
        min-height:76px;
    }

    .site-header .techesteel-image-logo img{
        height:42px;
        max-width:200px;
    }

}

/* ==========================================================
   Dynamic Products Dropdown Menu
========================================================== */

.nav-dropdown{
    position:relative;
    display:flex;
    align-items:center;
}

.nav-dropdown-toggle{
    display:inline-flex;
    align-items:center;
    gap:7px;
    cursor:pointer;
}

.dropdown-arrow{
    display:inline-block;
    font-size:12px;
    line-height:1;
    transition:transform .25s ease;
}

.nav-submenu{
    position:absolute;
    top:calc(100% + 22px);
    left:50%;
    z-index:100;

    width:280px;
    padding:10px;

    visibility:hidden;
    opacity:0;
    pointer-events:none;

    transform:translate(-50%, 12px);

    border:1px solid var(--border);
    border-radius:14px;
    background:#fff;

    box-shadow:
        0 22px 55px rgba(25, 88, 145, .16);

    transition:
        opacity .25s ease,
        transform .25s ease,
        visibility .25s ease;
}

/* Invisible bridge prevents dropdown closing */
.nav-submenu::before{
    position:absolute;
    right:0;
    bottom:100%;
    left:0;
    height:24px;
    content:"";
}

.nav-submenu a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;

    width:100%;
    margin:0;
    padding:12px 14px;

    border-radius:9px;

    color:#4f667a;
    font-size:14px;
    font-weight:600;
    line-height:1.35;

    transition:
        color .2s ease,
        background .2s ease,
        transform .2s ease;
}

.nav-submenu a:hover{
    color:var(--blue2);
    background:#edf7ff;
    transform:translateX(3px);
}

.nav-submenu .submenu-all-products{
    margin-bottom:7px;
    color:#fff;
    background:linear-gradient(
        135deg,
        #459ff1,
        #1670d3
    );
}

.nav-submenu .submenu-all-products:hover{
    color:#fff;
    background:linear-gradient(
        135deg,
        #368edc,
        #0e62bd
    );
}

.submenu-count{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:25px;
    height:25px;
    padding:0 7px;

    border-radius:999px;
    background:#edf5fc;

    color:#60758a;
    font-size:11px;
    font-weight:700;
}

.nav-dropdown:hover .nav-submenu,
.nav-dropdown:focus-within .nav-submenu{
    visibility:visible;
    opacity:1;
    pointer-events:auto;
    transform:translate(-50%, 0);
}

.nav-dropdown:hover .dropdown-arrow,
.nav-dropdown:focus-within .dropdown-arrow{
    transform:rotate(180deg);
}

@media (max-width:1100px){

    .nav-dropdown{
        display:block;
        width:100%;
    }

    .nav-dropdown-toggle{
        display:flex;
        justify-content:space-between;
        width:100%;
        padding:16px 28px;
        border-top:1px solid var(--border);
    }

    .nav-submenu{
        position:static;

        width:100%;
        padding:5px 20px 14px;

        visibility:visible;
        opacity:1;
        pointer-events:auto;

        transform:none;

        border:0;
        border-radius:0;
        background:#f7fbff;
        box-shadow:none;
    }

    .nav-submenu::before{
        display:none;
    }

    .nav-submenu a{
        padding:11px 15px;
        border-top:0;
    }

    .nav-submenu .submenu-all-products{
        margin-top:5px;
    }

    .nav-dropdown:hover .nav-submenu,
    .nav-dropdown:focus-within .nav-submenu{
        transform:none;
    }
}

/* Products dropdown visibility fix */

.site-header,
.nav-wrap,
.main-nav,
.nav-dropdown {
    overflow: visible;
}

.products-dropdown {
    position: relative;
    z-index: 999;
}

.products-dropdown .nav-submenu {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    z-index: 9999;

    display: block;
    width: 285px;
    padding: 10px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translate(-50%, 12px);

    border: 1px solid var(--border);
    border-radius: 14px;
    background: #ffffff;

    box-shadow: 0 22px 55px rgba(25, 88, 145, .18);

    transition:
        opacity .22s ease,
        visibility .22s ease,
        transform .22s ease;
}

.products-dropdown .nav-submenu::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 24px;
}

.products-dropdown:hover .nav-submenu,
.products-dropdown:focus-within .nav-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.products-dropdown .nav-submenu a {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    padding: 12px 14px;

    border: 0;
    border-radius: 9px;

    color: #4f667a;
    font-size: 14px;
    font-weight: 600;
}

.products-dropdown .nav-submenu a:hover {
    color: var(--blue2);
    background: #edf7ff;
}

.products-dropdown .submenu-all-products {
    margin-bottom: 6px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #459ff1, #1670d3);
}

/* Products mega menu */

.products-dropdown .products-mega-menu{
    width:620px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    padding:16px;
}

.products-menu-column{
    min-width:0;
}

.products-menu-column + .products-menu-column{
    padding-left:16px;
    border-left:1px solid var(--border);
}

.products-menu-title{
    display:block;
    margin:4px 10px 10px;
    color:#10283d;
    font-family:var(--display);
    font-size:13px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.products-dropdown .submenu-product-link{
    justify-content:flex-start;
    gap:11px;
}

.submenu-product-image{
    width:38px;
    height:38px;
    flex:0 0 38px;
    border-radius:7px;
    object-fit:cover;
    background:#edf5fc;
}

@media (max-width:1100px){

    .products-dropdown .products-mega-menu{
        width:100%;
        display:block;
        padding:8px 20px 16px;
    }

    .products-menu-column + .products-menu-column{
        margin-top:14px;
        padding-top:14px;
        padding-left:0;
        border-top:1px solid var(--border);
        border-left:0;
    }
}

/* ==========================================================
   Press dropdown menu
========================================================== */

.press-dropdown{
    position:relative;
    display:flex;
    align-items:center;
}

.press-dropdown .nav-dropdown-toggle{
    display:inline-flex;
    align-items:center;
    gap:7px;
}

.press-submenu{
    position:absolute;
    top:calc(100% + 22px);
    left:50%;
    z-index:9999;

    width:190px;
    padding:9px;

    visibility:hidden;
    opacity:0;
    pointer-events:none;

    transform:translate(-50%, 12px);

    border:1px solid var(--border);
    border-radius:13px;
    background:#ffffff;

    box-shadow:0 20px 45px rgba(25, 88, 145, .16);

    transition:
        opacity .22s ease,
        visibility .22s ease,
        transform .22s ease;
}

.press-submenu::before{
    position:absolute;
    right:0;
    bottom:100%;
    left:0;
    height:24px;
    content:"";
}

.press-submenu a{
    display:block;
    width:100%;
    padding:12px 14px;
    border-radius:8px;

    color:#4f667a;
    font-size:14px;
    font-weight:600;

    transition:
        color .2s ease,
        background .2s ease,
        transform .2s ease;
}

.press-submenu a:hover{
    color:var(--blue2);
    background:#edf7ff;
    transform:translateX(3px);
}

.press-dropdown:hover .press-submenu,
.press-dropdown:focus-within .press-submenu{
    visibility:visible;
    opacity:1;
    pointer-events:auto;
    transform:translate(-50%, 0);
}

.press-dropdown:hover .dropdown-arrow,
.press-dropdown:focus-within .dropdown-arrow{
    transform:rotate(180deg);
}

/* ==========================================================
   Hero two-column statistics and count-up animation
========================================================== */
.hero-content{position:relative;display:flex;align-items:center;min-height:720px;padding-top:92px;padding-bottom:92px}
.hero-layout{width:100%;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);align-items:center;gap:clamp(48px,7vw,100px)}
.hero-copy{max-width:760px}
.hero-stats{position:relative;display:grid;gap:18px;width:100%;max-width:470px;justify-self:end}
.hero-stats::before{content:"";position:absolute;inset:-60px -75px;z-index:-1;border-radius:50%;background:radial-gradient(circle,rgba(47,139,230,.18),rgba(47,139,230,.05) 45%,transparent 72%);filter:blur(10px);pointer-events:none}
.hero-stat-card{position:relative;overflow:hidden;display:flex;align-items:center;gap:20px;min-height:124px;padding:25px 26px;border:1px solid rgba(181,211,234,.9);border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(237,247,255,.76));box-shadow:0 18px 46px rgba(25,88,145,.12),inset 0 1px 0 rgba(255,255,255,.9);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.hero-stat-card::after{content:"";position:absolute;top:0;bottom:0;left:0;width:4px;background:linear-gradient(180deg,#53adf7,#1267c8);opacity:.9}
.hero-stat-card:nth-child(2){margin-left:34px}
.hero-stat-card:hover{transform:translateY(-5px);border-color:rgba(47,139,230,.52);box-shadow:0 25px 60px rgba(25,88,145,.18),0 0 0 1px rgba(47,139,230,.06)}
.hero-stat-card.is-counting{border-color:rgba(47,139,230,.55);box-shadow:0 25px 60px rgba(25,88,145,.17),0 0 36px rgba(47,139,230,.14)}
.hero-stat-icon{width:64px;height:64px;flex:0 0 64px;display:grid;place-items:center;border:1px solid rgba(47,139,230,.25);border-radius:15px;background:linear-gradient(135deg,#f7fcff,#e2f2ff);box-shadow:0 10px 24px rgba(47,139,230,.11)}
.hero-stat-icon img{display:block;width:31px;height:31px;object-fit:contain}
.hero-stat-copy{display:flex;min-width:0;flex-direction:column;gap:5px}
.hero-stat-copy strong{color:#10283d;font-family:var(--display);font-size:clamp(31px,3.1vw,44px);font-weight:700;line-height:1;letter-spacing:-.035em;font-variant-numeric:tabular-nums}
.hero-stat-copy span{color:#60758a;font-size:15px;font-weight:600;line-height:1.35}
@media(max-width:1100px){.hero-content{min-height:auto;padding-top:110px;padding-bottom:95px}.hero-layout{grid-template-columns:1fr;gap:58px}.hero-copy{max-width:780px}.hero-stats{max-width:none;grid-template-columns:repeat(3,1fr);justify-self:stretch}.hero-stat-card,.hero-stat-card:nth-child(2){min-height:160px;margin-left:0;flex-direction:column;align-items:flex-start}}
@media(max-width:767px){.hero-content{padding-top:82px;padding-bottom:76px}.hero-layout{gap:42px}.hero-stats{grid-template-columns:1fr;gap:14px}.hero-stat-card,.hero-stat-card:nth-child(2){min-height:0;margin-left:0;flex-direction:row;align-items:center;padding:21px 20px;border-radius:15px}.hero-stat-icon{width:56px;height:56px;flex-basis:56px}.hero-stat-icon img{width:27px;height:27px}.hero-stat-copy strong{font-size:34px}}
@media(prefers-reduced-motion:reduce){.hero-stat-card,.count-up{transition:none!important;animation:none!important}}

/* NeML logo inside trust card */

.neml-logo-box{
    width:72px;
    height:72px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:6px;
    background:#fff;
}

.stat-icon.neml-logo-box img{
    width:58px;
    height:auto;
    max-width:none;
}

/* ==========================================================
   Why TechESteel SVG icons
========================================================== */

#why .feature .feature-icon{
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:12px;
    border:1px solid rgba(47,139,230,.28);
    border-radius:12px;
    background:#edf7ff;
}

#why .feature .feature-icon img{
    display:block;
    width:40px;
    height:40px;
    max-width:40px;
    max-height:40px;
    object-fit:contain;
}

#why .feature .feature-icon-neml img{
    width:60px;
    max-width:60px;
    height:auto;
    max-height:42px;
    object-fit:contain;
}

@media (max-width:700px){
    #why .feature .feature-icon{
        width:58px;
        height:58px;
    }

    #why .feature .feature-icon img{
        width:36px;
        height:36px;
        max-width:36px;
        max-height:36px;
    }
}

/* ==========================================================
   Footer TechESteel logo
========================================================== */

.footer-logo{
    display:inline-flex;
    align-items:center;
    margin-bottom:22px;
    text-decoration:none;
}

.footer-logo img{
    display:block;
    width:auto;
    height:78px;
    max-width:300px;
    object-fit:contain;
}

.footer-brand p{
    max-width:390px;
    margin:0;
    color:var(--muted);
    font-size:17px;
    line-height:1.75;
}

@media (max-width:767px){

    .footer-logo img{
        height:62px;
        max-width:250px;
    }
}

/* ==========================================================
   Header Action Buttons
========================================================== */

.header-actions{
    display:flex;
    align-items:center;
    gap:14px;
    flex-shrink:0;
}

.header-actions .member-btn{
    margin:0;
}

.header-actions .signin-btn{
    background:linear-gradient(135deg,#459ff1,#1670d3);
    color:#fff;
    font-weight:700;
    border-radius:8px;
    padding:15px 22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    white-space:nowrap;
    box-shadow:0 14px 34px rgba(28,119,216,.24);
    transition:.25s;
}

.header-actions .signin-btn:hover{
    transform:translateY(-1px);
    background:linear-gradient(135deg,#368edc,#0e62bd);
}

.header-actions .signin-btn,
.header-actions .member-btn{
    min-width:190px;
}

/* ==========================================================
   Header Buttons - Equal Size
========================================================== */

.header-actions{
    display:flex;
    align-items:center;
    gap:14px;
}

.header-actions .signin-btn,
.header-actions .member-btn{

    width:200px;          /* Equal width */
    height:54px;          /* Equal height */

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    padding:0 22px;

    border-radius:10px;

    font-size:18px;
    font-weight:700;

    white-space:nowrap;
    text-align:center;
}

.header-actions .signin-btn span,
.header-actions .member-btn span{
    transition:transform .25s ease;
}

.header-actions .signin-btn:hover span,
.header-actions .member-btn:hover span{
    transform:translateX(4px);
}

/* Tablet */
@media (max-width:1200px){

    .header-actions{
        gap:10px;
    }

    .header-actions .signin-btn,
    .header-actions .member-btn{
        padding:13px 18px;
        font-size:15px;
    }

}

/* Mobile */
@media (max-width:1100px){

    .header-actions{
        display:none;
    }

}

/* Footer contact information */

.footer-contact-item{
    /*margin:12px 0;*/
	 margin-bottom:12px;
}

.footer-contact-item strong{
    display:block;
    margin-bottom:-1px;
    color:#10283d;
    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.footer-contact-item a{
    display:inline-block;
    margin:0;
    color:#60758a;
    font-size:14px;
    line-height:1.45;
}

.footer-contact-item a:hover{
    color:#2f8be6;
}


.footer-contact-item-specific{
    /*margin:12px 0;*/
	 margin-bottom:12px;
}

.footer-contact-item-specific strong{
    display:block;
    margin-bottom:-10px;
    color:#10283d;
    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.footer-contact-item-specific a{
    display:inline-block;
    margin:0;
    color:#60758a;
    font-size:14px;
    line-height:1.45;
}

.footer-contact-item-specific a:hover{
    color:#2f8be6;
}

@media(max-width:1100px){
    .footer-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:700px){
    .footer-grid{
        grid-template-columns:1fr;
        gap:34px;
    }
}

/* ==========================================================
   Header overflow fix for 1920x1080 displays at 150% scaling
========================================================== */

.site-header{
    width:100%;
    max-width:100%;
}

.site-header .container{
    width:100%;
    max-width:1440px;
    padding-left:22px;
    padding-right:22px;
}

.nav-wrap{
    width:100%;
    max-width:100%;
    min-width:0;
}

.site-header .techesteel-image-logo{
    min-width:0;
    flex:0 1 auto;
}

.site-header .techesteel-image-logo img{
    max-width:280px;
}

.main-nav{
    min-width:0;
    margin-left:0;
}

.header-actions{
    min-width:0;
}

@media (max-width:1450px){
    .site-header .container{
        padding-left:18px;
        padding-right:18px;
    }

    .nav-wrap{
        gap:18px;
    }

    .site-header .techesteel-image-logo img{
        height:58px;
        max-width:245px;
    }

    .main-nav{
        gap:18px;
        font-size:14px;
    }

    .header-actions{
        gap:10px;
    }

    .header-actions .signin-btn,
    .header-actions .member-btn{
        width:155px;
        min-width:155px;
        height:50px;
        padding:0 15px;
        font-size:15px;
    }
}

@media (max-width:1320px){
    .nav-wrap{
        position:relative;
    }

    .site-header .techesteel-image-logo img{
        height:58px;
        max-width:250px;
    }

    .main-nav{
        position:absolute;
        top:100%;
        right:-18px;
        left:-18px;
        z-index:9999;
        display:none;
        flex-direction:column;
        align-items:stretch;
        gap:0;
        margin:0;
        padding:0;
        background:#fff;
        border-top:1px solid var(--border);
        border-bottom:1px solid var(--border);
        box-shadow:0 18px 38px rgba(25,88,145,.14);
    }

    .main-nav.open{
        display:flex;
    }

    .main-nav > a{
        width:100%;
        margin:0;
        padding:16px 22px;
        border-top:1px solid var(--border);
        font-size:15px;
    }

    .menu-btn{
        display:block;
        flex:0 0 auto;
    }

    .header-actions{
        display:none;
    }

    .nav-dropdown,
    .press-dropdown{
        display:block;
        width:100%;
    }

    .nav-dropdown-toggle,
    .press-dropdown .nav-dropdown-toggle{
        display:flex;
        justify-content:space-between;
        width:100%;
        padding:16px 22px;
        border-top:1px solid var(--border);
    }

    .nav-submenu,
    .products-dropdown .nav-submenu,
    .press-submenu,
    .products-dropdown .products-mega-menu{
        position:static;
        display:block;
        width:100%;
        padding:8px 20px 16px;
        visibility:visible;
        opacity:1;
        pointer-events:auto;
        transform:none;
        border:0;
        border-radius:0;
        background:#f7fbff;
        box-shadow:none;
    }

    .nav-submenu::before,
    .products-dropdown .nav-submenu::before,
    .press-submenu::before{
        display:none;
    }

    .products-dropdown .products-mega-menu{
        grid-template-columns:1fr;
    }

    .products-menu-column + .products-menu-column{
        margin-top:14px;
        padding-top:14px;
        padding-left:0;
        border-top:1px solid var(--border);
        border-left:0;
    }

    .nav-dropdown:hover .nav-submenu,
    .nav-dropdown:focus-within .nav-submenu,
    .products-dropdown:hover .nav-submenu,
    .products-dropdown:focus-within .nav-submenu,
    .press-dropdown:hover .press-submenu,
    .press-dropdown:focus-within .press-submenu{
        transform:none;
    }
}

@media (max-width:700px){
    .site-header .container{
        padding-left:16px;
        padding-right:16px;
    }

    .site-header .techesteel-image-logo img{
        height:44px;
        max-width:195px;
    }

    .main-nav{
        right:-16px;
        left:-16px;
    }
}


/* ==========================================================
   Homepage Auction Section
========================================================== */

.auction-section{
    position:relative;
    overflow:hidden;
    padding:110px 0;
    background:
        radial-gradient(circle at 10% 15%,rgba(47,139,230,.12),transparent 28%),
        linear-gradient(180deg,#ffffff 0%,#f4f9fe 100%);
    border-top:1px solid var(--border);
    border-bottom:1px solid var(--border);
}

.auction-section::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(47,139,230,.055) 1px,transparent 1px),
        linear-gradient(90deg,rgba(47,139,230,.055) 1px,transparent 1px);
    background-size:72px 72px;
    pointer-events:none;
}

.auction-layout{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
    gap:clamp(50px,7vw,90px);
    align-items:center;
}

.auction-image-frame{
    position:relative;
    overflow:hidden;
    min-height:610px;
    border:1px solid #bfd9ed;
    border-radius:24px;
    background:#dfeef9;
    box-shadow:0 28px 70px rgba(25,88,145,.18);
}

.auction-image-frame img{
    display:block;
    width:100%;
    height:100%;
    min-height:610px;
    object-fit:cover;
    object-position:center;
    transition:transform .65s ease;
}

.auction-image-frame:hover img{
    transform:scale(1.035);
}

.auction-image-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg,rgba(16,40,61,.03) 35%,rgba(16,40,61,.56) 100%);
    pointer-events:none;
}

.auction-image-badge{
    position:absolute;
    left:24px;
    bottom:24px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 16px;
    border:1px solid rgba(255,255,255,.35);
    border-radius:999px;
    background:rgba(255,255,255,.9);
    color:#173149;
    font:700 12px var(--mono);
    letter-spacing:.08em;
    text-transform:uppercase;
    box-shadow:0 12px 28px rgba(16,40,61,.18);
    backdrop-filter:blur(12px);
}

.auction-live-dot{
    width:9px;
    height:9px;
    border-radius:50%;
    background:#2f8be6;
    box-shadow:0 0 0 6px rgba(47,139,230,.13);
}

.auction-copy{
    max-width:650px;
}

.auction-copy h2{
    margin-top:12px;
    font-size:clamp(40px,4.4vw,60px);
    line-height:1.08;
}

.auction-copy > p{
    margin:24px 0 0;
    color:var(--muted);
    font-size:17px;
    line-height:1.8;
}

.auction-points{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
}

.auction-points span{
    position:relative;
    padding:11px 15px 11px 36px;
    border:1px solid #c9deee;
    border-radius:999px;
    background:#fff;
    color:#385268;
    font-size:13px;
    font-weight:700;
    box-shadow:0 8px 22px rgba(25,88,145,.06);
}

.auction-points span::before{
    content:"✓";
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    color:var(--blue2);
    font-weight:800;
}

.auction-btn{
    margin-top:34px;
}

@media(max-width:980px){
    .auction-layout{
        grid-template-columns:1fr;
        gap:46px;
    }

    .auction-media{
        max-width:760px;
        width:100%;
    }

    .auction-image-frame,
    .auction-image-frame img{
        min-height:520px;
    }

    .auction-copy{
        max-width:none;
    }
}

@media(max-width:700px){
    .auction-section{
        padding:76px 0;
    }

    .auction-image-frame{
        min-height:390px;
        border-radius:18px;
    }

    .auction-image-frame img{
        min-height:390px;
    }

    .auction-image-badge{
        left:16px;
        right:16px;
        bottom:16px;
        justify-content:center;
        text-align:center;
    }

    .auction-copy h2{
        font-size:38px;
    }

    .auction-copy > p{
        font-size:16px;
        line-height:1.72;
    }

    .auction-points{
        flex-direction:column;
        align-items:stretch;
    }

    .auction-points span{
        border-radius:12px;
    }

    .auction-btn{
        width:100%;
    }
}


/* ==========================================================
   Auction buttons: Past and Future Auctions
========================================================== */

.auction-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:34px;
}

.auction-actions .auction-btn{
    min-width:210px;
    margin-top:0;
}

.auction-btn-secondary{
    color:#173149;
    background:#fff;
    border:1px solid #bfd8eb;
    box-shadow:0 10px 28px rgba(30,93,145,.09);
}

.auction-btn-secondary:hover{
    color:#1267c8;
    background:#f3f9ff;
    border-color:#8fc2eb;
}

@media(max-width:700px){
    .auction-actions{
        flex-direction:column;
    }

    .auction-actions .auction-btn{
        width:100%;
        min-width:0;
    }
}

/* ==========================================================
   Homepage Referral Scheme
========================================================== */
.referral-section{
    position:relative;
    overflow:hidden;
    padding:110px 0;
    background:
        linear-gradient(115deg,#ffffff 0%,#f7fbff 48%,#eaf5ff 100%);
    border-top:1px solid var(--border);
    border-bottom:1px solid var(--border);
}

.referral-section::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
        radial-gradient(circle at 9% 88%,rgba(47,139,230,.08) 0 2px,transparent 2.5px),
        radial-gradient(circle at 93% 9%,rgba(47,139,230,.10) 0 2px,transparent 2.5px);
    background-size:18px 18px,20px 20px;
    background-position:left bottom,right top;
    background-repeat:no-repeat;
    pointer-events:none;
}

.referral-bg-shape{
    position:absolute;
    border-radius:50%;
    pointer-events:none;
}

.referral-bg-shape-one{
    width:560px;
    height:560px;
    right:-190px;
    top:-190px;
    background:rgba(47,139,230,.055);
}

.referral-bg-shape-two{
    width:420px;
    height:420px;
    left:-250px;
    bottom:-260px;
    border:70px solid rgba(47,139,230,.04);
}

.referral-layout{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,1.12fr) minmax(430px,.88fr);
    gap:clamp(58px,7vw,105px);
    align-items:center;
}

.referral-content h2{
    margin:0;
    font-size:clamp(44px,4.7vw,66px);
    line-height:1.04;
    color:#10283d;
}

.referral-content h2 strong{
    background:linear-gradient(135deg,#2f8be6,#1267c8);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}

.referral-content h2 span{
    color:#f47a2b;
}

.referral-intro{
    max-width:690px;
    margin:28px 0 0;
    color:#526b82;
    font-size:18px;
    line-height:1.75;
}

.referral-subheading{
    display:flex;
    align-items:center;
    gap:12px;
    margin-top:38px;
    padding-bottom:14px;
    border-bottom:1px solid #d6e6f3;
}

.referral-subheading::after{
    content:"";
    width:110px;
    height:3px;
    margin-left:8px;
    border-radius:999px;
    background:linear-gradient(90deg,#2f8be6,transparent);
}

.referral-subheading-icon{
    display:grid;
    place-items:center;
    width:30px;
    height:30px;
    color:#1267c8;
    font-size:22px;
}

.referral-subheading h3,
.referral-terms h3{
    margin:0;
    color:#164f96;
    font-family:var(--display);
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.referral-steps{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-top:24px;
}

.referral-step{
    position:relative;
    min-height:250px;
    padding:24px 16px 20px;
    text-align:center;
    border:1px solid #dce9f4;
    border-radius:16px;
    background:rgba(255,255,255,.9);
    box-shadow:0 14px 34px rgba(25,88,145,.08);
    transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}

.referral-step:hover{
    transform:translateY(-5px);
    border-color:#acd3f2;
    box-shadow:0 22px 44px rgba(25,88,145,.13);
}

.referral-step-number{
    display:grid;
    place-items:center;
    width:32px;
    height:32px;
    margin:0 auto 14px;
    border-radius:50%;
    background:#e6f2ff;
    color:#174f97;
    font-weight:800;
}

.referral-step-icon{
    display:grid;
    place-items:center;
    width:66px;
    height:66px;
    margin:0 auto 15px;
    border-radius:50%;
    background:#edf6ff;
    color:#1468c9;
}

.referral-step-icon svg{
    width:34px;
    height:34px;
}

.referral-step-icon-orange{
    color:#f47a2b;
}

.referral-step h4{
    margin:0;
    color:#10283d;
    font-family:var(--display);
    font-size:16px;
    line-height:1.3;
}

.referral-step p{
    margin:10px 0 0;
    color:#60758a;
    font-size:13px;
    line-height:1.6;
}

.referral-terms{
    display:grid;
    grid-template-columns:190px 1fr;
    gap:26px;
    align-items:start;
    margin-top:26px;
    padding:27px 30px;
    border:1px solid #cfe2f2;
    border-radius:18px;
    background:linear-gradient(135deg,rgba(244,249,254,.98),rgba(234,245,255,.86));
    box-shadow:0 14px 34px rgba(25,88,145,.07);
}

.referral-terms-title{
    display:flex;
    align-items:center;
    gap:14px;
}

.referral-shield{
    display:grid;
    place-items:center;
    width:54px;
    height:54px;
    flex:0 0 54px;
    color:#165fba;
}

.referral-shield svg{
    width:50px;
    height:50px;
}

.referral-terms ul{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px 26px;
    margin:0;
    padding:0;
    list-style:none;
}

.referral-terms li{
    position:relative;
    padding-left:25px;
    color:#405a70;
    font-size:14px;
    line-height:1.55;
}

.referral-terms li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:1px;
    display:grid;
    place-items:center;
    width:17px;
    height:17px;
    border:1px solid #2f8be6;
    border-radius:50%;
    color:#1267c8;
    font-size:10px;
    font-weight:900;
}

.referral-visual{
    position:relative;
    width:min(100%,560px);
    aspect-ratio:1/1;
    justify-self:center;
}

.referral-orbit{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    border-radius:50%;
    pointer-events:none;
}

.referral-orbit-large{
    width:94%;
    height:94%;
    border:1px solid rgba(47,139,230,.42);
}

.referral-orbit-small{
    width:76%;
    height:76%;
    border:14px solid rgba(255,255,255,.82);
    box-shadow:0 0 0 1px rgba(47,139,230,.18),0 24px 60px rgba(25,88,145,.12);
}

.referral-main-circle{
    position:absolute;
    left:50%;
    top:50%;
    width:66%;
    height:66%;
    transform:translate(-50%,-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border:14px solid #1769c8;
    border-radius:50%;
    background:linear-gradient(180deg,#ffffff 0%,#f3f9ff 67%,#d8ebfb 100%);
    box-shadow:0 24px 55px rgba(25,88,145,.24),inset 0 0 0 8px #fff;
}

.referral-main-circle::after{
    content:"";
    position:absolute;
    inset:6%;
    border:1px solid rgba(47,139,230,.14);
    border-radius:50%;
}

.referral-city{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:32%;
    opacity:.55;
    background:
        linear-gradient(90deg,transparent 0 6%,#b7d7f0 6% 10%,transparent 10% 14%,#c7e1f4 14% 21%,transparent 21% 26%,#a9cfea 26% 31%,transparent 31% 38%,#c5e0f3 38% 45%,transparent 45% 51%,#afd3ed 51% 59%,transparent 59% 64%,#c8e2f5 64% 72%,transparent 72% 78%,#a6cce8 78% 86%,transparent 86% 100%);
}

.referral-main-copy{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-top:-26px;
    line-height:.84;
}

.referral-main-copy strong,
.referral-main-copy span{
    font-family:var(--display);
    font-size:clamp(62px,6vw,92px);
    font-weight:800;
    letter-spacing:-.06em;
}

.referral-main-copy strong{
    color:#1254ae;
}

.referral-main-copy b{
    margin:8px 0 4px;
    color:#10283d;
    font-family:var(--display);
    font-size:34px;
}

.referral-main-copy span{
    color:#f06e24;
}

.referral-handshake{
    position:absolute;
    z-index:3;
    left:50%;
    bottom:8%;
    transform:translateX(-50%);
    font-size:54px;
    filter:drop-shadow(0 10px 14px rgba(16,40,61,.12));
}

.referral-orbit-item{
    position:absolute;
    z-index:5;
    width:116px;
    height:116px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    border:1px solid #d7e7f4;
    border-radius:50%;
    background:rgba(255,255,255,.94);
    box-shadow:0 18px 42px rgba(25,88,145,.14);
    animation:referralFloat 4.8s ease-in-out infinite;
}

.referral-orbit-item span{
    color:#164f96;
    font-family:var(--display);
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
}

.referral-orbit-icon{
    color:#125fb9;
}

.referral-orbit-icon svg{
    width:42px;
    height:42px;
}

.referral-orbit-icon-orange{
    color:#f47a2b;
}

.referral-orbit-register{left:50%;top:0;transform:translate(-50%,-12%)}
.referral-orbit-refer{left:0;top:50%;transform:translate(-14%,-50%);animation-delay:-1.1s}
.referral-orbit-business{right:0;top:50%;transform:translate(14%,-50%);animation-delay:-2.2s}
.referral-orbit-reward{left:50%;bottom:0;transform:translate(-50%,12%);animation-delay:-3.2s}

@keyframes referralFloat{
    0%,100%{margin-top:0}
    50%{margin-top:-9px}
}

@media(max-width:1120px){
    .referral-layout{
        grid-template-columns:1fr;
    }

    .referral-visual{
        width:min(100%,610px);
        margin-top:20px;
    }
}

@media(max-width:760px){
    .referral-section{
        padding:78px 0;
    }

    .referral-content h2{
        font-size:43px;
    }

    .referral-intro{
        font-size:16px;
    }

    .referral-steps{
        grid-template-columns:repeat(2,1fr);
    }

    .referral-step{
        min-height:235px;
    }

    .referral-terms{
        grid-template-columns:1fr;
        padding:24px 22px;
    }

    .referral-terms ul{
        grid-template-columns:1fr;
    }

    .referral-visual{
        width:95%;
    }

    .referral-orbit-item{
        width:92px;
        height:92px;
    }

    .referral-orbit-icon svg{
        width:34px;
        height:34px;
    }

    .referral-main-circle{
        border-width:9px;
    }

    .referral-handshake{
        font-size:38px;
    }
}

@media(max-width:500px){
    .referral-steps{
        grid-template-columns:1fr;
    }

    .referral-step{
        min-height:0;
    }

    .referral-visual{
        width:100%;
        margin-top:35px;
    }

    .referral-orbit-item{
        width:76px;
        height:76px;
        gap:4px;
    }

    .referral-orbit-item span{
        font-size:9px;
    }

    .referral-orbit-icon svg{
        width:27px;
        height:27px;
    }

    .referral-main-copy strong,
    .referral-main-copy span{
        font-size:48px;
    }

    .referral-main-copy b{
        font-size:25px;
    }

    .referral-handshake{
        font-size:30px;
    }
}

@media(prefers-reduced-motion:reduce){
    .referral-orbit-item{
        animation:none;
    }
}

/* Full width layout */
.referral-layout-full{
    display:block;
}

.referral-layout-full .referral-content{
    max-width:100%;
}

/* Make Important Terms full width */
.referral-layout-full .referral-terms{
    width:100%;
    margin-top:40px;
}

.referral-layout-full .referral-terms ul{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px 40px;
    margin-top:20px;
}

.referral-layout-full .referral-terms li{
    list-style:none;
    position:relative;
    padding-left:28px;
    font-size:15px;
    color:#4d5c72;
    line-height:1.7;
}

.referral-layout-full .referral-terms li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:2px;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#eaf4ff;
    color:#2f8be6;
    font-size:12px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

@media(max-width:768px){

.referral-layout-full .referral-terms ul{
grid-template-columns:1fr;
}

}
/* ==========================================================   Facilitators, Not Brokers========================================================== */
.facilitator-section{position:relative;overflow:hidden;    background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);    border-top:1px solid var(--border);    border-bottom:1px solid var(--border);}.facilitator-section::before{    content:"";position:absolute;right:-180px;top:-190px;width:560px;height:560px;border-radius:50%;    background:radial-gradient(circle,rgba(47,139,230,.16),transparent 68%);pointer-events:none;}.facilitator-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:clamp(50px,7vw,96px);align-items:center}.facilitator-copy h2{margin-top:8px;font-size:clamp(42px,4.5vw,62px)}.facilitator-intro{max-width:700px;margin:24px 0 0;color:var(--muted);font-size:18px;line-height:1.8}.facilitator-points{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:34px}.facilitator-point{display:flex;gap:16px;padding:22px;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(25,88,145,.07);transition:.28s ease}.facilitator-point:hover{transform:translateY(-4px);border-color:#a9d0ef;box-shadow:0 20px 42px rgba(25,88,145,.12)}.facilitator-icon{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:12px;background:#edf7ff;color:var(--blue2);border:1px solid rgba(47,139,230,.22)}.facilitator-icon svg{width:25px;height:25px}.facilitator-point h3{font-size:18px;line-height:1.3;margin:0}.facilitator-point p{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.facilitator-visual-card{position:relative;min-height:570px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:46px 38px;border:1px solid #bdd9ee;border-radius:28px;background:linear-gradient(145deg,#ffffff,#eaf6ff);box-shadow:0 28px 70px rgba(25,88,145,.16);overflow:hidden}.facilitator-rings{position:absolute;width:430px;height:430px;border:1px solid rgba(47,139,230,.22);border-radius:50%}.facilitator-rings::before,.facilitator-rings::after{content:"";position:absolute;inset:34px;border:1px dashed rgba(47,139,230,.24);border-radius:50%}.facilitator-rings::after{inset:76px;border-style:solid;opacity:.6}.facilitator-badge{position:absolute;top:28px;left:50%;transform:translateX(-50%);padding:10px 16px;border:1px solid #c7dff1;border-radius:999px;background:rgba(255,255,255,.9);color:var(--blue2);font:700 12px var(--mono);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.facilitator-illustration{position:relative;z-index:2;width:100%;max-width:470px;animation:facilitatorFloat 5s ease-in-out infinite}.facilitator-illustration svg{display:block;width:100%;height:auto}.facilitator-quote{position:relative;z-index:3;max-width:390px;margin-top:-18px;padding:18px 22px;border:1px solid #c7dff1;border-radius:16px;background:rgba(255,255,255,.92);text-align:center;box-shadow:0 14px 32px rgba(25,88,145,.1)}.facilitator-quote strong{display:block;color:#10283d;font-family:var(--display);font-size:22px}.facilitator-quote span{display:block;margin-top:7px;color:var(--muted);font-size:14px;line-height:1.55}@keyframes facilitatorFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:1050px){.facilitator-layout{grid-template-columns:1fr}.facilitator-visual{max-width:720px}.facilitator-visual-card{min-height:520px}}@media(max-width:700px){.facilitator-points{grid-template-columns:1fr}.facilitator-visual-card{min-height:430px;padding:34px 18px;border-radius:22px}.facilitator-rings{width:340px;height:340px}.facilitator-badge{top:20px;font-size:10px}.facilitator-quote{margin-top:-8px}.facilitator-copy h2{font-size:40px}}@media(prefers-reduced-motion:reduce){.facilitator-illustration{animation:none}}

/* ==========================================================
   Mobile menu full-height scroll fix
========================================================== */

@media (max-width:1320px){

    .site-header{
        overflow:visible;
    }

    .nav-wrap{
        position:relative;
    }

    .main-nav{
        position:fixed;

        top:76px;
        right:0;
        bottom:0;
        left:0;

        width:100%;
        height:auto;
        max-height:calc(100vh - 76px);

        overflow-x:hidden;
        overflow-y:auto;

        display:none;
        flex-direction:column;
        align-items:stretch;

        padding-bottom:110px;

        background:#ffffff;
        -webkit-overflow-scrolling:touch;
        overscroll-behavior:contain;
    }

    .main-nav.open{
        display:flex;
    }

    .products-dropdown{
        width:100%;
        flex-shrink:0;
    }

    .products-dropdown .nav-submenu,
    .products-dropdown .products-mega-menu{
        position:static;
        width:100%;
        max-height:none;
        overflow:visible;
        opacity:1;
        visibility:visible;
        pointer-events:auto;
        transform:none;
    }

    .products-menu-column{
        width:100%;
    }
}
@media (max-width:700px){

    .main-nav{
        top:76px;
        max-height:calc(100dvh - 76px);
        padding-bottom:130px;
    }
}