
/* Force all menu links to remain white */
.navbar-nav > li > a,
.navbar-nav > li > a:link,
.navbar-nav > li > a:visited,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active,
.navbar-nav > li.active > a,
.navbar-nav > li.active > a:hover,
.navbar-nav > li.active > a:focus,
.navbar-nav > .active > a,
.navbar-nav > .current-menu-item > a,
.navbar-nav > .current_page_item > a {
    color: #ffffff !important;
}



















  .vs-section {
    --vs-bg: #0b0a08;
    --vs-panel: #131110;
    --vs-panel-2: #17140f;
    --vs-hairline: rgba(214, 181, 122, 0.16);
    --vs-hairline-strong: rgba(214, 181, 122, 0.32);
    --vs-gold: #b6905a;
    --vs-gold-bright: #e6cc93;
    --vs-ivory: #f2ede1;
    --vs-stone: #948c7c;
    --vs-stone-dim: #6d6759;
 
    background: var(--vs-bg);
    color: var(--vs-ivory);
    font-family: 'Jost', sans-serif;
    padding: 7rem 6vw 8rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
 
  .vs-section * { box-sizing: border-box; }
 
  .vs-section::before {
    content: "";
    position: absolute;
    top: -220px;
    right: -160px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(182,144,90,0.10) 0%, rgba(182,144,90,0) 70%);
    pointer-events: none;
  }
 
  .vs-container {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
 
  /* Eyebrow */
  .vs-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 2.1rem;
  }
  .vs-eyebrow-line {
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, var(--vs-gold), transparent);
  }
  .vs-eyebrow-text {
    font-size: 0.72rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--vs-gold);
    font-weight: 500;
  }
 
  /* Heading */
  .vs-heading {
  
    font-weight: 500;
    font-size: clamp(2.6rem, 5vw, 4.4rem);
    line-height: 1.08;
    letter-spacing: -0.01em;
    color: var(--vs-ivory);
    margin: 0 0 2.6rem;
    max-width: 15ch;
  }
  .vs-heading em {
    font-style: italic;
    font-weight: 500;
    background: linear-gradient(100deg, var(--vs-gold) 10%, var(--vs-gold-bright) 45%, var(--vs-gold) 80%);
    background-size: 220% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: vs-shimmer 7s ease-in-out infinite;
  }
  @keyframes vs-shimmer {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
  }
 
  .vs-rule {
    border: none;
    height: 1px;
    background: var(--vs-hairline);
    margin: 0 0 4.4rem;
  }
 
  /* Grid */
  .vs-grid {
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    gap: 5.5rem;
    align-items: start;
  }
 
  /* Image / frame */
  .vs-frame {
    position: relative;
    padding: 22px;
  }
  .vs-frame::before,
  .vs-frame::after {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    border: 1px solid var(--vs-gold);
  }
  .vs-frame::before {
    top: 0; left: 0;
    border-right: none;
    border-bottom: none;
  }
  .vs-frame::after {
    bottom: 0; right: 0;
    border-left: none;
    border-top: none;
  }
 
  .vs-image-wrap {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    background: var(--vs-panel-2);
    border: 1px solid var(--vs-hairline-strong);
  }
  .vs-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
  }
 
  .vs-badge {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    background: var(--vs-bg);
    border: 1px solid var(--vs-gold);
    color: var(--vs-gold-bright);
    font-size: 0.62rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    padding: 9px 20px;
    white-space: nowrap;
    font-weight: 500;
  }
 
  /* Credentials strip */
  .vs-strip {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .vs-strip-item {
    text-align: center;
    padding: 0 10px;
    border-left: 1px solid var(--vs-hairline);
  }
  .vs-strip-item:first-child { border-left: none; }
  .vs-strip-num {
  
    font-size: 1.9rem;
    color: var(--vs-gold-bright);
    font-weight: 500;
    line-height: 1;
  }
  .vs-strip-label {
    margin-top: 6px;
    font-size: 0.62rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--vs-stone);
  }
 
  /* Copy column */
  .vs-lede {
  
    font-style: italic;
    font-size: 1.45rem;
    line-height: 1.55;
    color: var(--vs-gold-bright);
    font-weight: 500;
    margin: 0 0 2.2rem;
    padding-left: 1.4rem;
    border-left: 1px solid var(--vs-hairline-strong);
  }
 
  .vs-copy p {
    font-size: 1rem;
    line-height: 1.85;
    color: var(--vs-stone);
    font-weight: 300;
    margin: 0 0 1.5rem;
  }
  .vs-copy p:last-child { margin-bottom: 0; }
  .vs-copy strong {
    color: var(--vs-ivory);
    font-weight: 500;
  }
 
  @media (max-width: 860px) {
    .vs-section { padding: 4.5rem 6vw 5.5rem; }
    .vs-grid { grid-template-columns: 1fr; gap: 3.5rem; }
    .vs-heading { max-width: none; }
    .vs-frame { max-width: 420px; }
  }
  
  
  
  .limited-slots {
    background: radial-gradient(black, transparent);
    top: 57px;
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 14px;
}

.limited-slots span{
    width:6px;
    height:6px;
    border-radius:50%;
    background:#C0392B;
}


/* ===== Scoped to .lsi-ck-* only ===== */
 
  .lsi-ck-page {
    background-color: #fdfcf9;
    color: #2b2820;
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
    margin: 0;
    padding: 0;
  }
 
  .lsi-ck-card {
    max-width: 700px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #ece6d9;
    border-radius: 14px;
    padding: 56px 52px;
    box-shadow: 0 20px 50px rgba(20, 18, 13, 0.06);
  }
 
  .lsi-ck-wrap {
    padding: 60px 20px;
  }
 
  .lsi-ck-eyebrow {
    margin: 0 0 10px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #b08d57;
  }
 
  .lsi-ck-title {
    margin: 0 0 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #16140f;
  }
 
  .lsi-ck-updated {
    margin: 0 0 30px;
    font-size: 13px;
    color: #8a8471;
  }
 
  .lsi-ck-rule {
    width: 44px;
    height: 2px;
    background-color: #b08d57;
    margin: 0 0 30px;
  }
 
  .lsi-ck-intro {
    font-size: 15px;
    color: #4a453a;
    margin: 0 0 30px;
  }
 
  .lsi-ck-block {
    margin-bottom: 22px;
  }
 
  .lsi-ck-block-title {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #16140f;
    margin: 0 0 6px;
  }
 
  .lsi-ck-block p {
    margin: 0;
    font-size: 14.5px;
    color: #4a453a;
  }
 
  .lsi-ck-block ul {
    margin: 6px 0 0;
    padding-left: 18px;
  }
 
  .lsi-ck-block li {
    font-size: 14.5px;
    color: #4a453a;
    margin-bottom: 4px;
  }
 
  .lsi-ck-footer {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #ece6d9;
    font-size: 13.5px;
    color: #7a7566;
  }
 
  .lsi-ck-footer a {
    color: #b08d57;
    text-decoration: none;
  }
 
  .lsi-ck-footer a:hover {
    text-decoration: underline;
  }
 
  @media (max-width: 600px) {
    .lsi-ck-card { padding: 40px 26px; border-radius: 10px; }
    .lsi-ck-title { font-size: 26px; }
    .lsi-ck-wrap { padding: 30px 14px; }
  }
  
  /* ===== Sponsor Section — scoped to .lsi-spons-* only ===== */
 
  .lsi-spons-section {
    background-color: #ffffff;
    padding: 90px 24px;
    text-align: center;
    border-top: 1px solid #ece6d9;
  }
 
  .lsi-spons-container {
    max-width: 1100px;
    margin: 0 auto;
  }
 
  .lsi-spons-eyebrow {
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #b08d57; /* gold accent to match your eyebrow labels */
  }
 
  .lsi-spons-heading {
    margin: 0 0 22px;
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 500;
    color: #16140f;
  }
 
  .lsi-spons-rule {
    width: 56px;
    height: 2px;
    background-color: #b08d57;
    margin: 0 auto 56px;
  }
 
  .lsi-spons-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }
 
  .lsi-spons-card {
    background-color: #fdfcf9;
    border: 1px solid #ece6d9;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  }
 
  .lsi-spons-card:hover {
    border-color: #b08d57;
    box-shadow: 0 10px 24px rgba(176, 141, 87, 0.14);
    transform: translateY(-3px);
  }
 
  /* Fixed-height frame = every logo reads at the same visual
     weight no matter its native width/height/aspect ratio */
  .lsi-spons-frame {
    width: 100%;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  .lsi-spons-logo {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.7);
    transition: filter 0.25s ease;
  }
 
  .lsi-spons-card:hover .lsi-spons-logo {
    filter: grayscale(0%) opacity(1);
  }
 
  /* ===== Responsive ===== */
 
  @media (max-width: 900px) {
    .lsi-spons-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
 
  @media (max-width: 480px) {
    .lsi-spons-section {
      padding: 60px 18px;
    }
    .lsi-spons-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }
    .lsi-spons-frame {
      height: 70px;
    }
  }
  
  
  
  
  
  
  
  
  
  
  /* =====================================================
     LSI THANK-YOU PAGE — all rules scoped under .lsi-ty-*
     Structured as a full page (header / hero / details /
     footer), not a centered modal card.
     ===================================================== */
 
  .lsi-ty-page{
    --ty-bg-deep: #060f0a;
    --ty-bg-panel: #0c2018;
    --ty-gold: #e0b35c;
    --ty-gold-bright: #f0c876;
    --ty-gold-soft: #caa15a;
    --ty-cream: #f3ede1;
    --ty-cream-dim: rgba(243,237,225,0.64);
    --ty-cream-faint: rgba(243,237,225,0.4);
    --ty-border: rgba(224,179,92,0.22);
 
    box-sizing:border-box;
    position:relative;
    min-height:100vh;
    width:100%;
    display:flex;
    flex-direction:column;
    overflow-x:hidden;
    background:
      radial-gradient(ellipse 900px 600px at 15% 0%, rgba(224,179,92,0.09), transparent 58%),
      radial-gradient(ellipse 700px 500px at 100% 100%, rgba(224,179,92,0.05), transparent 55%),
      var(--ty-bg-deep);
    font-family: 'Roboto', sans-serif;
    color:var(--ty-cream-dim);
  }
 
  .lsi-ty-page *{
    box-sizing:border-box;
  }
 
  /* ---- ambient double-helix strand, purely decorative ---- */
  .lsi-ty-helix{
    position:absolute;
    top:0;
    right:-8%;
    height:100%;
    width:320px;
    pointer-events:none;
    opacity:.35;
    stroke:var(--ty-gold);
    z-index:0;
  }
 
  /* ---- header ---- */
  .lsi-ty-header{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:22px clamp(20px, 5vw, 56px);
    border-bottom:1px solid var(--ty-border);
  }
  .lsi-ty-logo{
    display:flex;
    flex-direction:column;
    line-height:1.1;
  }
  .lsi-ty-logo__mark{
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    font-weight:600;
    letter-spacing:.04em;
    color:var(--ty-cream);
  }
  .lsi-ty-logo__sub{
    font-size:9.5px;
    letter-spacing:.24em;
    text-transform:uppercase;
    color:var(--ty-gold-soft);
    margin-top:3px;
  }
  .lsi-ty-header__link{
    font-size:13px;
    font-weight:600;
    letter-spacing:.03em;
    color:var(--ty-cream-dim);
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color .18s ease, border-color .18s ease;
  }
  .lsi-ty-header__link:hover{
    color:var(--ty-gold);
    border-color:var(--ty-gold-soft);
  }
 
  /* ---- main content area ---- */
  .lsi-ty-main{
    position:relative;
    z-index:1;
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:clamp(48px, 8vw, 88px) clamp(20px, 6vw, 56px);
  }
 
  .lsi-ty-content{
    width:100%;
    max-width:640px;
    text-align:center;
  }
 
  /* ---- signature: EKG line resolving into a checkmark ---- */
  .lsi-ty-signature{
    width:104px;
    height:104px;
    margin:0 auto 30px;
    position:relative;
  }
  .lsi-ty-signature__ring{
    position:absolute;
    inset:0;
    border-radius:50%;
    border:1px solid var(--ty-border);
  }
  .lsi-ty-signature__ring::before{
    content:"";
    position:absolute;
    inset:-10px;
    border-radius:50%;
    border:1px solid rgba(224,179,92,0.12);
    animation:lsi-ty-pulse-ring 2.6s ease-out infinite;
  }
  .lsi-ty-signature svg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
  }
  .lsi-ty-signature__pulse{
    fill:none;
    stroke:var(--ty-gold);
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-dasharray:220;
    stroke-dashoffset:220;
    animation:lsi-ty-draw-pulse 1.1s .15s ease-out forwards;
  }
  .lsi-ty-signature__check{
    fill:none;
    stroke:var(--ty-gold-bright);
    stroke-width:2.6;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-dasharray:40;
    stroke-dashoffset:40;
    animation:lsi-ty-draw-check .5s 1.15s ease-out forwards;
  }
 
  @keyframes lsi-ty-draw-pulse{ to{ stroke-dashoffset:0; } }
  @keyframes lsi-ty-draw-check{ to{ stroke-dashoffset:0; } }
  @keyframes lsi-ty-pulse-ring{
    0%{ transform:scale(1); opacity:.7; }
    100%{ transform:scale(1.35); opacity:0; }
  }
 
  /* ---- eyebrow / headline / subcopy ---- */
  .lsi-ty-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:11px;
    font-weight:700;
    letter-spacing:.22em;
    text-transform:uppercase;
    color:var(--ty-gold);
    margin-bottom:18px;
  }
  .lsi-ty-eyebrow::before,
  .lsi-ty-eyebrow::after{
    content:"";
    width:18px;
    height:1px;
    background:var(--ty-gold-soft);
  }
 
  .lsi-ty-headline{
    margin:0 0 16px;
    font-family: 'Roboto', sans-serif;
    font-weight:600;
    font-size:clamp(32px, 5.2vw, 48px);
    line-height:1.12;
    color:var(--ty-cream);
    letter-spacing:.01em;
  }
  .lsi-ty-headline em{
    font-style:italic;
    color:var(--ty-gold);
  }
 
  .lsi-ty-subcopy{
    max-width:460px;
    margin:0 auto 40px;
    font-size:15.5px;
    line-height:1.7;
    color:var(--ty-cream-dim);
  }
  .lsi-ty-subcopy strong{
    color:var(--ty-cream);
    font-weight:600;
  }
 
  /* ---- divider ---- */
  .lsi-ty-divider{
    width:64px;
    height:1px;
    margin:0 auto 40px;
    background:linear-gradient(90deg, transparent, var(--ty-gold-soft), transparent);
  }
 
  /* ---- event recap row (plain text, not a boxed panel) ---- */
  .lsi-ty-recap{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:clamp(20px, 4vw, 40px);
    flex-wrap:wrap;
    margin:0 auto 40px;
  }
  .lsi-ty-recap__item{
    text-align:center;
  }
  .lsi-ty-recap__label{
    display:block;
    font-size:10px;
    letter-spacing:.16em;
    text-transform:uppercase;
    color:var(--ty-cream-faint);
    margin-bottom:7px;
  }
  .lsi-ty-recap__value{
    display:block;
    font-family: 'Roboto', sans-serif;
    font-size:19px;
    font-weight:600;
    color:var(--ty-cream);
  }
 
  /* ---- next steps ---- */
  .lsi-ty-steps{
    list-style:none;
    margin:0 auto 40px;
    padding:0;
    max-width:420px;
    text-align:left;
    display:flex;
    flex-direction:column;
    gap:16px;
  }
  .lsi-ty-steps__item{
    display:flex;
    align-items:flex-start;
    gap:14px;
  }
  .lsi-ty-steps__index{
    flex-shrink:0;
    width:26px;
    height:26px;
    border-radius:50%;
    border:1px solid var(--ty-gold-soft);
    color:var(--ty-gold);
    font-family: 'Roboto', sans-serif;
    font-weight:600;
    font-size:13px;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .lsi-ty-steps__text{
    font-size:14.5px;
    line-height:1.6;
    color:var(--ty-cream-dim);
    padding-top:2px;
  }
  .lsi-ty-steps__text strong{
    color:var(--ty-cream);
    font-weight:600;
  }
 
  /* ---- actions ---- */
  .lsi-ty-actions{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
  }
 
  .lsi-ty-actions .lsi-ty-btn{
    -webkit-appearance:none;
    appearance:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:13px 28px;
    border-radius:999px;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-weight:700;
    letter-spacing:.01em;
    text-decoration:none;
    cursor:pointer;
    white-space:nowrap;
    transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
  }
  .lsi-ty-btn--primary{
    background:linear-gradient(180deg, var(--ty-gold-bright) 0%, var(--ty-gold) 100%);
    color:#20140a;
    border:1px solid transparent;
    box-shadow:0 10px 26px rgba(224,179,92,0.3);
  }
  .lsi-ty-btn--primary:hover{
    transform:translateY(-1px);
    box-shadow:0 12px 30px rgba(224,179,92,0.42);
  }
  .lsi-ty-btn--ghost{
    background:transparent;
    color:var(--ty-gold);
    border:1px solid var(--ty-gold-soft);
  }
  .lsi-ty-btn--ghost:hover{
    background:rgba(224,179,92,0.08);
    transform:translateY(-1px);
  }
 
  /* ---- footer ---- */
  .lsi-ty-footer{
    position:relative;
    z-index:2;
    text-align:center;
    padding:26px 20px 32px;
    border-top:1px solid var(--ty-border);
    font-size:12.5px;
    color:var(--ty-cream-faint);
    line-height:1.6;
  }
  .lsi-ty-footer a{
    color:var(--ty-gold-soft);
    text-decoration:none;
    border-bottom:1px solid rgba(224,179,92,0.35);
  }
  .lsi-ty-footer a:hover{
    color:var(--ty-gold);
  }
 
  /* ---------------- responsive ---------------- */
  @media (max-width: 560px){
    .lsi-ty-actions{
      flex-direction:column;
      align-items:stretch;
    }
    .lsi-ty-actions .lsi-ty-btn{
      width:100%;
    }
  }
 
  @media (max-width: 380px){
    .lsi-ty-headline{
      font-size:27px;
    }
    .lsi-ty-header{
      padding:18px 16px;
    }
  }
 
  @media (prefers-reduced-motion: reduce){
    .lsi-ty-signature__pulse,
    .lsi-ty-signature__check,
    .lsi-ty-signature__ring::before{
      animation:none;
      stroke-dashoffset:0;
    }
  }
  
  
  
  
  .ttylz-logo-section{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:80px;
    flex-wrap:wrap;
    width:100%;
    padding:40px 20px;
}

.ttylz-logo-item{
    width:220px;              /* Same width for all */
    height:120px;             /* Same height for all */
    display:flex;
    justify-content:center;
    align-items:center;
}

.ttylz-logo-item img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    display:block;
}


@media (max-width:768px){

    .ttylz-logo-section{
        gap:30px;
    }

    .ttylz-logo-item{
        width:160px;
        height:90px;
    }

}







.theh4h-section{
    background:#041f18;
    padding:70px 0;
    font-family: 'Roboto', sans-serif;
}

.theh4h-container{
    width:90%;
    max-width:1220px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:90px;
}

.theh4h-left{
    flex:1;
}

.theh4h-title{
    color:#fff;
    font-size:74px;
    line-height:0.98;
    font-weight:400;
    margin:0 0 55px;
    letter-spacing:-2px;
}

.theh4h-list{
    list-style:none;
    padding:0;
    margin:0;
}

.theh4h-list li{
    position:relative;
    color:#d4d4cd;
    font-size:18px;
    font-weight:600;
    margin-bottom:28px;
    padding-left:24px;
    line-height:1.45;
}

.theh4h-list li::before{
    content:"";
    width:9px;
    height:9px;
    border-radius:50%;
    background:#d4af37;
    position:absolute;
    left:0;
    top:10px;
}

.theh4h-card{
    width:560px;
    background:#07271f;
    border:1px solid rgba(201,179,78,.18);
    border-radius:22px;
    padding:42px;
}

.theh4h-label{
    display:inline-block;
    color:#d4af37;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:35px;
}

.theh4h-item{
    margin-bottom:38px;
}

.theh4h-item h3{
    color:#fff;
    font-size:24px;
    font-weight:500;
    margin:0 0 10px;
    line-height:1.3;
}

.theh4h-item p{
    color:#d2d2ca;
    font-size:17px;
    line-height:1.7;
    margin:0;
}

.theh4h-btn{
    display:block;
    text-align:center;
    text-decoration:none;
    background:#d4af37;
    color:#111;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    padding:22px 20px;
    border-radius:50px;
    margin-top:18px;
    transition:.3s;
}

.theh4h-btn:hover{
    background:#e1bb3f;
}

