:root{
    --navy:#0a2647;
    --navy-deep:#061a33;
    --orange:#ff6b00;
    --orange-soft:#ffe4cc;
    --cream:#f6f7fb;
    --line:#e3e7f0;
    --ink:#12203a;
    --ink-soft:#5b6b85;
    --white:#ffffff;
    --display: 'Sora', sans-serif;
    --body: 'Inter', sans-serif;
    --mono: 'JetBrains Mono', monospace;
    --maxw: 1180px;
  }
  .d-block{
    display:block;
  }

  .fw-bold{
    font-weight:600;
  }

  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{font-family:var(--body); color:var(--ink); background:var(--white); line-height:1.6; -webkit-font-smoothing:antialiased;}
  img{max-width:100%; display:block;}

  .h4 {
    font-size: 19px;
    margin-bottom: 16px;
}
.unorder-list {
       padding-left: 35px;
    text-align: left;
}

.unorder-list li{
  list-style-type:square;
      color: var(--ink-soft);
}
.text-orange{
      color: var(--orange) !important;
}
::marker{
   color: var(--orange) !important;
}

  a{color:inherit; text-decoration:none;}
  ul{list-style:none;}
  .wrap{max-width:var(--maxw); margin:0 auto; padding:0 28px;}
  h1,h2,h3,h4{font-family:var(--display); color:var(--navy); letter-spacing:-0.01em;}
  .eyebrow{
          line-height: normal;
    font-family:var(--mono); font-size:33px; text-transform:uppercase;
    color:var(--orange); font-weight:600; display:inline-flex; align-items:center; gap:8px; margin-bottom:5px;
  }
  .eyebrow::before{content:""; width:18px; height:1.5px; background:var(--orange); display:inline-block;}
  .section{padding:96px 0;}
  .section-tight{padding:72px 0;}
  .alt{background:var(--cream);}
  .section-head{ margin-bottom:32px;}
  .section-head h2{font-weight:700; margin-bottom:14px;     line-height: normal;}
  .section-head p{color:var(--ink-soft); font-size:16.5px;}
  .btn{
    display:inline-flex; align-items:center; gap:8px; font-family:var(--display); font-weight:600; font-size:14.5px;
    padding:14px 26px; border-radius:2px; border:1.5px solid transparent; cursor:pointer; transition:.2s ease;
  }
  .btn-primary{background:var(--orange); color:var(--white);}
  .btn-primary:hover{background:#e35f00;}
  .btn-outline{border-color:rgba(255,255,255,.4); color:var(--white);}
  .btn-outline:hover{border-color:var(--white); background:rgba(255,255,255,.08);}
  .btn-ghost{border-color:var(--navy); color:var(--navy);}
  .btn-ghost:hover{background:var(--navy); color:var(--white);}

  /* HEADER */
  header{
    position:sticky; top:0; z-index:100; background:#fff; backdrop-filter:blur(6px);
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .nav{display:flex; align-items:center; justify-content:space-between; padding:16px 0;}
  .logo{font-family:var(--display); font-weight:800; font-size:19px; color:var(--white); display:flex; align-items:center; gap:10px;}
  .logo span{color:var(--orange);}
  .nav-links{display:flex; align-items:center; gap:30px;}
  .nav-links a{
    font-size:13.5px; font-weight:600; color:rgba(255,255,255,.78); letter-spacing:.02em; transition:.2s;
  }
  .nav-links a:hover{color:var(--white);}
  .nav-links .btn{padding:10px 20px; font-size:13px;}
  .nav-toggle{display:none;}

  /* HERO */
  .hero{
    background:url('../images/agile-banner.png');
    color:var(--white); padding:100px 0 90px; position:relative; overflow:hidden;
  }

  .wrap.hero-grid {
    position: relative;
}

  .hero::before{
    content:""; 
    position:absolute;
    background:rgba(0,0,0,0.6);
    top:0;
    left:0;
    right:0;
    bottom:0;
  }

  .hero::after{
    content:""; position:absolute; inset:auto -10% -30% auto; width:520px; height:520px;
    background:radial-gradient(circle,rgba(255,107,0,.14),transparent 65%); pointer-events:none;
  }

  .hero-badge{
    font-family:var(--mono); font-size:12px; letter-spacing:.14em; text-transform:uppercase;
    color:var(--orange-soft); background:rgba(255,107,0,.14); border:1px solid rgba(255,107,0,.4);
    display:inline-block; padding:7px 14px; border-radius:2px; margin-bottom:22px;
  }
  .w-100{
    width:100%;
  }

  .hero h1{font-size:clamp(34px,4.6vw,54px); font-weight:800; line-height:1.08; color:var(--white); margin-bottom:18px;}
  .hero h1 em{font-style:normal; color:var(--orange);}
  .hero-sub{font-size:17px; color:rgba(255,255,255,1); margin-bottom:28px;}
  .hero-meta{display:flex; flex-wrap:wrap; gap:26px; margin-bottom:34px; font-size:14px; justify-content:center;}
  .hero-meta div{display:flex; flex-direction:column; gap:4px;}
  .hero-meta span.label{
    font-family:var(--mono); 
    font-size:22px; 
    letter-spacing:.1em;
     text-transform:uppercase; 
     color:var(--orange);
     font-weight:800;
    }
  .hero-meta span.value{font-weight:600; color:var(--white);}
  .hero-cta{display:flex; gap:14px; flex-wrap:wrap; justify-content: center;}
  .hero-card{
    background:var(--white); color:var(--ink); border-radius:6px; padding:32px; box-shadow:0 30px 60px -20px rgba(0,0,0,.5);
  }
  .hero-card .tag{font-family:var(--mono); font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--ink-soft); text-decoration:line-through; opacity:.6;}
  .hero-card .price{font-family:var(--display); font-size:38px; font-weight:800; color:var(--navy); margin:6px 0 2px;}
  .hero-card .price span{font-size:15px; font-weight:600; color:var(--ink-soft);}
  .hero-card .save{display:inline-block; background:var(--orange-soft); color:#b04b00; font-size:12px; font-weight:700; padding:4px 10px; border-radius:2px; margin-bottom:20px;}
  .hero-card .btn{width:100%; justify-content:center;}

  /* ABOUT */
  .about-grid{display:grid; grid-template-columns:1.1fr 1.1fr; gap:64px;}
  .about-grid2{display:grid; grid-template-columns:1.4fr 1fr; gap:64px;}
  .about-img{ border-radius:6px; position:relative; overflow:hidden;}

  .about-body p{color:var(--ink-soft); margin-bottom:16px; font-size:15.5px;}
  .about-body p strong{color:var(--ink);}
  .pill-row{display:flex; flex-wrap:wrap; gap:10px; margin-top:22px;}
  .pill{
    font-size:13px; font-weight:600; padding:9px 16px; border:1.5px solid var(--line); border-radius:30px; color:var(--navy);
  }

  a{
    transition: all 0.2s linear;
    color: #F44336;
  }
  a:hover{
        color: #0056b3;
  }

  /* SPEAKERS */
  .speaker-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:26px;}
  .speaker-card{background:var(--white); border:1px solid var(--line); border-radius:6px; overflow:hidden; transition:.2s;}
  .speaker-card:hover{transform:translateY(-4px); box-shadow:0 16px 32px -14px rgba(10,38,71,.18);}
  .speaker-photo{
        padding-top: 29px;
     display:flex; align-items:center; justify-content:center;
    font-family:var(--display); font-weight:700; font-size:30px; color:rgba(255,255,255,.35);
  }
  .speaker-info{padding:18px 20px 22px;}
  .role-tag{font-family:var(--mono); font-size:10.5px; letter-spacing:.1em; font-weight:700; color:var(--orange); margin-bottom:8px; display:block;}
  .speaker-info h4{font-size:17px; font-weight:700; margin-bottom:5px;}
  .speaker-info p{font-size:13px; color:var(--ink-soft); line-height:1.5;}

  /* REVIEW COMMITTEE */
  .committee-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:26px;}
  .committee-card{display:flex; gap:16px; align-items:center; background:var(--white); border:1px solid var(--line); padding:20px; border-radius:6px;}
  .committee-photo{width:64px; height:64px; border-radius:50%; background:var(--navy); flex-shrink:0; display:flex; align-items:center; justify-content:center; color:var(--white); font-family:var(--display); font-weight:700;}
  .committee-role{font-family:var(--mono); font-size:10.5px; text-transform:uppercase; letter-spacing:.1em; color:var(--orange); font-weight:700;}
  .committee-card h4{font-size:15.5px; margin:3px 0 3px;}
  .committee-card p{font-size:12.5px; color:var(--ink-soft);}
  .mt-4 {
    margin-top: 30px;
}

  /* SCHEDULE */
  .schedule-tabs{display:flex; gap:10px; margin-bottom:44px;}
  .schedule-tabs button{
    font-family:var(--mono); font-size:13px; font-weight:600; padding:10px 20px; background:var(--white);
    border:1.5px solid var(--navy); color:var(--navy); cursor:pointer; border-radius:2px;
  }
  .schedule-tabs button.active{background:var(--navy); color:var(--white);}
  .timeline{position:relative; padding-left:130px;}
  .timeline::before{content:""; position:absolute; left:115px; top:6px; bottom:6px; width:2px; background:var(--line);}
  .t-row{position:relative; padding:22px 0; border-bottom:1px solid var(--line);}
  .t-row:last-child{border-bottom:none;}
  .t-time{
    position:absolute; left:-130px; top:24px; width:100px; text-align:right; font-family:var(--mono); font-size:12.5px;
    color:var(--ink-soft); font-weight:500;
  }
  .t-row::after{content:""; position:absolute; left:-19px; top:28px; width:9px; height:9px; border-radius:50%; background:var(--orange); box-shadow:0 0 0 4px var(--white);}
  .t-row h4{font-size:16.5px; font-weight:700; margin-bottom:8px;}
  .t-speaker{display:flex; gap:55px;}
  .t-speaker .dot{width:32px; height:32px; border-radius:50%; flex-shrink:0;}
  .t-speaker .dot img{
    border-radius:50%;
  }
