@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Barlow:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700&display=swap');

:root{
  --blue:#092b73;
  --deep:#031225;
  --orange:#ff5a00;
  --light:#eef6fd;
  --line:#c8d2df;
  --gutter:50px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Barlow',Arial,sans-serif;color:var(--blue);background:#fff;overflow-x:hidden}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:100%;margin:0;padding:0 var(--gutter)}
.topbar{background:#fff;padding:5px 0;border-bottom:1px solid #ddd}
.logo-row{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:stretch}
.logo-slot{display:flex;flex-direction:column;align-items:center;min-width:0;padding:16px 24px 0}
.logo-left{border-right:1px solid #d8dee8}
.logo-center{border-right:1px solid #d8dee8}
.logo-label{flex:none;margin-bottom:10px;font-family:'Barlow Condensed',sans-serif;font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#5c6a85}
.logo-img{flex:1;width:100%;display:flex;align-items:center;justify-content:center;padding-bottom:16px}
.logo-left img{width:330px;max-height:68px;object-fit:contain}
.logo-center img{width:300px;max-height:74px;object-fit:contain}
.logo-right img{width:220px;max-height:130px;object-fit:contain}
.sponsor-wrap{display:flex;align-items:center;justify-content:center;gap:18px;font-size:24px;color:#0e2457;white-space:nowrap;min-width:0}
.sponsor-wrap img{width:140px;max-height:58px;object-fit:contain}

.btn-sponsor{
  text-transform:uppercase;
}

.hero{position:relative;min-height:690px;background:url('header-6hourevent.jpg') center center/cover no-repeat;color:#fff;overflow:hidden}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,13,32,.96) 0%,rgba(2,17,40,.88) 35%,rgba(2,17,40,.34) 58%,rgba(0,0,0,.06) 100%)}
.hero-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:36px;min-height:690px}
.hero-copy{width:min(610px,58%);padding:48px 0 42px;flex:none}
.hero-video{position:relative;flex:1 1 560px;max-width:700px;min-width:280px}
.hero-video::after{content:"";position:absolute;inset:-28px;background:radial-gradient(closest-side,rgba(255,90,0,.35),transparent 72%);filter:blur(6px);z-index:-1;pointer-events:none}
.hero-video-badge{position:absolute;top:-16px;left:24px;z-index:2;display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,#ff5d00,#ff7900);color:#fff;font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:15px;letter-spacing:.3px;padding:8px 16px;border-radius:999px;box-shadow:0 8px 20px rgba(255,90,0,.4);border:2px solid rgba(255,255,255,.25);animation:badge-float 3s ease-in-out infinite;transition:transform .3s ease}
.hero-video-badge i{font-size:11px}
.hero-video-frame{position:relative;width:100%;padding-top:56.25%;border-radius:18px;overflow:hidden;background:#000;box-shadow:0 24px 60px rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.18);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;animation:video-pulse 3.4s ease-in-out infinite}
.hero-video-frame:active{transform:scale(.985)}
.hero-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

@keyframes badge-float{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-6px) rotate(1deg)}}
@keyframes video-pulse{
  0%{box-shadow:0 24px 60px rgba(0,0,0,.45),0 0 0 0 rgba(255,90,0,.28)}
  60%{box-shadow:0 24px 60px rgba(0,0,0,.45),0 0 0 16px rgba(255,90,0,0)}
  100%{box-shadow:0 24px 60px rgba(0,0,0,.45),0 0 0 0 rgba(255,90,0,0)}
}

@media (hover:hover) and (pointer:fine){
  .hero-video-frame:hover{transform:translateY(-6px) scale(1.015);border-color:rgba(255,138,0,.6);box-shadow:0 30px 70px rgba(255,90,0,.35)}
  .hero-video-frame:hover{animation-play-state:paused}
  .hero-video:hover .hero-video-badge{transform:translateY(-4px) rotate(0deg)}
}

@media (prefers-reduced-motion:reduce){
  .hero-video-badge,.hero-video-frame{animation:none;transition:none}
}
.registration-pill{display:inline-block;border:3px solid var(--orange);border-radius:9px;padding:10px 18px;font-family:'Barlow Condensed',sans-serif;font-size:27px;font-weight:700;color:var(--orange);letter-spacing:.4px}
.hero h1{margin:20px 0 16px;font-family:'Barlow Condensed',sans-serif;font-weight:800;line-height:.91;letter-spacing:.3px;text-transform:uppercase}
.hero h1 span,.hero h1 strong{display:block;font-size:76px}
.hero h1 strong{color:#ff6500}
.hero-topics{display:flex;flex-wrap:wrap;gap:12px;align-items:center;font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:25px;letter-spacing:.4px}
.hero-topics b{color:var(--orange);font-size:28px}
.hero-copy p{font-size:16px;line-height:1.35;max-width:600px;}
.cta{display:inline-flex;align-items:center;justify-content:center;gap:18px;font-family:'Barlow Condensed',sans-serif;font-size:29px;font-weight:700;border-radius:9px;transition:.2s ease;white-space:nowrap}
.cta:hover{transform:translateY(-2px)}
.cta-primary{background:linear-gradient(90deg,#ff5d00,#ff7900);border:2px solid #ffb400;color:#fff;padding:18px 31px;box-shadow:0 4px 16px rgba(255,94,0,.35)}
.hero-perks{display:flex;align-items:center;gap:20px;margin:0 0 28px;padding:16px 20px;border-radius:16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:background .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}
.hero-perks:active{transform:scale(.98)}
.perk-lunch{display:flex;align-items:center;gap:14px;flex:none}
.perk-icon{flex:none;width:52px;height:52px;border-radius:50%;background:var(--orange);display:grid;place-items:center;color:#fff;font-size:20px;transition:transform .35s ease,box-shadow .35s ease;animation:perk-pulse 2.6s ease-out infinite}
.perk-text{display:flex;flex-direction:column;font-family:'Barlow Condensed',sans-serif;font-size:20px;line-height:1.08;font-weight:800;letter-spacing:.3px;white-space:nowrap}
.perk-free{color:var(--orange)}
.perk-provided{color:#fff}
.perk-divider{width:1px;align-self:stretch;background:rgba(255,255,255,.25)}
.perk-presented{display:flex;flex-direction:column;gap:4px;flex:1 1 auto;min-width:0}
.perk-presented-main{margin:0;font-size:17px;line-height:1.2;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.perk-presented-main strong{font-weight:700}
.perk-presented-sub{margin:0;font-size:13px;line-height:1.2;font-weight:400;color:rgba(255,255,255,.68);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

@media (hover:hover) and (pointer:fine){
  .hero-perks:hover{background:rgba(255,255,255,.1);border-color:rgba(255,138,0,.55);box-shadow:0 14px 32px rgba(255,90,0,.2);transform:translateY(-3px)}
  .hero-perks:hover .perk-icon{transform:scale(1.08) rotate(-4deg);box-shadow:0 0 0 8px rgba(255,90,0,.16)}
}

@keyframes perk-pulse{
  0%{box-shadow:0 0 0 0 rgba(255,90,0,.35)}
  70%{box-shadow:0 0 0 10px rgba(255,90,0,0)}
  100%{box-shadow:0 0 0 0 rgba(255,90,0,0)}
}
.hero-perks:hover .perk-icon{animation-play-state:paused}

@media (prefers-reduced-motion:reduce){
  .hero-perks,.hero-perks:active,.perk-icon{animation:none;transition:none}
}
.hero-ctas{display:flex;flex-wrap:wrap;align-items:center;gap:18px}

.event-meta{background:#fff;padding:28px 0 26px;box-shadow:0 -1px 0 #eee}
.meta-grid{display:grid;grid-template-columns:6fr 6fr 6fr;align-items:center;justify-content:center;margin:0 auto}
.meta-item{display:flex;align-items:center;justify-content:center;gap:24px;padding:0 34px;min-height:92px;border-right:1px solid var(--line)}
.meta-item:last-child{border-right:0}
.meta-item i{font-size:64px;color:var(--blue)}
.meta-item div{display:flex;flex-direction:column;line-height:1.03}
.meta-item span{font-family:'Barlow Condensed',sans-serif;font-size:24px;font-weight:600}
.meta-item strong{font-family:'Barlow Condensed',sans-serif;font-size:30px;font-weight:800}
.schedule-unit{font-size:.6em;font-weight:700;opacity:.75;margin-left:3px}
.schedule-item strong{font-size:24px}

.section-pad{padding:56px 0}

.benefits-section{width:100%;padding:40px 0;background:#fff}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch}
.benefit-card{text-align:center;padding:18px 42px 26px;position:relative}
.benefit-card:not(:last-child)::after{content:"";position:absolute;top:28px;right:0;width:1px;height:calc(100% - 56px);background:rgba(5,22,63,.32)}
.icon-wrap{min-height:160px;display:flex;align-items:center;justify-content:center}
.icon-wrap i{font-size:7rem;color:#f76e11;line-height:1}
.handshake-icon i{font-size:7.4rem}
.benefit-card h2{margin:0 0 22px;font-family:'Bebas Neue',sans-serif;font-size:clamp(2.7rem,3vw,5rem);line-height:.98;letter-spacing:.02em;color:#05163f}
.benefit-card p{margin:0 auto;max-width:330px;font-size:clamp(1.35rem,1.45vw,2.2rem);line-height:1.55;color:#111;font-weight:400}

@media (max-width:1280px){
  .benefits-grid{grid-template-columns:repeat(2,1fr);gap:0}
  .benefit-card:nth-child(2)::after{display:none}
  .benefit-card:nth-child(-n+2){border-bottom:1px solid rgba(5,22,63,.32)}
  .benefit-card{padding:28px 34px 30px}
  .benefit-card:not(:last-child)::after{top:24px;height:calc(100% - 48px)}
}

@media (max-width:767px){
  .event-meta{padding:20px 0 0}
  .benefits-section{padding:0 0 24px}
  .benefits-grid{grid-template-columns:1fr}
  .benefit-card{padding:26px 20px 30px}
  .benefit-card,.benefit-card:nth-child(-n+2){border-bottom:1px solid rgba(5,22,63,.32)}
  .benefit-card:last-child{border-bottom:none}
  .benefit-card::after,.benefit-card:not(:last-child)::after{display:none}
  .icon-wrap{min-height:120px}
  .icon-wrap i,.handshake-icon i{font-size:5rem}
  .benefit-card h2{margin-bottom:16px}
  .benefit-card p{max-width:100%;font-size:1.2rem}
}
.section-pad-sm{padding:12px 0 56px}
.sponsor-card{background:linear-gradient(90deg,#e9f4fd,#f6fbff);border-radius:12px;display:grid;grid-template-columns:155px 1fr auto;align-items:center;gap:28px;padding:32px 38px}
.sponsor-icon{height:150px;border-right:2px solid #2b548f;display:flex;align-items:center;justify-content:center;padding-right:32px}
.sponsor-icon i{width:105px;height:105px;border:4px solid var(--blue);border-radius:50%;display:grid;place-items:center;font-size:50px;color:var(--blue)}
.sponsor-copy h2{margin:0;font-family:'Barlow Condensed',sans-serif;font-size:37px;line-height:.98;font-weight:800}
.orange-line{width:115px;height:5px;background:var(--orange);margin:18px 0 14px}
.sponsor-copy p{font-size:20px;line-height:1.25;max-width:600px;margin:0;color:#193a75}
.cta-secondary{background:linear-gradient(90deg,#ff5a00,#ff6500);color:#fff;padding:19px 30px;font-size:27px}

@media (max-width:1000px){
  :root{--gutter:34px}
  .logo-row{gap:16px}
  .logo-slot{padding:0 16px}
  .sponsor-wrap{font-size:19px;gap:10px}
  .hero,.hero-content{min-height:auto}
  .hero-content{flex-direction:column;align-items:stretch;gap:28px;padding:36px 0}
  .hero-copy{width:100%;padding:0}
  .hero-video{max-width:760px;width:100%;margin:0 auto}
  .hero-video-badge{top:-14px;left:18px;font-size:14px;padding:7px 14px}
  .hero h1 span,.hero h1 strong{font-size:64px}
  .registration-pill{font-size:23px}
  .hero-topics{font-size:21px}
  .hero-copy p{font-size:18px}
  .hero-perks{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:24px;padding:14px 18px}
  .perk-lunch{gap:16px}
  .perk-icon{width:52px;height:52px;font-size:20px}
  .perk-text{font-size:20px}
  .perk-divider{width:100%;height:1px;align-self:auto}
  .perk-presented{width:100%;flex:none;gap:6px}
  .perk-presented-main{font-size:17px}
  .perk-presented-sub{font-size:13px}
  .hero-ctas{gap:14px}
  .meta-item{padding:0 18px;gap:16px}
  .meta-item i{font-size:52px}
  .meta-item strong{font-size:25px}
  .meta-item span{font-size:21px}
  .schedule-item strong{font-size:18px}
  .schedule-item span{font-size:15px}
  .sponsor-card{grid-template-columns:130px 1fr;}
  .cta-secondary{grid-column:1/-1;justify-self:center}
}

@media (max-width:760px){
  :root{--gutter:24px}
  .topbar{padding:16px 0}
  .logo-row{grid-template-columns:1fr 1fr 1fr;gap:4px}
  .logo-slot{padding:0 4px}
  .logo-left{border-right:1px solid #e4e8f0}
  .logo-center{border-right:1px solid #e4e8f0}
  .logo-label{display:flex;align-items:center;justify-content:center;min-height:22px;font-size:9px;letter-spacing:.1px;line-height:1.15;margin-bottom:8px;white-space:normal;text-align:center}
  .logo-img{flex:none;width:100%;height:62px;padding-bottom:0}
  .logo-right .logo-img{height:70px}
  .logo-left img,.logo-center img,.logo-right img{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;margin:0}
  .sponsor-wrap{font-size:17px;justify-content:center;flex-wrap:wrap;white-space:normal}
  .sponsor-wrap img{width:100%;max-width:112px}
  .hero{height:1100px;background-position:63% center}
  .hero-overlay{background:linear-gradient(90deg,rgba(0,14,34,.97) 0%,rgba(0,14,34,.92) 62%,rgba(0,14,34,.68) 100%)}
  .hero-content{min-height:auto;padding:28px 0}
  .hero-copy{width:100%;padding:0 0 8px}
  .hero-video-badge{top:-12px;left:14px;font-size:12px;padding:6px 12px;gap:6px}
  .hero-video::after{inset:-16px;filter:blur(4px)}
  .registration-pill{font-size:20px;padding:9px 12px}
  .hero h1 span,.hero h1 strong{font-size:50px}
  .hero-topics{font-size:18px;gap:8px}
  .hero-copy p{font-size:19px;max-width:92%}
  .hero-perks{gap:12px;margin-bottom:22px;padding:14px 16px;border-radius:14px}
  .perk-lunch{gap:14px}
  .perk-icon{width:50px;height:50px;font-size:19px}
  .perk-text{font-size:18px}
  .perk-presented-main{font-size:14px;white-space:normal;overflow:visible;text-overflow:clip}
  .perk-presented-sub{font-size:11px;white-space:normal;overflow:visible;text-overflow:clip}
  .cta{font-size:24px;white-space:normal;text-align:center}
  .hero-ctas{flex-direction:column;width:100%;gap:14px}
  .hero-ctas .cta{width:100%}
  .meta-grid{grid-template-columns:1fr}
  .meta-item{border-right:0;border-bottom:1px solid var(--line);padding:18px 12px;justify-content:flex-start;max-width:300px;width:100%;margin:0 auto}
  .meta-item:last-child{border-bottom:0}
  .meta-item i{width:52px;flex:0 0 52px;text-align:center}
  .meta-item div{flex:1;width:auto;text-align:left}
  .schedule-item div{width:auto}
  .schedule-item strong{font-size:19px}
  .schedule-item span{font-size:15px}
  .sponsor-card{grid-template-columns:1fr;text-align:center;padding:28px 22px}
  .sponsor-icon{border-right:0;border-bottom:2px solid #2b548f;height:auto;padding:0 0 22px}
  .sponsor-copy p{margin:auto}
  .orange-line{margin:16px auto}
}

@media (max-width:480px){
  :root{--gutter:16px}
  .logo-row{gap:3px}
  .logo-slot{padding:0 3px}
  .logo-label{font-size:8px;min-height:20px}
  .logo-img{height:52px}
  .logo-right .logo-img{height:70px}
  .hero h1 span,.hero h1 strong{font-size:40px}
  .registration-pill{font-size:17px}
  .hero-topics{font-size:16px}
  .hero-copy p{font-size:17px}
  .hero-perks{padding:12px 14px}
  .perk-presented-main{font-size:11px}
  .perk-presented-sub{font-size:9px}
  .cta{width:100%;font-size:21px;padding:16px 18px}
  .sponsor-copy h2{font-size:30px}
  .sponsor-copy p{font-size:17px}
}