@media (max-width:991px){

    .theh4h-container{
        flex-direction:column;
        gap:50px;
    }

    .theh4h-card{
        width:100%;
    }

    .theh4h-title{
        font-size:56px;
    }

}

@media (max-width:576px){

    .theh4h-section{
        padding:50px 0;
    }

    .theh4h-title{
        font-size:42px;
    }

    .theh4h-card{
        padding:28px;
    }

    .theh4h-item h3{
        font-size:21px;
    }

    .theh4h-list li{
        font-size:17px;
    }

}











.dfhaj5-overlay{
  position:fixed;
  inset:0;
  background:rgba(2,32,24,.82);
  backdrop-filter:blur(8px);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:999999;
  padding:16px;
}

.dfhaj5-overlay.dfhaj5-show{
  display:flex;
}

.dfhaj5-modal{
  position:relative;
  width:min(92vw, 780px);
  max-height:96vh;
  overflow-y:auto;
  background:#154836;
  border:1px solid rgba(218,181,49,.45);
  border-radius:clamp(18px, 3vw, 34px);
  padding:clamp(24px, 4vh, 44px) clamp(20px, 6vw, 70px) clamp(16px, 3vh, 30px);
  color:#fff;
  box-shadow:0 30px 100px rgba(0,0,0,.55);
}

.dfhaj5-close{
  position:absolute;
  top:clamp(12px, 2vh, 22px);
  right:clamp(12px, 2vw, 24px);
  width:clamp(32px, 4vh, 44px);
  height:clamp(32px, 4vh, 44px);
  border-radius:50%;
  border:1px solid rgba(218,181,49,.5);
  background:#10352b;
  color:#fff;
  font-size:clamp(22px, 3vh, 32px);
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:10;
}

.dfhaj5-modal h2{
  margin:0;
  text-align:center;
  font-size:clamp(24px, 4vh, 34px);
  line-height:1.1;
  font-weight:400;
  color:#fff;
}

.dfhaj5-subtitle{
  text-align:center;
  margin:clamp(8px, 1.5vh, 14px) 0 clamp(14px, 2.5vh, 24px);
  font-size:clamp(13px, 2vh, 17px);
  line-height:1.4;
  font-weight:600;
  color:#f4f0e6;
}

.dfhaj5-badge{
  width:max-content;
  max-width:100%;
  margin:0 auto clamp(18px, 3vh, 34px);
  padding:clamp(9px, 1.5vh, 12px) clamp(16px, 3vw, 26px);
  border-radius:40px;
  background:rgba(218,181,49,.12);
  border:1px solid rgba(218,181,49,.55);
  color:#e2b72e;
  font-size:clamp(12px, 2vh, 15px);
  text-align:center;
}

.dfhaj5-form{
  width:100%;
  max-width:620px;
  margin:0 auto;
}

.dfhaj5-form label{
  display:block;
  margin:clamp(12px, 2vh, 20px) 0 clamp(6px, 1vh, 8px);
  font-size:clamp(11px, 1.6vh, 13px);
  text-transform:uppercase;
  letter-spacing:3px;
  font-weight:800;
  color:#f5f1e8;
}

.dfhaj5-field,
.dfhaj5-form select{
  width:100%;
  height:clamp(44px, 6.5vh, 56px);
  background:#062f24;
  border:1px solid rgba(255,255,255,.06);
  border-radius:14px;
  display:flex;
  align-items:center;
  color:#fff;
  box-sizing:border-box;
}

.dfhaj5-field span{
  width:52px;
  min-width:52px;
  text-align:center;
  color:rgba(255,255,255,.62);
  font-size:20px;
}

.dfhaj5-field input{
  width:100%;
  height:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font-size:clamp(15px, 2vh, 18px);
  font-weight:600;
}

.dfhaj5-field input::placeholder{
  color:rgba(255,255,255,.42);
}

.dfhaj5-form select{
  padding:0 20px;
  font-size:clamp(15px, 2vh, 18px);
  font-weight:700;
  outline:0;
  cursor:pointer;
}

.dfhaj5-form select:focus,
.dfhaj5-field:focus-within{
  border-color:#dcb62f;
  box-shadow:0 0 0 1px rgba(220,182,47,.25);
}

.dfhaj5-form select option{
  background:#062f24;
  color:#fff;
  font-size:16px;
}

.dfhaj5-submit{
  width:100%;
  height:clamp(48px, 7vh, 64px);
  border:0;
  border-radius:14px;
  margin-top:clamp(20px, 3.5vh, 36px);
  background:#dfba38;
  color:#06291f;
  text-transform:uppercase;
  letter-spacing:3px;
  font-weight:900;
  font-size:14px;
  cursor:pointer;
}

.dfhaj5-note{
  margin:clamp(12px, 2vh, 20px) 0 0;
  text-align:center;
  font-size:12px;
  color:rgba(255,255,255,.58);
  font-weight:600;
}

/* Extra-short viewports (e.g. landscape mobile) — tighten further */
@media(max-height:560px){
  .dfhaj5-form label{
    margin:6px 0 4px;
  }
  .dfhaj5-badge{
    margin-bottom:12px;
  }
  .dfhaj5-subtitle{
    margin:6px 0 10px;
  }
}










.tth73646-section {
  position: relative;
  overflow: hidden;
  padding: 110px 20px;
  background:
    radial-gradient(circle at 15% 15%, rgba(220, 180, 110, 0.18), transparent 34%),
    radial-gradient(circle at 85% 20%, rgba(111, 207, 183, 0.14), transparent 32%),
    linear-gradient(135deg, #07120f 0%, #0d1d18 45%, #050807 100%);
  color: #ffffff;
}

.tth73646-container {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: 0 auto;
}

.tth73646-bg-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.55;
  pointer-events: none;
}

.tth73646-bg-glow-one {
  width: 320px;
  height: 320px;
  background: rgba(218, 176, 104, 0.32);
  top: -80px;
  left: -80px;
}

.tth73646-bg-glow-two {
  width: 360px;
  height: 360px;
  background: rgba(78, 191, 161, 0.22);
  right: -100px;
  bottom: -120px;
}

.tth73646-heading-wrap {
  max-width: 940px;
  margin: 0 auto 60px;
  text-align: center;
}

.tth73646-kicker {
  display: inline-block;
  margin-bottom: 18px;
  padding: 9px 18px;
  border: 1px solid rgba(220, 180, 110, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #e7c483;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tth73646-title {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -1.8px;
  color: #fff7e8;
}

.tth73646-subtitle {
  max-width: 760px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.75;
}

.tth73646-pill-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.tth73646-pill-row span {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.tth73646-intro {
  max-width: 890px;
  margin: 32px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.8;
}

.tth73646-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

.tth73646-card {
  position: relative;
  grid-column: span 2;
  min-height: 340px;
  padding: 30px;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.045));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  overflow: hidden;
  transition: all 0.4s ease;
}

.tth73646-card:nth-child(4),
.tth73646-card:nth-child(5) {
  grid-column: span 3;
}

.tth73646-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(232, 193, 119, 0.18), transparent 45%);
  opacity: 0;
  transition: 0.4s ease;
}

.tth73646-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -45px;
  bottom: -45px;
  border-radius: 50%;
  background: rgba(231, 196, 131, 0.12);
}

.tth73646-card:hover {
  transform: translateY(-10px);
  border-color: rgba(231, 196, 131, 0.45);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.35);
}

.tth73646-card:hover::before {
  opacity: 1;
}

.tth73646-card-featured {
  background:
    linear-gradient(145deg, rgba(231, 196, 131, 0.22), rgba(255,255,255,0.06));
  border-color: rgba(231, 196, 131, 0.36);
}

.tth73646-card-top,
.tth73646-card-content {
  position: relative;
  z-index: 2;
}

.tth73646-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e7c483, #8f6b2f);
  color: #111;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(231, 196, 131, 0.24);
}

.tth73646-card h3 {
  margin: 0 0 22px;
  color: #fff4df;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.tth73646-card-content p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15.5px;
  line-height: 1.7;
}

.tth73646-card-content p:last-child {
  margin-bottom: 0;
}

.tth73646-card-content strong {
  color: #e7c483;
  font-weight: 700;
}

@media (max-width: 991px) {
  .tth73646-section {
    padding: 80px 18px;
  }

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

  .tth73646-card,
  .tth73646-card:nth-child(4),
  .tth73646-card:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  .tth73646-section {
    padding: 65px 16px;
  }

  .tth73646-grid {
    grid-template-columns: 1fr;
  }

  .tth73646-card {
    min-height: auto;
    padding: 26px;
    border-radius: 24px;
  }

  .tth73646-title {
    letter-spacing: -1px;
  }

  .tth73646-subtitle,
  .tth73646-intro {
    font-size: 16px;
  }

  .tth73646-pill-row span {
    font-size: 13px;
  }
}


  .zones-wrap {
    box-sizing: border-box;
    margin: 0;
    background: #0c1710;
    font-family: 'Roboto', sans-serif;
    padding: 90px 24px 100px;
  }
 
  .zones-wrap *,
  .zones-wrap *::before,
  .zones-wrap *::after {
    box-sizing: border-box;
  }
 
  .zones-header {
    max-width: 760px;
    margin: 0 auto 56px;
    text-align: center;
  }
 
  .zones-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 52px;
    color: #d4a53c;
    margin: 0 0 18px;
    letter-spacing: 0.5px;
  }
 
  .zones-subtitle {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 17px;
    color: #d8d4c8;
    margin: 0;
    line-height: 1.6;
  }
 
  .zones-grid {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 22px;
  }
 
  .zones-feature-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    min-height: 420px;
    background-image: url('wellness-co-lounge.jpg');
    background-size: cover;
    background-position: center;
    grid-row: span 2;
  }
 
  .zones-small-grid {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 22px;
  }
 
  .zones-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    min-height: 190px;
    background-size: cover;
    background-position: center;
  }
 
  .zones-card--gut {
    background-image: url('gut-health-zone.jpg');
  }
 
  .zones-card--genomic {
    background-image: url('genomic-health-zone.jpg');
  }
 
  .zones-bottom-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
 
  .zones-card--hydrolux {
      
    background-image: url('hydrolux-hydration-bar.jpg');
    min-height: 170px;
  }
 
  .zones-card--peptides {
    background-image: url('peptides-and-longevity.jpg');
    min-height: 170px;
  }
 
  .zones-card--smile {
    background-image: url('smile-therapy.jpg');
    min-height: 170px;
  }
 
  .zones-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 20, 14, 0) 40%, rgba(6, 12, 8, 0.92) 100%);
  }
 
  .zones-card-text {
    position: absolute;
        background: #00000078;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 26px 28px;
  }
 
  .zones-feature-card .zones-card-text {
    padding: 32px 34px;
  }
 
  .zones-card-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #edc472;
    font-size: 22px !important;
    margin: 0 0 8px;
  }
 
  .zones-feature-card .zones-card-title {
    font-size: 26px;
  }
 
  .zones-card-desc {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #edc572;
    margin: 0;
    line-height: 1.5;
    max-width: 320px;
  }
 
  @media (max-width: 860px) {
    .zones-title {
      font-size: 36px;
    }
 
    .zones-grid {
      grid-template-columns: 1fr;
    }
 
    .zones-feature-card {
      min-height: 320px;
      grid-row: auto;
    }
 
    .zones-bottom-row {
      grid-template-columns: 1fr;
    }
  }
  
  
  
 .vitastrip-2694{
    --vs-bg: #0B1D22;
    --vs-gold: #D9A441;
    --vs-paper: #E7E4D9;
    --vs-hair: rgba(217,164,65,0.35);
    --vs-card-hair: rgba(231,228,217,0.16);
 
    width: 100%;
    background: var(--vs-bg);
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    padding: 72px 32px;
  }
 
  .vitastrip-2694 *{ box-sizing: border-box; }
 
  .vitastrip-2694__inner{
    max-width: 1180px;
    margin: 0 auto;
  }
 
  .vitastrip-2694__heading-row{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0 0 36px;
  }
 
  .vitastrip-2694__rule{
    width: 56px;
    height: 1px;
    background: var(--vs-hair);
  }
 
  .vitastrip-2694__heading{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.42em;
    color: var(--vs-gold);
    margin: 0;
    text-transform: uppercase;
  }
 
  .vitastrip-2694__card{
    border: 1px solid var(--vs-card-hair);
    border-radius: 6px;
    padding: 40px 56px;
  }
 
  .vitastrip-2694__text{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 2.05;
    color: var(--vs-paper);
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    max-width: 84ch;
    margin-inline: auto;
  }
 
  @media (max-width: 640px){
    .vitastrip-2694{ padding: 52px 20px; }
    .vitastrip-2694__card{ padding: 32px 22px; }
    .vitastrip-2694__rule{ width: 30px; }
    .vitastrip-2694__heading{ letter-spacing: 0.28em; font-size: 18px; }
  }















  /* =========================================================
     ABOUT SECTION — Longevity Summit India 2026
     Drop the <section class="ls-about">...</section> block
     (and the styles below, scoped under .ls-about) into the
     existing homepage, directly beneath the banner/hero.
     ========================================================= */
 
  .ls-about {
    --ls-ink: #0E2A26;
    --ls-ink-deep: #081C19;
    --ls-panel: #123B34;
    --ls-gold: #C9A227;
    --ls-gold-soft: #E4C868;
    --ls-ivory: #F6F2E9;
    --ls-sage: #A9C2B6;
    --ls-sage-dim: #7E9A8E;
    --ls-hairline: rgba(201, 162, 39, 0.28);
 
    position: relative;
    background:
      radial-gradient(120% 140% at 85% 0%, #14423A 0%, var(--ls-ink) 45%, var(--ls-ink-deep) 100%);
    color: var(--ls-ivory);
    padding: clamp(64px, 9vw, 132px) clamp(20px, 5vw, 64px);
    
    overflow: hidden;
    box-sizing: border-box;
  }
  .ls-about *, .ls-about *::before, .ls-about *::after { box-sizing: inherit; }
 
  .ls-about__container {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    gap: clamp(48px, 6vw, 96px);
    align-items: center;
    position: relative;
    z-index: 2;
  }
 
  /* faint texture line across the top, luxury letterhead feel */
  .ls-about::before {
    content: "";
    position: absolute;
    top: clamp(40px, 6vw, 72px);
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--ls-hairline) 18%, var(--ls-hairline) 82%, transparent 100%);
    z-index: 1;
  }
 
  /* ---------- Content column ---------- */
 
  .ls-about__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
   
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ls-gold-soft);
    margin: 0 0 22px;
  }
  .ls-about__eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: var(--ls-gold-soft);
    display: inline-block;
  }
 
  .ls-about__headline {
    
    font-weight: 400;
    font-size: clamp(28px, 3.1vw, 42px);
    line-height: 1.22;
    letter-spacing: -0.01em;
    color: var(--ls-ivory);
    margin: 0 0 26px;
  }
  .ls-about__headline em {
    font-style: italic;
    font-weight: 500;
    color: var(--ls-gold-soft);
  }
 
  .ls-about__lede {
    font-size: clamp(15px, 1.15vw, 17px);
    line-height: 1.75;
    color: var(--ls-sage);
    max-width: 60ch;
    margin: 0 0 18px;
  }
 
  .ls-about__body {
    font-size: 15px;
    line-height: 1.75;
    color: var(--ls-sage-dim);
    max-width: 60ch;
    margin: 0 0 40px;
  }
  .ls-about__body strong {
    color: var(--ls-ivory);
    font-weight: 600;
  }
 
  /* ---------- Stat row ---------- */
 
  .ls-about__stats {
    display: flex;
    align-items: center;
    gap: clamp(20px, 3vw, 36px);
    padding: 26px 0;
    margin-bottom: 44px;
    border-top: 1px solid var(--ls-hairline);
    border-bottom: 1px solid var(--ls-hairline);
  }
  .ls-about__stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .ls-about__stat-num {
  
    font-size: clamp(26px, 2.6vw, 34px);
    font-weight: 500;
    color: var(--ls-gold-soft);
    line-height: 1;
  }
  .ls-about__stat-label {
    font-size: 11.5px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ls-sage-dim);
    font-weight: 600;
  }
  .ls-about__stat-divider {
    width: 1px;
    align-self: stretch;
    background: var(--ls-hairline);
  }
 
  /* ---------- Why it matters ---------- */
 
  .ls-about__why {
    margin-bottom: 44px;
  }
  .ls-about__why h3 {
   
    font-weight: 500;
    font-size: clamp(18px, 1.6vw, 21px);
    color: var(--ls-ivory);
    margin: 0 0 12px;
  }
  .ls-about__why p {
    font-size: 15px;
    line-height: 1.75;
    color: var(--ls-sage-dim);
    max-width: 62ch;
    margin: 0;
  }
 
  /* ---------- CTA ---------- */
 
  .ls-about__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 34px;
    background: transparent;
    border: 1px solid var(--ls-gold);
    color: var(--ls-gold-soft);
  
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.25s ease;
    cursor: pointer;
  }
  .ls-about__cta svg {
    width: 14px;
    height: 14px;
    transition: transform 0.35s ease;
  }
  .ls-about__cta:hover,
  .ls-about__cta:focus-visible {
    background: var(--ls-gold);
    color: var(--ls-ink-deep);
    border-color: var(--ls-gold);
  }
  .ls-about__cta:hover svg,
  .ls-about__cta:focus-visible svg {
    transform: translateX(4px);
  }
  .ls-about__cta:focus-visible {
    outline: 2px solid var(--ls-gold-soft);
    outline-offset: 4px;
  }
 
  /* ---------- Emblem: the five dimensions ---------- */
 
  .ls-about__emblem {
    position: relative;
    width: 100%;
    max-width: 420px;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
  }
 
  .ls-about__ring {
    position: absolute;
    inset: 0;
    border: 1px solid var(--ls-hairline);
    border-radius: 50%;
  }
  .ls-about__ring--inner {
    inset: 17%;
    border-style: dashed;
    opacity: 0.6;
  }
 
  .ls-about__core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #1B4B42, var(--ls-ink-deep) 75%);
    border: 1px solid var(--ls-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
  }
  .ls-about__core-label {
  
    font-style: italic;
    font-size: clamp(11px, 1.3vw, 14px);
    line-height: 1.3;
    color: var(--ls-gold-soft);
    padding: 6px;
  }
 
  .ls-about__node-wrap {
    position: absolute;
    inset: 0;
  }
  .ls-about__node {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
  }
  .ls-about__node-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
    color: var(--ls-ivory);
    letter-spacing: 0.01em;
  }
  .ls-about__node-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ls-gold-soft);
    flex-shrink: 0;
    box-shadow: 0 0 0 4px rgba(201,162,39,0.14);
  }
 
  /* five nodes placed evenly around the ring: top, upper-right, lower-right, lower-left, upper-left */
  .ls-about__node--1 {
    left: 50%; top: 9%;
    transform: translate(-50%, -100%);
  }
  .ls-about__node--1 .ls-about__node-inner { flex-direction: column; text-align: center; gap: 6px; }
 
  .ls-about__node--2 {
    left: 89%; top: 37%;
    transform: translate(0, -50%);
  }
 
  .ls-about__node--3 {
    left: 74%; top: 83%;
    transform: translate(-14%, 6%);
  }
 
  .ls-about__node--4 {
    left: 26%; top: 83%;
    transform: translate(-86%, 6%);
    flex-direction: row-reverse;
  }
  .ls-about__node--4 .ls-about__node-inner { flex-direction: row-reverse; }
 
  .ls-about__node--5 {
    left: 11%; top: 37%;
    transform: translate(-100%, -50%);
    flex-direction: row-reverse;
  }
  .ls-about__node--5 .ls-about__node-inner { flex-direction: row-reverse; }
 
  .ls-about__emblem-caption {
    text-align: center;
    margin-top: 28px;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ls-sage-dim);
    font-weight: 600;
  }
 
  /* ---------- Responsive ---------- */
 
  @media (max-width: 900px) {
    .ls-about__container {
      grid-template-columns: 1fr;
    }
    .ls-about__emblem-col {
      order: -1;
      max-width: 320px;
      margin: 0 auto 12px;
    }
    .ls-about__stats { flex-wrap: wrap; row-gap: 20px; }
  }
 
  @media (max-width: 480px) {
    .ls-about__stats { gap: 16px; }
    .ls-about__stat-divider { display: none; }
  }
 
  /* On small screens, switch every label to stack under its dot
     (instead of running sideways) so nothing overflows the screen edge */
  @media (max-width: 600px) {
    .ls-about__emblem { max-width: 300px; }
 
    .ls-about__node-inner {
      flex-direction: column !important;
      gap: 5px;
      text-align: center;
      max-width: 78px;
      white-space: normal;
      line-height: 1.25;
      font-size: 10px;
    }
 
    .ls-about__node--1 { transform: translate(-50%, -105%); }
    .ls-about__node--2 { transform: translate(-50%, 16%); }
    .ls-about__node--3 { transform: translate(-50%, 16%); }
    .ls-about__node--4 { transform: translate(-50%, 16%); }
    .ls-about__node--5 { transform: translate(-50%, 16%); }
  }
 
  @media (prefers-reduced-motion: reduce) {
    .ls-about__cta, .ls-about__cta svg { transition: none; }
  }
  
  
  