.t-speaker > .dots img {
    width: 32px;
    border-radius: 50%;
}

  .t-speaker .name{font-size:13.5px; font-weight:700; color:var(--ink);}
  .t-speaker .role{font-size:12px; color:var(--ink-soft);}
  .t-break{color:var(--ink-soft); font-style:italic; font-size:14px;}

  /* CALL FOR ACTION */
  .cfa-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:26px;}
  .cfa-card{background:var(--navy); color:var(--white); padding:32px; border-radius:6px; position:relative; overflow:hidden;}
  .cfa-card::before{content:attr(data-n); position:absolute; right:18px; top:8px; font-family:var(--display); font-weight:800; font-size:64px; color:rgba(255,255,255,.06);}
  .cfa-card h4{color:var(--white); font-size:19px; margin-bottom:10px;}
  .cfa-card p{font-size:13.5px; color:rgba(255,255,255,.65); margin-bottom:22px;}
  .status{display:inline-block; font-family:var(--mono); font-size:11px; font-weight:700; letter-spacing:.08em; padding:6px 12px; border-radius:2px;}
  .status.open{background:var(--orange); color:var(--white);}
  .status.closed{background:rgba(255,255,255,.12); color:rgba(255,255,255,.6);}
  .cfa-date{display:block; margin-top:10px; font-size:12px; color:rgba(255,255,255,.45);}
