/*initial*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --blue:        #2a6496;
      --blue-mid:    #3a7bb5;
      --blue-light:  #b8d8f0;
      --blue-pale:   #e8f3fb;
      --green:       #7aab3a;
      --green-light: #c8e6a0;
      --green-pale:  #eef7e0;
      --sand:        #f5f0e8;
      --peach:       #fde8d8;
      --lavender:    #e8e2f8;
      --rose:        #fce4ec;
      --mint:        #e0f5f0;
      --text:        #1e2d3a;
      --muted:       #5a6e7e;
      --light:       #f8fafc;
      --white:       #ffffff;
      --border:      #dde8f0;
      --pink:        #FF2D95;
    }

    html { scroll-behavior: smooth; }
    body {
      font-family: 'Montserrat', sans-serif;
      color: var(--text);
      background: var(--white);
      overflow-x: hidden;
    }

    /* ─── SCROLLBAR ─── */
    ::-webkit-scrollbar { width: 6px; }
    ::-webkit-scrollbar-track { background: var(--blue-pale); }
    ::-webkit-scrollbar-thumb { background: var(--blue-mid); border-radius: 3px; }

    /* ─── NAV ─── */
    @media (min-width: 992px) {
        #header .header-nav.header-nav-divisor nav > ul > li {
            margin: 0;
            width: 150px;
            text-align: center;
        }
        #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
            color: #2a6496;
        }
    }
    .nav-cta {
      background: var(--blue); color: #fff;
      padding: .5rem 1.3rem; border-radius: 30px;
      font-size: .75rem; font-weight: 700; letter-spacing: .06em;
      text-decoration: none; text-transform: uppercase;
      transition: background .2s, transform .15s;
      white-space: nowrap;
    }
    .nav-cta:hover { background: var(--green); transform: translateY(-1px); }


    /* ─── HERO ─── */
    .hero {
      min-height: 700px;
      background: #071828;
      display: flex; align-items: center;
      padding: 100px 5% 60px;
      position: relative; overflow: hidden;
    }
      20%  { transform: scaleX(1.08) translateY(-10px) rotate(0.4deg); }
      40%  { transform: scaleX(1.05) translateY(-18px) rotate(-0.3deg); }
      60%  { transform: scaleX(1.09) translateY(-10px) rotate(0.5deg); }
      80%  { transform: scaleX(1.06) translateY(-5px) rotate(-0.2deg); }
      100% { transform: scaleX(1.05) translateY(0px) rotate(0deg); }
    }
    .hero::before {
      content: '';
      position: absolute; inset: 0; z-index: 1;
      background:
        radial-gradient(ellipse 70% 100% at 40% 60%, rgba(10,30,55,0.82) 0%, rgba(10,30,55,0.55) 50%, transparent 100%),
        linear-gradient(to right, rgba(10,30,55,0.75) 0%, rgba(10,30,55,0.3) 55%, rgba(10,30,55,0.05) 100%),
        linear-gradient(to bottom, rgba(10,30,55,0.3) 0%, transparent 40%, rgba(10,30,55,0.5) 100%);
    }
    .hero-bg-shapes { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 2; display: none; }
    .hero-bg-shapes .shape {
      position: absolute; border-radius: 50%;
      background: radial-gradient(circle, var(--c) 0%, transparent 70%);
      opacity: .35;
    }
    .shape-1 { width: 600px; height: 600px; bottom: -150px; left: -100px; --c: var(--green-light); }
    .shape-2 { width: 500px; height: 500px; top: -80px; right: -100px; --c: var(--blue-light); }
    .shape-3 { width: 300px; height: 300px; top: 40%; right: 20%; --c: var(--peach); opacity: .25; }

    /* grid lines decoration */
    .hero-grid {
      position: absolute; inset: 0; pointer-events: none; z-index: 2; display: none;
      background-image:
        linear-gradient(rgba(42,100,150,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(42,100,150,.04) 1px, transparent 1px);
      background-size: 60px 60px;
    }

    .hero-inner {
      position: relative; z-index: 3;
      display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
      width: 100%; max-width: 1200px; margin: 0 auto;
    }
    .hero-content { }
    .hero-date-badge {
      display: inline-flex; align-items: center; gap: .6rem;
      background: rgba(255,255,255,0.15); border: 1.5px solid rgba(255,255,255,0.35); backdrop-filter: blur(8px);
      border-radius: 30px; padding: .45rem 1rem .45rem .6rem;
      margin-bottom: 1.6rem;
      animation: fadeUp .6s .1s ease both;
    }
    .date-dot {
      width: 28px; height: 28px; border-radius: 50%;
      background: var(--blue); color: #fff;
      display: flex; align-items: center; justify-content: center;
      font-size: .6rem; font-weight: 800; letter-spacing: .04em;
      text-transform: uppercase; line-height: 1.1; text-align: center;
      flex-shrink: 0;
    }
    .hero-date-badge span { font-size: .72rem; font-weight: 700; color: rgba(255,255,255,0.9); letter-spacing: .06em; text-transform: uppercase; }

    .hero h1 {
      font-size: clamp(2.4rem, 5.5vw, 4rem);
      font-weight: 900; line-height: 1.1; letter-spacing: -.03em;
      color: #ffffff; margin-bottom: 1rem;
      animation: fadeUp .6s .2s ease both;
    }
    .hero h1 em { font-style: normal; color: var(--green-light); }
    .hero-sub {
      font-size: 1rem; font-weight: 400; line-height: 1.75;
      color: rgba(255,255,255,0.8); margin-bottom: 2rem; max-width: 480px;
      animation: fadeUp .6s .35s ease both;
    }
    .hero-btns {
      display: flex; gap: 1rem; flex-wrap: wrap;
      animation: fadeUp .6s .48s ease both;
    }
    .btn { display: inline-block; text-decoration: none; border-radius: 30px; font-weight: 700; font-size: .88rem; letter-spacing: .04em; text-transform: uppercase; transition: all .2s; }
    .btn-primary { background: var(--blue); color: #fff; padding: .9rem 2rem; box-shadow: 0 8px 24px rgba(42,100,150,.28); }
    .btn-primary:hover { background: var(--green); box-shadow: 0 12px 32px rgba(122,171,58,.32); transform: translateY(-2px); }
    .btn-outline { border: 2px solid rgba(255,255,255,0.7); color: #fff; padding: .85rem 1.8rem; }
    .btn-outline:hover { background: rgba(255,255,255,0.2); color: #fff; transform: translateY(-2px); }

    /* countdown */
    .hero-right { animation: fadeUp .7s .3s ease both; }
    .countdown-card {
      background: rgba(255,255,255,.85);
      backdrop-filter: blur(12px);
      border: 1.5px solid var(--border);
      border-radius: 28px; padding: 2.5rem 2rem;
      text-align: center;
      box-shadow: 0 20px 60px rgba(42,100,150,.1);
    }
    .countdown-card h3 {
      font-size: .7rem; font-weight: 800; letter-spacing: .12em;
      text-transform: uppercase; color: var(--muted); margin-bottom: 1.5rem;
    }
    .countdown-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: .6rem; margin-bottom: 1.6rem; }
    .cd-unit { background: var(--blue-pale); border-radius: 14px; padding: 1rem .5rem; }
    .cd-num { font-size: 2rem; font-weight: 900; color: var(--blue); line-height: 1; }
    .cd-lbl { font-size: .6rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-top: .3rem; }
    .event-meta { display: flex; flex-direction: column; gap: .6rem; text-align: left; }
    .meta-row { display: flex; align-items: center; gap: .7rem; font-size: .82rem; color: var(--muted); }
    .meta-row strong { color: var(--text); font-weight: 700; }

    /* ─── SECTION BASE ─── */
    section { padding: 2rem 5%; }
    .section-inner { max-width: 1200px; margin: 0 auto; }
    .section-header { text-align: center; margin-bottom: 3.5rem; }
    .tag {
      display: inline-block; border-radius: 20px;
      font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
      padding: .3rem .9rem; margin-bottom: .9rem;
    }
    .tag-blue { background: var(--blue-light); color: var(--blue); }
    .tag-green { background: var(--green-light); color: #3d6e10; }
    .tag-peach { background: var(--peach); color: #b05a2a; }
    .tag-lavender { background: var(--lavender); color: #4a3d8f; }
    .tag-rose { background: var(--rose); color: #8f2a4a; }
    .tag-mint { background: var(--mint); color: #1a6b55; }

    .section-header h2 {
      font-size: clamp(1.8rem, 3.5vw, 2.8rem);
      font-weight: 900; letter-spacing: -.03em; color: var(--blue); margin-bottom: .8rem;
    }
    .section-header p { font-size: .95rem; color: var(--muted); max-width: 560px; margin: 0 auto; line-height: 1.8; }

    /* ─── ABOUT ─── */
    #about { background: var(--white); }
    .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
    .about-text h2 {
      font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 900; letter-spacing: -.03em;
      color: var(--blue); margin-bottom: 1.2rem; line-height: 1.2;
    }
    .about-text p { font-size: .93rem; line-height: 1.85; color: var(--muted); margin-bottom: 1rem; }
    .about-text p strong { color: var(--text); }
    .about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
    .astat {
      background: var(--blue-pale); border-radius: 18px; padding: 1.4rem;
      border-left: 4px solid var(--blue-mid);
    }
    .astat-num { font-size: 1.8rem; font-weight: 900; color: var(--blue); line-height: 1; }
    .astat-lbl { font-size: .72rem; font-weight: 600; color: var(--muted); margin-top: .3rem; letter-spacing: .04em; }
    .about-visual {
      background: linear-gradient(135deg, var(--blue-pale) 0%, var(--green-pale) 100%);
      border-radius: 28px; padding: 3rem 2rem;
      position: relative; overflow: hidden;
    }
    .about-visual::before {
      content: ''; position: absolute; bottom: -40px; right: -40px;
      width: 200px; height: 200px; border-radius: 50%;
      background: var(--green-light); opacity: .4;
    }
    .about-card-stack { display: flex; flex-direction: column; gap: 1rem; position: relative; z-index: 1; }
    .acard {
      background: rgba(255,255,255,.85); backdrop-filter: blur(8px);
      border-radius: 16px; padding: 1.2rem 1.4rem;
      display: flex; align-items: flex-start; gap: 1rem;
      box-shadow: 0 4px 16px rgba(42,100,150,.08);
    }
    .acard h4 { font-size: .82rem; font-weight: 800; color: var(--blue); margin-bottom: .2rem; letter-spacing: .02em; }
    .acard p { font-size: .75rem; color: var(--muted); line-height: 1.6; }

    /* ─── SCHEDULE ─── */
    #schedule { background: var(--sand); }
    .schedule-tabs { display: flex; justify-content: center; gap: .5rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
    .tab-btn {
      padding: .55rem 1.4rem; border-radius: 30px; border: 2px solid var(--border);
      background: var(--white); color: var(--muted);
      font-family: 'Montserrat', sans-serif; font-size: .78rem; font-weight: 700;
      letter-spacing: .05em; text-transform: uppercase; cursor: pointer;
      transition: all .2s;
    }
    .tab-btn.active, .tab-btn:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
    .schedule-content { display: none; }
    .schedule-content.active { display: block; }
    .schedule-item {
      display: grid; grid-template-columns: 120px 1fr;
      gap: 0; margin-bottom: 1px; align-items: stretch;
    }
    .sched-time {
      background: var(--blue); color: #fff;
      padding: 1.4rem 1rem; text-align: center;
      font-size: .72rem; font-weight: 800; letter-spacing: .06em;
      line-height: 1.4; display: flex; align-items: center; justify-content: center;
    }
    .sched-time:first-child { border-radius: 16px 0 0 0; }
    .schedule-item:last-child .sched-time { border-radius: 0 0 0 16px; }
    .sched-body {
      background: var(--white); padding: 1.4rem 1.8rem;
      border-bottom: 1px solid var(--border);
      display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    }
    .schedule-item:last-child .sched-body { border-radius: 0 0 16px 0; border-bottom: none; }
    .sched-title { font-size: .95rem; font-weight: 800; color: var(--text); margin-bottom: .3rem; }
    .sched-speaker { font-size: .78rem; color: var(--muted); font-weight: 500; }
    .sched-type {
      flex-shrink: 0; padding: .3rem .85rem; border-radius: 20px;
      font-size: .65rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
    }
    .type-keynote { background: var(--blue-light); color: var(--blue); }
    .type-break   { background: var(--green-pale); color: #3d6e10; }
    .type-panel   { background: var(--lavender); color: #4a3d8f; }
    .type-workshop { background: var(--peach); color: #b05a2a; }
    .type-networking { background: var(--mint); color: #1a6b55; }

    /* ─── KEYNOTE SPEAKERS ─── */
    #speakers { background: var(--white); }
    .speakers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
    .speaker-card {
      border-radius: 24px; overflow: hidden;
      border: 1.5px solid var(--border);
      transition: transform .3s, box-shadow .3s;
      background: var(--white);
    }
    .speaker-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(42,100,150,.12); }
    .speaker-avatar {
      height: 200px;
      display: flex; align-items: center; justify-content: center;
      position: relative; overflow: hidden;
    }
    .speaker-card:nth-child(1) .speaker-avatar { background: linear-gradient(135deg, var(--blue-pale), var(--blue-light)); }
    .speaker-card:nth-child(2) .speaker-avatar { background: linear-gradient(135deg, var(--green-pale), var(--green-light)); }
    .speaker-card:nth-child(3) .speaker-avatar { background: linear-gradient(135deg, var(--peach), #f9c4a0); }
    .speaker-card:nth-child(4) .speaker-avatar { background: linear-gradient(135deg, var(--lavender), #c8bff5); }
    .speaker-avatar .initials {
      width: 90px; height: 90px; border-radius: 50%;
      background: rgba(255,255,255,.6); backdrop-filter: blur(6px);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.8rem; font-weight: 900; color: var(--blue);
      border: 3px solid rgba(255,255,255,.8);
    }
    .speaker-info { padding: 1.5rem; }
    .speaker-name { font-size: 1rem; font-weight: 800; color: var(--text); margin-bottom: .2rem; letter-spacing: -.01em; }
    .speaker-title { font-size: .75rem; font-weight: 600; color: var(--blue); margin-bottom: .8rem; }
    .speaker-bio { font-size: .78rem; color: var(--muted); line-height: 1.7; margin-bottom: 1rem; }
    .speaker-topic {
      display: inline-block; background: var(--blue-pale); color: var(--blue);
      font-size: .65rem; font-weight: 700; letter-spacing: .06em;
      text-transform: uppercase; padding: .3rem .8rem; border-radius: 20px;
    }

    /* ─── EXHIBITORS ─── */
    #exhibitors { background: var(--blue-pale); }
    .exhibitor-search {
      display: flex; justify-content: center; margin-bottom: 2.5rem;
    }
    .exhibitor-search input {
      width: 100%; max-width: 440px; padding: .8rem 1.4rem;
      border: 2px solid var(--border); border-radius: 30px;
      font-family: 'Montserrat', sans-serif; font-size: .85rem;
      color: var(--text); background: var(--white); outline: none;
      transition: border-color .2s;
    }
    .exhibitor-search input:focus { border-color: var(--blue); }
    .exhibitor-grid {
      display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 1rem;
    }
    .exhibitor-card {
      background: var(--white); border-radius: 18px;
      padding: 1.6rem 1.2rem; text-align: center;
      border: 1.5px solid var(--border);
      transition: transform .25s, box-shadow .25s;
    }
    .exhibitor-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(42,100,150,.1); }
    .ex-logo-placeholder {
      width: 60px; height: 60px; border-radius: 14px;
      margin: 0 auto .9rem; display: flex; align-items: center; justify-content: center;
      font-size: 1.4rem; font-weight: 900; color: var(--white);
    }
    .exhibitor-card h4 { font-size: .82rem; font-weight: 800; color: var(--text); margin-bottom: .3rem; }
    .exhibitor-card p { font-size: .7rem; color: var(--muted); }
    .ex-badge {
      display: inline-block; margin-top: .6rem;
      font-size: .6rem; font-weight: 700; letter-spacing: .07em;
      text-transform: uppercase; padding: .2rem .65rem; border-radius: 20px;
    }
    .ex-platinum { background: #e8e4f5; color: #5a3d9f; }
    .ex-gold     { background: #fdf3d0; color: #8a6200; }
    .ex-silver   { background: #eef3f8; color: #4a6a8a; }

    /* ─── TESTIMONIALS ─── */
    #testimonials { background: var(--white); }
    .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 1.5rem; }
    .tcard {
      padding: 2rem; border-radius: 22px;
      position: relative; overflow: hidden;
      transition: transform .3s;
    }
    .tcard:hover { transform: translateY(-4px); }
    .tcard:nth-child(1) { background: var(--blue-pale); }
    .tcard:nth-child(2) { background: var(--green-pale); }
    .tcard:nth-child(3) { background: var(--peach); }
    .tcard:nth-child(4) { background: var(--lavender); }
    .tcard:nth-child(5) { background: var(--mint); }
    .tcard:nth-child(6) { background: var(--rose); }
    .quote-mark {
      font-size: 5rem; line-height: .6; font-weight: 900; color: var(--blue);
      opacity: .12; position: absolute; top: 1rem; left: 1.2rem;
      font-family: Georgia, serif;
    }
    .tcard blockquote {
      font-size: .88rem; line-height: 1.8; color: var(--text);
      font-weight: 500; margin-bottom: 1.2rem; position: relative; z-index: 1;
      font-style: italic;
    }
    .tcard-author { display: flex; align-items: center; gap: .8rem; }
    .tcard-avatar {
      width: 42px; height: 42px; border-radius: 50%;
      background: var(--blue-mid); color: #fff;
      display: flex; align-items: center; justify-content: center;
      font-size: .75rem; font-weight: 800; flex-shrink: 0;
    }
    .tcard-name { font-size: .82rem; font-weight: 800; color: var(--text); }
    .tcard-role { font-size: .72rem; color: var(--muted); font-weight: 500; }
    .tcard-stars { color: #f5a623; font-size: .9rem; margin-bottom: .2rem; }

    /* ─── SPONSORS ─── */
    #sponsors { background: var(--sand); }
    .sponsor-tier { margin-bottom: 3rem; }
    .sponsor-tier h3 {
      text-align: center; font-size: .75rem; font-weight: 800;
      letter-spacing: .12em; text-transform: uppercase; color: var(--muted);
      margin-bottom: 1.5rem; position: relative;
    }
    .sponsor-tier h3::before, .sponsor-tier h3::after {
      content: ''; position: absolute; top: 50%;
      width: calc(50% - 80px); height: 1px; background: var(--border);
    }
    .sponsor-tier h3::before { left: 0; }
    .sponsor-tier h3::after { right: 0; }
    .sponsor-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
    .sponsor-logo {
      background: var(--white); border-radius: 16px;
      border: 1.5px solid var(--border);
      display: flex; align-items: center; justify-content: center;
      transition: transform .25s, box-shadow .25s;
      cursor: default;
    }
    .sponsor-logo:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(42,100,150,.1); }
    .sponsor-logo.platinum { width: 220px; height: 90px; font-size: 1rem; font-weight: 900; color: #5a3d9f; }
    .sponsor-logo.gold     { width: 180px; height: 76px; font-size: .9rem; font-weight: 800; color: #8a6200; }
    .sponsor-logo.silver   { width: 150px; height: 64px; font-size: .82rem; font-weight: 700; color: var(--muted); }
    .sponsor-logo.bronze   { width: 130px; height: 56px; font-size: .78rem; font-weight: 600; color: var(--muted); }

    /* ─── REGISTER CTA ─── */
    .register-cta {
      padding: 6rem 5%;
      background: linear-gradient(135deg, var(--blue) 0%, #1e4a73 100%);
      text-align: center; position: relative; overflow: hidden;
    }
    .register-cta::before {
      content: ''; position: absolute; top: -100px; right: -100px;
      width: 400px; height: 400px; border-radius: 50%;
      background: rgba(255,255,255,.05);
    }
    .register-cta::after {
      content: ''; position: absolute; bottom: -80px; left: -80px;
      width: 300px; height: 300px; border-radius: 50%;
      background: rgba(122,171,58,.15);
    }
    .register-cta h2 {
      font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 900;
      letter-spacing: -.03em; color: #fff; margin-bottom: 1rem;
    }
    .register-cta p { font-size: 1rem; color: rgba(255,255,255,.75); margin-bottom: 2rem; line-height: 1.7; }
    .register-cta .btn-white {
      background: #fff; color: var(--blue);
      padding: 1rem 2.5rem; border-radius: 30px;
      font-size: .9rem; font-weight: 800; letter-spacing: .05em;
      text-decoration: none; text-transform: uppercase;
      display: inline-block; transition: all .2s;
      box-shadow: 0 8px 28px rgba(0,0,0,.2);
    }
    .register-cta .btn-white:hover { background: var(--green-light); transform: translateY(-2px); }

    /* ─── FOOTER ─── */
    footer {
      background: #0f1e2b; color: rgba(255,255,255,.6);
      padding: 4rem 5% 2rem;
    }
    .footer-top {
      display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 3rem; margin-bottom: 3rem;
    }
    .footer-brand-name {
      font-size: 1.1rem; font-weight: 900; color: #fff;
      letter-spacing: -.02em; margin-bottom: .4rem;
    }
    .footer-brand-name span { color: var(--green-light); }
    .footer-event-date {
      font-size: .75rem; font-weight: 700; letter-spacing: .08em;
      text-transform: uppercase; color: var(--blue-light); margin-bottom: 1rem;
    }
    .footer-brand p { font-size: .82rem; line-height: 1.75; max-width: 280px; }
    .footer-col h4 {
      font-size: .7rem; font-weight: 800; letter-spacing: .1em;
      text-transform: uppercase; color: #fff; margin-bottom: 1rem;
    }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .5rem; }
    .footer-col ul li a {
      font-size: .8rem; color: rgba(255,255,255,.5); text-decoration: none; transition: color .2s;
    }
    .footer-col ul li a:hover { color: var(--green-light); }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,.08);
      padding-top: 1.5rem;
      display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;
    }
    .footer-bottom p, .footer-bottom a { font-size: .75rem; color: rgba(255,255,255,.35); text-decoration: none; }
    .footer-bottom a:hover { color: var(--green-light); }

    /* ─── ANIMATIONS ─── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 960px) {
      .hero-inner { grid-template-columns: 1fr; text-align: center; }
      .hero-sub { margin: 0 auto 2rem; }
      .hero-btns { justify-content: center; }
      .hero-right { max-width: 400px; margin: 0 auto; }
      .about-grid { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 700px) {
      .schedule-item { grid-template-columns: 90px 1fr; }
      .footer-top { grid-template-columns: 1fr; }
      .nav-links, .nav-cta { display: none; }
      .hamburger { display: flex; }
    }


    /* ─── RIPPLE CANVAS ─── */
    .hero-ripple-canvas {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      display: block;
    }



    /* ─── SCROLL REVEAL ─── */
    .reveal {
      opacity: 0;
      transition: opacity 0.75s ease, transform 0.75s ease;
      will-change: opacity, transform;
    }
    .reveal.from-left  { transform: translateX(-60px); }
    .reveal.from-right { transform: translateX( 60px); }
    .reveal.visible {
      opacity: 1;
      transform: translateX(0);
    }

    /* ─── HERO BRAND ROW ─── */
    .hero-brand-row {
      display: flex;
      align-items: center;
      gap: 1.2rem;
      margin-bottom: 2rem;
      animation: fadeUp .6s .2s ease both;
    }
    .hero-cga-logo {
      height: 100px;
      width: auto;
      flex-shrink: 0;
      /*filter: brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0,0,0,0.3));*/
    }
    .hero-brand-text {
      display: flex;
      flex-direction: column;
      line-height: 1.15;
    }
    .hero-brand-conf {
      font-size: clamp(2.5rem, 3vw, 2.2rem);
      font-weight: 400;
      color: #ffffff;
      letter-spacing: 0.01em;
    }
    .hero-brand-expo {
      font-size: clamp(1.5rem, 3vw, 2.2rem);
      font-weight: 400;
      color: #ffffff;
      letter-spacing: 0.01em;
    }
    .hero-brand-expo strong {
      font-weight: 800;
      color: var(--pink);
    }
    .hero-inner-page {
        min-height: 200px;
        background: #1295AF;
        display: flex;
        align-items: center;
        padding: 50px 5% 40px;
        position: relative;
        overflow: hidden;
    }
    /* ─── HERO EVENT DETAILS (right side) ─── */
    .hero-event-details {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      text-align: left;
    }
    .hed-dates {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(2rem, 2vw, 1.35rem);
      font-weight: 800;
      color: var(--pink);
      letter-spacing: 0.01em;
      line-height: 0.5;
    }
    .hed-venue {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(1.8rem, 1.8vw, 1.2rem);
      font-weight: 500;
      color: #ffffff;
      line-height: .5;
    }
    .hed-city {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(1.6rem, 1.8vw, 1.2rem);
      font-weight: 500;
      color: #ffffff;
      line-height: .5;
    }
    .register-button {
        background-color: var(--pink) !important;
        border-color: var(--pink) var(--pink) #cccccc !important;
        color: #ffffff !important;
    }
    .accent-text {
        color: var(--pink) !important;
    }

.pageTitle, h1 {
        font-size: clamp(1.7rem, 3vw, 2.4rem);
        font-weight: 900;
        letter-spacing: -.03em;
        color: var(--blue);
        margin-bottom: 1.2rem;
        line-height: 1.2;
}