.oiyqrpy-wrap {
    font-family: 'Roboto', sans-serif;
    background: #F6F3EC;
    padding: 96px 24px;
    box-sizing: border-box;
  }
  .oiyqrpy-wrap * {
    box-sizing: border-box;
  }
  .oiyqrpy-inner {
    max-width: 1220px;
    margin: 0 auto;
  }
 
  /* header */
  .oiyqrpy-eyebrow {
    display: block;
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7C7563;
    margin-bottom: 14px;
    font-weight: 500;
  }
  .oiyqrpy-title {
        font-weight: 500;
    font-size: 40px;
    line-height: 1.15;
    color: #1F2A22;
    margin: 0 0 16px 0;
    max-width: 620px;
  }
  .oiyqrpy-subtitle {
    font-size: 16px;
    line-height: 1.6;
    color: #55503F;
    max-width: 520px;
    margin: 0 0 56px 0;
    font-style: italic;
 
  }
 
  /* grid */
  .oiyqrpy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 40px;
  }
 
  /* card */
  .oiyqrpy-card {
    display: flex;
    flex-direction: column;
  }  .oiyqrpy-figure {
    position: relative;
    width: 100%;
    
    border-radius: 6px;
    overflow: hidden;
    background: #E5E0D3;
  }
  .oiyqrpy-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .oiyqrpy-rule {
    width: 36px;
    height: 3px;
    border-radius: 2px;
    margin: 22px 0 14px 0;
  }
  .oiyqrpy-card[data-elem="earth"] .oiyqrpy-rule { background: #3F5D45; }
  .oiyqrpy-card[data-elem="water"] .oiyqrpy-rule { background: #35637A; }
  .oiyqrpy-card[data-elem="air"]   .oiyqrpy-rule { background: #7A7E86; }
  .oiyqrpy-card[data-elem="fire"]  .oiyqrpy-rule { background: #C1652F; }
 
  .oiyqrpy-kicker {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 8px 0;
  }
  .oiyqrpy-card[data-elem="earth"] .oiyqrpy-kicker { color: #3F5D45; }
  .oiyqrpy-card[data-elem="water"] .oiyqrpy-kicker { color: #35637A; }
  .oiyqrpy-card[data-elem="air"]   .oiyqrpy-kicker { color: #7A7E86; }
  .oiyqrpy-card[data-elem="fire"]  .oiyqrpy-kicker { color: #C1652F; }
 
  .oiyqrpy-heading {
  font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #1F2A22;
    margin: 0 0 10px 0;
  }
  .oiyqrpy-desc {
    font-size: 14.5px;
    line-height: 1.65;
    color: #5C5747;
    margin: 0;
    max-width: 34ch;
  }
 
  @media (max-width: 720px) {
    .oiyqrpy-wrap { padding: 64px 20px; }
    .oiyqrpy-title { font-size: 30px; }
    .oiyqrpy-grid { grid-template-columns: 1fr; gap: 40px; }
  }
  
  

 .hfheya-scope{
    --cream:#F6F1E7;
    --paper:#FFFFFF;
    --ink:#221B12;
    --ink-soft:#6E6355;
    --line:#E3DAC7;
    --gold:#A9803E;
    --gold-deep:#8A6A31;
    --gold-tint:#F1E4C9;
    --charcoal:#221B12;
    --radius:2px;
 
    background:var(--cream);
    color:var(--ink);
    
    -webkit-font-smoothing:antialiased;
  }
  .hfheya-scope *{box-sizing:border-box;}
  section.hfheya-experience{
    max-width:1320px;
    margin:0 auto;
    padding:96px 40px 120px;
  }
  .hfheya-head{
    max-width:640px;
    margin-bottom:64px;
  }
  .hfheya-eyebrow{
    font-size:12px;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:var(--gold-deep);
    font-weight:600;
    margin:0 0 18px;
  }
  .hfheya-eyebrow::before{
    content:"";
    display:inline-block;
    width:22px;
    height:1px;
    background:var(--gold);
    margin-right:10px;
    vertical-align:middle;
  }
  h1{
   font-family: 'Roboto', sans-serif;
    font-optical-sizing:auto;
    font-weight:480;
    font-size:44px;
    line-height:1.08;
    letter-spacing:-.01em;
    margin:0 0 16px;
    color:var(--charcoal);
  }
  .hfheya-head p{
    font-size:16px;
    line-height:1.6;
    color:var(--ink-soft);
    margin:0;
  }
 
  .hfheya-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:32px;
    align-items:stretch;
  }
 
  .hfheya-card{
    background:var(--paper);
    border:1px solid var(--line);
    display:flex;
    flex-direction:column;
    height:100%;
    position:relative;
  }
  
  .hfheya-card:hover{
   
    border:2px solid #ecc370;
    
  }
  
  
  .hfheya-card.hfheya-popular{
    border-color:var(--gold);
    box-shadow:0 1px 0 var(--gold);
  }
 
  /* image placeholder */
  .hfheya-img-slot{
    aspect-ratio:4/3;
    width:100%;
    background:
      repeating-linear-gradient(135deg, #EFE7D5 0 12px, #EAE1CC 12px 24px);
    border-bottom:1px solid var(--line);
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    overflow:hidden;
  }
  .hfheya-img-slot .hfheya-frame{
    position:absolute;
    inset:14px;
    border:1px dashed #B9AC8C;
  }
  .hfheya-img-slot .hfheya-hint{
    position:relative;
    text-align:center;
    color:#8A7C60;
    font-size:12px;
    letter-spacing:.08em;
    text-transform:uppercase;
    font-weight:600;
    background:rgba(246,241,231,.88);
    padding:10px 16px;
    border:1px solid #D9CCA9;
  }
  .hfheya-img-slot .hfheya-hint span{
    display:block;
    font-family: 'Roboto', sans-serif;
    font-size:10px;
    letter-spacing:.03em;
    text-transform:none;
    font-weight:400;
    color:#A0937A;
    margin-top:4px;
  }
 
  .hfheya-badge{
    position:absolute;
    top:16px;
    left:16px;
    background:var(--charcoal);
    color:var(--gold-tint);
    font-size:10px;
    letter-spacing:.14em;
    text-transform:uppercase;
    font-weight:600;
    padding:7px 12px;
    display:flex;
    align-items:center;
    gap:6px;
    z-index:2;
  }
  .hfheya-badge::before{
    content:"";
    width:5px;height:5px;
    background:var(--gold);
    border-radius:50%;
  }
 
  .hfheya-card-body{
    padding:28px 26px 26px;
    display:flex;
    flex-direction:column;
    flex:1;
  }
  .hfheya-card-eyebrow{
    font-size:11px;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:var(--gold-deep);
    font-weight:600;
    margin:0 0 8px;
  }
  .hfheya-card-title{
   font-family: 'Roboto', sans-serif;
    font-weight:bold;
    font-size:17px;
    height: 39px;
    margin:0 0 10px;
    color:var(--charcoal);
  }
  .hfheya-card-desc{
    font-size:14px;
    height: 94px;
    line-height:1.65;
    color:var(--ink-soft);
    margin:0 0 18px;
  }
  .hfheya-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:22px;
  }
  .hfheya-tag{
    font-size:11px;
    font-weight:600;
    letter-spacing:.03em;
    color:var(--charcoal);
    background:var(--gold-tint);
        padding: 5px 6px;
    border:1px solid #E4D3A4;
  }
 
  .hfheya-divider{
    height:1px;
    background:var(--line);
    margin:0 0 20px;
  }
 
  .hfheya-section-label{
    font-size:11px;
    letter-spacing:.12em;
    text-transform:uppercase;
    font-weight:700;
    color:var(--charcoal);
    margin:0 0 12px;
  }
 
  ul.hfheya-core{
    list-style:none;
    margin:0 0 8px;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:11px;
  }
  ul.hfheya-core li{
    display:flex;
    gap:10px;
    font-size:13.5px;
    line-height:1.5;
    color:var(--ink);
  }
  ul.hfheya-core li svg{
    flex:none;
    margin-top:2px;
  }
 
  details.hfheya-acc{
    border-top:1px solid var(--line);
    padding:14px 0;
  }
  details.hfheya-acc:first-of-type{
    margin-top:8px;
  }
  details.hfheya-acc summary{
    list-style:none;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:13px;
    font-weight:600;
    color:var(--charcoal);
  }
  details.hfheya-acc summary::-webkit-details-marker{display:none;}
  .hfheya-summary-left{
    display:flex;
    align-items:center;
    gap:8px;
  }
  .hfheya-count{
    font-size:10.5px;
    font-weight:600;
    color:var(--gold-deep);
    background:var(--gold-tint);
    padding:2px 7px;
    border:1px solid #E4D3A4;
  }
  .hfheya-chevron{
    width:16px;height:16px;
    flex:none;
    transition:transform .2s ease;
    color:var(--gold-deep);
  }
  details.hfheya-acc[open] .hfheya-chevron{transform:rotate(45deg);}
 
  .hfheya-acc-list{
    list-style:none;
    margin:14px 0 0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:10px;
  }
  .hfheya-acc-list li{
    font-size:13px;
    line-height:1.55;
    color:var(--ink-soft);
    padding-left:14px;
    position:relative;
  }
  .hfheya-acc-list li::before{
    content:"";
    position:absolute;
    left:0;
    top:7px;
    width:4px;height:4px;
    background:var(--gold);
  }
  .hfheya-acc-list li strong{
    color:var(--ink);
    font-weight:600;
  }
 
  .hfheya-spacer{flex:1;}
 
  .hfheya-cta{
    margin-top:24px;
    display:block;
    text-align:center;
    text-decoration:none;
    font-size:13px;
    font-weight:600;
    letter-spacing:.03em;
    padding:15px 18px;
    border:1px solid var(--charcoal);
    color:var(--charcoal);
    background:transparent;
    transition:background .18s ease, color .18s ease;
  }
  .hfheya-cta:hover{
    background:var(--charcoal);
    color:var(--gold-tint);
  }
  .hfheya-card.hfheya-popular .hfheya-cta{
    background:var(--charcoal);
    color:var(--gold-tint);
    border-color:var(--charcoal);
  }
  .hfheya-card.hfheya-popular .hfheya-cta:hover{
    background:var(--gold-deep);
    border-color:var(--gold-deep);
    color:#fff;
  }
 
  @media (max-width:980px){
    .hfheya-grid{grid-template-columns:1fr;}
    section.hfheya-experience{padding:64px 20px 80px;}
    h1{font-size:34px;}
  }
 
  :focus-visible{outline:2px solid var(--gold-deep);outline-offset:2px;}
  
  
.ttly3-btnn{
          
          background: #dd9630 !important ; 
          color: #ffffff !important;
}


.ttly3-btnn:hover{
           background: black !important;
        color: white !important;
        border-color: #dd9831;
    
}



  .ttylz-scope{
    --ttylz-ink:#14140f;
    --ttylz-ink-soft:#211f18;
    --ttylz-parchment:#f3ede1;
    --ttylz-stone:#948d7c;
    --ttylz-brass:#b08c56;
    --ttylz-brass-bright:#d4ad72;
    --ttylz-moss:#4a5744;
    --ttylz-hair: rgba(240,232,214,0.14);
 
    display:block;
    background:var(--ttylz-ink);
    color:var(--ttylz-parchment);
    font-family: 'Roboto', sans-serif;
  }
 
  .ttylz-scope, .ttylz-scope *{
    box-sizing:border-box;
  }
 
  .ttylz-section{
    max-width:1180px;
    margin:0 auto;
    padding:120px 40px 140px;
  }
 
  .ttylz-eyebrow{
    display:flex;
    align-items:center;
    gap:14px;
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    letter-spacing:0.28em;
    text-transform:uppercase;
    color:var(--ttylz-brass-bright);
    margin:0 0 26px;
  }
 
  .ttylz-eyebrow::before{
    content:"";
    width:34px;
    height:1px;
    background:var(--ttylz-brass-bright);
  }
 
  .ttylz-title{
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    font-size:clamp(42px, 6vw, 76px);
    line-height:1.02;
    letter-spacing:-0.01em;
    margin:0 0 18px;
    color:#f7f2e6;
  }
 
  .ttylz-title-em{
    font-style:italic;
    font-weight:300;
    color:var(--ttylz-brass-bright);
  }
 
  .ttylz-subhead{
    max-width:560px;
    font-size:16px;
    line-height:1.65;
    color:var(--ttylz-stone);
    margin:0 0 90px;
  }
 
  .ttylz-roster{
    display:flex;
    flex-direction:column;
  }
 
  .ttylz-profile{
    display:grid;
    grid-template-columns:340px 1fr;
    gap:64px;
    align-items:start;
    padding:70px 0;
    border-top:1px solid var(--ttylz-hair);
    position:relative;
  }
 
  .ttylz-roster .ttylz-profile:last-child{
    border-bottom:1px solid var(--ttylz-hair);
  }
 
  .ttylz-profile-reverse{
    grid-template-columns:1fr 340px;
  }
 
  .ttylz-profile-reverse .ttylz-frame{
    order:2;
  }
 
  .ttylz-frame{
    position:relative;
    width:100%;
  }
 
  .ttylz-corner{
    position:absolute;
    width:22px;
    height:22px;
    border:1px solid var(--ttylz-brass-bright);
    opacity:0.9;
    z-index:2;
  }
  .ttylz-corner-tl{ top:-10px; left:-10px; border-right:none; border-bottom:none; }
  .ttylz-corner-br{ bottom:-10px; right:-10px; border-left:none; border-top:none; }
 
  .ttylz-img-wrap{
    overflow:hidden;
    aspect-ratio:4/5;
    background:var(--ttylz-ink-soft);
  }
 
  .ttylz-img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    filter:grayscale(55%) sepia(8%) contrast(1.04) brightness(0.92);
    transition:filter 0.6s ease, transform 0.9s ease;
  }
 
  .ttylz-profile:hover .ttylz-img{
    filter:grayscale(15%) sepia(4%) contrast(1.05) brightness(0.98);
    transform:scale(1.035);
  }
 
  .ttylz-tag{
    position:absolute;
    bottom:16px;
    left:16px;
    font-family: 'Roboto', sans-serif;
    font-size:10.5px;
    letter-spacing:0.14em;
    text-transform:uppercase;
    color:var(--ttylz-parchment);
    background:rgba(20,20,15,0.55);
    padding:6px 10px;
    z-index:2;
  }
 
  .ttylz-content{
    padding-top:6px;
  }
 
  .ttylz-kicker{
    font-family: 'Roboto', sans-serif;
    font-size:11px;
    letter-spacing:0.16em;
    text-transform:uppercase;
    color:var(--ttylz-brass);
    margin:0 0 14px;
  }
 
  .ttylz-name{
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    font-size:clamp(28px, 3vw, 38px);
    line-height:1.1;
    margin:0 0 22px;
    color:#f7f2e6;
  }
 
  .ttylz-desc{
    font-size:19.5px;
    line-height:1.8;
    color:#c9c2b2;
    
    margin:0;
  }
 
  .ttylz-desc-strong{
    color:var(--ttylz-brass-bright);
    font-weight:500;
  }
 
  .ttylz-divider-row{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:28px;
  }
 
  .ttylz-divider-line{
    width:40px;
    height:1px;
    background:var(--ttylz-moss);
  }
 
  .ttylz-divider-role{
    font-family: 'Roboto', sans-serif;
    font-size:10.5px;
    letter-spacing:0.12em;
    text-transform:uppercase;
    color:var(--ttylz-stone);
  }
 
  @media (max-width:760px){
    .ttylz-section{ padding:80px 22px 100px; }
    .ttylz-profile, .ttylz-profile-reverse{
      grid-template-columns:1fr;
      gap:32px;
      padding:48px 0;
    }
    .ttylz-profile-reverse .ttylz-frame{ order:0; }
    .ttylz-frame{ max-width:280px; }
  }











.fairmount1{
        font-size: 12px;
    margin-left: 9px;
}

.tth7474-agenda-wrap {
  width: 100%;
  background: #ffffff;
  padding: 28px 20px 52px;
  box-sizing: border-box;
 font-family: 'Roboto', sans-serif;
  color: #000000;
}

.tth7474-agenda-inner {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  text-align: center;
}


.the5-pass-btn:hover{
    color: black;
    background: white;
    transition: background-color 0.1s ease-in-out 0.1s;
    border: 2px solid black;
}

.tth7474-day-block {
  width: 100%;
}

.tth7474-day-one {
  padding-bottom: 72px;
}

.tth7474-day-two {
  padding-top: 22px;
}





.tth7474-day-title {
margin: 0;
    font-size: 44px;
    line-height: 1.13;
    font-weight: 400;
}




.tth7474-day-subtitle {
 margin: 25px auto 0;fairmount1
. 
 
    font-{
        font-size: 1020px;
    }size: 32px;
    line-height: 1;
    font-weight: 500;
}

.tth7474-day-subtitle-narrow {
  max-width: 1020px;
}

.tth7474-session-box {
  margin-top: 58px;
}




.tth7474-session-title {
 margin: 0;
    font-size: 32px;
    line-height: 1.22;
    font-weight: normal;
}

.tth7474-session-text {
  margin: 21px auto 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
  
}

.tth7474-btn-holder {
  margin-top: 72px;
}

.tth7474-agenda-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 425px;
  height: 90px;
  padding: 0 42px;
  background: #000000;
  color: #ffffff;
  border-radius: 999px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .tth7474-agenda-wrap {
    padding: 26px 18px 45px;
  }

  .tth7474-day-title {
    font-size: 42px;
    letter-spacing: -1.6px;
  }

  .tth7474-day-subtitle {
    font-size: 40px;
    margin-top: 36px;
    letter-spacing: -1.6px;
  }

  .tth7474-session-box {
    margin-top: 46px;
  }

  .tth7474-session-title {
    font-size: 32px;
    letter-spacing: -1.2px;
  }

  .tth7474-session-text {
    font-size: 20px;
    margin-top: 24px;
  }

  .tth7474-agenda-btn {
    min-width: 320px;
    height: 74px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .tth7474-agenda-wrap {
    padding: 24px 14px 38px;
  }

  .tth7474-day-one {
    padding-bottom: 52px;
  }

  .tth7474-day-title {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -1px;
  }

  .tth7474-day-subtitle {
    font-size: 31px;
    line-height: 1.18;
    margin-top: 30px;
    letter-spacing: -1px;
  }

  .tth7474-session-box {
    margin-top: 38px;
  }

  .tth7474-session-title {
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.8px;
  }

  .tth7474-session-text {
    font-size: 17px;
    line-height: 1.45;
    margin-top: 20px;
  }

  .tth7474-btn-holder {
    margin-top: 50px;
  }

  .tth7474-agenda-btn {
    min-width: 100%;
    height: 68px;
    font-size: 16px;
  }
}











.tlsiJourney2026__section {
  width: 100%;
  background: #ffffff;
  padding: 58px 0 95px;
 font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
}

.tlsiJourney2026__section * {
  box-sizing: border-box;
}

.tlsiJourney2026__container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 62px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: flex-start;
  gap: 60px;
}

.tlsiJourney2026__mainTitle {
  margin: 0;
  color: #113630;
  font-size: 78px;
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -3.5px;
}

.tlsiJourney2026__right {
  padding-top: 0;
}

.tlsiJourney2026__subTitle {
  margin: 0;
  color: #113630;
  font-size: 44px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -1.8px;
}

.tlsiJourney2026__text {
  margin: 40px 0 0;
  color: #000000;
  font-size: 23px;
  line-height: 1.42;
  font-weight: 400;
  letter-spacing: -0.4px;
}

/* Tablet */
@media (max-width: 991px) {
  .tlsiJourney2026__section {
    padding: 50px 0 70px;
  }

  .tlsiJourney2026__container {
    padding: 0 35px;
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .tlsiJourney2026__mainTitle {
    font-size: 64px;
  }

  .tlsiJourney2026__subTitle {
    font-size: 38px;
  }

  .tlsiJourney2026__text {
    font-size: 20px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .tlsiJourney2026__section {
    padding: 42px 0 55px;
  }

  .tlsiJourney2026__container {
    padding: 0 22px;
    gap: 35px;
  }

  .tlsiJourney2026__mainTitle {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2px;
  }

  .tlsiJourney2026__subTitle {
    font-size: 31px;
    line-height: 1.08;
    letter-spacing: -1.2px;
  }

  .tlsiJourney2026__text {
    margin-top: 28px;
    font-size: 18px;
    line-height: 1.45;
  }

  .tlsiJourney2026__text br,
  .tlsiJourney2026__subTitle br {
    display: none;
  }
}
















.tlsiPass2026__section {
  width: 100%;
  background: #ffffff;
  padding: 24px 28px 20px;
      padding-bottom: 75px;
 font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
}

.tlsiPass2026__section * {
  box-sizing: border-box;
}

.tlsiPass2026__wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.tlsiPass2026__card {
  display: flex;
  flex-direction: column;
  min-height: 685px;
  padding: 0;
} 

.tlsiPass2026__imageBox {
  width: 100%;
  height: 281px;
  overflow: hidden;
  background: #ddd;
}

.servicesbtna{
    width: 75%;
    margin-left: 10px;
}

.tlsiPass2026__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tlsiPass2026__title {
  margin: 24px 0 0;
    color: #000000;
    font-size: 27px;
    margin-left: 5px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.tlsiPass2026__content {
     margin-top: 25px;
    max-width: 355px;
    margin-left: 10px;
    margin-bottom: 40px;
        height: 341px;
    
}

.tlsiPass2026__price {
     margin: 0 0 9px;
    color: #000000;
    font-size: 19px;
    line-height: 1.3;
    font-weight: bold;
}

.tlsiPass2026__desc {
  margin: 0 0 13px;
  color: #000000;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 400;
}

.tlsiPass2026__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tlsiPass2026__list li {
  position: relative;
  margin: 0 0 5px;
  padding-left: 10px;
  color: #000000;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
}

.tlsiPass2026__list li::before {
      content: "✓";
    position: absolute;
    left: -5px;
    top: 4px;
    font-size: 14px;
    line-height: 1.35;
    color: #000000;
}

.tlsiPass2026__btn {
  width: 184px;
  height: 37px;
  margin-top: auto;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #ffffff;
  border-radius: 999px;
  text-decoration: none;
  font-size: 6px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.1px;
  text-transform: uppercase;
}

/* Tablet */
@media (max-width: 991px) {
  .tlsiPass2026__section {
    padding: 24px 22px 40px;
  }

  .tlsiPass2026__wrap {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .tlsiPass2026__card {
    min-height: auto;
  }

  .tlsiPass2026__imageBox {
    height: 360px;
  }

  .tlsiPass2026__title {
    font-size: 24px;
    margin-top: 24px;
  }

  .tlsiPass2026__content {
    margin-top: 45px;
    max-width: 100%;
  }

  .tlsiPass2026__price,
  .tlsiPass2026__desc,
  .tlsiPass2026__list li {
    font-size: 14px;
  }

  .tlsiPass2026__list li {
    padding-left: 16px;
    margin-bottom: 8px;
  }

  .tlsiPass2026__list li::before {
    font-size: 14px;
  }

  .tlsiPass2026__btn {
    width: 230px;
    height: 48px;
    margin-top: 45px;
    font-size: 9px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .tlsiPass2026__section {
    padding: 20px 16px 35px;
  }

  .tlsiPass2026__wrap {
    gap: 48px;
  }

  .tlsiPass2026__imageBox {
    height: 300px;
  }

  .tlsiPass2026__title {
    font-size: 22px;
  }



  .tlsiPass2026__content {
    margin-top: 35px;
            height: 182px !important;
  }

  .tlsiPass2026__price,
  .tlsiPass2026__desc,
  .tlsiPass2026__list li {
    font-size: 13px;
  }

  .tlsiPass2026__btn {
    width: 210px;
    height: 45px;
    margin-top: 38px;
    font-size: 8px;
  }
}

/* ===========================
   LEGAL & POLICIES SECTION
   TTLZ63 SERIES
=========================== */

.ttlz63-legal-section{
    background:#efefef;
    padding:40px 20px 20px;
    font-family: 'Roboto', sans-serif;
}

.ttlz63-container{
    max-width:1200px;
    margin:0 auto;
}

.ttlz63-main-title{
    text-align:center;
    font-size:44px;
    font-weight:500;
    color:#000;
    margin:0 0 40px;
    letter-spacing:-1px;
    text-transform:uppercase;
}

.ttlz63-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:0;
}

.ttlz63-card{
    background:#f5f5f5;
    min-height:720px;
    padding:30px 35px;
    border-right:1px solid #e5e5e5;
}

.ttlz63-card:last-child{
    border-right:none;
}

.ttlz63-card-title{
    text-align:center;
    font-size:20px;
    font-weight:500;
    color:#000;
    margin-bottom:40px;
}

.ttlz63-content{
    text-align:center;
}

.ttlz63-content h4{
    font-size:15px;
    font-weight:600;
    color:#000;
    margin:28px 0 12px;
}

.ttlz63-content ul{
    margin:0;
    padding:0;
    list-style:none;
}

.ttlz63-content li{
    position:relative;
    font-size:14px;
    line-height:1.9;
    color:#111;
    margin-bottom:8px;
    padding-left:14px;
}

.ttlz63-content li:before{
   content: "•";
    position: relative;
    left: -8px;
    top: 0;
}

.ttlz63-center-content{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    height:100%;
    padding-top:60px;
}

.ttlz63-center-content ul{
    max-width:320px;
}

@media(max-width:991px){

    .ttlz63-grid{
        grid-template-columns:1fr;
    }

    .ttlz63-card{
        min-height:auto;
        border-right:none;
        border-bottom:1px solid #e5e5e5;
    }

    .ttlz63-main-title{
        font-size:34px;
    }
}

@media(max-width:767px){

    .ttlz63-main-title{
        font-size:28px;
    }

    .ttlz63-card{
        padding:25px 20px;
    }

    .ttlz63-card-title{
        font-size:18px;
    }

    .ttlz63-content li{
        font-size:13px;
    }
}








.the5-booking-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 45% 45%;
  column-gap: 10%;
  background: #ffffff;
 font-family: 'Roboto', sans-serif;
  padding: 40px 70px 60px;
  box-sizing: border-box;
  overflow: hidden;
}

.the5-close-btn {
  position: absolute;
  top: 13px;
  right: 30px;
  border: none;
  background: transparent;
  font-size: 46px;
  font-weight: 300;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  z-index: 10;
}

.the5-booking-left {
  padding-top: 0;
  box-sizing: border-box;
}

.the5-booking-title {
  margin: 0;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.08;
  
}

.the5-booking-desc {
  max-width: 100%;
  margin: 42px 0 72px;
  color: #000000;
  font-size: 27px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.5px;
}

.the5-booking-image {
  width: 395px;
  height: 495px;
  overflow: hidden;
  background: #eeeeee;
}

.the5-booking-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Right Side */
.the5-booking-right {
  padding-top: 86px;
  padding-left: 0;
  box-sizing: border-box;
}

.the5-booking-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: 0;
  margin-bottom: 88px;
  color: #000000;
  font-size: 25px;
  font-weight: 700;
}

.the5-booking-icon {
  position: relative;
  width: 24px;
  height: 22px;
  border: 3px solid #000000;
  box-sizing: border-box;
  display: inline-block;
}

.the5-booking-icon::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 5px;
  height: 3px;
  background: #000000;
}

.the5-booking-icon::after {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 4px;
  width: 5px;
  height: 5px;
  background: #000000;
}

.the5-pass-card {
  width: 100%;
  min-height: 215px;
  background: #ffffff;
  border-bottom: 1px solid #d2d2d2;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
  padding: 48px 30px 35px;
  box-sizing: border-box;
}

.the5-pass-card:first-of-type {
  border-top: none;
}

.the5-pass-content {
  max-width: calc(100% - 105px);
}

.the5-pass-content h3 {
  margin: 0 0 8px;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.the5-pass-content p {
  margin: 0;
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  line-height: 35.35px;
}

.the5-pass-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 51px;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

/* Tablet */
@media (max-width: 1200px) {
  .the5-booking-section {
    grid-template-columns: 48% 48%;
    column-gap: 4%;
    padding: 35px 45px 60px;
  }

  .the5-booking-title {
    font-size: 64px;
    letter-spacing: -3px;
  }

  .the5-booking-desc {
    font-size: 23px;
    margin: 35px 0 50px;
  }

  .the5-booking-image {
    width: 100%;
    max-width: 395px;
    height: 460px;
  }

  .the5-booking-right {
    padding-top: 65px;
  }

  .the5-booking-heading {
    margin-bottom: 45px;
  }

  .the5-pass-card {
    min-height: 190px;
    padding: 35px 25px;
  }

  .the5-pass-content h3,
  .the5-pass-content p {
    font-size: 20px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .the5-booking-section {
    display: block;
    padding: 35px 22px 45px;
  }

  .the5-close-btn {
    top: 12px;
    right: 18px;
    font-size: 36px;
  }

  .the5-booking-title {
    font-size: 46px;
    line-height: 1.08;
    letter-spacing: -2px;
  }

  .the5-booking-desc {
    font-size: 20px;
    margin: 28px 0 38px;
  }

  .the5-booking-image {
    width: 100%;
    max-width: 100%;
    height: 420px;
  }

  .the5-booking-right {
    padding-top: 45px;
  }

  .the5-booking-heading {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .the5-pass-card {
    min-height: auto;
    padding: 30px 20px;
    gap: 20px;
  }

  .the5-pass-content {
    max-width: calc(100% - 90px);
  }

  .the5-pass-content h3,
  .the5-pass-content p {
    font-size: 19px;
  }

  .the5-pass-btn {
    width: 70px;
    height: 48px;
  }
}









.tthz5-section,
.tthz5-section * {
  box-sizing: border-box;
}

.tthz5-section {
  padding: 45px 32px 55px;
  background: #fbfaf7;
  color: #111;
 font-family: 'Roboto', sans-serif;
}

.tthz5-heading {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 12px;
  letter-spacing: -1px;
}

.tthz5-subtitle {
  font-size: 21px;
  color: #4f4f4f;
  margin: 0 0 52px;
}

.tthz5-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.tthz5-card {
  border: 1px solid #e4ddd2;
  background: #fbfaf7;
  border-radius: 5px;
  overflow: hidden;
  min-height: 815px;
}

.tthz5-image {
  height: 420px;
  background-color: #f8f6f1;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #e4ddd2;
  position: relative;
}

.tthz5-badge {
  position: absolute;
  top: 30px;
  left: 18px;
  background: #d2ad76;
  color: #111;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.tthz5-badge-icon {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #8b622c;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tthz5-content {
  padding: 27px 20px 35px;
}

.tthz5-title {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
}

.tthz5-label {
  color: #a47a42;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 16px;
}

.tthz5-description {
  font-size: 17px;
      height: 73px;
  line-height: 1.6;
  color: #333;
  margin: 0 0 24px;
}

.tthz5-divider {
  width: 100%;
  height: 1px;
  background: #e6dccd;
  margin-bottom: 25px;
}

.tthz5-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tthz5-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.35;
}

.tthz5-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tthz5-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #b48449;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 991px) {
  .tthz5-row {
    grid-template-columns: 1fr;
  }

  .tthz5-heading {
    font-size: 36px;
  }

  .tthz5-subtitle {
    font-size: 18px;
  }

  .tthz5-card {
    min-height: auto;
  }
}






























.ttly7-section{
    width:100%;
    background:#f2f2f2;
    padding:40px 0 20px;
}

.ttly7-container{
    width:100%;
    max-width:1600px;
    margin:0 auto;

    display:grid;
    grid-template-columns:57% 43%;
    align-items:stretch;
}

.ttly7-content{
    padding:90px 80px 80px 80px;
}

.ttly7-title{
    margin:0 0 70px;
    font-size:72px;
    line-height:0.95;
    font-weight:500;
    color:#113630;
    letter-spacing:-2px;
}

.ttly7-highlight{
    max-width:700px;
    margin:0 0 22px;

    font-size:18px;
    line-height:1.7;
    font-weight:600;
    color:#000;
}

.ttly7-description{
    max-width:650px;
    margin:0 0 65px;

    font-size:18px;
    line-height:1.7;
    color:#111;
}

.ttly7-main-label{
    display:block;
    margin-bottom:10px;

    font-size:34px;
    font-weight:400;
    color:#000;
}

.ttly7-name-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;

    margin-bottom:18px;
}

.ttly7-field{
    margin-bottom:18px;
}


 
.tthz5-section,
.tthz5-section * {
  box-sizing: border-box;
}

.tthz5-section {
  padding: 45px 32px 55px;
  background: #fbfaf7;
  color: #111;
 font-family: 'Roboto', sans-serif;
}

.tthz5-heading {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 12px;
  letter-spacing: -1px;
}

.tthz5-subtitle {
  font-size: 21px;
  color: #4f4f4f;
  margin: 0 0 52px;
}

.tthz5-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.tthz5-card {
  border: 1px solid #e4ddd2;
  background: #fbfaf7;
  border-radius: 5px;
  overflow: hidden;
  min-height: 815px;
}

.tthz5-image {
  height: 420px;
  background-color: #f8f6f1;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #e4ddd2;
  position: relative;
}

.tthz5-badge {
  position: absolute;
  top: 30px;
  left: 18px;
  background: #d2ad76;
  color: #111;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.tthz5-badge-icon {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #8b622c;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tthz5-content {
  padding: 27px 44px 35px;
}

.tthz5-title {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
}

.tthz5-label {
  color: #a47a42;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 16px;
}

.tthz5-description {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  margin: 0 0 24px;
}

.tthz5-divider {
  width: 100%;
  height: 1px;
  background: #e6dccd;
  margin-bottom: 25px;
}

.tthz5-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tthz5-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.35;
}

.tthz5-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tthz5-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #b48449;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 991px) {
  .tthz5-row {
    grid-template-columns: 1fr;
  }

  .tthz5-heading {
    font-size: 36px;
  }

  .tthz5-subtitle {
    font-size: 18px;
  }

  .tthz5-card {
    min-height: auto;
  }
}   display:block;
    margin-bottom:6px;

    font-size:14px;
    color:#000;
}

.ttly7-label span{
    color:#777;
}

.ttly7-input{
    width:100%;
    height:56px;

    border:1.5px solid #000;
    border-radius:50px;

    background:transparent;

    padding:0 20px;
    box-sizing:border-box;

    outline:none;
}

.ttly7-full{
    width:100%;
}

.ttly7-textarea{
    width:100%;
    height:110px;

    border:1.5px solid #000;
    border-radius:22px;

    background:transparent;

    padding:18px;
    box-sizing:border-box;

    resize:none;
    outline:none;
}

.ttly7-btn{
    margin-top:10px;

    width:165px;
    height:44px;

    border:none;
    border-radius:50px;

    background:#000;
    color:#fff;

    font-size:12px;
    font-weight:600;

    cursor:pointer;
    transition:.3s ease;
}

.ttly7-btn:hover{
    transform:translateY(-2px);
}

.ttly7-image-wrap{
    height:100%;
}

.ttly7-image{
    width:100%;
    height:100%;
    min-height:980px;

    display:block;
    object-fit:cover;
}

/* Tablet */

@media(max-width:1200px){

    .ttly7-title{
        font-size:58px;
    }

    .ttly7-content{
        padding:70px 50px;
    }
}

/* Mobile */

@media(max-width:991px){

    .ttly7-container{
        grid-template-columns:1fr;
    }

    .ttly7-content{
        padding:50px 25px;
    }

    .ttly7-title{
        font-size:48px;
        margin-bottom:40px;
    }

    .ttly7-name-row{
        grid-template-columns:1fr;
    }

    .ttly7-image{
        min-height:550px;
    }
}

@media(max-width:767px){

    .ttly7-title{
        font-size:38px;
    }

    .ttly7-main-label{
        font-size:26px;
    }

    .ttly7-highlight,
    .ttly7-description{
        font-size:16px;
    }
}





















/* TOP SECTION */

.ttly6-top{
       background: #ffffff;
    padding: 80px 0 90px;
    padding-bottom: 263px;
}

.ttly6-top-inner{
    width:82%;
    max-width:1200px;
    margin:0 auto;
}

.ttly6-heading{
    margin:0 0 55px;
    font-size:30px;
    font-weight:500;
    color:#000;
}

.ttly6-columns{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:90px;
}

.ttly6-column p{
    margin:0;
    max-width:490px;
    font-size:18px;
    line-height:1.65;
    color:#111;
}


/* FORM SECTION */

.ttly6-form-section{
    background:#dcdcdc;
    padding:110px 0;
}

.ttly6-form-container{
    width:90%;
    max-width:1400px;
    margin:0 auto;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:90px;
    align-items:start;
}

.ttly6-left{
    padding-top:90px;
}

.ttly6-form-title{
    margin:0 0 25px;
    font-size:68px;
    line-height:0.95;
    font-weight:500;
    color:#113630;
    letter-spacing:-2px;
}

.ttly6-form-text{
    max-width:500px;
    margin:0;
    font-size:16px;
    line-height:1.65;
    color:#111;
}

.ttly6-label{
    display:block;
    margin-bottom:12px;
    font-size:18px;
    color:#000;
}

.ttly6-name-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin-bottom:28px;
}

.ttly6-field-group{
    margin-bottom:18px;
}

.ttly6-small-label{
    display:block;
    margin-bottom:5px;
    font-size:12px;
    color:#000;
}

.ttly6-small-label span{
    color:#666;
}

.ttly6-input{
    width:100%;
    height:42px;

    border:1.5px solid #000;
    border-radius:25px;

    background:transparent;

    padding:0 16px;
    box-sizing:border-box;

    outline:none;
}

.ttly6-full{
    width:100%;
}

.ttly6-checkbox-wrap{
    display:flex;
    align-items:center;
    gap:8px;

    margin:5px 0 18px;

    font-size:12px;
}

.ttly6-checkbox-wrap input{
    width:13px;
    height:13px;
}

.ttly6-textarea{
    width:100%;
    height:90px;

    border:1.5px solid #000;
    border-radius:18px;

    resize:none;
    background:transparent;

    padding:15px;
    box-sizing:border-box;

    outline:none;
}

.ttly6-btn{
    margin-top:15px;

    width:145px;
    height:42px;

    border:none;
    border-radius:50px;

    background:#113630;
    color:#fff;

    font-size:11px;
    font-weight:600;

    cursor:pointer;
    transition:.3s ease;
}

.ttly6-btn:hover{
    opacity:.9;
    transform:translateY(-1px);
}


/* RESPONSIVE */

@media(max-width:991px){

    .ttly6-columns{
        grid-template-columns:1fr;
        gap:30px;
    }

    .ttly6-form-container{
        grid-template-columns:1fr;
        gap:50px;
    }

    .ttly6-left{
        padding-top:0;
    }

    .ttly6-form-title{
        font-size:48px;
    }
}

@media(max-width:767px){

    .ttly6-top{
        padding:60px 0;
    }

    .ttly6-top-inner,
    .ttly6-form-container{
        width:90%;
    }

    .ttly6-name-row{
        grid-template-columns:1fr;
    }

    .ttly6-form-title{
        font-size:40px;
    }
}













.ttly4-section{
    width:100%;
    background:#f4f4f4;
    padding:60px 0;
}

.ttly4-container{
    width:92%;
    max-width:1400px;
    margin:0 auto;

    display:grid;
    grid-template-columns:1fr 520px;
    gap:80px;
    align-items:start;
}

.ttly4-content{
    max-width:650px;
}

.ttly4-title{
    margin:0 0 20px;
    font-size:52px;
    line-height:1.05;
    font-weight:500;
    color:#113630;
    letter-spacing:-1px;
}

.ttly4-highlight{
    margin:0 0 18px;
    font-size:17px;
    line-height:1.7;
    color:#000;
}

.ttly4-text{
    margin:0 0 22px;
    font-size:18px;
    line-height:1.75;
    color:#111;
}

.ttly4-subtitle{
    margin:40px 0 18px;
    font-size:42px;
    line-height:1.1;
    font-weight:500;
    color:#000;
}

.ttly4-list{
    margin:0;
    padding-left:22px;
}

.ttly4-list li{
    margin-bottom:14px;
    font-size:18px;
    line-height:1.7;
    color:#111;
}

.ttly4-image-wrap{
    width:100%;
}

.ttly4-image{
    width:100%;
    height:980px;
    object-fit:cover;
    display:block;
}

@media(max-width:1200px){

    .ttly4-container{
        grid-template-columns:1fr 450px;
        gap:50px;
    }

    .ttly4-image{
        height:850px;
    }
}

@media(max-width:991px){

    .ttly4-container{
        grid-template-columns:1fr;
        gap:40px;
    }

    .ttly4-content{
        max-width:100%;
    }

    .ttly4-title{
        font-size:40px;
    }

    .ttly4-subtitle{
        font-size:32px;
    }

    .ttly4-image{
        height:600px;
    }
}

@media(max-width:767px){

    .ttly4-section{
        padding:40px 0;
    }

    .ttly4-container{
        width:90%;
    }

    .ttly4-title{
        font-size:34px;
    }

    .ttly4-text,
    .ttly4-list li{
        font-size:16px;
    }

    .ttly4-image{
        height:500px;
    }
}









.ttly5-section{
    position:relative;
    width:100%;
    height:650px;

    /* Update image path later */
    background-image:url("images/longevity-bg.jpg");
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;

    overflow:hidden;
}

.ttly5-overlay{
    position:absolute;
    inset:0;
    background:rgba(255,255,255,0.35);
}

.ttly5-content{
    position:relative;
    z-index:2;

    max-width:900px;
    margin:0 auto;

    height:100%;

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

    text-align:center;

    padding:40px;
    box-sizing:border-box;
}

.ttly5-title{
    margin:0 0 5px;

    font-size:72px;
    font-weight:500;
    line-height:1.1;

    color:white;
    letter-spacing:-2px;
}

.ttly5-subtitle{
    margin:0 0 35px;

    font-size:26px;
    font-weight:600;
    line-height:1.4;

    color:white;
}



.ttly5-description{
    max-width:760px;
    margin:0;

    font-size:21px;
    line-height:1.8;
    font-weight:500;

    color:white;
}


.ttly5-section {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

/* Light black overlay */
.ttly5-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 17%);
  z-index: 1;
  pointer-events: none;
}

/* Keep content above overlay */
.ttly5-section > * {
  position: relative;
  z-index: 2;
}



@media(max-width:991px){

    .ttly5-section{
        height:550px;
    }

    .ttly5-title{
        font-size:48px;
        margin-bottom:60px;
    }

    .ttly5-subtitle{
        font-size:20px;
        margin-bottom:40px;
    }

    .ttly5-description{
        font-size:15px;
    }
}

@media(max-width:767px){

    .ttly5-section{
        height:auto;
        padding:100px 0;
    }

    .ttly5-content{
        padding:30px 20px;
    }

    .ttly5-title{
        font-size:36px;
        margin-bottom:40px;
    }

    .ttly5-subtitle{
        font-size:18px;
        margin-bottom:25px;
    }

    .ttly5-description{
        font-size:14px;
        line-height:1.7;
    }
}















.ttly1-section{
    background:white;
    padding:50px 60px;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    width:100%;
    box-sizing:border-box;
}

.ttly1-content{
    max-width:650px;
}

.ttly1-title{
    margin:0 0 12px;
    font-size:62px;
    line-height:1.05;
    font-weight:600;
    color:#000;
    letter-spacing:-2px;
   
}

.ttly1-description{
    margin:0;
    font-size:28px;
    line-height:1.55;
    font-weight:400;
    color:#111;
 
}

.ttly1-action{
    padding-top:36px;
}

.ttly1-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:190px;
    height:74px;
    padding:0 40px;
    border:1.5px solid #000;
    border-radius:999px;
    text-decoration:none;
    color:#000;
    font-size:18px;
    font-weight:600;
    letter-spacing:1px;

    transition:all .3s ease;
}