.text-white{
  color:#fff;
}
  /* CO-HOST */
  .cohost{display:flex; align-items:center; gap:40px; background:var(--cream); padding:48px; border-radius:6px;}
  .cohost-logo{border-radius:50%; flex-shrink:0; display:flex; align-items:center; justify-content:center; font-family:var(--display); font-weight:800; color:var(--navy);}

  /* THEME */
  .theme-block{background:var(--navy-deep); color:var(--white); border-radius:8px; padding:60px; position:relative; overflow:hidden;}
  .theme-block::before{content:""; position:absolute; left:-8%; top:-40%; width:420px; height:420px; background:radial-gradient(circle,rgba(255,107,0,.18),transparent 65%);}
  .theme-block h2{color:var(--white); font-size:clamp(26px,3.2vw,36px); margin-bottom:16px;}
  .theme-block > p{color:rgba(255,255,255,.68); max-width:680px; margin-bottom:44px; font-size:15.5px;}
  .theme-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:rgba(255,255,255,.12); border-radius:6px; overflow:hidden; position:relative;}
  .theme-item{background:var(--navy-deep); padding:28px; }
  .theme-item .num{font-family:var(--mono); color:var(--orange); font-size:13px; font-weight:700;}
  .theme-item h4{color:var(--white); font-size:16.5px; margin:10px 0 8px;}
  .theme-item p{color:rgba(255,255,255,.6); font-size:13.5px;}

  /* SPONSOR CTA */
  .sponsor-cta{
    background:linear-gradient(120deg,var(--orange),#ff8b3d); border-radius:8px; padding:56px; display:flex; justify-content:space-between; align-items:center; gap:30px; flex-wrap:wrap;
  }
  .sponsor-cta h2{color:var(--white); font-size:clamp(24px,2.8vw,32px); margin-bottom:8px;}
  .sponsor-cta p{color:rgba(255,255,255,.85); max-width:460px; font-size:14.5px;}
  .sponsor-cta .btn{background:var(--white); color:var(--navy);}

  /* LOGO STRIP */
  .logo-strip{display:flex; flex-wrap:wrap; gap:14px; justify-content:space-between;}
  .logo-chip{
    flex:1 1 140px; height:70px; border:1px solid var(--line); border-radius:6px; display:flex; align-items:center; justify-content:center;
    color:var(--ink-soft); font-family:var(--mono); font-size:11px; letter-spacing:.05em;
  }
  .text-center{
    text-align:center;
  }

  /* CONFERENCES */
  .conf-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:20px;}
  .conf-card{position:relative; aspect-ratio:3/4; border-radius:6px; overflow:hidden; background:linear-gradient(160deg,#173a63,var(--navy-deep)); display:flex; align-items:flex-end; padding:18px;}
  .conf-card h4{color:var(--white); font-size:15px;}
  .conf-card::before{content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(0,0,0,.55),transparent 55%);}
  .conf-card span{position:relative; z-index:1; color:var(--white); font-weight:700; font-size:15px;}

  /* GALLERY */
  .gallery-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:14px;}
  .gallery-grid div{aspect-ratio:4/3; background:var(--cream); border:1px solid var(--line); border-radius:4px;}
  .gallery-grid div:nth-child(2){background:var(--navy);}
  .gallery-grid div:nth-child(5){background:var(--orange-soft);}

  /* FOOTER */
  footer{background:var(--navy-deep); color:rgba(255,255,255,.7); padding:14px 0 14px;}
  .footer-grid{display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:40px; padding-bottom:44px; border-bottom:1px solid rgba(255,255,255,.1);}
  .footer-brand .logo{margin-bottom:14px;}
  .footer-brand p{font-size:13.5px; color:rgba(255,255,255,.5); max-width:280px;}
  footer h5{font-family:var(--mono); font-size:11.5px; letter-spacing:.1em; text-transform:uppercase; color:rgba(255,255,255,.4); margin-bottom:16px;}
  footer ul li{margin-bottom:10px;}
  footer ul a{font-size:13.5px; color:rgba(255,255,255,.65);}
  footer ul a:hover{color:var(--orange);}
  .footer-bottom{display:flex; justify-content:space-between; align-items:center; padding-top:26px; font-size:12.5px; color:rgba(255,255,255,.4); flex-wrap:wrap; gap:12px;}
  .social{display:flex; gap:14px;}
  .social a{width:34px; height:34px; border:1px solid rgba(255,255,255,.2); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:12px;}

  @media(min-width:768px){
    .mobile{
      display:none;
    }
  }

  @media(max-width:767.98px){
    .about-grid2{
          grid-template-columns:1fr;
    }

    .desktop{
      display:none;
    }

    .eyebrow{
      font-size: 25px;
    }

    
  }

  @media (max-width:980px){
    .hero-grid, .about-grid{grid-template-columns:1fr;}
    .speaker-grid{grid-template-columns:repeat(2,1fr);}
    .committee-grid, .cfa-grid{grid-template-columns:1fr;}
    .conf-grid{grid-template-columns:repeat(2,1fr);}
    .gallery-grid{grid-template-columns:repeat(2,1fr);}
    .footer-grid{grid-template-columns:1fr 1fr;}
    .timeline{padding-left:90px;}
    .timeline::before{left:66px;}
    .t-time{left:-90px; width:60px;}
    .t-row::after{left:-24px;}
     .nav{
          padding: 7px 0;
                  flex-direction: column;
        gap: 7px;
    }
  }
  @media (max-width:600px){
    .speaker-grid{grid-template-columns:1fr;}
    .conf-grid{grid-template-columns:1fr 1fr;}
    .footer-grid{grid-template-columns:1fr;}
    .theme-grid{grid-template-columns:1fr;}
    .cohost{flex-direction:column; text-align:center;}
    .section{padding:40px 0;}
    .t-speaker {
    flex-wrap: wrap;}
    .hero{
         padding: 42px 0 42px;
    }

   

.t-speaker {
    gap: 25px;
}
  }