@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  :root{
    --navy: #211551;
    --purple: #4A25AA;
    --purple-2: #2E1D6E;
    --lime: #C6D92D;
    --pink: #E93CAC;
    --teal: #00B79C;
    --grey-light: #E5E7EB;
    --grey-mid: #9CA3AF;
    --white: #F0ECFF;
    --text-muted: #BEB7E0;
    --text-muted-2: #A99FD4;
    --font-display: 'Archivo Black', 'Arial Black', sans-serif;    
	--font-body: 'CircularXXWeb-Regular', -apple-system, sans-serif;	
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family: var(--font-body);
    background: var(--navy);
    color: var(--white);
    -webkit-font-smoothing: antialiased;
  }
  a{color:inherit; text-decoration:none;}
  img{max-width:100%; display:block;}
  .wrap{ max-width: 90%; margin: 0 auto; padding: 0 40px; }
.eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--teal);
}
  ul{list-style:none;}

  /* ===== NAV ===== */
  .site-header{
    background: var(--navy);
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .nav{
    max-width:90%; margin:0 auto; padding: 18px 40px;
    display:flex; align-items:center; justify-content:space-between;
  }
  .logo{
    font-family: var(--font-display);
    font-size: 13px;
    line-height:1.1;
    letter-spacing: 0.02em;
	      width: 153px !important;
  }
  
  .agenda-tag.tag-workshop {
    color: #000;
}

  .logo .sub{ display:block; font-size:8px; font-family: var(--font-body); font-weight:700; letter-spacing:0.2em; color: var(--text-muted); margin-top:2px;}
  .nav-links {
    display: flex;
    gap: 32px;
    font-size: 14px;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    color: #A99FD4;
}
.nav a.btn {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Barlow Condensed';
    border-radius: 0;
}
  .nav-links a{ opacity:0.92; transition:opacity .15s;  }
  .nav-links a:hover{ opacity:1; color: var(--lime); }
  .btn{
    display:inline-flex; align-items:center; gap:6px;
    font-weight:800; font-size:12px; letter-spacing:0.06em; text-transform:uppercase;
    padding: 12px 22px;
    border-radius: 3px;
    cursor:pointer;
    border:none;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  }
  .btn-lime{ background: var(--lime); color: var(--navy); }
  .btn-lime:hover{ transform: translateY(-1px); box-shadow: 0 6px 18px rgba(198,217,45,0.35); }
  .btn-outline-teal{ background:transparent; border:1px solid var(--teal); color:var(--teal); }
  .btn-outline-teal:hover{ background: rgba(45,212,191,0.1); }

  /* ===== HERO ===== */
  .hero{ padding: 36px 0 64px; }
  .hero-grid{
    display:grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items:center;
  }
  .hero-date{
    display:flex; align-items:center; gap:14px;
    font-size:12px; letter-spacing:0.12em; text-transform:uppercase;
    color: var(--lime);
    margin-bottom: 28px;
	   font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  }
  .hero-date .rule{ width:34px; height:2px; background: var(--lime); }
  .hero-title{
    font-family: var(--font-display);
    line-height: 0.86;
	      display: inline-block;
  }
  .hero-title .the{
    display:inline;
    font-family: var(--font-body);
    font-weight:300;
    font-size: 26px;
    letter-spacing: 0.3em;
    color: var(--white);
    margin-bottom: 14px;
  }
  .hero-title .outline{
    display:inline;
    font-size: 108px;
    color: #211551;
    -webkit-text-stroke: 2px var(--white);
    letter-spacing: 0.01em;
  }
  
  .downloads .section-head .eyebrow{
	  color: var(--lime);
  }
  
  
  .hero-title .year{
    display:block;
    text-align:right;
    font-size: 44px;
    color: var(--white);
    margin-top: 8px;
    padding-right: 4px;
	      font-weight: 100;
    font-family: 'Barlow Condensed';
  }
.g_heading_one {
    position: relative;
    z-index: 1;
}

.hero-title {
    display: inline-block !important;
    width: min-content;
}

body .gform_wrapper.gravity-theme .gfield_label{
	font-size: 13px;
}

.g_head_ab {
    position: absolute;
    left: 6px;
    top: 4px;
    z-index: -1;
}

.g_head_ab span.outline {
    -webkit-text-stroke: 0;
    text-shadow: 4px 4px #ffffff;
}
.g_head_ab span.the, .g_head_ab span.year {
    visibility: hidden;
}
  .hero-sub{
    margin-top: 28px;
    font-size: 15px;
    color: var(--text-muted-2);
    max-width: 460px;
    line-height:1.6;
  }
  .hero-sub .free{ color: var(--lime); font-weight:600; }

  .hero-divider{
    margin: 67px 0 26px;
    height:1px;
    background: rgba(255,255,255,0.14);
    max-width: 480px;
  }
  .hero-stats{
    display:grid; grid-template-columns: repeat(2, auto); gap: 24px 60px;
  }
  .stat{
    display:flex; align-items:flex-start; gap:10px;
  }
.stat .icon{
    width:20px;
    height:20px;
    object-fit:contain;
    flex-shrink:0;
}
  .stat .icon{
    width:20px; height:20px; flex-shrink:0; margin-top:2px;
    color: #00B79C;
  }
.hero-stats .stat {
    align-items: center;
}

  .stat b{
    display:block; font-size:24px; font-weight:800; line-height:1.1;
  }
  .stat span{
    display:block; font-size:12px; letter-spacing:0.1em; text-transform:uppercase; color: var(--text-muted); margin-top:3px;
  }

  /* ===== FORM ===== */
.form-card {
    border: 1px solid #C6D92D33;
    padding: 32px 32px 28px;
	margin:0px 10%;
}
  .form-card h2{
    font-family: "Barlow Condensed";
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .form-card p.lead{
    font-size: 13px;
    color: var(--text-muted-2);
    margin-bottom: 22px;
  }
  .gform_fields { margin-bottom: 16px; }
  .gform_fields label{
	   font-family: "Barlow Condensed";
    display:block; font-size:10.5px; font-weight:400; letter-spacing:0.09em; text-transform:uppercase;
    color: var(--text-muted); margin-bottom: 7px;
  }
  .gform_fields  input, .gform_fields  select{
    width:100%;
    background: #211551B3;
    border: 1px solid #C6D92D33;
    border-radius: 0px;
    padding: 11px 13px;
    font-size: 13.5px;
    color: var(--white);
    font-family: var(--font-body);
    outline:none;
    transition: border-color .15s;
  }
  .gform_fields  input::placeholder{ color: rgba(255,255,255,0.38); }
  .gform_fields  input:focus, .gform_fields  select:focus{ border-color: var(--lime); }
  .gform_fields  select{ color: rgba(255,255,255,0.5); appearance:none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path d='M0 0l5 6 5-6z' fill='%23bbb'/></svg>"); background-repeat:no-repeat; background-position: right 14px center; }
 body .form-card .gform_button {
    border: none !important;
    width: 100%;
    padding: 14px 22px;
    background: var(--lime);
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2.4px;
    text-transform: uppercase !important;
    color: #211551 !important;
}
.gform_fields .gfield {
    margin-bottom: 16px;
}
.gform_fields .gfield:last-child {
    margin-bottom: 16px;
}
.form-fine a {
    color: #C6D92D !important;
    text-decoration: none !important;
}
  .form-card span.gfield_required {
    display: none !important;
}


  .form-fine{
    text-align:center; font-size:11px; color: var(--text-muted); margin-top:14px; line-height:1.5;
  }
  .form-fine a{ color: var(--teal); text-decoration:underline; }

  /* ===== EVENT DETAILS ===== */
  .details{
    background: var(--purple);
    padding: 100px 0;
  }
  .details-grid{
    display:grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items:start;
  }
  .details h2 {
    font-family: 'Barlow Condensed';
    font-size: 53.55;
    line-height: 1.08;
    margin: 16px 0 18px;
    font-weight: 800;
}
  .details h2 .accent{ color: var(--lime); }
 .details .desc {
    color: var(--text-muted-2);
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 420px;
    margin-top: 30px;
}
  .info-row{
    display:flex; gap:16px; align-items:flex-start;
    padding: 10px 0;
  }
img.g_info_icon {
    background: #c6d92d26;
    padding: 11px;
}
.eyebrow {
    font-family: 'Barlow Condensed';
}
  .info-row .icon{ width:22px; height:22px; color: var(--lime); flex-shrink:0; margin-top:2px;}
  .info-row .label{ font-size:11px; letter-spacing:0.1em; text-transform:uppercase; color: var(--text-muted-2); margin-bottom:4px; }
  .info-row .value{ font-size:16px; font-weight:600; letter-spacing:0.02em; }

  .venue-gallery {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
 
  .ph{
    background: var(--grey-light);
    border-radius: 8px;
    display:flex; flex-direction:column; align-items:center; justify-content:center;
    color: #8b8f9a; gap:8px;
    aspect-ratio: 16/9.5;
  }
 .venue-gallery img.g_venue_img {
    width: calc(50% - 8px);
    border-radius: 3px;
    aspect-ratio: 11.3 / 7;
    object-fit: cover;
}

.venue-gallery img.g_venue_img:first-child {
    width: 100%;
}
  /* ===== AGENDA ===== */
  .agenda{ background: var(--navy); padding: 96px 0; }
  .section-head{ margin-bottom: 44px; }
  .section-head h2{
    font-family: 'Barlow Condensed';
    font-size: 56.2px;
    margin: 14px 0 12px;
	font-weight: 900;
  }
  .section-head .desc{ color: var(--text-muted-2); font-size:16px; }

  .agenda-item{
    display:flex; align-items:center; gap:24px;
    padding: 18px 20px;
    margin-bottom: 2px;
    border-left: 3px solid transparent;
    position:relative;
  }
.agenda-item {
    transition: 0.3s;
}

.agenda-item:hover {
    transform: translate(5px, 0px);
}
.form-card .gform_button:hover {
    background: #00B79C
}
.form-card .gform_button {
        cursor: pointer;  
}
.type-break .agenda-title {
    font-weight: 100 !important;
}
  .agenda-item.type-keynote{ border-left-color: var(--lime); }
  .agenda-item.type-panel{ border-left-color: var(--teal); }
  .agenda-item.type-workshop{ border-left-color: var(--pink); }
  .agenda-item.type-break{ border-left-color: rgba(255,255,255,0.25); }
  .agenda-time{ font-size:13px; font-weight:300; color: var(--text-muted-2); width:70px; flex-shrink:0; }
  .agenda-title{ font-size:15px; font-weight:600; flex:1; }
  .agenda-tag{
    font-size:10.4px; font-weight:600; letter-spacing:1.04px; text-transform:uppercase; font-family: 'Barlow Condensed';
    padding: 5px 11px; flex-shrink:0;
  }
  .tag-break{ background: rgba(255,255,255,0.12); color: var(--white); }
  .tag-keynote{ background: var(--lime); color: var(--navy); }
  .tag-panel{ background: var(--teal); color: var(--navy); }
  .tag-workshop{ background: var(--pink); color: var(--black); }

  .agenda-legend{
    display:flex; gap: 26px; margin-top: 26px; flex-wrap:wrap;
    font-size: 11.5px; color: var(--text-muted-2);
  }
  .agenda-legend .dot{
    display:inline-block; width:10px; height:10px; border-radius:2px; margin-right:7px; vertical-align:middle;
  }
  .dot-keynote{ background: var(--lime); }
  .dot-panel{ background: var(--teal); }
  .dot-workshop{ background: var(--pink); }
  .dot-break{ background: rgba(255,255,255,0.35); }

  /* ===== SPEAKERS ===== */
  .speakers{ background: var(--purple-2); padding: 96px 0; }
  .speakers .section-head h2 .accent{ color: var(--pink); }
  .speaker-grid{
    display:grid; grid-template-columns: repeat(3, 1fr);
    margin-top: 46px;
  }
.speakers .section-head h2 {
    font-size: 53.55px;
    font-weight: 800;
}
 img.g_speaker_image {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 3px;
    margin-bottom: 15px;
}

  .speaker-card h3{ font-family:'Barlow Condensed';font-size:18.4px; font-weight:600; margin-bottom:3px; }
.speaker-card .role {
    font-size: 12.5px;
    color: #C6D92D;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.5;
    margin-top: 5px;
	font-family: 'CircularXXWeb-Medium';
}
.speaker-card {
    padding: 25px;
}
.speaker-card:nth-child(1), .speaker-card:nth-child(2), .speaker-card:nth-child(4), .speaker-card:nth-child(5), .speaker-card:nth-child(7), .speaker-card:nth-child(8) {
    border-right: 1px solid #C6D92D26;
}
.speaker-card:nth-child(1), .speaker-card:nth-child(2), .speaker-card:nth-child(3) {
    border-bottom: 1px solid #C6D92D26;
}
.speaker-card:nth-child(7), .speaker-card:nth-child(8), .speaker-card:nth-child(9) {
    border-top: 1px solid #C6D92D26;
}
  .speaker-card .org{ font-size:12px; color: var(--text-muted-2); margin-bottom:12px; font-family: 'CircularXXWeb-Medium';}
.speaker-card .quote {
    font-size: 13.2px;
    color: var(--text-muted-2);
    font-weight: 300;
    line-height: 1.5;
}
.speaker-card .quote {
    border-top: 1px solid #C6D92D26;
    padding-top: 12px;
    margin-top: 20px !important;
}
  .speakers-more{
    text-align:center; margin-top: 46px; font-size: 14px; color: var(--text-muted-2); font-family: 'CircularXXWeb-Medium';
  }
  .speakers-more a{ color: #C6D92D; text-decoration:underline; }

  /* ===== PARTNERS ===== */
  .partners{ background: var(--purple-2); padding: 90px 0 96px; }
  .partners .section-head h2 .accent{ color: var(--teal); }
  .partners .desc{ color: var(--text-muted-2); font-size:15px; max-width:520px; margin-top:14px; }
  .partner-grid{
    display:grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
    margin-top: 46px;
  }
.partners .desc {
    font-size: 16px;
}

.partner-tier {
    font-size: 10.4px;
    font-weight: 600;
    letter-spacing: 1.56px;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 12px;
}
.partners .section-head {
    margin-bottom: 64px;
}
  .partner-box{
    background: rgba(255,255,255,0.06);
    border: 1px dashed rgba(255,255,255,0.22);
    border-radius: 8px;
    aspect-ratio: 3/1.7;
    display:flex; align-items:center; justify-content:center;
    color: rgba(255,255,255,0.35); font-size:11px; font-weight:600;
  }
.partner-cta {
    margin-top: 64px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid #C6D92D26;
    border-bottom: 1px solid #C6D92D26;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
  .partner-cta h4{font-family:'Barlow Condensed'; font-size:20px; font-weight:600; margin-bottom:10px; }
  .partner-cta p{ font-size:14px; color: var(--text-muted); }
.partners a.btn {
    font-family: 'Barlow Condensed';
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 1.68px;
    font-weight: 600;
    padding: 12px 24px;
	border-radius: 0;
}

  /* ===== DOWNLOADS ===== */
  .downloads{ background: var(--purple); padding: 96px 0 110px; }
  .downloads .section-head h2 .accent{ color: var(--lime); }
  .dl-grid{
    display:grid; grid-template-columns: repeat(2, 1fr); gap: 18px;
    margin-top: 44px;
  }
  .dl-card{
    background: rgba(33, 21, 81, 0.50);
    border: 1px solid rgba(255,255,255,0.14);    
    padding: 20px 24px;
    display:flex; align-items:flex-start; gap:20px;
    transition: background .15s, transform .15s;
    cursor:pointer;
  }
  .dl-card:hover{ background: rgba(255,255,255,0.11); transform: translateY(-2px); }
  .dl-icon{
    width:38px; height:38px; flex-shrink:0;
    background: rgba(255,255,255,0.12);
    display:flex; align-items:center; justify-content:center;
  }
  .dl-icon svg{ width:18px; height:18px; color: var(--lime); }
  .dl-body{ flex:1; }
  .dl-body .row1{ display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:-2px;}
  .dl-body h4{ font-size:16.8px; font-weight:700; margin: 0;}
  .dl-body .meta{ font-size:10px; font-weight:800; color: var(--text-muted-2); letter-spacing:0.04em; text-align:right; flex-shrink:0; }
  .dl-body .meta .type{ display:block; color: var(--lime); }
  .dl-body p{ font-size:12.8px; color: #A99FD4; line-height:1.5; margin:0px; }

  /* ===== FOOTER ===== */
  .site-footer{ background: #160D35; padding: 40px 0; }
  .footer-top{
    display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; gap:20px;      
  }
  .footer-logo{ font-family: var(--font-display); font-size:16px; }
  .footer-links{
    display:flex; gap:28px; font-size:12px; font-weight:400; letter-spacing:0.06em; text-transform:uppercase;
    color: var(--text-muted-2);
  }
  .footer-links a:hover{ color: var(--lime); }
  .footer-bottom{
    display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:10px;
    font-size: 12px; color: var(--text-muted);	
  }
  
  .ptext {
    color: #A99FD4;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.2px;
    font-family: var(--font-body);
}
  
  .footerlogo {
    color: #C6D92D;
    font-family: "Barlow Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 1.2px;
}
  
  span.copyevent {
    font-size: 12px;
    color: var(--text-muted);
}

  /* ===== RESPONSIVE ===== */
  @media (max-width: 980px){
    .wrap{ padding: 0 24px; }
    .nav{ padding: 16px 0px; }
    
    .hero-grid{ grid-template-columns: 1fr; }
    .hero-title .outline{ font-size: 84px; }
    .details-grid{ grid-template-columns: 1fr; }
    .speaker-grid{ grid-template-columns: repeat(2,1fr); }
    .partner-grid{ grid-template-columns: repeat(2,1fr); }
    .dl-grid{ grid-template-columns: 1fr; }
    .hero-stats{ grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 560px){
    .hero-title .outline{ font-size: 58px; }
    .hero-title .year{ font-size: 30px; }
    .speaker-grid{ grid-template-columns: 1fr; }
    .partner-grid{ grid-template-columns: 1fr 1fr; }
    .agenda-item{ flex-wrap:wrap; gap:10px; }
    .agenda-tag{ order:3; }
    .section-head h2{ font-size: 30px; }
    .details h2{ font-size:30px; }
    .footer-top{ flex-direction:column; }
    .footer-bottom{ flex-direction:column; align-items:flex-start; }
	  .g_head_ab {
    top: 0px;
    left: 9px;
}

.form-card{
	margin: 0%;
}
.footer-links {   
    gap: 15px;    
}  
.speaker-card:nth-child(1), .speaker-card:nth-child(2), .speaker-card:nth-child(3){
   border-bottom: 1px solid #0000;
}	
  
.speaker-card:nth-child(1), .speaker-card:nth-child(2), .speaker-card:nth-child(4), .speaker-card:nth-child(5) {
   border-right: 1px solid #0000; 
} 
  
  
}
  
  
.gform_footer.top_label {
    padding: 0px !important;
    margin: 0px !important;
}

.form-card .gform_button{
	border-radius: 0px;
}

.centrical-block .hero .button{
	margin-top: 0px !important;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    cursor: pointer;
    z-index: 1001;
}

.mobile-menu-toggle .bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--white); /* adjust to your theme */
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Hamburger to X animation */
.mobile-menu-toggle.active .bar:nth-child(1) {
    transform: translateY(8.5px) rotate(45deg);
}
.mobile-menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
}
.mobile-menu-toggle.active .bar:nth-child(3) {
    transform: translateY(-8.5px) rotate(-45deg);
}

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        max-width: 300px;
        height: 100vh;
        background: #211551; /* adjust to your theme */
        flex-direction: column;
        padding: 100px 20px 20px;
        transition: right 0.3s ease;
        box-shadow: -2px 0 8px rgba(0,0,0,0.1);
        z-index: 1000;
    }

    .nav-links.active {
        right: 0;
    }

    .nav-links a {
        padding: 12px 0;
        border-bottom: 1px solid #eee;
    }
}

.centrical-block {
    padding-bottom: 0px !important;   
}

span.meta {
    position: relative;
    top: 10px;
}


@media (max-width: 768px) { /* adjust breakpoint to match your site */
    .nav {
        display: flex;
        align-items: center;
        flex-wrap: wrap; /* keep if nav-links need to drop below */
    }

    .btn-lime {
        order: 1;
    }

    .mobile-menu-toggle {
        order: 2;
    }

    .nav-links {
        order: 3;
        width: 100%; /* if it needs to go full-width below */
    }
    
    .nav-links {
    gap: 5px;
    }
}