.ttly1-btn:hover{
    background:#000;
    color:#fff;
}

@media (max-width:991px){
    .ttly1-section{
        flex-direction:column;
        gap:30px;
        padding:40px 25px;
    }

    .ttly1-title{
        font-size:42px;
    }

    .ttly1-description{
        font-size:22px;
    }

    .ttly1-action{
        padding-top:0;
    }
}



.ttly2-section{
    max-width:1400px;
    margin:0 auto;
    padding:20px;
    display:grid;
    grid-template-columns:repeat(12,1fr);
    gap:16px;
    box-sizing:border-box;
}

/* Top Row */
.ttly2-card1{
    grid-column:span 6;
}

.ttly2-card2{
    grid-column:span 6;
}

/* Second Row */
.ttly2-card3{
    grid-column:span 6;
}

.ttly2-card4{
    grid-column:span 6;
}

/* Bottom Center Card */
.ttly2-card5{
    grid-column:4 / span 6;
}

.ttly2-card img{
    width:100%;
    display:block;
    height:auto;
    object-fit:cover;
}

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

    .ttly2-card1,
    .ttly2-card2,
    .ttly2-card3,
    .ttly2-card4,
    .ttly2-card5{
        grid-column:span 12;
    }

    .ttly2-card5{
        grid-column:span 12;
    }
}






.ttly3-section{
    position:relative;
    width:100%;
    min-height:900px;

    /* Add your image here */
    background-image:url("your-image.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

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

    padding:60px 12%;
    box-sizing:border-box;
}

.ttly3-overlay-card{
    width:520px;
    min-height:451px;

    background:rgba(255,255,255,0.75);

    backdrop-filter:blur(4px);
    -webkit-backdrop-filter:blur(4px);

    border-radius:4px;

    padding:60px 50px;
    box-sizing:border-box;

    text-align:center;
}

.ygree{
    color:#113630;
    
}
.ttly3-title{
    margin:0 0 25px;

    font-size:48px;
    font-weight:600;
    line-height:1.2;
    color:#113630;
}

.ttly3-text{
    margin:0 auto 45px;

    max-width:380px;

    font-size:20px;
    line-height:1.7;
    color:#111;
}

.ttly3-form{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:24px;
}

.ttly3-input{
    width:100%;
    max-width:330px;
    height:60px;

    background:#f5f5f5;

    border:1px solid #e5e5e5;
    outline:none;

    padding:0 20px;

    font-size:16px;
    color:#222;

    box-sizing:border-box;
}

.ttly3-input::placeholder{
    color:#999;
}


.ttly3-btn {
     padding: 22px; 
    padding-top: 12px;
    padding-bottom: 12px;
    background: rgb(17 54 48);
    color: #fff;
   border: 1px solid #ffffff;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all .3s ease;
}


.ttly3-btn:hover{
   background: black;
    color: white;
}

.ygreen{
    color:#113630 !important;
}

@media (max-width:991px){

    .ttly3-section{
        justify-content:center;
        padding:40px 20px;
        min-height:700px;
    }

    .ttly3-overlay-card{
        width:100%;
        max-width:520px;
        min-height:auto;
        padding:40px 25px;
    }

    .ttly3-title{
        font-size:36px;
    }

    .ttly3-text{
        font-size:18px;
    }

    .ttly3-input{
        max-width:100%;
    }

    .ttly3-btn{
       padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 17px;
        padding-right: 17px;
    }
}














.ttl4series-about-page {
      --ttl4series-ivory: #fdf9f2;
      --ttl4series-cream: #f3f2ed;
      --ttl4series-gold: #46658f;
      --ttl4series-gold-light: #d9e6f0;
      --ttl4series-gold-dark: #315b79;
      --ttl4series-sage: #54723f;
      --ttl4series-lilac: #6a4893;
      --ttl4series-peach: #b86d42;
      --ttl4series-ink: #273244;
      --ttl4series-muted: #5d6874;
      --ttl4series-line: rgba(70, 101, 143, 0.16);
      --ttl4series-white: #ffffff;
      --ttl4series-shadow-sm: 0 18px 35px -16px rgba(34, 46, 61, 0.1);
      --ttl4series-shadow-xl: 0 35px 60px -24px rgba(34, 46, 61, 0.12);
      color: var(--ttl4series-ink);
      line-height: 1.6;
      background:
        radial-gradient(circle at 18% 26%, rgba(215, 236, 225, 0.42) 0%, rgba(215, 236, 225, 0) 30%),
        radial-gradient(circle at 82% 10%, rgba(222, 234, 246, 0.42) 0%, rgba(222, 234, 246, 0) 28%),
        radial-gradient(circle at 92% 82%, rgba(231, 223, 245, 0.36) 0%, rgba(231, 223, 245, 0) 26%),
        linear-gradient(180deg, #faf8f2 0%, #f5f3ed 100%);
      width: 100%;
      overflow-x: hidden;
    }

    .ttl4series-container {
      width: min(1280px, 90%);
      margin: 0 auto;
      padding: 0 16px;
    }

   

    /* elegant inline nav */
    .ttl4series-nav-inline {
      text-align: right;
      margin-bottom: 20px;
      padding-top: 28px;
    }
    .ttl4series-nav-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255, 252, 245, 0.85);
      backdrop-filter: blur(12px);
      border: 1px solid var(--ttl4series-gold-light);
      border-radius: 80px;
      padding: 8px 28px;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-decoration: none;
      color: var(--ttl4series-gold-dark);
      transition: 0.3s ease;
    }
    .ttl4series-nav-link:hover {
      background: white;
      border-color: var(--ttl4series-gold);
      transform: translateY(-2px);
    }

    /* hero */
    .ttl4series-hero {
      padding: 70px 0 80px;
      display: flex;
      align-items: center;
      position: relative;
      isolation: isolate;
    }

    .ttl4series-hero::after {
      content: "";
      position: absolute;
      width: 70vw;
      height: 70vw;
      right: -15%;
      top: -20%;
      background: radial-gradient(ellipse, rgba(181, 209, 228, 0.32), rgba(181, 209, 228, 0) 70%);
      border-radius: 50%;
      z-index: -1;
      pointer-events: none;
    }

    .ttl4series-eyebrow {
      font-size: 11px;
      letter-spacing: 3.2px;
      text-transform: uppercase;
      color: var(--ttl4series-gold-dark);
      font-weight: 600;
      display: inline-block;
      background: rgba(70, 101, 143, 0.08);
      border: 1px solid rgba(70, 101, 143, 0.12);
      padding: 7px 18px;
      border-radius: 100px;
      backdrop-filter: blur(4px);
    }

    .ttl4series-heading-main {
      font-family: 'Roboto', sans-serif;
      font-weight: 600;
      font-size: clamp(42px, 5.2vw, 64px);
      line-height: 1.02;
      letter-spacing: -0.02em;
      margin: 18px 0 24px;
      max-width: 980px;
      color: var(--ttl4series-ink);
    }

    .ttl4series-hero-text {
    
      line-height: 1.85;
      font-size: 18px;
      color: var(--ttl4series-muted);
      max-width: 700px;
      border-left: 3px solid var(--ttl4series-gold);
      padding-left: 22px;
      font-weight: 400;
    }

    .ttl4series-hero-actions {
      margin-top: 48px;
      display: flex;
      gap: 24px;
      flex-wrap: wrap;
    }

    .ttl4series-btn {
      padding: 12px 24px;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      border-radius: 80px;
      font-size: 13px;
      line-height: 1.2;
      letter-spacing: 1.8px;
      text-transform: uppercase;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.35s ease;
      backdrop-filter: blur(4px);
      cursor: pointer;
    }




    .ttl4series-btn-primary {
     
      font-size: 14px;
      background: #10290c;
      color: white;
      box-shadow: 0 20px 35px -16px rgba(49, 91, 121, 0.3);
      border: none;
    }
    .ttl4series-btn-primary:hover { background: #1634119e; color:white; transform: translateY(-4px); box-shadow: 0 30px 45px -18px rgba(49, 91, 121, 0.36);}

    .ttl4series-btn-outline {
     
      font-size: 14px;
      border: 1px solid var(--ttl4series-gold);
      background: rgba(255, 255, 255, 0.76);
      color: var(--ttl4series-ink);
    }
    .ttl4series-btn-outline:hover { background: white; border-color: var(--ttl4series-gold-dark); transform: translateY(-3px); }

    /* section titles - standard left underline for most sections */
    .ttl4series-section-title {
      font-family: 'Roboto', sans-serif;
      font-size: clamp(30px, 4.2vw, 48px);
      font-weight: 600;
      line-height: 1.1;
      margin-bottom: 20px;
      position: relative;
      color: var(--ttl4series-ink);
    }

    .ttl4series-section-title::after {
      content: "";
      display: block;
      width: 92px;
      height: 3px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--ttl4series-sage), var(--ttl4series-gold), var(--ttl4series-lilac), transparent);
      margin-top: 18px;
    }

    /* special class for centering the underline (used in vision box) */
    .ttl4series-section-title-center {
      font-family: 'Roboto', sans-serif;
      font-size: clamp(30px, 4.2vw, 48px);
      font-weight: 600;
      line-height: 1.1;
      margin-bottom: 20px;
      text-align: center;
      color: var(--ttl4series-ink);
    }
    .ttl4series-section-title-center::after {
      content: "";
      display: block;
      width: 92px;
      height: 3px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--ttl4series-sage), var(--ttl4series-gold), var(--ttl4series-lilac), transparent);
      margin: 18px auto 0;
    }

    .ttl4series-section-text {
    
      line-height: 1.9;
      font-size: 17px;
      color: var(--ttl4series-muted);
      max-width: 880px;
      margin-bottom: 18px;
      font-weight: 400;
    }

    /* why grid */
    .ttl4series-why-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 32px;
      margin-top: 64px;
    }

    .ttl4series-why-card {
      background: rgba(255, 255, 255, 0.82);
      backdrop-filter: blur(10px);
      border-radius: 32px;
      padding: 34px 28px;
      border: 1px solid var(--ttl4series-line);
      transition: all 0.35s ease;
      box-shadow: 0 14px 30px -24px rgba(34, 46, 61, 0.18);
    }

    .ttl4series-why-card:hover {
      transform: translateY(-10px) scale(1.01);
      background: white;
      border-color: rgba(70, 101, 143, 0.22);
      box-shadow: 0 35px 55px -28px rgba(34, 46, 61, 0.2);
    }

    .ttl4series-icon {
      font-size: 30px;
      color: var(--ttl4series-gold);
      margin-bottom: 24px;
      display: inline-block;
    }

    .ttl4series-heading-card {
      font-family: 'Roboto', sans-serif;
      font-size: 25px;
      font-weight: 700;
      margin-bottom: 12px;
      color: var(--ttl4series-ink);
    }

    .ttl4series-card-text {
     
      line-height: 1.8;
      font-size: 16px;
      color: var(--ttl4series-muted);
    }

    /* build section */
    .ttl4series-build-box {
      border-radius: 44px;
      padding: 52px 46px;
      background: linear-gradient(125deg, rgba(255, 255, 255, 0.88), rgba(242, 247, 250, 0.78));
      border: 1px solid var(--ttl4series-line);
      box-shadow: var(--ttl4series-shadow-xl);
    }

    .ttl4series-build-heading {
      font-family: 'Roboto', sans-serif;
      font-size: clamp(30px, 4vw, 42px);
      font-weight: 600;
      margin-bottom: 18px;
      color: var(--ttl4series-ink);
    }

    .ttl4series-build-list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 42px;
      margin-top: 44px;
    }

    .ttl4series-build-item {
      display: flex;
      gap: 18px;
      align-items: center;
      font-weight: 500;
      font-size: 16px;
      color: var(--ttl4series-ink);
    }

    .ttl4series-build-item i {
      font-size: 24px;
      color: var(--ttl4series-gold);
      background: rgba(70, 101, 143, 0.1);
      padding: 10px;
      border-radius: 100%;
      transition: 0.2s;
    }

    /* profile cards */
    .ttl4series-profile-card {
      display: grid;
      grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
      gap: 42px;
      align-items: center;
      background: rgba(255, 255, 255, 0.84);
      backdrop-filter: blur(14px);
      border-radius: 48px;
      border: 1px solid var(--ttl4series-line);
      padding: 52px 56px;
      margin-bottom: 70px;
      transition: 0.45s ease;
      box-shadow: 0 20px 40px -28px rgba(34, 46, 61, 0.18);
    }

    .ttl4series-profile-card:hover {
      transform: translateY(-8px);
      border-color: rgba(70, 101, 143, 0.22);
      background: rgba(255, 255, 252, 0.96);
      box-shadow: 0 40px 70px -28px rgba(34, 46, 61, 0.2);
    }

    .ttl4series-profile-card.ttl4series-reverse {
      grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    }

    .ttl4series-profile-media {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }

    .ttl4series-profile-media-right {
      justify-content: flex-end;
    }

    .ttl4series-profile-media img {
      width: 100%;
      max-width: 430px;
      aspect-ratio: 4 / 5;
      object-fit: cover;
      object-position: center top;
      display: block;
      border-radius: 34px;
      box-shadow: 0 24px 44px -28px rgba(34, 46, 61, 0.22);
      background: #f4f2ec;
    }

    .ttl4series-profile-content {
      width: 100%;
      max-width: 760px;
    }

    .ttl4series-photo-placeholder {
      background: radial-gradient(ellipse at 30% 40%, #f2eadc, #e6daca);
      border-radius: 48px;
      height: 440px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(194,161,91,0.4);
      color: var(--ttl4series-gold-dark);
      font-size: 13px;
      letter-spacing: 2px;
      gap: 16px;
      transition: all 0.4s;
      box-shadow: inset 0 0 0 1px rgba(255,255,220,0.9), 0 15px 25px rgba(0,0,0,0.05);
      text-align: center;
    }

    .ttl4series-photo-placeholder i {
      font-size: 52px;
      opacity: 0.7;
    }

    .ttl4series-role {
      font-size: 10.5px;
      letter-spacing: 3px;
      color: var(--ttl4series-gold-dark);
      font-weight: 600;
      margin-bottom: 10px;
    }

    .ttl4series-heading-profile {
      font-family: 'Roboto', sans-serif;
      font-size: clamp(28px, 3.4vw, 42px);
      line-height: 1.1;
      margin-bottom: 12px;
      color: var(--ttl4series-ink);
    }

    .ttl4series-profile-subtitle {
      color: var(--ttl4series-muted);
      font-weight: 500;
      margin: 10px 0 20px;
      font-size: 16px;
      border-left: 2px solid var(--ttl4series-gold);
      padding-left: 14px;
    }

    .ttl4series-profile-text {
    
      line-height: 1.85;
      font-size: 17px;
      color: var(--ttl4series-muted);
      margin-bottom: 18px;
    }

    .ttl4series-values {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .ttl4series-values span {
      background: rgba(70, 101, 143, 0.08);
      border-radius: 60px;
      padding: 6px 18px;
      font-size: 12px;
      font-weight: 500;
      color: var(--ttl4series-gold-dark);
    }

    /* vision box - centered underline applied */
    .ttl4series-vision-box {
      background: rgba(255, 255, 255, 0.82);
      backdrop-filter: blur(14px);
      border-radius: 54px;
      padding: 60px 44px;
      text-align: center;
      border: 1px solid var(--ttl4series-line);
      box-shadow: 0 40px 55px -28px rgba(34, 46, 61, 0.16);
      position: relative;
      overflow: hidden;
    }

    .ttl4series-vision-box::before {
      content: "⌾";
      font-size: 220px;
      position: absolute;
      bottom: -60px;
      right: -40px;
      opacity: 0.07;
     
      color: var(--ttl4series-gold);
      pointer-events: none;
    }

    .ttl4series-vision-text {
   
      line-height: 1.9;
      font-size: 17px;
      color: var(--ttl4series-muted);
      max-width: 820px;
      margin: 20px auto 0;
    }

    /* cta box - invitation only with user icon */
    .ttl4series-cta-box {
      background: linear-gradient(125deg, rgba(255,255,255,0.9), rgba(243, 247, 250, 0.86));
      border-radius: 52px;
      padding: 64px 38px;
      text-align: center;
      backdrop-filter: blur(18px);
      border: 1px solid var(--ttl4series-line);
      box-shadow: 0 30px 60px -24px rgba(34, 46, 61, 0.16);
    }

    .ttl4series-cta-heading {
      font-family: 'Roboto', sans-serif;
      font-size: clamp(32px, 4.8vw, 54px);
      font-weight: 600;
      margin-bottom: 20px;
      color: var(--ttl4series-ink);
    }

    .ttl4series-cta-text {
   
      line-height: 1.85;
      font-size: 17px;
      color: var(--ttl4series-muted);
      max-width: 620px;
      margin: 0 auto 38px;
    }
    
    .ttl4series-section{
        margin-bottom: 64px;
    }

    .ttl4series-mini-note {
      margin-top: 30px;
      font-size: 12px;
      letter-spacing: 1px;
      color: var(--ttl4series-gold-dark);
    }

    /* animations */
    @keyframes fadeSlideUp {
      0% { opacity: 0; transform: translateY(28px); }
      100% { opacity: 1; transform: translateY(0); }
    }

.ttl4series-hero, .ttl4series-section, .ttl4series-profile-card, .ttl4series-vision-box, .ttl4series-cta-box {
  animation: none;
}

    /* responsive */
    @media (max-width: 1024px) {
      .ttl4series-profile-card, .ttl4series-profile-card.ttl4series-reverse {
        grid-template-columns: 1fr;
        gap: 32px;
      }
      .ttl4series-profile-media,
      .ttl4series-profile-media-right {
        justify-content: center;
      }
      .ttl4series-profile-content {
        max-width: 100%;
      }
      .ttl4series-build-list { grid-template-columns: 1fr; gap: 24px; }
      .ttl4series-why-grid { grid-template-columns: 1fr; }
    }

    @media (max-width: 760px) {
      .ttl4series-hero { padding: 50px 0 60px; }
      .ttl4series-build-box, .ttl4series-profile-card, .ttl4series-vision-box, .ttl4series-cta-box { padding: 32px 24px; border-radius: 38px; }
      .ttl4series-btn { width: 100%; justify-content: center; padding: 12px 24px; }
      .ttl4series-nav-link { font-size: 10px; padding: 6px 18px; }
    }

    ::selection {
      background: var(--ttl4series-gold-light);
      color: var(--ttl4series-ink);
    }
 
 
 
 
 
 
/* ========== TTL3 FIVE SACRED BODIES THEME MODULE - ISOLATED CLASSES ========== */
        
        .ttl3-container {
            max-width: 1440px;
            margin: 0 auto;
            padding: 5rem 2.5rem;
            position: relative;
            background: transparent;
        }

        .ttl3-golden-aura {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none;
            z-index: 0;
        }
        .ttl3-golden-aura span {
            position: absolute;
            width: 6px;
            height: 6px;
            background: radial-gradient(circle, rgba(111, 136, 176, 0.22), transparent 72%);
            border-radius: 50%;
            animation: ttl3-floatParticle 12s infinite linear;
        }
        @keyframes ttl3-floatParticle {
            0% { transform: translateY(0px) translateX(0px) scale(1); opacity: 0; }
            20% { opacity: 0.6; }
            80% { opacity: 0.4; }
            100% { transform: translateY(-200px) translateX(40px) scale(0); opacity: 0; }
        }

        .ttl3-section-title {
            text-align: center;
            margin-bottom: 4rem;
            position: relative;
            z-index: 2;
        }

        .ttl3-section-title h2 {
            font-family: 'Roboto', sans-serif;
            font-size: 3.8rem;
            font-weight: 600;
            letter-spacing: -0.01em;
            background: linear-gradient(135deg, #35582b 0%, #175f7d 24%, #395e8c 47%, #8b4a24 73%, #5f3e8c 100%);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            margin-bottom: 0.75rem;
            animation: ttl3-gentleGlow 3s infinite alternate;
        }
        @keyframes ttl3-gentleGlow {
            0% { filter: drop-shadow(0 0 2px rgba(111, 136, 176, 0.12)); }
            100% { filter: drop-shadow(0 0 12px rgba(111, 136, 176, 0.26)); }
        }

        .ttl3-section-title p {
            font-size: 0.95rem;
            color: #74808a;
            letter-spacing: 3px;
            text-transform: uppercase;
            font-weight: 500;
        }

        .ttl3-section-title p.ttl3-theme-note {
            font-size: 0.9rem;
            margin-top: 1rem;
            text-transform: none;
            font-weight: 400;
            color: #6f7880;
            letter-spacing: 0.08em;
        }

        .ttl3-divider {
            width: 90px;
            height: 3px;
            background: linear-gradient(90deg, transparent, #5d7d43, #1e678a, #46658f, #be6e40, #5d3e8b, transparent);
            margin: 1rem auto 0.8rem;
            border-radius: 3px;
            position: relative;
            overflow: hidden;
        }
        .ttl3-divider::after {
            content: '';
            position: absolute;
            width: 40%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.85), transparent);
            top: 0;
            left: -50%;
            animation: ttl3-shimmerLine 4s infinite;
        }
        @keyframes ttl3-shimmerLine {
            0% { left: -50%; }
            100% { left: 120%; }
        }

        .ttl3-bodies-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 2rem;
            margin-top: 1.2rem;
            position: relative;
            z-index: 2;
        }

        .ttl3-body-card {
            --ttl3-card-bg: #eef4e7;
            --ttl3-card-bg-strong: #e4eddb;
            --ttl3-card-accent: #2f5e27;
            --ttl3-card-title: #294f23;
            --ttl3-card-text: #646966;
            --ttl3-card-glow: rgba(47, 94, 39, 0.16);
            --ttl3-card-border: rgba(47, 94, 39, 0.16);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.34) 100%), var(--ttl3-card-bg);
            backdrop-filter: blur(2px);
            border-radius: 2rem;
            overflow: hidden;
            transition: all 0.45s cubic-bezier(0.2, 0.9, 0.4, 1.2);
            box-shadow: 0 24px 38px -22px rgba(61, 71, 86, 0.24), 0 0 0 1px rgba(255, 255, 255, 0.85);
            border: 1px solid var(--ttl3-card-border);
            display: flex;
            flex-direction: column;
            height: 100%;
            position: relative;
        }

        .ttl3-body-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 28px 42px -22px var(--ttl3-card-glow), 0 12px 24px -18px rgba(61, 71, 86, 0.22);
            border-color: rgba(255, 255, 255, 0.95);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.42) 100%), var(--ttl3-card-bg);
        }

        .ttl3-card-header {
            padding: 1.8rem 1.5rem 1rem;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0.18) 100%), var(--ttl3-card-bg-strong);
            border-bottom: 1px solid var(--ttl3-card-border);
        }

        .ttl3-icon-circle {
            width: 54px;
            height: 54px;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.78) 100%);
            border-radius: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.2rem;
            font-size: 1.9rem;
            color: var(--ttl3-card-accent);
            transition: all 0.3s ease;
            box-shadow: 0 14px 24px -18px var(--ttl3-card-glow), inset 0 1px 0 rgba(255, 255, 255, 0.9);
            border: 1px solid rgba(255, 255, 255, 0.95);
        }

        .ttl3-body-card:hover .ttl3-icon-circle {
            transform: scale(1.05) rotate(3deg);
            color: var(--ttl3-card-title);
            box-shadow: 0 16px 30px -18px var(--ttl3-card-glow), inset 0 1px 0 rgba(255, 255, 255, 1);
        }

        .ttl3-card-header h3 {
            font-family: 'Roboto', sans-serif;
            font-size: 1.95rem;
            font-weight: 700;
            letter-spacing: -0.2px;
            margin-bottom: 0.2rem;
            color: var(--ttl3-card-title);
            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.32);
        }

        .ttl3-subhead {
            text-transform: uppercase;
            font-size: 9px;
            font-weight: 600;
            letter-spacing: 1.5px;
            color: var(--ttl3-card-accent);
            border-left: 2px solid var(--ttl3-card-accent);
            padding-left: 8px;
            margin-top: 6px;
        }

        .ttl3-card-body {
            padding: 1.4rem 1.5rem 1.8rem;
            flex: 1;
        }

        .ttl3-feature-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .ttl3-feature-list li {
            display: flex;
            align-items: center;
            gap: 0.8rem;
            font-size: 14px;
            font-weight: 450;
            color: var(--ttl3-card-text);
            margin-bottom: 1rem;
            line-height: 1.35;
            transition: transform 0.2s, color 0.2s;
        }

        .ttl3-feature-list li i {
            font-size: 0.95rem;
            color: var(--ttl3-card-accent);
            width: 1.5rem;
            text-align: center;
            transition: all 0.2s;
            flex-shrink: 0;
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
        }

        .ttl3-feature-list li:hover {
            transform: translateX(5px);
            color: var(--ttl3-card-title);
        }

        .ttl3-feature-list li:hover i {
            color: var(--ttl3-card-title);
            transform: scale(1.1);
        }

        .ttl3-body-card:nth-child(1) {
            --ttl3-card-bg: #edf4e6;
            --ttl3-card-bg-strong: #e2edd8;
            --ttl3-card-accent: #2f5d26;
            --ttl3-card-title: #284f22;
            --ttl3-card-text: #636863;
            --ttl3-card-glow: rgba(47, 93, 38, 0.18);
            --ttl3-card-border: rgba(47, 93, 38, 0.14);
        }

        .ttl3-body-card:nth-child(2) {
            --ttl3-card-bg: #e4f1f7;
            --ttl3-card-bg-strong: #d8e8f3;
            --ttl3-card-accent: #165d7a;
            --ttl3-card-title: #124e67;
            --ttl3-card-text: #5e6872;
            --ttl3-card-glow: rgba(22, 93, 122, 0.18);
            --ttl3-card-border: rgba(22, 93, 122, 0.14);
        }

        .ttl3-body-card:nth-child(3) {
            --ttl3-card-bg: #e7edf7;
            --ttl3-card-bg-strong: #dce5f2;
            --ttl3-card-accent: #355b8d;
            --ttl3-card-title: #2d4f78;
            --ttl3-card-text: #5c6673;
            --ttl3-card-glow: rgba(53, 91, 141, 0.18);
            --ttl3-card-border: rgba(53, 91, 141, 0.14);
        }

        .ttl3-body-card:nth-child(4) {
            --ttl3-card-bg: #f8ebe4;
            --ttl3-card-bg-strong: #f3dfd4;
            --ttl3-card-accent: #8f4b25;
            --ttl3-card-title: #7f401f;
            --ttl3-card-text: #6b6461;
            --ttl3-card-glow: rgba(143, 75, 37, 0.18);
            --ttl3-card-border: rgba(143, 75, 37, 0.14);
        }

        .ttl3-body-card:nth-child(5),
        .ttl3-body-card.ttl3-quantum {
            --ttl3-card-bg: #eee8f6;
            --ttl3-card-bg-strong: #e5ddf1;
            --ttl3-card-accent: #5a3785;
            --ttl3-card-title: #512f76;
            --ttl3-card-text: #655f69;
            --ttl3-card-glow: rgba(90, 55, 133, 0.2);
            --ttl3-card-border: rgba(90, 55, 133, 0.14);
        }

        .ttl3-body-card::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 2rem;
            pointer-events: none;
            background: radial-gradient(circle at 30% 10%, var(--ttl3-card-glow), transparent 70%);
            opacity: 0;
            transition: opacity 0.5s;
        }
        .ttl3-body-card:hover::after {
            opacity: 1;
        }

        @keyframes ttl3-fadeSlideUpGold {
            0% { opacity: 0; transform: translateY(45px); filter: blur(2px); }
            100% { opacity: 1; transform: translateY(0); filter: blur(0); }
        }

.ttl3-body-card {
  animation: none;
}

        .ttl3-bg-gold-glow {
            position: relative;
            overflow-x: clip;
            background: linear-gradient(180deg, #f9f7f2 0%, #f3f2ed 100%);
        }
        .ttl3-bg-gold-glow::before {
            content: '';
            position: absolute;
            top: 6%;
            left: 8%;
            width: 700px;
            height: 700px;
            background: radial-gradient(circle, rgba(189, 214, 233, 0.45) 0%, rgba(189, 214, 233, 0) 72%);
            border-radius: 50%;
            pointer-events: none;
            z-index: 0;
        }
        .ttl3-bg-gold-glow::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 4%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(219, 202, 236, 0.38) 0%, rgba(219, 202, 236, 0) 72%);
            pointer-events: none;
            z-index: 0;
        }

        /* Don't Miss a Thing - CTA section */
        .ttl3-cta-wrapper {
            text-align: center;
            margin-top: 4.5rem;
            position: relative;
            z-index: 2;
        }
        .ttl3-dont-miss {
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(248, 245, 255, 0.78));
            backdrop-filter: blur(8px);
            padding: 0.9rem 2.2rem;
            border-radius: 60px;
            border: 1px solid rgba(105, 123, 149, 0.16);
            box-shadow: 0 16px 26px -22px rgba(60, 75, 92, 0.35);
            transition: all 0.35s ease;
            cursor: default;
        }
        .ttl3-dont-miss i {
            font-size: 1.3rem;
            color: #46658f;
        }
        .ttl3-dont-miss span {
            font-family: 'Roboto', sans-serif;
            font-weight: 600;
            letter-spacing: 2px;
            font-size: 11px;
            text-transform: uppercase;
            background: linear-gradient(135deg, #35582b, #46658f 48%, #5d3e8b 100%);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
        }
        .ttl3-dont-miss:hover {
            border-color: rgba(105, 123, 149, 0.28);
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(243, 240, 250, 0.9));
            transform: scale(1.02);
        }

        /* responsive */
        @media (max-width: 1200px) {
            .ttl3-bodies-grid { grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
            .ttl3-container { padding: 3.5rem 2rem; }
            .ttl3-section-title h2 { font-size: 3rem; }
        }
        @media (max-width: 780px) {
            .ttl3-bodies-grid { grid-template-columns: repeat(2, 1fr); }
            .ttl3-section-title h2 { font-size: 2.5rem; }
            .ttl3-card-header h3 { font-size: 1.7rem; }
        }
        @media (max-width: 540px) {
            .ttl3-bodies-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
            .ttl3-container { padding: 2rem 1.2rem; }
        }

      
        
        /* Force FA6 rendering */
        .fas, .fa-solid {
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
        }
        .far, .fa-regular {
            font-family: "Font Awesome 6 Free";
            font-weight: 400;
        }
        .fab, .fa-brands {
            font-family: "Font Awesome 6 Brands";
            font-weight: 400;
        }
   
    
    
    
    
    
    
    
    
    
    
    
    
    
        
        
        
        
        
        
        
        
        
.ttl1-privacy-section {
  padding: 90px 20px;
  background:
    radial-gradient(circle at top left, rgba(215, 236, 225, 0.75) 0%, rgba(215, 236, 225, 0) 34%),
    radial-gradient(circle at bottom right, rgba(226, 220, 243, 0.7) 0%, rgba(226, 220, 243, 0) 32%),
    linear-gradient(180deg, #faf8f2 0%, #f4f2eb 100%);
  color: #2b3240;
  font-family: 'Roboto', sans-serif;
}

.ttl1-container {
  max-width: 900px;
  margin: 0 auto;
}

/* LEGAL PAGE TITLE THEME */
.ttl1-gold-text {
  background: linear-gradient(90deg, #335b2b 0%, #1a678c 34%, #49729a 62%, #6b4b95 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ttl1-gold-accent {
  position: relative;
  display: inline-block;
}

.ttl1-gold-accent::after {
  content: "";
  display: block;
  width: 40%;
  height: 3px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #3e6d35, #2b7898, transparent);
}

/* DIVIDER */
.ttl1-divider {
  width: 80px;
  height: 3px;
  margin: 20px 0 30px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #54723f, #2d7594, #6a4893, transparent);
}

/* TEXT STYLES */
.ttl1-title {
  font-size: 40px;
  letter-spacing: 3px;
}

.ttl1-subtitle {
  font-size: 18px;
  color: #6e7782;
  margin-top: 10px;
}

.ttl1-description {
  font-size: 16px;
  margin: 30px 0;
  line-height: 1.7;
  color: #59626d;
}

.ttl1-block {
  margin-bottom: 28px;
  padding: 26px 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(100, 123, 148, 0.12);
  box-shadow: 0 18px 40px -26px rgba(34, 46, 61, 0.22);
  backdrop-filter: blur(8px);
}

.ttl1-heading {
  color: #273244;
  font-size: 20px;
  margin-bottom: 10px;
}

.ttl1-text {
  font-size: 15px;
  line-height: 1.7;
  color: #5d6670;
}

.ttl1-list {
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.7;
  color: #5d6670;
}

.ttl1-list li {
  margin-bottom: 6px;
}

.ttl1-footer-text {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #49525d;
}

/* ANIMATION */
html.js.motion-enabled .ttl1-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

html.js .ttl1-show {
  opacity: 1;
  transform: translateY(0);
}

/* SOFT GOLD GLOW ON HOVER */
.ttl1-block:hover {
  transform: translateY(-6px);
  transition: 0.3s ease;
  border-color: rgba(71, 109, 148, 0.2);
  box-shadow: 0 22px 48px -26px rgba(34, 46, 61, 0.24);
}

.ttl1-block:hover .ttl1-heading {
  text-shadow: none;
}

/* ========== GLOBAL PREMIUM MOTION SYSTEM ========== */

:root {
  --site-motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --site-motion-duration: 0.82s;
  --site-motion-duration-slow: 1.05s;
  --site-motion-shadow: 0 18px 42px -28px rgba(18, 24, 38, 0.28);
  --site-motion-shadow-hover: 0 28px 60px -30px rgba(18, 24, 38, 0.38);
  --site-progress-gradient: linear-gradient(90deg, #35582b 0%, #1a678c 34%, #b76a38 68%, #5b3c8c 100%);
}

html {
  scroll-behavior: auto;
}

body {
  overflow-x: hidden;
}

section[id],
div[id] {
  scroll-margin-top: 108px;
}

.body-inner {
  transition: none;
}

html.js body.site-preload .body-inner {
  opacity: 1;
  transform: none;
  filter: none;
}

.site-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 10001;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.site-scroll-progress__bar {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--site-progress-gradient);
  box-shadow: 0 0 18px rgba(26, 103, 140, 0.28);
  transition: transform 0.14s linear, opacity 0.18s ease;
}

.motion-stage {
  position: relative;
}

html.js.motion-enabled [data-motion] {
  opacity: 0;
  filter: blur(6px);
  transform: translate3d(0, 36px, 0);
  transition:
    opacity var(--site-motion-duration) var(--site-motion-ease) var(--motion-delay, 0ms),
    transform var(--site-motion-duration-slow) var(--site-motion-ease) var(--motion-delay, 0ms),
    filter 0.7s ease var(--motion-delay, 0ms);
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
}

html.js.motion-enabled [data-motion="heading"] {
  transform: translate3d(0, 44px, 0);
}

html.js.motion-enabled [data-motion="copy"] {
  transform: translate3d(0, 28px, 0);
}

html.js.motion-enabled [data-motion="media"] {
  transform: translate3d(0, 32px, 0) scale(0.965);
}

html.js.motion-enabled [data-motion="card"] {
  transform: translate3d(0, 42px, 0) scale(0.985);
}

html.js.motion-enabled [data-motion="left"] {
  transform: translate3d(-34px, 26px, 0) scale(0.985);
}

html.js.motion-enabled [data-motion="right"] {
  transform: translate3d(34px, 26px, 0) scale(0.985);
}

html.js.motion-enabled [data-motion="button"] {
  transform: translate3d(0, 22px, 0) scale(0.98);
}

.motion-stage.is-inview [data-motion] {
    max-width: 100%;
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
  object-position: top;
}

.motion-stage.is-inview-static [data-motion] {
  opacity: 1;
  filter: none;
  transform: none;
  transition: none !important;
}

.site-parallax-target {
  --site-parallax-y: 0px;
  transform: none;
  will-change: auto;
}

.btn,
.ttl4series-btn,
.ticket-btn {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  transition:
    transform 0.34s var(--site-motion-ease),
    box-shadow 0.34s var(--site-motion-ease),
    border-color 0.34s ease,
    background-color 0.34s ease,
    color 0.34s ease,
    filter 0.34s ease;
  will-change: transform;
  -webkit-tap-highlight-color: transparent;
}

.btn::after,
.ttl4series-btn::after,
.ticket-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, 0.2) 48%, rgba(255, 255, 255, 0) 84%);
  opacity: 0;
  transition: opacity 0.34s ease;
  pointer-events: none;
}

.btn:hover,
.ttl4series-btn:hover,
.ticket-btn:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow: var(--site-motion-shadow);
  filter: saturate(1.02);
}

.btn:hover::after,
.ttl4series-btn:hover::after,
.ticket-btn:hover::after {
  opacity: 1;
}

.btn:active,
.ttl4series-btn:active,
.ticket-btn:active {
  transform: translateY(0) scale(0.982);
}

.header .navbar-nav > li.header-ticket > a.ticket-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1.1;
  vertical-align: middle;
  margin-top: 0;
  overflow: visible;
}

.header .navbar-nav > li.header-ticket > a.ticket-btn::after {
  display: none;
}

.header .navbar-nav > li.header-ticket > a.ticket-btn:hover,
.header .navbar-nav > li.header-ticket > a.ticket-btn:focus,
.header .navbar-nav > li.header-ticket > a.ticket-btn:active,
.header .navbar-nav > li.header-ticket:hover > a.ticket-btn {
  transform: none;
  filter: none;
}

.header .navbar-nav > li.header-ticket > a.ticket-btn i {
  margin-right: 2px;
}

.header .logo {
  position: relative;
  z-index: 6;
}

.header .logo .site-header-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header.header-transparent .logo .site-header-logo-link {
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(10, 16, 26, 0.24);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 18px 38px -28px rgba(0, 0, 0, 0.45);
}

.header .logo .site-header-logo {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  visibility: visible !important;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.35));
}

.header .logo .site-header-logo--desktop {
  width: 145px;
}

.header .logo .site-header-logo--mobile {
  width: 62px !important;
}

.ts-facts,
.ts-speaker,
.contact-info-box,
.sidebar,
.contact-form,
.ttl1-block,
.ttl3-body-card,
.ttl4series-why-card,
.ttl4series-profile-card,
.ttl4series-build-box,
.ttl4series-vision-box,
.ttl4series-cta-box {
  transition:
    transform 0.46s var(--site-motion-ease),
    box-shadow 0.46s var(--site-motion-ease),
    border-color 0.32s ease,
    filter 0.32s ease;
  transform: translateZ(0);
  will-change: transform;
}

.ts-facts:hover,
.ts-speaker:hover,
.contact-info-box:hover,
.sidebar:hover,
.contact-form:hover,
.ttl1-block:hover,
.ttl3-body-card:hover,
.ttl4series-why-card:hover,
.ttl4series-profile-card:hover,
.ttl4series-build-box:hover,
.ttl4series-vision-box:hover,
.ttl4series-cta-box:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: var(--site-motion-shadow-hover);
  filter: saturate(1.02);
}

.contact-info-box,
.contact-info-box:hover {
  transform: none;
  box-shadow: none;
  filter: none;
}

.ts-facts,
.ts-facts:hover {
  transform: none;
  box-shadow: none;
  filter: none;
}

.intro-video img,
.speaker-img-box img,
.ts-speaker-image img,
.ttl4series-profile-card img,
.footer-logo img {
  transition: transform 0.75s var(--site-motion-ease), filter 0.55s ease;
  transform-origin: center center;
}

.intro-video:hover img,
.ts-speaker:hover img,
.ttl4series-profile-card:hover img,
.footer-logo:hover img {
  transform: scale(1.045);
  filter: saturate(1.04);
}

#ts-speakers .speaker-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

#ts-speakers .speaker-grid > [class*="col-"] {
  float: none;
  display: flex;
  margin-bottom: 34px;
}

#ts-speakers .speaker-grid .ts-speaker {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
}

#ts-speakers .speaker-grid .ts-speaker-image {
  overflow: hidden;
}

#ts-speakers .speaker-grid .speaker-img-box {
  width: 100%;
  height: auto;
  min-height: 320px;
  aspect-ratio: 4 / 5;
  background: linear-gradient(180deg, #eef5fb 0%, #e8eef9 100%);
}

#ts-speakers .speaker-grid .speaker-img-box img,
#ts-speakers .speaker-grid .ts-speaker-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

#ts-speakers .speaker-grid .ts-speaker-info {
  height: auto;
  min-height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}

#ts-speakers .speaker-grid .ts-speaker-name {
  line-height: 1.3;
}

#ts-speakers .speaker-grid .ts-speaker-designation {
  line-height: 1.55;
  margin-bottom: 0;
}

/* Public speakers page uses the same image-overlay card treatment as the home slider. */
#ts-speakers.speakers-page-section .speaker-grid .speaker-page-card {
  position: relative;
  display: block;
  height: auto;
  min-height: 0;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background: #dbe2e8;
  box-shadow: 0 24px 44px -28px rgba(11, 17, 25, 0.34);
  isolation: isolate;
}

#ts-speakers.speakers-page-section .speaker-grid .speaker-page-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 14, 24, 0.02) 0%, rgba(6, 14, 24, 0.16) 42%, rgba(6, 14, 24, 0.88) 100%);
}

#ts-speakers.speakers-page-section .speaker-grid .speaker-page-card .ts-speaker-image {
  height: auto;
  overflow: visible;
}

#ts-speakers.speakers-page-section .speaker-grid .speaker-page-card .ts-speaker-image::after {
  display: none;
}

#ts-speakers.speakers-page-section .speaker-grid .speaker-page-card .speaker-img-box {
  min-height: 0;
  aspect-ratio: 3 / 4;
  background: linear-gradient(180deg, #dde4eb 0%, #cfd8e1 100%);
}

#ts-speakers.speakers-page-section .speaker-grid .speaker-page-card .speaker-img-box img,
#ts-speakers.speakers-page-section .speaker-grid .speaker-page-card .ts-speaker-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

#ts-speakers.speakers-page-section .speaker-grid .speaker-page-card .ts-speaker-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: auto;
  min-height: 0;
  padding: 24px 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  background: transparent;
}

#ts-speakers.speakers-page-section .speaker-grid .speaker-page-card .ts-speaker-name {
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.32);
}

#ts-speakers.speakers-page-section .speaker-grid .speaker-page-card .ts-speaker-name,
#ts-speakers.speakers-page-section .speaker-grid .speaker-page-card .ts-speaker-name a,
#ts-speakers.speakers-page-section .speaker-grid .speaker-page-card .ts-speaker-name span {
  color: #fff;
}

#ts-speakers.speakers-page-section .speaker-grid .speaker-page-card .ts-speaker-designation {
  margin: 0;
  color: #d4a53c;
  font-size: 14px;
  line-height: 1.28;
  font-weight: 500;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.26);
}

@media (max-width: 768px) {
  #ts-speakers.speakers-page-section .speaker-grid .speaker-page-card .speaker-img-box {
    min-height: 0;
  }

  #ts-speakers.speakers-page-section .speaker-grid .speaker-page-card .speaker-img-box img,
  #ts-speakers.speakers-page-section .speaker-grid .speaker-page-card .ts-speaker-image img {
    object-fit: cover;
    object-position: center top;
  }

  #ts-speakers.speakers-page-section .speaker-grid .speaker-page-card .ts-speaker-info {
    padding: 18px 14px 16px;
    gap: 6px;
  }

  #ts-speakers.speakers-page-section .speaker-grid .speaker-page-card .ts-speaker-name {
    font-size: 14px;
    line-height: 1.18;
  }

  #ts-speakers.speakers-page-section .speaker-grid .speaker-page-card .ts-speaker-designation {
    display: -webkit-box;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.22;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.home-speakers-section .home-speakers-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.home-speakers-section .home-speakers-title {
  padding: 0;
}

.home-speakers-section .home-speakers-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 18px 36px -24px rgba(0, 0, 0, 0.44);
  transform: translateY(-50%);
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.home-speakers-section .home-speakers-arrow--prev {
  left: 0;
}

.home-speakers-section .home-speakers-arrow--next {
  right: 0;
}

.home-speakers-section .home-speakers-arrow:hover:not([disabled]) {
  transform: translateY(-50%) scale(1.04);
  background: #2d4f78;
  box-shadow: 0 20px 40px -24px rgba(0, 0, 0, 0.58);
}

.home-speakers-section .home-speakers-arrow[disabled] {
  opacity: 0.32;
  cursor: default;
  box-shadow: none;
}

.home-speakers-section .home-speakers-slider-shell {
  position: relative;
  padding: 0 74px;
}

.home-speakers-section .home-speakers-mobile-grid {
  display: none;
}

.home-speakers-section .home-speakers-track {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  padding: 10px 6px 20px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.home-speakers-section .home-speakers-track::-webkit-scrollbar {
  display: none;
}

.home-speakers-section .home-speaker-slide {
  flex: 0 0 calc((100% - 120px) / 4);
  min-width: 0;
  scroll-snap-align: start;
}

.home-speakers-section .home-speaker-slide .ts-speaker {
  width: 100%;
  height: 100%;
}

.home-speakers-section .home-speaker-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  border: 0;
  border-radius: 28px;
  background: #dbe2e8;
  box-shadow: 0 24px 44px -28px rgba(11, 17, 25, 0.34);
  isolation: isolate;
}

.home-speakers-section .home-speaker-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 14, 24, 0.02) 0%, rgba(6, 14, 24, 0.16) 42%, rgba(6, 14, 24, 0.88) 100%);
}

.home-speakers-section .home-speaker-card .ts-speaker-image {
  height: 100%;
}

.home-speakers-section .home-speaker-card .ts-speaker-image::after {
  display: none;
}

.home-speakers-section .home-speaker-card .speaker-img-box {
  width: 100%;
  min-height: 0;
  aspect-ratio: 3 / 4;
  background: linear-gradient(180deg, #dde4eb 0%, #cfd8e1 100%);
}

.home-speakers-section .home-speaker-card .speaker-img-box img,
.home-speakers-section .home-speaker-card .ts-speaker-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.home-speakers-section .home-speaker-card .ts-speaker-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  min-height: 0;
  padding: 24px 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  background: transparent;
}

.home-speakers-section .home-speaker-card .ts-speaker-name {
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.32);
}

.home-speakers-section .home-speaker-card .ts-speaker-name a,
.home-speakers-section .home-speaker-card .ts-speaker-name span {
  color: #fff;
}

.home-speakers-section .home-speaker-card .ts-speaker-designation {
  margin: 0;
  font-size: 14px;
  line-height: 1.28;
  color: #22c3a3;
  font-weight: 500;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.26);
}

#ts-speakers.home-speakers-section .home-speaker-card .ts-speaker-info {
  height: auto;
  background: transparent;
}

#ts-speakers.home-speakers-section .home-speaker-card .ts-speaker-name,
#ts-speakers.home-speakers-section .home-speaker-card .ts-speaker-name a,
#ts-speakers.home-speakers-section .home-speaker-card .ts-speaker-name span {
  color: #fff;
}

#ts-speakers.home-speakers-section .home-speaker-card .ts-speaker-designation {
  color: #d4a53c;
}

@media (max-width: 768px) {
  #ts-speakers.home-speakers-section .home-speakers-slider-shell--desktop {
    display: none;
  }

  #ts-speakers.home-speakers-section .home-speakers-mobile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  #ts-speakers.home-speakers-section .home-speakers-mobile-grid .home-speaker-slide {
    flex: none;
    min-width: 0;
  }

  #ts-speakers.home-speakers-section .home-speakers-mobile-grid .home-speaker-slide .ts-speaker {
    height: auto;
    margin-bottom: 0;
  }

  #ts-speakers.home-speakers-section .home-speakers-mobile-grid .home-speaker-card {
    border-radius: 22px;
  }

  #ts-speakers.home-speakers-section .home-speakers-mobile-grid .home-speaker-card .speaker-img-box img,
  #ts-speakers.home-speakers-section .home-speakers-mobile-grid .home-speaker-card .ts-speaker-image img {
    object-fit: cover;
    object-position: center top;
  }

  #ts-speakers.home-speakers-section .home-speakers-mobile-grid .home-speaker-card .ts-speaker-info {
    padding: 18px 14px 16px;
    gap: 6px;
  }

  #ts-speakers.home-speakers-section .home-speakers-mobile-grid .home-speaker-card .ts-speaker-name {
    font-size: 14px;
    line-height: 1.18;
  }

  #ts-speakers.home-speakers-section .home-speakers-mobile-grid .home-speaker-card .ts-speaker-designation {
    display: -webkit-box;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.22;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.home-speakers-section .speakers-empty-state {
  max-width: 680px;
  margin: 0 auto;
  padding: 28px 22px;
  border: 1px dashed rgba(17, 17, 17, 0.22);
  border-radius: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.82);
}

.intro-video {
  isolation: isolate;
  background: #000;
}

.intro-video > img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
}

.intro-video:before {
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}

.intro-video > a.popup {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
}

.intro-video .video-icon {
  z-index: 3;
  pointer-events: none;
}

.header .navbar-nav > li > a,
.footer-social ul li a,
.footer-menu ul li a {
  transition: color 0.3s ease, transform 0.3s var(--site-motion-ease), opacity 0.3s ease;
}

.header .navbar-nav > li > a:hover,
.footer-social ul li a:hover,
.footer-menu ul li a:hover {
  transform: translateY(-2px);
}

.form-control {
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.form-control:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px -22px rgba(31, 56, 94, 0.38);
}

@media (max-width: 1199px) {
  .home-speakers-section .home-speaker-slide {
    flex-basis: calc((100% - 40px) / 2);
  }
}

@media (max-width: 991px) {
  .site-scroll-progress {
    height: 2px;
  }

  .header.header-transparent .logo .site-header-logo-link {
    padding: 8px 12px;
    border-radius: 14px;
  }

  .home-speakers-section .home-speakers-heading-wrap {
    margin-bottom: 34px;
  }

  .home-speakers-section .home-speakers-slider-shell {
    padding: 0 60px;
  }

  #ts-speakers .speaker-grid > [class*="col-"] {
    margin-bottom: 26px;
  }

  #ts-speakers .speaker-grid .speaker-img-box {
    min-height: 290px;
  }

  html.js.motion-enabled [data-motion="left"],
  html.js.motion-enabled [data-motion="right"],
  html.js.motion-enabled [data-motion="card"],
  html.js.motion-enabled [data-motion="media"] {
    transform: translate3d(0, 24px, 0) scale(0.995);
  }
}

@media (max-width: 767px) {
 

  .home-speakers-section .home-speakers-arrow {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .home-speakers-section .home-speakers-track {
    gap: 22px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-speakers-section .home-speaker-slide {
    flex-basis: min(88vw, 320px);
  }

  #ts-speakers .speaker-grid > [class*="col-"] {
    
    margin-bottom: -22px;
  }

  #ts-speakers .speaker-grid .speaker-img-box {
    min-height: 340px;
  }

  #ts-speakers .speaker-grid .ts-speaker-info {
    min-height: 0;
  }
}

@media (max-width: 991px) {
  html.js.motion-enabled [data-motion],
  html.js.motion-enabled .ttl1-animate {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .body-inner,
  .site-scroll-progress__bar,
  .site-parallax-target,
  .btn,
  .ttl4series-btn,
  .ticket-btn,
  .ts-facts,
  .ts-speaker,
  .contact-info-box,
  .sidebar,
  .contact-form,
  .ttl1-block,
  .ttl3-body-card,
  .ttl4series-why-card,
  .ttl4series-profile-card,
  .ttl4series-build-box,
  .ttl4series-vision-box,
  .ttl4series-cta-box,
  .intro-video img,
  .speaker-img-box img,
  .ts-speaker-image img,
  .ttl4series-profile-card img,
  .footer-logo img,
  [data-motion] {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  html.js.motion-enabled [data-motion],
  html.js.motion-enabled .ttl1-animate {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}

.body-agenda-page {
  position: relative;
  padding: 54px 0;
  background:
    radial-gradient(circle at top left, rgba(232, 240, 251, 0.82) 0%, rgba(232, 240, 251, 0) 36%),
    radial-gradient(circle at top right, rgba(243, 232, 246, 0.82) 0%, rgba(243, 232, 246, 0) 34%),
    linear-gradient(180deg, #fffdf8 0%, #f8fbff 100%);
  overflow: hidden;
}

.body-agenda-hero-section {
  padding-top: 86px;
  padding-bottom: 34px;
}

.body-agenda-main-section {
  padding-top: 12px;
}

.body-agenda-schedule-section {
  padding-top: 4px;
}

.body-agenda-hero {
  max-width: 900px;
  margin: 0 auto;
}

.body-agenda-eyebrow,
.body-agenda-overview-kicker,
.body-agenda-schedule-kicker,
.body-agenda-cta-kicker,
.body-agenda-track-eyebrow {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a7802d;
}

.body-agenda-title {
  margin: 0;
  font-size: 56px;
  line-height: 1.08;
  color: #20242f;
}

.body-agenda-quote {
  margin: 18px 0 0;
  font-size: 21px;
  line-height: 1.5;
  font-style: italic;
  color: #737886;
}

.body-agenda-divider {
  display: block;
  width: min(560px, 92%);
  height: 2px;
  margin: 28px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(181, 138, 42, 0.08) 0%, rgba(181, 138, 42, 0.95) 50%, rgba(181, 138, 42, 0.08) 100%);
}

.body-agenda-overview,
.body-agenda-track-card,
.body-agenda-row,
.body-agenda-cta-box {
  transition:
    transform 0.42s var(--site-motion-ease),
    box-shadow 0.42s var(--site-motion-ease),
    border-color 0.32s ease,
    background-color 0.32s ease,
    filter 0.32s ease;
}

.body-agenda-overview {
  position: relative;
  padding: 36px 38px 34px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 251, 240, 0.92) 100%);
  border: 1px solid rgba(181, 138, 42, 0.14);
  box-shadow: 0 28px 46px -34px rgba(87, 96, 117, 0.28);
  overflow: hidden;
}

.body-agenda-overview::before {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: 0;
  width: 7px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #cda53b 0%, #b88d2b 100%);
  box-shadow: 0 12px 24px -12px rgba(184, 141, 43, 0.58);
}

.body-agenda-overview-title {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  color: #1d2330;
}

.body-agenda-overview-quote {
  margin: 12px 0 18px;
  font-size: 17px;
  line-height: 1.6;
  font-style: italic;
  color: #747b84;
}

.body-agenda-overview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.body-agenda-overview-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(181, 138, 42, 0.14);
  color: #525a67;
  font-size: 14px;
  line-height: 1.45;
}

.body-agenda-track-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
}

.body-agenda-track-grid > [class*="col-"] {
  display: flex;
  margin-bottom: 28px;
}

.body-agenda-track-card {
  --agenda-accent: #355b8d;
  --agenda-soft: #e8f0fb;
  --agenda-glow: rgba(53, 91, 141, 0.18);
  width: 100%;
  min-height: 100%;
  padding: 30px 28px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.92) 100%);
  border: 1px solid rgba(61, 74, 95, 0.08);
  box-shadow: 0 24px 40px -34px rgba(72, 84, 106, 0.24);
  overflow: hidden;
}

.body-agenda-track-card--air {
  --agenda-accent: #355b8d;
  --agenda-soft: #e8f0fb;
  --agenda-glow: rgba(53, 91, 141, 0.2);
}

.body-agenda-track-card--fire {
  --agenda-accent: #8f4b25;
  --agenda-soft: #f7ece5;
  --agenda-glow: rgba(143, 75, 37, 0.2);
}

.body-agenda-track-card--quantum {
  --agenda-accent: #5a3785;
  --agenda-soft: #f2eaf9;
  --agenda-glow: rgba(90, 55, 133, 0.22);
}

.body-agenda-track-card:hover,
.body-agenda-overview:hover,
.body-agenda-row:hover,
.body-agenda-cta-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 52px -30px rgba(72, 84, 106, 0.28);
  filter: saturate(1.02);
}

.body-agenda-track-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: var(--agenda-soft);
  color: var(--agenda-accent);
  font-size: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 18px 26px -22px var(--agenda-glow);
}

.body-agenda-track-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.28;
  color: #212836;
}

.body-agenda-track-copy {
  margin: 12px 0 18px;
  color: #66707d;
  line-height: 1.7;
}

.body-agenda-track-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.body-agenda-track-points li {
  position: relative;
  padding-left: 20px;
  color: #4f5764;
  line-height: 1.7;
}

.body-agenda-track-points li + li {
  margin-top: 10px;
}

.body-agenda-track-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--agenda-accent);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.95);
}

.body-agenda-schedule-shell {
  padding: 34px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(251, 252, 255, 0.94) 100%);
  border: 1px solid rgba(70, 82, 104, 0.08);
  box-shadow: 0 30px 50px -34px rgba(72, 84, 106, 0.28);
}

.body-agenda-schedule-title {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  color: #1d2330;
}

.body-agenda-schedule-copy {
  max-width: 760px;
  margin: 12px 0 0;
  color: #66707c;
  line-height: 1.7;
}

.body-agenda-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.body-agenda-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  border-radius: 24px;
  border: 1px solid rgba(72, 84, 106, 0.08);
  background: rgba(255, 255, 255, 0.94);
  overflow: hidden;
}

.body-agenda-time {
  display: flex;
  align-items: center;
  padding: 22px 24px;
  background: linear-gradient(180deg, #fcf8ee 0%, #f7efda 100%);
  border-right: 1px solid rgba(181, 138, 42, 0.1);
}

.body-agenda-time span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #a0751b;
}

.body-agenda-content {
  padding: 24px 28px 26px;
}

.body-agenda-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.body-agenda-tag--neutral {
  background: #f3efe4;
  color: #8f722d;
}

.body-agenda-tag--air {
  background: #e7effa;
  color: #315888;
}

.body-agenda-tag--fire {
  background: #f9ebe4;
  color: #8c4722;
}

.body-agenda-tag--quantum {
  background: #efe7f7;
  color: #593684;
}

.body-agenda-session-title {
  margin: 12px 0 0;
  font-size: 25px;
  line-height: 1.32;
  color: #202633;
}

.body-agenda-session-meta {
  margin: 10px 0 0;
  color: #4f5b6f;
  font-weight: 600;
}

.body-agenda-session-desc {
  margin: 10px 0 0;
  color: #66707d;
  line-height: 1.72;
}

.body-agenda-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 34px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(232, 240, 251, 0.95) 0%, rgba(255, 248, 233, 0.96) 55%, rgba(241, 233, 248, 0.94) 100%);
  border: 1px solid rgba(92, 103, 124, 0.08);
  box-shadow: 0 28px 46px -34px rgba(72, 84, 106, 0.28);
}

.body-agenda-cta-title {
  margin: 0;
  max-width: 650px;
  font-size: 28px;
  line-height: 1.3;
  color: #202633;
}

.body-agenda-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.body-agenda-cta-actions .btn-border {
  border-color: rgba(49, 88, 136, 0.28);
  color: #315888;
  background: rgba(255, 255, 255, 0.82);
}

.body-agenda-cta-actions .btn-border:hover {
  border-color: #315888;
  color: #315888;
  background: #ffffff;
}

@media (max-width: 991px) {
  .body-agenda-page {
    padding: 46px 0;
  }

  .body-agenda-hero-section {
    padding-top: 72px;
  }

  .body-agenda-title {
    font-size: 44px;
  }

  .body-agenda-overview,
  .body-agenda-schedule-shell,
  .body-agenda-cta-box {
    padding: 28px;
  }

  .body-agenda-track-grid > [class*="col-"] {
    margin-bottom: 22px;
  }

  .body-agenda-row {
    grid-template-columns: 1fr;
  }

  .body-agenda-time {
    border-right: 0;
    border-bottom: 1px solid rgba(181, 138, 42, 0.1);
  }

  .body-agenda-cta-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .body-agenda-page {
    padding: 40px 0;
  }

  .body-agenda-hero-section {
    padding-top: 62px;
    padding-bottom: 24px;
  }

  .body-agenda-title {
    font-size: 34px;
  }

  .body-agenda-quote {
    font-size: 18px;
  }

  .body-agenda-overview,
  .body-agenda-track-card,
  .body-agenda-schedule-shell,
  .body-agenda-cta-box {
    padding: 24px 20px;
    border-radius: 26px;
  }

  .body-agenda-overview::before {
    top: 24px;
    bottom: 24px;
  }

  .body-agenda-overview-title,
  .body-agenda-schedule-title,
  .body-agenda-cta-title {
    font-size: 24px;
  }

  .body-agenda-time {
    padding: 18px 20px;
  }

  .body-agenda-time span {
    font-size: 20px;
  }

  .body-agenda-content {
    padding: 20px;
  }

  .body-agenda-session-title {
    font-size: 21px;
  }

  .body-agenda-track-grid > [class*="col-"] {
    margin-bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .body-agenda-overview,
  .body-agenda-track-card,
  .body-agenda-row,
  .body-agenda-cta-box {
    transition-duration: 0.01ms !important;
  }

  .body-agenda-overview:hover,
  .body-agenda-track-card:hover,
  .body-agenda-row:hover,
  .body-agenda-cta-box:hover {
    transform: none;
    filter: none;
  }
}

.abfq-page {
  padding: 110px 0 72px;
  background: #ffffff;
}

.abfq-shell {
  max-width: 1110px;
  margin: 0 auto;
}

.abfq-hero {
  text-align: center;
  margin-bottom: 32px;
}

.abfq-eyebrow {
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #a87d16;
}

.abfq-title {
  margin: 0;
  font-size: 39px;
  line-height: 1.18;
  font-weight: 800;
  color: #1e1f21;
}

.abfq-subtitle {
  margin: 12px 0 0;
  font-size: 25px;
  line-height: 1.45;
  font-style: italic;
  font-weight: 400;
  color: #6f7073;
}

.abfq-divider {
  display: block;
  width: 595px;
  max-width: 100%;
  height: 3px;
  margin: 25px auto 0;
  background: #cba230;
}

.abfq-highlight {
  position: relative;
  margin-bottom: 26px;
  padding: 30px 38px 30px 38px;
  background: #fbf5e6;
}

.abfq-highlight::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  bottom: -6px;
  width: 9px;
  border-radius: 999px;
  background: #cba230;
}

.abfq-highlight-eyebrow {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: #a57b16;
}

.abfq-highlight-title {
  margin: 0;
  max-width: 930px;
  font-size: 37px;
  line-height: 1.2;
  font-weight: 800;
  color: #1f2022;
}

.abfq-highlight-quote {
  margin: 10px 0 8px;
  max-width: 1030px;
  font-size: 24px;
  line-height: 1.34;
  font-style: italic;
  font-weight: 400;
  color: #6d6f73;
}

.abfq-highlight-meta {
  margin: 0;
  max-width: 1040px;
  font-size: 18px;
  line-height: 1.55;
  color: #66696f;
}

.abfq-schedule {
  padding: 26px 30px 20px;
  background: #f4f4f4;
}

.abfq-schedule-heading {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  color: #a57b16;
}

.abfq-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: 13px 4px;
  border-top: 1px solid #dfdfdf;
}

.abfq-row:first-of-type {
  border-top: 0;
}

.abfq-time {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
  color: #a57b16;
}

.abfq-copy {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  color: #26272a;
}

.abfq-session3 {
  margin-top: 44px;
}

.abfq-session3-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 26px;
  padding: 22px 24px 22px 24px;
  background: #294f7d;
}

.abfq-session3-head-copy {
  min-width: 0;
}

.abfq-session3-kicker {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
  color: #ffffff;
}

.abfq-session3-title {
  margin: 0;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
  color: #ffffff;
}

.abfq-session3-quote {
  margin: 10px 0 0;
  font-size: 22px;
  line-height: 1.35;
  font-style: italic;
  font-weight: 400;
  color: #d8dee6;
}

.abfq-session3-range {
  flex-shrink: 0;
  padding-top: 42px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
  color: #ffffff;
}

.abfq-session3-list {
  background: #ffffff;
}

.abfq-session3-row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: 17px 22px 16px 22px;
  border-bottom: 1px solid #ececec;
  background: #ffffff;
}

.abfq-session3-row--break {
  background: #f3f3f3;
}

.abfq-session3-row--launch {
  background: #fdf0ed;
  border-bottom: 0;
}

.abfq-session3-time {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  color: #a57b16;
}

.abfq-session3-body {
  min-width: 0;
}

.abfq-session3-meta {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  color: #737373;
}

.abfq-session3-meta--launch {
  color: #bf3d2d;
}

.abfq-session3-row-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
  color: #26272a;
}

.abfq-session3-speaker {
  margin: 8px 0 0;
  font-size: 18px;
  line-height: 1.45;
  font-style: italic;
  font-weight: 400;
  color: #7a7b7f;
}

.abfq-flex-slot {
  margin-top: 0;
  padding: 16px 28px 18px 28px;
  background: #fef9ea;
  border: 2px solid #dfa416;
  border-left-width: 6px;
}

.abfq-flex-slot-kicker {
  margin: 0 0 2px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  color: #8e6b12;
}

.abfq-flex-slot-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
  color: #dfa416;
}

.abfq-flex-slot-copy {
  margin: 2px 0 0;
  font-size: 16px;
  line-height: 1.45;
  font-style: italic;
  font-weight: 400;
  color: #707174;
}

.abfq-panel-box {
  margin-top: 0;
  padding: 16px 28px 18px 28px;
  background: #eaedf8;
  border-top: 4px solid #6f73cf;
}

.abfq-panel-kicker {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  color: #6f73cf;
}

.abfq-panel-time {
  margin: 2px 0 6px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
  color: #6f73cf;
}

.abfq-panel-title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.42;
  font-style: italic;
  font-weight: 800;
  color: #232428;
}

.abfq-panel-line {
  margin: 0 0 4px;
  font-size: 17px;
  line-height: 1.5;
  color: #585c66;
}

.abfq-panel-line strong {
  color: #4d4f56;
}

.abfq-lunch-box {
  margin-top: 30px;
  padding: 20px 28px 20px 28px;
  background: #edf6ee;
  border-left: 6px solid #45a34a;
}

.abfq-lunch-kicker {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  color: #2f8340;
}

.abfq-lunch-title {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 800;
  color: #242529;
}

.abfq-lunch-copy {
  margin: 0 0 4px;
  font-size: 17px;
  line-height: 1.5;
  color: #4f5358;
}

.abfq-experiential-box {
  margin-top: 18px;
  padding: 22px 26px 18px 26px;
  background: #f5f0ff;
  border-left: 7px solid #915fca;
}

.abfq-experiential-kicker {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  color: #915fca;
}

.abfq-experiential-intro {
  margin: 6px 0 14px;
  font-size: 17px;
  line-height: 1.45;
  font-style: italic;
  color: #6d6d73;
}

.abfq-experiential-row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 11px 0 10px;
  border-top: 1px solid #e4dff0;
}

.abfq-experiential-row:first-of-type {
  border-top: 0;
}

.abfq-experiential-time {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 800;
  color: #915fca;
}

.abfq-experiential-title {
  margin: 0;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 800;
  color: #25262a;
}

.abfq-experiential-copy {
  margin: 3px 0 0;
  font-size: 17px;
  line-height: 1.5;
  color: #666a72;
}

.abfq-fire-section,
.abfq-quantum-section {
  margin-top: 32px;
}

.abfq-fire-head,
.abfq-quantum-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px 20px 22px;
}

.abfq-fire-head {
  background: #8f2705;
}

.abfq-quantum-head {
  background: #5a2b84;
}

.abfq-fire-kicker,
.abfq-quantum-kicker {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
  color: #ffffff;
}

.abfq-fire-title,
.abfq-quantum-title {
  margin: 0;
  font-size: 35px;
  line-height: 1.18;
  font-weight: 800;
  color: #ffffff;
}

.abfq-fire-quote,
.abfq-quantum-quote {
  margin: 8px 0 0;
  font-size: 21px;
  line-height: 1.4;
  font-style: italic;
  color: rgba(255, 255, 255, 0.78);
}

.abfq-fire-range,
.abfq-quantum-range {
  flex-shrink: 0;
  padding-top: 40px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  color: #ffffff;
}

.abfq-fire-list,
.abfq-quantum-list {
  background: #ffffff;
}

.abfq-fire-row,
.abfq-quantum-row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: 15px 22px 15px 22px;
  border-bottom: 1px solid #ececec;
  background: #ffffff;
}

.abfq-fire-row--break {
  background: #f3f3f3;
}

.abfq-fire-row--keynote {
  background: #fdf0ed;
}

.abfq-fire-row--live {
  background: #fff9e8;
}

.abfq-quantum-row--keynote {
  background: #f1ebfb;
}

.abfq-quantum-row--intro {
  background: #edf5ff;
}

.abfq-fire-time,
.abfq-quantum-time {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  color: #a57b16;
}

.abfq-fire-meta,
.abfq-quantum-meta {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  color: #737373;
}

.abfq-fire-meta--live {
  color: #bd8c12;
}

.abfq-quantum-meta--intro {
  color: #2f6fb7;
}

.abfq-fire-row-title,
.abfq-quantum-row-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 800;
  color: #26272a;
}

.abfq-fire-row--keynote .abfq-fire-row-title,
.abfq-quantum-row--keynote .abfq-quantum-row-title {
  font-style: italic;
  color: #9e7b13;
}

.abfq-fire-speaker,
.abfq-quantum-speaker {
  margin: 8px 0 0;
  font-size: 17px;
  line-height: 1.45;
  font-style: italic;
  color: #787b80;
}

.abfq-transition-box {
  margin-top: 14px;
  padding: 24px 32px 20px 32px;
  background: #f6f6f4;
}

.abfq-transition-kicker {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
  color: #a57b16;
}

.abfq-transition-row,
.abfq-gala-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.abfq-transition-time,
.abfq-gala-time {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
  color: #a57b16;
}

.abfq-transition-copy,
.abfq-gala-copy {
  font-size: 18px;
  line-height: 1.5;
  color: #2b2c2f;
}

.abfq-gria-box,
.abfq-experiential-closing-box {
  margin-top: 20px;
  padding: 20px 28px 20px 28px;
  background: #f4f0ff;
  border-left: 7px solid #6e3ea7;
}

.abfq-gria-kicker,
.abfq-experiential-closing-kicker {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  color: #6e3ea7;
}

.abfq-gria-title,
.abfq-experiential-closing-title {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1.32;
  font-weight: 800;
  color: #25262a;
}

.abfq-gria-intro,
.abfq-experiential-closing-quote {
  margin: 8px 0 12px;
  font-size: 18px;
  line-height: 1.45;
  font-style: italic;
  color: #6e3ea7;
}

.abfq-gria-line,
.abfq-experiential-closing-line {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.45;
  color: #5b5e67;
}

.abfq-gria-line strong {
  color: #4e5158;
}

.abfq-experiential-closing-time {
  margin: 6px 0 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  color: #6e3ea7;
}

.abfq-closing-box {
  margin-top: 20px;
  padding: 24px 24px 28px;
  text-align: center;
  background: #fff9e8;
  border: 3px solid #d3b14a;
}

.abfq-closing-kicker {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  color: #a57b16;
}

.abfq-closing-title {
  margin: 0 0 8px;
  font-size: 29px;
  line-height: 1.25;
  font-weight: 800;
  color: #25262a;
}

.abfq-closing-line {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.5;
  color: #575b61;
}

.abfq-closing-quote {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.45;
  font-style: italic;
  font-weight: 700;
  color: #a57b16;
}

.abfq-gala-box {
  margin-top: 14px;
  padding: 20px 24px 20px;
  background: #f6f6f4;
}

.abfq-gala-kicker {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  color: #a57b16;
}

html.abfq-page-boot .abfq-page .abfq-animate {
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 34px, 0) scale(0.988);
  transition:
    opacity 0.88s cubic-bezier(0.22, 1, 0.36, 1) var(--abfq-delay, 0ms),
    transform 0.96s cubic-bezier(0.22, 1, 0.36, 1) var(--abfq-delay, 0ms),
    filter 0.74s ease var(--abfq-delay, 0ms);
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
}

html.abfq-page-boot .abfq-page .abfq-animate.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

html.abfq-page-boot .abfq-page .abfq-animate.is-static {
  transition: none !important;
}

.abfq-highlight,
.abfq-session3-head,
.abfq-flex-slot,
.abfq-panel-box,
.abfq-lunch-box,
.abfq-experiential-box,
.abfq-fire-head,
.abfq-transition-box,
.abfq-gria-box,
.abfq-closing-box,
.abfq-experiential-closing-box,
.abfq-gala-box,
.abfq-quantum-head {
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.3s ease,
    background-color 0.3s ease;
}

.abfq-row,
.abfq-session3-row,
.abfq-fire-row,
.abfq-quantum-row,
.abfq-experiential-row {
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease,
    border-color 0.28s ease;
}

@media (hover: hover) {
  .abfq-highlight:hover,
  .abfq-session3-head:hover,
  .abfq-flex-slot:hover,
  .abfq-panel-box:hover,
  .abfq-lunch-box:hover,
  .abfq-experiential-box:hover,
  .abfq-fire-head:hover,
  .abfq-transition-box:hover,
  .abfq-gria-box:hover,
  .abfq-closing-box:hover,
  .abfq-experiential-closing-box:hover,
  .abfq-gala-box:hover,
  .abfq-quantum-head:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 46px -34px rgba(22, 27, 38, 0.28);
    filter: saturate(1.02);
  }

  .abfq-row:hover,
  .abfq-session3-row:hover,
  .abfq-fire-row:hover,
  .abfq-quantum-row:hover,
  .abfq-experiential-row:hover {
    transform: translateX(5px);
    box-shadow: 0 18px 26px -24px rgba(17, 22, 32, 0.26);
  }
}

@media (max-width: 991px) {
  .abfq-page {
    padding: 92px 0 56px;
  }

  .abfq-title {
    font-size: 34px;
  }

  .abfq-subtitle {
    font-size: 22px;
  }

  .abfq-highlight-title {
    font-size: 31px;
  }

  .abfq-highlight-quote {
    font-size: 21px;
  }

  .abfq-row {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 22px;
  }

  .abfq-session3-title {
    font-size: 33px;
  }

  .abfq-session3-quote {
    font-size: 20px;
  }

  .abfq-session3-range {
    padding-top: 34px;
    font-size: 19px;
  }

  .abfq-session3-row {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 22px;
  }

  .abfq-panel-title,
  .abfq-lunch-title {
    font-size: 21px;
  }

  .abfq-experiential-row {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 20px;
  }

  .abfq-fire-title,
  .abfq-quantum-title {
    font-size: 31px;
  }

  .abfq-fire-quote,
  .abfq-quantum-quote {
    font-size: 19px;
  }

  .abfq-fire-range,
  .abfq-quantum-range {
    padding-top: 34px;
    font-size: 18px;
  }

  .abfq-fire-row,
  .abfq-quantum-row {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 22px;
  }

  .abfq-transition-row,
  .abfq-gala-row {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 22px;
  }
}

@media (max-width: 767px) {
  .abfq-page {
    padding: 86px 0 44px;
  }

  .abfq-eyebrow {
    font-size: 15px;
  }

  .abfq-title {
    font-size: 30px;
  }

  .abfq-subtitle {
    font-size: 20px;
  }

  .abfq-divider {
    width: 100%;
  }

  .abfq-highlight {
    padding: 24px 22px 24px 24px;
  }

  .abfq-highlight-title {
    font-size: 28px;
  }

  .abfq-highlight-quote,
  .abfq-highlight-meta,
  .abfq-copy,
  .abfq-time {
    font-size: 17px;
  }

  .abfq-schedule {
    padding: 22px 18px 16px;
  }

  .abfq-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 0;
  }

  .abfq-session3 {
    margin-top: 28px;
  }

  .abfq-session3-head {
    flex-direction: column;
    gap: 12px;
    padding: 20px 18px;
  }

  .abfq-session3-kicker {
    font-size: 15px;
  }

  .abfq-session3-title {
    font-size: 29px;
  }

  .abfq-session3-quote {
    font-size: 19px;
  }

  .abfq-session3-range {
    padding-top: 0;
    font-size: 18px;
  }

  .abfq-session3-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 18px;
  }

  .abfq-session3-time,
  .abfq-session3-speaker {
    font-size: 17px;
  }

  .abfq-session3-meta {
    font-size: 15px;
  }

  .abfq-session3-row-title {
    font-size: 20px;
  }

  .abfq-flex-slot,
  .abfq-panel-box,
  .abfq-lunch-box,
  .abfq-experiential-box,
  .abfq-transition-box,
  .abfq-gria-box,
  .abfq-experiential-closing-box,
  .abfq-gala-box {
    padding: 16px 18px;
  }

  .abfq-flex-slot-kicker,
  .abfq-panel-kicker,
  .abfq-lunch-kicker,
  .abfq-experiential-kicker,
  .abfq-transition-kicker,
  .abfq-gria-kicker,
  .abfq-experiential-closing-kicker,
  .abfq-gala-kicker,
  .abfq-closing-kicker {
    font-size: 16px;
  }

  .abfq-flex-slot-title,
  .abfq-panel-title,
  .abfq-lunch-title,
  .abfq-experiential-title,
  .abfq-gria-title,
  .abfq-experiential-closing-title,
  .abfq-closing-title {
    font-size: 19px;
  }

  .abfq-flex-slot-copy,
  .abfq-panel-line,
  .abfq-lunch-copy,
  .abfq-experiential-copy,
  .abfq-experiential-intro,
  .abfq-gria-line,
  .abfq-experiential-closing-line,
  .abfq-transition-copy,
  .abfq-gala-copy,
  .abfq-closing-line {
    font-size: 16px;
  }

  .abfq-experiential-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .abfq-fire-head,
  .abfq-quantum-head {
    flex-direction: column;
    gap: 12px;
    padding: 18px;
  }

  .abfq-fire-kicker,
  .abfq-quantum-kicker {
    font-size: 15px;
  }

  .abfq-fire-title,
  .abfq-quantum-title {
    font-size: 28px;
  }

  .abfq-fire-quote,
  .abfq-quantum-quote {
    font-size: 18px;
  }

  .abfq-fire-range,
  .abfq-quantum-range {
    padding-top: 0;
    font-size: 18px;
  }

  .abfq-fire-row,
  .abfq-quantum-row,
  .abfq-transition-row,
  .abfq-gala-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .abfq-fire-time,
  .abfq-quantum-time,
  .abfq-transition-time,
  .abfq-gala-time,
  .abfq-gria-intro,
  .abfq-experiential-closing-time,
  .abfq-experiential-closing-quote,
  .abfq-closing-quote {
    font-size: 16px;
  }

  .abfq-fire-row-title,
  .abfq-quantum-row-title {
    font-size: 20px;
  }

  .abfq-fire-speaker,
  .abfq-quantum-speaker {
    font-size: 16px;
  }

  .abfq-closing-box {
    padding: 20px 18px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.abfq-page-boot .abfq-page .abfq-animate {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition-duration: 0.01ms !important;
  }

  .abfq-highlight,
  .abfq-session3-head,
  .abfq-flex-slot,
  .abfq-panel-box,
  .abfq-lunch-box,
  .abfq-experiential-box,
  .abfq-fire-head,
  .abfq-transition-box,
  .abfq-gria-box,
  .abfq-closing-box,
  .abfq-experiential-closing-box,
  .abfq-gala-box,
  .abfq-quantum-head,
  .abfq-row,
  .abfq-session3-row,
  .abfq-fire-row,
  .abfq-quantum-row,
  .abfq-experiential-row {
    transition-duration: 0.01ms !important;
  }
}
