body{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.container{max-width:1200px;padding:0 20px}@media (max-width:768px){.container{padding:0 15px}}.btn{background:#f90;border-radius:5px;color:#fff;display:inline-block;transition:all .3s ease}.btn:hover{background:#e88900}.btn-secondary{background:#232f3e}.btn-secondary:hover{background:#1a252f}:root{--aws-orange:#f90;--aws-black:#111827;--aws-white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-600:#4b5563;--gray-900:#111827;--shadow:0 4px 6px #0000001a;--shadow-lg:0 10px 15px #0000001a;--shadow-xl:0 20px 25px #0000001a;--radius:12px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:var(--aws-white);color:#111827;color:var(--gray-900);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(14px,2.5vw,18px);line-height:1.6;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.dark-mode{--aws-white:#1f2937;--gray-50:#374151;--gray-100:#4b5563;--gray-900:#f9fafb;--gray-600:#d1d5db;background:#1f2937;color:#f9fafb}.container{margin:0 auto;max-inline-size:1400px;padding:0 30px}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);inset-block-start:0;inset-inline-end:0;inset-inline-start:0;padding:16px 0;position:fixed;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);z-index:1000}.dark-mode .header,.header{background:#f90!important;background:var(--aws-orange)!important}.header .container{justify-content:space-between}.header .container,.logo{align-items:center;display:flex}.logo{color:#fff!important;font-size:1.2rem;font-weight:700;gap:12px}.logo img{block-size:32px}.nav{align-items:center;display:flex;gap:32px}.nav a{color:#fff!important;font-size:16px!important;font-weight:500;padding:8px 0;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.nav a:hover{color:#fffc!important}.nav a:after{background:#fff;block-size:2px;content:"";inline-size:0;inset-block-end:0;inset-inline-start:0;position:absolute;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.nav a:hover:after{inline-size:100%}.theme-toggle{align-items:center;background:none;block-size:40px;border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:50%;color:#4b5563;color:var(--gray-600);cursor:pointer;display:flex;inline-size:40px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.theme-toggle:hover{border-color:#f90;border-color:var(--aws-orange);color:#f90;color:var(--aws-orange)}.menu-toggle{background:none;border:none;color:#4b5563;color:var(--gray-600);cursor:pointer;display:none}.hero{align-items:center;background:linear-gradient(135deg,#374151,#1f2937 50%,#111827);color:#fff;display:flex;justify-content:center;min-block-size:70vh;overflow:hidden;padding:40px 0 20px;position:relative}.hero-bg{background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');inset-block-end:0;inset-inline-end:0;inset-inline-start:0;opacity:.1}.hero-bg,.hero-bg:after{inset-block-start:0;position:absolute}.hero-bg:after{animation:particle1 15s linear infinite,particle2 25s ease-in-out infinite reverse,particle3 20s cubic-bezier(.4,0,.6,1) infinite;background:radial-gradient(circle,#ffd7001a .5px,#0000 1px) 50px 30px,radial-gradient(circle,#ffd70014 3px,#0000 6px) 200px 80px,radial-gradient(circle,#ffd7001f .3px,#0000 .8px) 350px 50px;background-size:600px 400px,800px 300px,500px 500px;bottom:0;content:"";left:0;pointer-events:none;right:0;z-index:0}@keyframes particle1{0%{transform:translateX(0) translateY(0)}to{transform:translateX(-600px) translateY(-200px)}}@keyframes particle2{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-300px) scale(1.5)}to{transform:translateY(0) scale(1)}}@keyframes particle3{0%{transform:rotate(0deg) translateX(100px) rotate(0deg)}to{transform:rotate(1turn) translateX(100px) rotate(-1turn)}}.hero-content{margin:0 auto;max-width:900px;padding:0 20px;position:relative;text-align:center;z-index:10}.badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:20px;display:inline-block;font-weight:600;margin-bottom:24px;padding:8px 16px}.hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ff9900e6);-webkit-background-clip:text;background-clip:text;font-size:clamp(3rem,8vw,5rem);font-weight:900;letter-spacing:-.02em;margin-bottom:16px}.hero h2{color:#fffc;font-size:clamp(1.8rem,5vw,3rem);font-weight:300;letter-spacing:.02em;margin-bottom:32px}.hero p{color:#ffffffb3;font-size:1rem;font-weight:300;line-height:1.4;margin-bottom:15px;margin-left:auto;margin-right:auto;max-width:500px}.event-details{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:15px}.event-details div{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;display:flex;font-weight:500;gap:8px;padding:8px 16px}.countdown{margin-bottom:15px}.countdown h3{font-size:1.1rem;margin-bottom:10px}.countdown-timer{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.time-unit{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:12px;border-radius:var(--radius);min-width:60px;padding:10px 8px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.time-unit:hover{background:#fff3;transform:translateY(-4px)}.time-unit span{display:block;font-size:1.6rem;font-weight:700;text-shadow:0 2px 4px #0003}.time-unit label{display:block;font-size:.9rem;letter-spacing:1px;opacity:.8;text-transform:uppercase}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:10px}.btn{align-items:center;border:none;border-radius:12px;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:8px;overflow:hidden;padding:12px 24px;position:relative;text-decoration:none;transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.btn:hover:before{left:100%}.btn:active{transform:scale(.95)}.btn:hover{filter:brightness(1.1);transform:translateY(-2px)}.btn-primary{background:#f90;background:var(--aws-orange);box-shadow:0 4px 15px #ff99004d;color:#fff}.btn-primary:hover{background:#e88900;box-shadow:0 12px 30px #ff990080;transform:translateY(-4px) scale(1.05)}.btn-outline{background:#0000;border:2px solid #fff;color:#fff}.btn-outline:hover{background:#fff;color:#f90;color:var(--aws-orange);transform:translateY(-2px)}.btn-large{font-size:18px;padding:16px 32px}.btn-small{font-size:14px;padding:8px 16px}.section{padding:60px 0}.section-alt{background:#f9fafb;background:var(--gray-50)}.section h2{color:#111827;color:var(--gray-900);font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:16px;text-align:center}.section-subtitle{color:#4b5563;color:var(--gray-600);font-size:1.2rem;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid{grid-template-columns:1fr}}.highlights-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);overflow:hidden;position:relative}.highlights-section:before{background:linear-gradient(135deg,#ff990005,#ff99000d);bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.highlights-header{margin-bottom:60px;position:relative;text-align:center;z-index:1}.highlights-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin-bottom:50px;position:relative;z-index:1}.highlight-card{background:#fff;border:1px solid #ff99001a;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:28px 20px;position:relative;text-align:center;transition:all .3s ease}.highlight-card:before{background:linear-gradient(90deg,#f90,#e88900);background:linear-gradient(90deg,var(--aws-orange),#e88900);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.highlight-card:hover:before{transform:scaleX(1)}.highlight-card:hover{border-color:#f90;border-color:var(--aws-orange);box-shadow:0 12px 30px #ff990026;transform:translateY(-8px)}.highlight-icon{align-items:center;background:linear-gradient(135deg,#f90,#e88900);background:linear-gradient(135deg,var(--aws-orange),#e88900);border-radius:50%;color:#fff;display:flex;height:60px;justify-content:center;margin:0 auto 20px;transition:all .3s ease;width:60px}.highlight-card:hover .highlight-icon{box-shadow:0 8px 20px #ff99004d;transform:scale(1.1) rotate(5deg)}.highlight-card h3{color:#111827;color:var(--gray-900);font-size:1.1rem;font-weight:600;margin-bottom:12px}.highlight-card p{color:#4b5563;color:var(--gray-600);font-size:.9rem;line-height:1.5}.highlights-footer{position:relative;z-index:1}.highlight-conclusion{align-items:center;background:#fff;border-left:4px solid #f90;border-left:4px solid var(--aws-orange);border-radius:16px;box-shadow:0 8px 25px #0000001a;display:flex;gap:16px;margin:0 auto;max-width:700px;padding:24px 32px}.conclusion-icon{flex-shrink:0;font-size:1.5rem}.highlight-conclusion p{color:var(--gray-700);font-size:1rem;font-weight:500;line-height:1.6;margin:0}@media (max-width:1024px){.highlights-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.highlights-grid{gap:20px;grid-template-columns:1fr}.highlight-conclusion{flex-direction:column;padding:20px;text-align:center}}.card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff40;border:1px solid #ffffff4d;border-radius:12px;border-radius:var(--radius);box-shadow:0 8px 32px #0000001a;overflow:hidden;padding:32px;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.card:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s;width:100%}.card:hover:before{left:100%}.card:hover{background:#ffffff59;box-shadow:0 20px 40px #f903;transform:translateY(-12px) scale(1.02)}.card .icon{display:block;font-size:3rem;margin-bottom:16px}.card h3{color:#111827;color:var(--gray-900);font-size:1.3rem;margin-bottom:16px}.card p{color:#4b5563;color:var(--gray-600);line-height:1.6}.speakers-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.speaker-card{background:#fff;border:1px solid #e8e8e8;border-radius:20px;box-shadow:0 8px 30px #0000001a;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;min-height:450px;padding:40px 24px;position:relative;text-align:center;transition:all .4s ease}.speaker-card:hover{box-shadow:0 20px 50px #f903;transform:translateY(-10px)}.speaker-image{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:4px solid #f90;border:4px solid var(--aws-orange);border-radius:50%;height:160px;margin:0 auto 24px;overflow:hidden;position:relative;width:160px}.speaker-image img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.speaker-card:hover .speaker-image img{transform:scale(1.08)}.speaker-overlay{align-items:center;background:linear-gradient(135deg,#ff9900e6,#e88900e6);border-radius:50%;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.speaker-overlay.visible{opacity:1}.social-links{display:none}.speaker-info{display:flex;flex:1 1;flex-direction:column;justify-content:center;text-align:center}.speaker-info h3{color:#111827;color:var(--gray-900);font-size:1.3rem;font-weight:700;line-height:1.2;margin-bottom:12px}.designation{color:#f90;color:var(--aws-orange);font-size:.95rem;font-weight:700;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.company{font-size:.9rem;font-weight:500;margin-bottom:20px}.bio,.company{color:#4b5563;color:var(--gray-600)}.bio{background:#f9fafb;background:var(--gray-50);border-left:4px solid #f90;border-left:4px solid var(--aws-orange);border-radius:12px;flex:1 1;font-size:.85rem;line-height:1.6;margin-top:8px;padding:16px}.schedule-timeline{margin:0 auto;max-width:900px;padding:40px 0;position:relative}.schedule-timeline:before{background:linear-gradient(180deg,#f90,#e88900);background:linear-gradient(to bottom,var(--aws-orange),#e88900);border-radius:2px;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:4px}.schedule-card{align-items:center;display:flex;margin-bottom:60px;position:relative}.schedule-card:nth-child(odd){flex-direction:row}.schedule-card:nth-child(2n){flex-direction:row-reverse}.schedule-card:nth-child(odd) .schedule-content{margin-right:60px;text-align:right}.schedule-card:nth-child(2n) .schedule-content{margin-left:60px;text-align:left}.schedule-time{left:50%;position:absolute;transform:translateX(-50%);z-index:10}.time-badge{background:#fff;border:3px solid #f90;border:3px solid var(--aws-orange);border-radius:25px;box-shadow:0 4px 15px #f903;color:#f90;color:var(--aws-orange);font-size:.9rem;font-weight:800;padding:12px 20px;white-space:nowrap}.schedule-content{background:#fff;border:1px solid #e8e8e8;border-radius:20px;box-shadow:0 8px 30px #0000001a;flex:1 1;max-width:400px;padding:32px;position:relative;transition:all .3s ease}.schedule-content:before{background:#f90;background:var(--aws-orange);border-radius:20px 20px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.schedule-card.keynote .schedule-content:before{background:linear-gradient(90deg,#9c27b0,#e91e63)}.schedule-card.technical .schedule-content:before{background:linear-gradient(90deg,#2196f3,#03dac6)}.schedule-card.panel .schedule-content:before{background:linear-gradient(90deg,#4caf50,#8bc34a)}.schedule-card.break .schedule-content:before{background:linear-gradient(90deg,#9e9e9e,#607d8b)}.schedule-card.closing .schedule-content:before{background:linear-gradient(90deg,#f90,#e88900);background:linear-gradient(90deg,var(--aws-orange),#e88900)}.schedule-content:hover{box-shadow:0 15px 40px #ff990026;transform:translateY(-8px) scale(1.02)}.session-header{margin-bottom:16px}.session-header h3{color:#111827;color:var(--gray-900);font-size:1.3rem;font-weight:700;line-height:1.3;margin-bottom:8px}.schedule-speaker-info{align-items:center;display:flex;gap:8px;justify-content:inherit;margin-bottom:12px}.speaker-label{color:#4b5563;color:var(--gray-600);font-size:.9rem}.speaker-name{color:#f90;color:var(--aws-orange);font-size:.9rem;font-weight:600}.session-description{color:#4b5563;color:var(--gray-600);font-size:.9rem;line-height:1.6;margin-bottom:20px}.session-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.session-type{border-radius:20px;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase}.session-type.keynote{background:#9c27b01a;color:#9c27b0}.session-type.technical{background:#2196f31a;color:#2196f3}.session-type.panel{background:#4caf501a;color:#4caf50}.session-type.break{background:#9e9e9e1a;color:#9e9e9e}.session-type.closing{background:#ff99001a;color:#f90;color:var(--aws-orange)}.location-container{grid-gap:48px;align-items:start;display:grid;gap:48px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.location-info{background:#fff;border:1px solid #e8e8e8;border-radius:20px;box-shadow:0 8px 30px #0000001a;padding:40px;position:relative}.location-info:before{background:linear-gradient(90deg,#f90,#e88900);background:linear-gradient(90deg,var(--aws-orange),#e88900);border-radius:20px 20px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.location-info h3{align-items:center;color:#111827;color:var(--gray-900);display:flex;font-size:1.8rem;font-weight:700;gap:12px;margin-bottom:12px}.location-info>p{color:#4b5563;color:var(--gray-600);font-size:1.1rem;line-height:1.6}.location-details,.location-info>p{margin-bottom:32px}.location-details .detail{align-items:center;background:#f9fafb;background:var(--gray-50);border-left:4px solid #f90;border-left:4px solid var(--aws-orange);border-radius:12px;color:var(--gray-700);display:flex;gap:12px;margin-bottom:12px;padding:16px 20px;transition:all .3s ease}.location-details .detail:hover{background:#ff99000d;transform:translateX(4px)}.location-details .detail strong{color:#111827;color:var(--gray-900);font-weight:600}.detail-icon{font-size:1.5rem;min-width:32px;text-align:center}.map-container{border:1px solid #e8e8e8;box-shadow:0 8px 30px #0000001a;height:400px}.map-container:before{height:4px}.map-container{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #e8e8e8;border-radius:20px;box-shadow:0 12px 40px #00000026;height:500px;overflow:hidden;position:relative;transition:all .4s ease;width:100%}.map-container:hover{border-color:#f90;border-color:var(--aws-orange);box-shadow:0 20px 60px #f903;transform:translateY(-4px)}.map-container:before{background:linear-gradient(90deg,#f90,#e88900);background:linear-gradient(90deg,var(--aws-orange),#e88900);content:"";height:6px;left:0;position:absolute;right:0;top:0;z-index:10}.map-container iframe{border:none;border-radius:0;display:block;filter:saturate(1.1) contrast(1.05);height:100%;transition:all .4s ease;width:100%}.map-container:hover iframe{filter:saturate(1.3) contrast(1.15) brightness(1.05)}.map-container:after{background:linear-gradient(45deg,#ff99000d,#0000 50%,#ff99000d);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:5}.map-container:hover:after{opacity:1}.join-us{background:linear-gradient(135deg,#f90,#e88900);background:linear-gradient(135deg,var(--aws-orange) 0,#e88900 100%);color:#fff;overflow:hidden;position:relative}.join-us:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='10' height='10' patternUnits='userSpaceOnUse'%3E%3Cpath d='M10 0H0v10' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.join-us .container{position:relative;z-index:1}.join-us h2{color:#fff;text-shadow:0 2px 4px #0000001a}.join-us .section-subtitle{color:#ffffffe6}.stats-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:800px}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:12px;border-radius:var(--radius);padding:32px 24px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.stat-card:hover{background:#fff3;transform:translateY(-8px)}.stat-number{font-size:3rem;font-weight:800;margin-bottom:8px;text-shadow:0 2px 4px #0003}.stat-label{font-size:1.1rem;font-weight:500;opacity:.9}.registration-container{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 1.5fr;margin:0 auto;max-width:1000px}.registration-center{align-items:center;background:#fff;border-radius:12px;display:flex;justify-content:center;padding:40px}.registration-info{background:#fff;background:var(--aws-white);border-radius:12px;border-radius:var(--radius);box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);height:-webkit-fit-content;height:fit-content;padding:32px}.registration-info h3{color:#111827;color:var(--gray-900);margin-bottom:20px}.registration-info ul{list-style:none;margin-bottom:32px}.registration-info li{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);color:var(--gray-700);display:flex;font-weight:500;gap:12px;padding:12px 0}.registration-info li:last-child{border-bottom:none}.registration-info li svg{color:#4b5563;color:var(--gray-600);flex-shrink:0}.event-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-top:32px}.stat{background:#f9fafb;background:var(--gray-50);border-radius:12px;border-radius:var(--radius);padding:16px;text-align:center}.stat .number{color:#f90;color:var(--aws-orange);display:block;font-size:2rem;font-weight:700}.stat .label{color:#4b5563;color:var(--gray-600);font-size:.8rem}.registration-form{background:#fff;background:var(--aws-white);border-radius:12px;border-radius:var(--radius);box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);padding:32px}.form-group{margin-bottom:24px}.form-group label{align-items:center;color:#111827;color:var(--gray-900);display:flex;font-weight:600;gap:8px;margin-bottom:8px}.form-group input,.form-group select{background:#fff;background:var(--aws-white);border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:12px;border-radius:var(--radius);color:#111827;color:var(--gray-900);font-size:16px;padding:12px 16px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:100%}.form-group input:focus,.form-group select:focus{border-color:#f90;border-color:var(--aws-orange);box-shadow:0 0 0 3px #ff99001a;outline:none}.form-note{color:#4b5563;color:var(--gray-600);font-size:.9rem;line-height:1.5;margin-top:16px;text-align:center}.success{margin:0 auto;max-width:500px;padding:60px 20px;text-align:center}.success h3{color:#111827;color:var(--gray-900);margin:24px 0 16px}.event-info{background:#f9fafb;background:var(--gray-50);border-radius:12px;border-radius:var(--radius);margin-top:32px;padding:24px;text-align:left}.event-info p{color:#4b5563;color:var(--gray-600);margin-bottom:8px}.powered-by h2{margin-bottom:40px}.powered-by-content{margin:0 auto;max-width:500px;text-align:center}.powered-logo{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff40;border:1px solid #ffffff4d;border-radius:12px;border-radius:var(--radius);box-shadow:0 8px 32px #0000001a;padding:40px}.powered-logo img{height:180px;margin-bottom:20px}.powered-logo h3{color:#f90;color:var(--aws-orange);font-size:1.5rem;margin-bottom:12px}.powered-logo p{color:#4b5563;color:var(--gray-600)}.partners-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:800px}.partner-card{background:#fff;background:var(--aws-white);border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--radius);box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);padding:32px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.partner-card:hover{box-shadow:0 20px 25px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-8px)}.partner-logo{margin-bottom:20px}.partner-logo img{height:150px}.partner-card h3{color:#111827;color:var(--gray-900);font-size:1.2rem;margin-bottom:8px}.partner-card p{color:#4b5563;color:var(--gray-600);font-size:.9rem}.sponsors-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:800px}.sponsor-card{align-items:center;background:#fff;background:var(--aws-white);border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--radius);box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);display:flex;justify-content:center;padding:32px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.sponsor-card:hover{box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.sponsor-card img{max-height:60px;max-width:100%;object-fit:contain}.faq-container{margin:0 auto;max-width:800px}.faq-item{background:#fff;background:var(--aws-white);border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--radius);box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);margin-bottom:16px;overflow:hidden}.faq-question{align-items:center;background:none;border:none;color:#111827;color:var(--gray-900);cursor:pointer;display:flex;font-weight:600;justify-content:space-between;padding:20px;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:100%}.faq-question:hover{background:#f9fafb;background:var(--gray-50)}.faq-answer{animation:slideDown .3s ease-out;color:#4b5563;color:var(--gray-600);line-height:1.6;padding:0 20px 20px}.footer{background:#111827;background:var(--gray-900);color:#fff;padding:60px 0 20px}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:16px}.footer-section p{margin-bottom:8px;opacity:.8}.footer-section .social-links{display:flex;gap:16px;margin-top:16px}.footer-section .social-links a{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:40px}.footer-section .social-links a:hover{background:#f90;background:var(--aws-orange);transform:translateY(-2px)}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding-top:20px}.footer-links{display:flex;gap:24px}.footer-links a{color:#fff;opacity:.8;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.footer-links a:hover{color:#f90;color:var(--aws-orange);opacity:1}.fab{bottom:80px;display:flex;flex-direction:column;gap:12px;position:fixed;right:30px;z-index:1000}@media (max-width:1024px){.fab{display:none}}@media (hover:none) and (pointer:coarse){.btn,.faq-question,.nav a,.theme-toggle{min-height:44px;min-width:44px}.time-unit{min-height:80px;min-width:80px}.organizer-social a,.social-icons a{min-height:48px;min-width:48px}}.fab-button{align-items:center;animation:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ff9900f2;border:2px solid #fff3;border-radius:50%;box-shadow:0 6px 20px #f906;color:#fff;display:flex;height:56px;justify-content:center;text-decoration:none;transition:all .3s ease;width:56px}.fab-button:hover{background:#f90;background:var(--aws-orange);box-shadow:0 8px 25px #f909;transform:scale(1.1)}.fab-secondary{background:#fffffff2;border:2px solid #ff99004d;color:#f90;color:var(--aws-orange);height:48px;width:48px}.fab-secondary:hover{background:#fff;border-color:#f90;border-color:var(--aws-orange);transform:scale(1.05)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.container{padding:0 24px}.highlights-grid,.speakers-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.container{padding:0 20px}.nav{gap:20px}.nav a{font-size:14px}.hero h1{font-size:clamp(2.5rem,6vw,4rem)}.hero h2{font-size:clamp(1.5rem,4vw,2.5rem)}.section{padding:80px 0}.highlights-grid,.speakers-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.location-container,.registration-container{gap:32px}.fab{display:none}}@media (max-width:768px){.container{padding:0 16px}.menu-toggle{display:block;font-size:24px;padding:8px}.nav{background:#fff;background:var(--aws-white);border-radius:0 0 16px 16px;box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-lg);flex-direction:column;gap:16px;left:0;opacity:0;padding:20px;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);visibility:hidden}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav a{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);font-size:16px;font-weight:600;padding:16px 0;text-align:center;width:100%}.nav a:last-child{border-bottom:none}.hero{min-height:100vh;padding:120px 0 60px;text-align:center}.hero h1{font-size:clamp(2rem,8vw,2.8rem);margin-bottom:20px}.hero h2{font-size:clamp(1.2rem,5vw,1.6rem);margin-bottom:24px}.hero p{font-size:1rem;margin-bottom:32px;padding:0 16px}.hero-logo{margin-bottom:32px;max-width:320px!important;width:85%!important}.event-details{align-items:center;flex-direction:column;gap:16px;margin-bottom:32px}.event-details div{font-size:.9rem;justify-content:center;min-width:200px;padding:8px 16px}.countdown{margin-bottom:32px}.countdown h3{font-size:1.3rem;margin-bottom:24px}.countdown-timer{flex-wrap:wrap;gap:12px;justify-content:center}.time-unit{flex:0 0 auto;min-width:70px;padding:16px 12px}.time-unit span{font-size:2rem}.time-unit label{font-size:.8rem}.hero-actions{align-items:center;flex-direction:column;gap:16px}.btn{font-size:16px;justify-content:center;max-width:300px;padding:16px 24px;width:100%}.section{padding:60px 0}.section h2{font-size:clamp(1.8rem,6vw,2.5rem);margin-bottom:16px}.section-subtitle{font-size:1rem;margin-bottom:40px;padding:0 16px}.grid,.highlights-grid,.organizers-grid,.partners-grid,.speakers-grid,.sponsors-grid,.volunteers-grid{gap:24px;grid-template-columns:1fr}.highlight-card{margin:0 auto;max-width:400px;padding:24px 20px}.highlight-card h3{font-size:1.1rem}.highlight-card p{font-size:.9rem}.highlight-conclusion{flex-direction:column;gap:16px;padding:24px 20px;text-align:center}.speaker-card{margin:0 auto;max-width:350px;min-height:auto;padding:32px 24px}.speaker-image{height:140px;width:140px}.speaker-info h3{font-size:1.3rem}.organizer-card,.volunteer-card{margin:0 auto;max-width:350px}.schedule-timeline{padding:20px 0}.schedule-timeline:before{left:24px;width:3px}.schedule-card{align-items:flex-start;flex-direction:row!important;margin-bottom:32px}.schedule-card:nth-child(2n) .schedule-content,.schedule-card:nth-child(odd) .schedule-content{flex:1 1;margin-left:70px;margin-right:0;max-width:none;text-align:left}.schedule-time{left:24px;position:absolute;transform:translateX(-50%)}.schedule-content{border-radius:16px;padding:20px 16px}.session-header h3{font-size:1.1rem;line-height:1.3}.session-actions{align-items:flex-start;flex-direction:column;gap:12px}.time-badge{font-size:.75rem;padding:6px 12px;white-space:nowrap}.session-description{font-size:.85rem}.about-highlights-grid,.location-container,.registration-container{gap:24px;grid-template-columns:1fr}.about-column,.highlights-column,.location-info,.registration-form,.registration-info{padding:24px 20px}.registration-info h3{font-size:1.3rem}.registration-info li{font-size:.9rem;padding:12px 0}.form-group{margin-bottom:20px}.form-group input,.form-group select{font-size:16px;padding:14px 16px}.powered-logo{padding:32px 20px}.powered-logo img{height:100px;max-width:100%;object-fit:contain}.location-info h3{font-size:1.4rem}.location-details .detail{flex-direction:row;gap:12px;padding:16px;text-align:left}.detail-icon{font-size:1.5rem;min-width:40px}.map-container{border-radius:16px;height:300px}.event-stats{gap:16px}.event-stats,.stats-grid{grid-template-columns:1fr}.stats-grid{gap:20px}.footer-content{gap:32px;grid-template-columns:1fr;text-align:center}.footer-bottom{flex-direction:column;gap:20px;text-align:center}.footer-links{justify-content:center}.fab,.floating-register{display:none}.faq-container{padding:0 8px}.faq-question{font-size:.95rem;padding:16px}.faq-answer{font-size:.9rem;padding:0 16px 16px}}@media (max-width:480px){.container{padding:0 12px}.hero{padding:100px 0 40px}.hero h1{font-size:clamp(1.8rem,8vw,2.2rem)}.hero h2{font-size:clamp(1.1rem,5vw,1.4rem)}.hero p{font-size:.9rem;padding:0 12px}.hero-logo{max-width:280px!important;width:90%!important}.countdown-timer{gap:8px}.time-unit{min-width:60px;padding:12px 8px}.time-unit span{font-size:1.6rem}.event-details div{font-size:.8rem;min-width:180px;padding:6px 12px}.section{padding:40px 0}.section h2{font-size:clamp(1.5rem,6vw,2rem)}.section-subtitle{font-size:.9rem;padding:0 12px}.highlight-card,.organizer-card,.speaker-card,.volunteer-card{max-width:320px;padding:20px 16px}.organizer-image,.speaker-image{height:120px;width:120px}.schedule-content{padding:16px 12px}.schedule-card:nth-child(2n) .schedule-content,.schedule-card:nth-child(odd) .schedule-content{margin-left:60px}.time-badge{font-size:.7rem;padding:4px 8px}.location-info,.registration-form,.registration-info{padding:20px 16px}.form-group input,.form-group select{font-size:15px;padding:12px 14px}.btn{font-size:15px;max-width:280px;padding:14px 20px}.map-container{height:250px}}html{scroll-behavior:smooth}.hero,.join-us,.powered-by{background-attachment:fixed;background-position:50%;background-size:cover}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.section{animation:fadeInUp .8s ease-out}.card:nth-child(odd){animation:fadeInLeft .8s ease-out}.card:nth-child(2n){animation:fadeInRight .8s ease-out}.speaker-card{animation:scaleIn .6s ease-out}.stat-card{animation:scaleIn .8s ease-out}.card:first-child{animation-delay:.1s}.card:nth-child(2){animation-delay:.2s}.card:nth-child(3){animation-delay:.3s}.card:nth-child(4){animation-delay:.4s}.card:nth-child(5){animation-delay:.5s}.card:nth-child(6){animation-delay:.6s}.faq-item,.location-info,.partner-card,.powered-logo,.registration-form,.registration-info{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffff26;border:1px solid #fff3}.dark-mode .faq-item,.dark-mode .location-info,.dark-mode .partner-card,.dark-mode .registration-form,.dark-mode .registration-info{background:#1f29374d;border:1px solid #ffffff1a}.btn:focus,a:focus,button:focus{box-shadow:0 0 0 4px #f903;outline:2px solid #f90;outline:2px solid var(--aws-orange);outline-offset:2px}.schedule-card .time-badge{background:#e5e7eb!important;color:#374151!important}.about-highlights-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:80px 0}.about-highlights-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.about-column{background:#fff;border:1px solid #ff99001a;border-radius:20px;box-shadow:0 8px 32px #0000001a;overflow:hidden;padding:48px;position:relative}.about-column:before{background:linear-gradient(90deg,#f90,#e88900);background:linear-gradient(90deg,var(--aws-orange),#e88900)}.about-column h2{color:#111827;color:var(--gray-900);font-size:1.6rem;font-weight:800;letter-spacing:.5px;margin-bottom:24px;text-align:left}.about-column p{color:var(--gray-700);font-size:.95rem;line-height:1.7;margin-bottom:24px}.focus-section{background:#f9fafb;background:var(--gray-50);border-left:4px solid #f90;border-left:4px solid var(--aws-orange);border-radius:12px;margin:24px 0;padding:24px}.focus-section h3{color:#111827;color:var(--gray-900);font-size:1.1rem;font-weight:600;margin-bottom:16px}.focus-list{list-style:none;margin:0;padding:0}.focus-list li{color:var(--gray-700);font-size:.9rem;line-height:1.6;padding:8px 0 8px 20px;position:relative}.focus-list li:before{color:#f90;color:var(--aws-orange);content:"▸";font-weight:700;left:0;position:absolute}.social-footer{border-top:1px solid #e5e7eb;border-top:1px solid var(--gray-200);margin-top:32px;padding-top:24px}.follow-text{color:#4b5563;color:var(--gray-600);display:block;font-size:.9rem;font-weight:500;margin-bottom:12px}.social-icons{display:flex;gap:12px}.social-icons a{align-items:center;background:#f9fafb;background:var(--gray-50);border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:50%;color:#4b5563;color:var(--gray-600);display:flex;font-size:.9rem;height:36px;justify-content:center;text-decoration:none;transition:all .3s ease;width:36px}.social-icons a:hover{background:#f90;background:var(--aws-orange);border-color:#f90;border-color:var(--aws-orange);color:#fff;transform:translateY(-2px) scale(1.05)}.highlights-column{background:#111827;background:var(--gray-900);border-radius:20px;border-top:6px solid #f90;border-top:6px solid var(--aws-orange);box-shadow:0 8px 32px #0003;color:#fff;overflow:hidden;padding:48px;position:relative}.highlights-column:after{background:radial-gradient(circle,#ff99001a 0,#0000 70%);border-radius:50%;content:"";height:100px;position:absolute;right:0;top:0;width:100px}.highlights-column h2{color:#fff;font-size:1.6rem;font-weight:800;letter-spacing:.5px;margin-bottom:20px;text-align:left}.intro-text{color:#ffffffe6;font-size:.95rem;font-style:italic;line-height:1.6;margin-bottom:32px}.highlights-section h3{color:#f90;color:var(--aws-orange);font-size:1.1rem;font-weight:600;margin-bottom:20px}.highlights-list{list-style:none;margin-bottom:32px;padding:0}.highlights-list li{border-bottom:1px solid #ffffff1a;font-size:.9rem;line-height:1.6;padding:12px 0 12px 20px;position:relative}.highlights-list li:before{color:#f90;color:var(--aws-orange);content:"✓";font-weight:700;left:0;position:absolute;top:12px}.highlights-list li strong{color:#fff}.code-conduct{border-top:1px solid #ffffff1a;color:#ffffffb3;font-size:.85rem;margin-top:24px;padding-top:20px;text-align:center}@media (max-width:768px){.about-highlights-grid{gap:24px;grid-template-columns:1fr}.about-column,.highlights-column{padding:32px 24px}.about-column h2,.highlights-column h2{font-size:1.4rem}.focus-section{margin:20px 0;padding:20px}.social-icons{justify-content:center}}.highlights-column,.highlights-column h2{color:#000!important}.highlights-list li strong,.highlights-section h3{color:gold!important}.intro-text{color:#000c!important}.highlights-column:before{background:linear-gradient(90deg,#f90,#e88900);background:linear-gradient(90deg,var(--aws-orange),#e88900);content:"";height:4px;left:0;position:absolute;right:0;top:0}.hero-bg:after{animation:none!important;background-image:radial-gradient(circle at 25px 35px,#ffd70099 1px,#0000 2px),radial-gradient(circle at 75px 15px,#ffd70066 .5px,#0000 1.5px),radial-gradient(circle at 130px 70px,#ffd70080 1.5px,#0000 3px),radial-gradient(circle at 180px 45px,#ffd7004d .8px,#0000 2px),radial-gradient(circle at 50px 90px,#ffd700b3 1.2px,#0000 2.5px),radial-gradient(circle at 160px 20px,#ffd70059 .6px,#0000 1.8px)!important;background-image:radial-gradient(circle at 25px 35px,#ffd70099 2px,#0000 4px),radial-gradient(circle at 75px 15px,#ffd70066 1.5px,#0000 3px),radial-gradient(circle at 130px 70px,#ffd70080 2.5px,#0000 5px),radial-gradient(circle at 180px 45px,#ffd7004d 1.8px,#0000 4px),radial-gradient(circle at 50px 90px,#ffd700b3 2.2px,#0000 4.5px),radial-gradient(circle at 160px 20px,#ffd70059 1.6px,#0000 3.5px)!important}.highlights-column{background:#fff!important;border:1px solid #e5e7eb!important;border-top:4px solid #f90!important;border:1px solid var(--gray-200)!important;border-top:4px solid var(--aws-orange)!important}.highlights-column,.highlights-column h2{color:#111827!important;color:var(--gray-900)!important}.highlights-section h3{color:#f90!important;color:var(--aws-orange)!important}.highlights-list li{border-bottom:1px solid #e5e7eb!important;border-bottom:1px solid var(--gray-200)!important;color:var(--gray-700)!important}.highlights-list li strong{color:#111827!important;color:var(--gray-900)!important}.intro-text{background:none!important;color:var(--gray-700)!important;font-style:normal!important}.code-conduct{border-top:1px solid #e5e7eb!important;border-top:1px solid var(--gray-200)!important;color:#4b5563!important;color:var(--gray-600)!important}.highlights-column:after{display:none!important}.highlights-column .highlights-list li:before{color:#f90!important;color:var(--aws-orange)!important;content:"•"!important}.about-highlights-grid{gap:40px!important;grid-template-columns:1fr 1fr!important;max-width:1200px!important}.about-highlights-section{background:#fff!important}.highlights-section:before{display:none!important}.header .container{justify-content:flex-end!important}.nav{gap:24px!important}.nav a{font-size:14px!important;padding:6px 12px!important}.hero-logo{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));height:auto;margin-bottom:32px;max-width:400px}@media (max-width:768px){.hero-logo{margin-bottom:24px;max-width:290px}}.hero-logo{height:auto!important;margin-bottom:25px!important;margin-top:25 px!important;max-width:800px!important;width:75%!important}@media (max-width:768px){.hero-logo{margin-bottom:20px!important;margin-top:60px!important;max-width:550px!important;width:90%!important}}.time-unit{box-shadow:0 8px 25px #ffd70066!important;color:#000!important}.time-unit span{color:#000!important;text-shadow:0 2px 4px #ffd7004d!important}.time-unit label{color:#333!important}.hero-bg:after{animation:goldParticle1 20s linear infinite,goldParticle2 30s ease-in-out infinite reverse,goldParticle3 25s cubic-bezier(.4,0,.6,1) infinite!important;background-image:radial-gradient(circle at 25px 35px,#ffd700cc 3px,#0000 6px),radial-gradient(circle at 75px 15px,#ffd70099 2px,#0000 4px),radial-gradient(circle at 130px 70px,#ffd700b3 4px,#0000 8px),radial-gradient(circle at 180px 45px,#ffd70080 2.5px,#0000 5px),radial-gradient(circle at 50px 90px,#ffd700e6 3.5px,#0000 7px),radial-gradient(circle at 160px 20px,#ffd70066 2px,#0000 4px),radial-gradient(circle at 220px 80px,#ffd70099 3px,#0000 6px),radial-gradient(circle at 300px 40px,#ffd70080 2px,#0000 4px)!important;background-size:400px 300px,600px 400px,500px 350px,700px 500px!important}@keyframes goldParticle1{0%{transform:translateX(0) translateY(0) rotate(0deg)}to{transform:translateX(-800px) translateY(-300px) rotate(1turn)}}@keyframes goldParticle2{0%{transform:translateY(0) scale(1) rotate(0deg)}50%{transform:translateY(-400px) scale(1.8) rotate(180deg)}to{transform:translateY(0) scale(1) rotate(1turn)}}@keyframes goldParticle3{0%{transform:rotate(0deg) translateX(150px) rotate(0deg)}to{transform:rotate(1turn) translateX(150px) rotate(-1turn)}}.hero{background:linear-gradient(135deg,#0f172a,#1e293b 30%,#334155 60%,#475569)!important;overflow:hidden!important;position:relative!important}.hero:before{background:radial-gradient(circle at 20% 30%,#ffd70026 0,#0000 50%),radial-gradient(circle at 80% 70%,#ff99001a 0,#0000 50%),radial-gradient(circle at 50% 50%,#ffd7000d 0,#0000 70%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.hero-content{position:relative!important;z-index:10!important}.hero-bg:after{animation:luxuryFloat1 25s ease-in-out infinite,luxuryFloat2 35s ease-in-out infinite reverse,luxuryFloat3 30s linear infinite!important;background:radial-gradient(circle at 15% 25%,#ffd700e6 4px,#0000 8px),radial-gradient(circle at 85% 15%,#ffd700b3 3px,#0000 6px),radial-gradient(circle at 25% 75%,#ffd700cc 5px,#0000 10px),radial-gradient(circle at 75% 85%,#ffd70099 3px,#0000 6px),radial-gradient(circle at 45% 35%,#ffd70080 2px,#0000 4px),radial-gradient(circle at 65% 55%,#ffd700b3 4px,#0000 8px),radial-gradient(circle at 35% 65%,#ffd70066 2px,#0000 4px),radial-gradient(circle at 55% 25%,#ffd70099 3px,#0000 6px)!important;background-size:800px 600px,1000px 800px,600px 400px,900px 700px!important}@keyframes luxuryFloat1{0%,to{transform:translate(0) rotate(0deg) scale(1)}25%{transform:translate(-100px,-50px) rotate(90deg) scale(1.1)}50%{transform:translate(-200px,-100px) rotate(180deg) scale(.9)}75%{transform:translate(-150px,-75px) rotate(270deg) scale(1.05)}}@keyframes luxuryFloat2{0%,to{transform:translate(0) scale(1) rotate(0deg)}33%{transform:translate(150px,-200px) scale(1.3) rotate(120deg)}66%{transform:translate(75px,-100px) scale(.8) rotate(240deg)}}@keyframes luxuryFloat3{0%{transform:rotate(0deg) translateX(200px) rotate(0deg)}to{transform:rotate(1turn) translateX(200px) rotate(-1turn)}}.countdown h3{text-shadow:0 0 20px #ffd70080!important}.time-unit{background:linear-gradient(145deg,gold,orange,#ff8c00)!important;border:3px solid gold!important;box-shadow:0 10px 30px #ffd70099,inset 0 2px 10px #ffffff4d!important;transform:perspective(1000px) rotateX(5deg)!important}.time-unit:hover{box-shadow:0 15px 40px #ffd700cc,inset 0 2px 15px #fff6!important;transform:perspective(1000px) rotateX(5deg) translateY(-8px) scale(1.05)!important}.event-details div{-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important;background:#ffd70026!important;border:1px solid #ffd7004d!important;box-shadow:0 4px 15px #ffd70033!important}.hero:before{display:none!important}.countdown h3{font-size:1.5rem!important}.time-unit{background:linear-gradient(135deg,gold,orange)!important;transform:none!important}.time-unit:hover{box-shadow:0 8px 20px #ffd70066!important;transform:translateY(-4px)!important}.event-details div{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#ffd7001a!important;border:1px solid #ffd70033!important}.time-unit{border:2px solid gold!important;box-shadow:0 4px 15px #ffd7004d!important}.time-unit:hover{background:#fff!important;box-shadow:0 8px 25px #ffd70066!important;transform:translateY(-4px) scale(1.05)!important}.countdown h3{color:gold!important}.floating-register{animation:pulse 3s infinite;background:linear-gradient(135deg,#f90,#e88900);background:linear-gradient(135deg,var(--aws-orange),#e88900);border-radius:50px;bottom:30px;box-shadow:0 8px 25px #f906;color:#fff;font-size:14px;font-weight:600;padding:16px 24px;position:fixed;right:30px;text-decoration:none;transition:all .3s ease;z-index:1000}.floating-register:hover{box-shadow:0 12px 35px #f909;transform:translateY(-4px) scale(1.05)}@keyframes pulse{0%,to{box-shadow:0 8px 25px #f906}50%{box-shadow:0 8px 25px #ff9900b3}}@media (max-width:768px){.floating-register{bottom:20px;font-size:13px;padding:12px 20px;right:20px}}.scroll-progress{background:linear-gradient(90deg,#f90,gold);background:linear-gradient(90deg,var(--aws-orange),gold);height:3px;left:0;position:fixed;top:0;transition:width .1s ease;width:0;z-index:9999}.time-unit{background:linear-gradient(145deg,#ffd700e6,#ffa500cc)!important;border:2px solid #ffd70099!important;border-radius:16px!important;box-shadow:0 8px 32px #ffd70040,inset 0 1px 0 #ffffff4d!important;color:#1a1a1a!important}.time-unit span{color:#1a1a1a!important;font-weight:900!important;text-shadow:0 1px 2px #ffd7004d!important}.time-unit label{color:#2d2d2d!important;font-weight:700!important;letter-spacing:1px!important;text-transform:uppercase!important}.time-unit:hover{background:linear-gradient(145deg,#ffd700f2,#ffa500d9)!important;box-shadow:0 12px 40px #ffd70066,inset 0 1px 0 #fff6!important;transform:translateY(-6px) scale(1.03)!important}.countdown h3{color:#ffd700f2!important;font-weight:800!important;text-shadow:0 2px 8px #ffd7004d!important}.btn-ripple{overflow:hidden;position:relative}.btn-ripple:after{background:#fff6;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.btn-ripple:active:after{height:200px;width:200px}.hero-logo{animation:logoGlow 3s ease-in-out infinite alternate!important;filter:drop-shadow(0 0 20px rgba(255,215,0,.6)) drop-shadow(0 0 40px rgba(255,215,0,.4)) drop-shadow(0 4px 8px rgba(0,0,0,.3))!important}@keyframes logoGlow{0%{filter:drop-shadow(0 0 20px rgba(255,215,0,.6)) drop-shadow(0 0 40px rgba(255,215,0,.4)) drop-shadow(0 4px 8px rgba(0,0,0,.3))}to{filter:drop-shadow(0 0 30px rgba(255,215,0,.8)) drop-shadow(0 0 60px rgba(255,215,0,.6)) drop-shadow(0 6px 12px rgba(0,0,0,.4))}}.hero-logo{animation:none!important;filter:drop-shadow(0 2px 8px rgba(255,153,0,.3))!important}.time-unit{background:#fffffff2!important;color:#333!important}.time-unit span{color:#333!important;text-shadow:none!important}.time-unit label{color:#666!important}.countdown h3{color:#f90!important;color:var(--aws-orange)!important;font-weight:700!important;text-shadow:none!important}.time-unit{background:#ff990026!important}.time-unit span{color:#fff!important;font-weight:800!important;text-shadow:0 1px 3px #0000004d!important}.time-unit label{color:#ffffffe6!important;font-weight:600!important}.time-unit:hover{background:#ff990040!important}.time-unit{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#ff99004d!important;border:2px solid #f90!important;border:2px solid var(--aws-orange)!important;box-shadow:0 4px 15px #f903!important}.time-unit:hover{background:#f906!important;box-shadow:0 8px 25px #ff99004d!important}.time-unit{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#0000!important;border:3px solid #f90!important;border:3px solid var(--aws-orange)!important}.time-unit:hover{background:#ff99001a!important;border-color:#e88900!important}.time-unit{background:#f90!important;background:var(--aws-orange)!important;border:2px solid #e88900!important;border-radius:12px!important;box-shadow:0 4px 15px #ff99004d!important;color:#fff!important}.time-unit:hover{background:#e88900!important;box-shadow:0 8px 25px #f906!important;transform:translateY(-4px) scale(1.02)!important}.schedule-card .time-badge{background:#f90!important;background:var(--aws-orange)!important;border:2px solid #e88900!important;color:#fff!important}.event-details div{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#0000!important;border:none!important;box-shadow:none!important;color:#ffffffe6!important}.organizers-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr);justify-items:stretch;margin:0 auto;max-width:900px}#organizers .organizer-card{display:flex;flex-direction:column;height:350px;justify-content:space-between;width:100%}.volunteers-grid{grid-gap:4px;gap:4px;grid-template-columns:repeat(6,1fr);justify-items:stretch;margin:0 auto;max-width:1200px;width:100%}@media (max-width:900px){.volunteers-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.volunteers-grid{grid-template-columns:repeat(2,1fr)}}.organizer-card{background:#fff;border:1px solid #e8e8e8;border-radius:20px;box-shadow:0 8px 30px #0000001a;margin:0 auto;max-width:280px;overflow:hidden;padding:40px 30px;position:relative;text-align:center;transition:all .3s ease}.volunteer-card{align-items:center;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;height:120px;justify-content:center;padding:8px 6px;width:100%}.volunteer-card:before{background:linear-gradient(90deg,#f90,#e88900);background:linear-gradient(90deg,var(--aws-orange),#e88900);height:2px}.volunteer-card:hover{box-shadow:0 4px 12px #ff990026;transform:translateY(-2px)}.volunteer-card .organizer-image{border:2px solid #f90;border:2px solid var(--aws-orange);border-radius:50%;flex-shrink:0;height:50px;margin:0 auto 6px;overflow:hidden;width:50px}.volunteer-card .organizer-image img{height:100%;object-fit:cover;width:100%}.volunteer-card .organizer-info{display:flex;flex:1 1;flex-direction:column;justify-content:center}.volunteer-card .organizer-info h3{font-size:.75rem;font-weight:600;line-height:1.1;margin-bottom:2px}.volunteer-card .organizer-info .role{font-size:.65rem;line-height:1;margin-bottom:0}.organizer-card:before{display:none}.organizer-card:hover{box-shadow:0 20px 40px #ff990026;transform:translateY(-8px)}.organizer-image{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:4px solid #f90;border:4px solid var(--aws-orange);border-radius:50%;height:120px;margin:0 auto 24px;overflow:hidden;width:120px}.organizer-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.organizer-card:hover .organizer-image img{transform:scale(1.1)}.organizer-info h3{color:#111827;color:var(--gray-900);font-size:1.4rem;font-weight:700;margin-bottom:8px}.organizer-info .role{color:#f90;color:var(--aws-orange);font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:16px}.organizer-info .bio{color:#4b5563;color:var(--gray-600);font-size:.95rem;line-height:1.6;margin-bottom:20px}.organizer-social{display:flex;gap:12px;justify-content:center}.organizer-social a{align-items:center;background:#f9fafb;background:var(--gray-50);border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:50%;color:#4b5563;color:var(--gray-600);display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.organizer-social a:hover{background:#f90;background:var(--aws-orange);border-color:#f90;border-color:var(--aws-orange);color:#fff;transform:translateY(-2px) scale(1.1)}@media (max-width:768px){.organizers-grid{gap:30px;grid-template-columns:1fr}.organizer-card{padding:30px 24px}.organizer-image{height:100px;width:100px}}.volunteers-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:60px}.volunteer-card{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:40px 30px;position:relative;text-align:center;transition:all .3s ease}.volunteer-card:before{background:#f90;background:var(--aws-orange);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.volunteer-card:hover:before{transform:scaleX(1)}.volunteer-card:hover{border-color:#f90;border-color:var(--aws-orange);box-shadow:0 12px 30px #ff990026;transform:translateY(-8px)}.volunteer-card svg{color:#f90;color:var(--aws-orange);margin-bottom:20px}.volunteer-card h3{color:#111827;color:var(--gray-900);font-size:1.2rem;font-weight:600;margin-bottom:16px}.volunteer-card p{color:#4b5563;color:var(--gray-600);font-size:.9rem;line-height:1.6}.volunteer-cta{background:#f9fafb;background:var(--gray-50);border:2px solid #f90;border:2px solid var(--aws-orange);border-radius:20px;padding:50px 40px;text-align:center}.volunteer-cta h3{color:#111827;color:var(--gray-900);font-size:1.8rem;font-weight:700;margin-bottom:16px}.volunteer-cta p{color:#4b5563;color:var(--gray-600);font-size:1.1rem;margin-bottom:30px}@media (max-width:768px){.volunteers-grid{gap:24px;grid-template-columns:1fr}.volunteer-cta{padding:40px 30px}}#volunteers{background:#fff!important;display:block!important;min-height:400px!important;visibility:visible!important}#volunteers h2{color:#111827!important;color:var(--gray-900)!important;font-size:2.5rem!important}@media (max-width:768px){.countdown{margin-bottom:28px!important}.countdown h3{font-size:1.2rem!important;margin-bottom:20px!important}.countdown-timer{flex-wrap:wrap!important;gap:8px!important;justify-content:center!important}.time-unit{border-radius:8px!important;flex:0 0 auto!important;max-height:60px!important;max-width:60px!important;min-height:60px!important;min-width:60px!important;padding:8px 6px!important}.time-unit span{font-size:1.3rem!important;font-weight:800!important}.time-unit label,.time-unit span{display:block!important;line-height:1!important}.time-unit label{font-size:.6rem!important;font-weight:600!important;margin-top:2px!important;text-align:center!important}}@media (max-width:480px){.countdown-timer{gap:6px!important}.time-unit{max-height:55px!important;max-width:55px!important;min-height:55px!important;min-width:55px!important;padding:6px 4px!important}.time-unit span{font-size:1.2rem!important}.time-unit label{font-size:.55rem!important}}@media (max-width:768px){.form-group{margin-bottom:18px!important}.form-group label{font-size:.95rem!important;font-weight:600!important;margin-bottom:6px!important}.form-group input,.form-group select{border-radius:10px!important;border-width:2px!important;font-size:16px!important;padding:14px 16px!important}.form-group input:focus,.form-group select:focus{border-color:#f90!important;border-color:var(--aws-orange)!important;box-shadow:0 0 0 3px #ff990026!important}*{animation-duration:.2s!important}.btn,.card,.organizer-card,.speaker-card{will-change:transform!important}.hero,.section{transform:translateZ(0)!important}.btn:focus,.form-group input:focus,.form-group select:focus,.nav a:focus{outline:3px solid #f90!important;outline:3px solid var(--aws-orange)!important;outline-offset:2px!important}.hero p,.section-subtitle{color:#fffffff2!important}p{margin-bottom:16px!important}h1,h2,h3,h4{margin-bottom:12px!important}img{height:auto!important;max-width:100%!important}.powered-logo img{height:80px!important;max-width:200px!important;object-fit:contain!important}.partner-logo img,.sponsor-card img{max-height:60px!important;max-width:150px!important;object-fit:contain!important}}.tba-section{padding:80px 0;text-align:center}.tba-content{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:16px;box-shadow:0 4px 20px #00000014;margin:0 auto;max-width:400px;padding:40px 30px;position:relative}.tba-content:before{background:#f90;background:var(--aws-orange);border-radius:16px 16px 0 0;content:"";height:3px;left:0;position:absolute;right:0;top:0}.tba-content h3{color:var(--gray-700);font-size:1.5rem;font-weight:600;margin:0}@media (max-width:768px){.tba-section{padding:60px 20px}.tba-content{padding:30px 20px}.tba-content h3{font-size:1.3rem}}.volunteers-grid{grid-gap:15px!important;gap:15px!important}.volunteer-card{height:220px!important;padding:20px 15px!important}.volunteer-card .organizer-image{border:3px solid #f90!important;border:3px solid var(--aws-orange)!important;margin-bottom:15px!important}.volunteer-card .organizer-info h3{font-size:1rem!important;margin-bottom:6px!important}.volunteer-card .organizer-info .role{font-size:.8rem!important}.volunteers-grid{grid-gap:12px!important;align-items:stretch!important;display:grid!important;gap:12px!important;grid-template-columns:repeat(6,1fr)!important;margin:0 auto!important;max-width:1200px!important}.volunteer-card{box-sizing:border-box!important;height:200px!important;justify-content:center!important;max-height:200px!important;min-height:200px!important;padding:15px 10px!important}.volunteer-card .organizer-image{border:2px solid #f90!important;border:2px solid var(--aws-orange)!important;border-radius:50%!important;flex-shrink:0!important;height:80px!important;margin:0 auto 10px!important;max-height:80px!important;max-width:80px!important;min-height:80px!important;min-width:80px!important;overflow:hidden!important;width:80px!important}.volunteer-card .organizer-image img{height:100%!important;object-fit:cover!important;width:100%!important}.volunteer-card .organizer-info{display:flex!important;flex:1 1!important;flex-direction:column!important;justify-content:flex-start!important;text-align:center!important;width:100%!important}.volunteer-card .organizer-info h3{color:#111827!important;color:var(--gray-900)!important;font-size:.9rem!important;font-weight:700!important;line-height:1.1!important;margin:0 0 4px!important}.volunteer-card .organizer-info .role{color:#f90!important;color:var(--aws-orange)!important;font-weight:600!important;line-height:1!important}.volunteer-card{align-items:center!important;display:flex!important;flex-direction:column!important;height:280px!important;justify-content:flex-start!important;max-height:280px!important;min-height:280px!important;overflow:visible!important;white-space:normal!important;width:100%!important}.volunteer-card .organizer-info h3{font-size:.85rem!important;line-height:1.3!important;margin-bottom:4px!important}.volunteer-card .organizer-info .role,.volunteer-card .organizer-info h3{word-wrap:break-word!important;max-width:100%!important;overflow:visible!important;white-space:normal!important}.volunteer-card .organizer-info .role{font-size:.75rem!important;-webkit-hyphens:auto!important;hyphens:auto!important;line-height:1.4!important;margin:0!important;text-overflow:clip!important;word-break:break-word!important}#organizers{margin-bottom:120px!important}#volunteers{margin-top:120px!important}#organizers{margin-bottom:60px!important}#volunteers{margin-top:60px!important}.volunteer-card .organizer-image{height:100px!important;max-height:100px!important;max-width:100px!important;min-height:100px!important;min-width:100px!important;width:100px!important}.organizer-card{height:auto!important;min-height:auto!important}.organizer-image{margin-bottom:15px!important}#organizers{padding-bottom:40px!important;padding-top:40px!important}.perks-highlight{background:#fff!important;border-radius:12px!important;box-shadow:0 4px 12px #0000001a!important;margin-bottom:20px!important;padding:20px!important}.perks-highlight h4{color:var(--aws-orange)!important;margin:0 0 15px!important}.perks-grid{grid-gap:10px!important;display:grid!important;font-size:.9rem!important;gap:10px!important;grid-template-columns:1fr 1fr!important}.perk-item{gap:8px!important;justify-content:center!important}@media (max-width:768px){.perks-grid{gap:8px!important;grid-template-columns:1fr!important}}.registration-center{text-align:center!important}.perks-highlight{background:linear-gradient(135deg,#fff5e6,#fff)!important;border:2px solid #f90!important;border-radius:16px!important;box-shadow:0 8px 24px #ff990026!important;max-width:400px!important;padding:25px!important}.perks-highlight h4{color:#f90!important;font-size:1.2rem!important;font-weight:700!important;margin:0 0 20px!important;text-align:center!important}.perks-grid{flex-direction:column!important;font-size:1rem!important}.perk-item,.perks-grid{display:flex!important;gap:12px!important}.perk-item{align-items:center!important;background:#ff99001a!important;border-radius:8px!important;justify-content:flex-start!important;padding:8px 12px!important}.register-btn{align-items:center!important;display:flex!important;font-size:1.1rem!important;font-weight:700!important;justify-content:center!important;max-width:300px!important;padding:15px 30px!important;text-align:center!important;width:100%!important}.registration-container{grid-gap:40px!important;align-items:start!important;display:grid!important;gap:40px!important;grid-template-columns:1fr 1fr!important}.registration-center,.registration-info{background:linear-gradient(135deg,#fff5e6,#fff)!important;border:2px solid #f90!important;border-radius:16px!important;box-shadow:0 8px 24px #ff990026!important;padding:30px!important}.registration-center{align-items:center!important;display:flex!important;flex-direction:column!important}.perks-highlight{margin-bottom:25px!important;width:100%!important}@media (max-width:768px){.registration-container{gap:20px!important;grid-template-columns:1fr!important}}.register-button-hover:hover{background:#e88900!important;box-shadow:0 8px 25px #ff990080!important;transform:translateY(-3px)!important}.register-button-hover:active{box-shadow:0 4px 15px #f906!important;transform:translateY(-1px)!important}.organizers-grid{grid-gap:12px!important;display:grid!important;gap:12px!important;grid-template-columns:repeat(7,1fr)!important;margin:0 auto!important;max-width:1200px!important}.organizer-card{align-items:center!important;background:#fff!important;border:1px solid #e8e8e8!important;border-radius:16px!important;box-shadow:0 4px 15px #0000001a!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;height:280px!important;justify-content:center!important;max-height:280px!important;min-height:280px!important;padding:20px 15px!important;transition:all .3s ease!important;width:100%!important}.organizer-card:before{height:3px!important}.organizer-card:hover{box-shadow:0 8px 20px #ff990026!important;transform:translateY(-4px)!important}.organizer-image{border:3px solid #f90!important;border:3px solid var(--aws-orange)!important;border-radius:50%!important;flex-shrink:0!important;height:90px!important;margin:0 auto 12px!important;max-height:90px!important;max-width:90px!important;min-height:90px!important;min-width:90px!important;overflow:hidden!important;width:90px!important}.organizer-image img{height:100%!important;object-fit:cover!important;width:100%!important}.organizer-info{display:flex!important;flex:1 1!important;flex-direction:column!important;justify-content:center!important;text-align:center!important;width:100%!important}.organizer-info h3{color:#111827!important;color:var(--gray-900)!important;font-size:.95rem!important;font-weight:700!important;line-height:1.2!important;margin:0 0 6px!important}.organizer-info .role,.organizer-info h3{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.organizer-info .role{color:#f90!important;color:var(--aws-orange)!important;font-size:.8rem!important;font-weight:600!important;line-height:1.1!important;margin:0!important}@media (max-width:1200px){.organizers-grid{gap:10px!important;grid-template-columns:repeat(5,1fr)!important}}@media (max-width:900px){.organizers-grid{gap:8px!important;grid-template-columns:repeat(4,1fr)!important}}@media (max-width:768px){.organizers-grid{gap:8px!important;grid-template-columns:repeat(3,1fr)!important}}@media (max-width:600px){.organizers-grid{gap:10px!important;grid-template-columns:repeat(2,1fr)!important}}.organizer-card{height:200px!important;max-height:200px!important;min-height:200px!important}.organizer-image{height:80px!important;max-height:80px!important;max-width:80px!important;min-height:80px!important;min-width:80px!important;width:80px!important}@media (max-width:480px){.organizers-grid{grid-template-columns:1fr!important}}@media (max-width:768px){html{-webkit-text-size-adjust:100%!important}body,html{font-size:16px!important}body{line-height:1.5!important;overflow-x:hidden!important}*{box-sizing:border-box!important}.container{margin:0 auto!important;max-width:100%!important;padding:0 15px!important}.header{left:0!important;padding:10px 0!important;position:fixed!important;right:0!important;top:0!important;z-index:9999!important}.menu-toggle{background:#fff3!important;border:1px solid #ffffff4d!important;border-radius:6px!important;color:#fff!important;display:block!important;padding:8px!important}.nav{background:#f90!important;background:var(--aws-orange)!important;flex-direction:column!important;gap:10px!important;left:0!important;opacity:0!important;padding:15px!important;position:absolute!important;right:0!important;top:100%!important;transform:translateY(-100%)!important;transition:all .3s ease!important;visibility:hidden!important}.nav-open{opacity:1!important;transform:translateY(0)!important;visibility:visible!important}.nav a{background:#ffffff1a!important;border-radius:8px!important;font-size:16px!important;font-weight:600!important;padding:12px 15px!important}.hero,.nav a{text-align:center!important}.hero{min-height:100vh!important;padding:80px 0 40px!important}.hero-logo{margin-bottom:20px!important;max-width:90%!important;width:100%!important}.hero h1{font-size:2.2rem!important;line-height:1.2!important;margin-bottom:15px!important}.hero h2{font-size:1.4rem!important;margin-bottom:20px!important}.hero p{font-size:1rem!important;padding:0 10px!important}.event-details,.hero p{margin-bottom:25px!important}.event-details{flex-direction:column!important;gap:10px!important}.event-details div{font-size:.9rem!important;margin:0 auto!important;max-width:280px!important;padding:8px 15px!important;width:100%!important}.countdown{margin-bottom:25px!important}.countdown h3{font-size:1.2rem!important;margin-bottom:15px!important}.countdown-timer{gap:8px!important;justify-content:center!important}.time-unit{min-width:60px!important;padding:12px 8px!important}.time-unit span{font-size:1.6rem!important}.time-unit label{font-size:.7rem!important}.hero-actions{align-items:center!important;flex-direction:column!important;gap:12px!important}.btn{font-size:16px!important;justify-content:center!important;max-width:280px!important;padding:14px 20px!important;width:100%!important}.section{padding:40px 0!important}.section h2{font-size:1.8rem!important;margin-bottom:10px!important;text-align:center!important}.section-subtitle{font-size:1rem!important;margin-bottom:30px!important;padding:0 15px!important;text-align:center!important}.registration-container{gap:20px!important;grid-template-columns:1fr!important}.registration-center{padding:25px 20px!important}.registration-center h3{font-size:1.5rem!important}.registration-center>div[style*=grid-template-columns]{gap:15px!important;grid-template-columns:1fr!important}.registration-center>div[style*=grid-template-columns]>div{text-align:center!important}.registration-center>div[style*=grid-template-columns]>div>div:first-child{font-size:2rem!important}.about-highlights-grid{gap:20px!important;grid-template-columns:1fr!important}.about-column,.highlights-column{padding:25px 20px!important}.about-column h2,.highlights-column h2{font-size:1.4rem!important;text-align:left!important}.focus-section{margin:15px 0!important;padding:15px!important}.focus-list li,.highlights-list li{font-size:.9rem!important;padding:8px 0!important}.organizers-grid{gap:12px!important;grid-template-columns:repeat(2,1fr)!important}.organizer-card{height:180px!important;max-height:180px!important;min-height:180px!important;padding:12px 8px!important}.organizer-image{height:70px!important;margin-bottom:8px!important;max-height:70px!important;max-width:70px!important;min-height:70px!important;min-width:70px!important;width:70px!important}.organizer-info h3{font-size:.8rem!important;margin-bottom:4px!important}.organizer-info .role{font-size:.7rem!important}}@media (max-width:480px){.organizers-grid{gap:15px!important;grid-template-columns:1fr!important}.organizer-card{height:200px!important;margin:0 auto!important;max-width:300px!important}.organizer-image{height:80px!important;max-height:80px!important;max-width:80px!important;min-height:80px!important;min-width:80px!important;width:80px!important}.organizer-info h3{font-size:.9rem!important}.organizer-info .role{font-size:.75rem!important}}@media (max-width:768px){.location-container{gap:20px!important;grid-template-columns:1fr!important}.location-info{padding:20px 15px!important}.location-info h3{font-size:1.3rem!important}.location-details .detail{font-size:.9rem!important;margin-bottom:8px!important;padding:12px 15px!important}.map-container{height:250px!important}.stats-grid{gap:15px!important;grid-template-columns:1fr!important}.stat-card{padding:20px 15px!important}.stat-number{font-size:2.2rem!important}.stat-label{font-size:1rem!important}.partners-grid{gap:20px!important;grid-template-columns:1fr!important;max-width:100%!important}.partner-card{max-width:280px!important;padding:15px 12px!important}.partner-card,.powered-logo{margin:0 auto!important;min-height:auto!important}.powered-logo{max-width:300px!important;padding:20px 15px!important}.powered-logo img{height:80px!important;max-width:200px!important;object-fit:contain!important}.powered-logo h3{font-size:1.3rem!important;margin-bottom:10px!important}.powered-logo p{font-size:.9rem!important;line-height:1.5!important}}@media (max-width:480px){.partners-grid{gap:15px!important}.partner-card{max-width:260px!important;min-height:auto!important;padding:12px 10px!important}.powered-logo{max-width:280px!important;min-height:auto!important;padding:15px 12px!important}.powered-logo img{height:70px!important;max-width:180px!important}}@media (max-width:768px){.faq-container{padding:0 5px!important}.faq-item{margin-bottom:10px!important}.faq-question{font-size:.95rem!important;padding:15px!important}.faq-answer{font-size:.9rem!important;padding:0 15px 15px!important}.footer{padding:40px 0 15px!important}.footer-content{gap:20px!important;grid-template-columns:1fr!important;text-align:center!important}.footer-section h3,.footer-section h4{font-size:1.1rem!important;margin-bottom:10px!important}.footer-section p{font-size:.9rem!important;margin-bottom:6px!important}.footer-bottom{flex-direction:column!important;gap:15px!important;padding-top:15px!important;text-align:center!important}.footer-links{gap:15px!important;justify-content:center!important}.footer-links a{font-size:.9rem!important}.btn,.faq-question,.nav a,.organizer-card,.social-links a{min-height:44px!important;min-width:44px!important}.social-links{gap:12px!important;justify-content:center!important}.social-links a{height:44px!important;width:44px!important}.floating-register{bottom:15px!important;font-size:14px!important;padding:10px 18px!important;right:15px!important}.scroll-progress{height:2px!important}p{line-height:1.6!important;margin-bottom:15px!important}h1,h2,h3,h4{line-height:1.3!important}.hero p,.section-subtitle{color:#fffffff2!important}img{height:auto!important;max-width:100%!important}.powered-logo img{height:70px!important;max-width:180px!important}.partner-logo img,.sponsor-card img{max-height:50px!important;max-width:120px!important}.grid,.highlights-grid,.partners-grid,.speakers-grid,.sponsors-grid{gap:15px!important;grid-template-columns:1fr!important}.highlight-card,.partner-card,.speaker-card,.sponsor-card{margin:0 auto!important;max-width:320px!important;padding:20px 15px!important}.highlight-card h3,.speaker-card h3{font-size:1.1rem!important}.highlight-card p,.speaker-card p{font-size:.9rem!important}.tba-section{padding:40px 15px!important}.tba-content{max-width:300px!important;padding:25px 20px!important}.tba-content h3{font-size:1.2rem!important}}@media (max-width:320px){#registration .container>div{margin:0 10px!important;max-width:100%!important;padding:20px 15px!important}#registration h3{font-size:1.3rem!important;margin-bottom:20px!important}#registration div[style*="grid-template-columns: repeat(3, 1fr)"]{gap:10px!important;grid-template-columns:1fr!important;margin-bottom:20px!important}#registration div[style*="grid-template-columns: repeat(3, 1fr)"]>div{padding:8px!important}#registration div[style*="fontSize: '2.5rem'"]{font-size:1.8rem!important}#registration div[style*="fontSize: '0.9rem'"]{font-size:.8rem!important}#registration h4{font-size:1rem!important;margin-bottom:12px!important}#registration div[style*="grid-template-columns: 1fr 1fr"]{gap:8px!important;grid-template-columns:1fr!important}#registration div[style*="grid-template-columns: 1fr 1fr"]>div{font-size:.75rem!important;padding:8px 10px!important}#registration a[href*=konfhub]{font-size:.95rem!important;margin-top:15px!important;padding:12px 20px!important}}.about-column,.highlights-column{background:#fff!important;border:1px solid #e9ecef!important;border-radius:16px!important;box-shadow:0 8px 24px #0000001a!important;padding:30px!important;position:relative!important}.about-column:before,.highlights-column:before{background:linear-gradient(90deg,#f90,#ffb84d);border-radius:16px 16px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.about-column h2,.highlights-column h2{color:#333!important;font-size:1.5rem!important;font-weight:700!important;margin-bottom:20px!important}.about-column p,.highlights-column p{color:#555!important;line-height:1.6!important;margin-bottom:16px!important}@media (max-width:768px){.about-column,.highlights-column{margin-bottom:20px!important;padding:20px!important}}.about-column{background:#fff!important;border:1px solid #e9ecef!important;border-radius:16px!important;box-shadow:0 8px 24px #0000001a!important;padding:30px!important;position:relative!important}.about-column:before{background:linear-gradient(90deg,#f90,#ffb84d);border-radius:16px 16px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.about-column h2{color:#333!important;font-size:1.5rem!important;font-weight:700!important;margin-bottom:20px!important}.about-column p{color:#555!important;line-height:1.6!important;margin-bottom:16px!important}.highlights-column{background:linear-gradient(135deg,#fff5e6,#fff)!important;border:2px solid #f90!important;border-radius:20px!important;box-shadow:0 12px 32px #ff990026!important;padding:30px!important;position:relative!important}.highlights-column h2{color:#f90!important;font-size:1.6rem!important;font-weight:800!important;margin-bottom:20px!important;text-align:center!important}.highlights-column p{color:#444!important;font-weight:500!important;line-height:1.6!important;margin-bottom:16px!important}.highlights-column .highlights-list{background:#fff!important;border-radius:12px!important;box-shadow:0 4px 12px #00000014!important;margin-top:20px!important;padding:20px!important}.highlights-column .highlights-list li{border-bottom:1px solid #f0f0f0!important;color:#555!important;line-height:1.5!important;margin-bottom:12px!important;padding:8px 0!important}.highlights-column .highlights-list li:last-child{border-bottom:none!important}.highlights-column .highlights-list li strong{color:#f90!important;font-weight:700!important}@media (max-width:768px){.about-column,.highlights-column{margin-bottom:20px!important;padding:20px!important}.highlights-column h2{font-size:1.4rem!important}}#highlights,.about-highlights-section,.section{background:#fff!important}.volunteer-card .organizer-info .role,.volunteer-card .organizer-info h3{word-wrap:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important;max-width:100%!important;overflow:visible!important;overflow-wrap:break-word!important;text-overflow:clip!important;white-space:normal!important;width:100%!important;word-break:break-word!important}.volunteers-grid .volunteer-card{align-items:center!important;display:flex!important;flex-direction:column!important;height:300px!important;justify-content:flex-start!important;max-height:300px!important;min-height:300px!important;padding:15px 8px!important}.volunteers-grid .volunteer-card .organizer-info{flex:1 1!important;text-align:center!important;width:100%!important}.volunteers-grid .volunteer-card .organizer-info h3{font-size:.8rem!important;line-height:1.2!important;margin:0 0 4px!important}.volunteers-grid .volunteer-card .organizer-info .role,.volunteers-grid .volunteer-card .organizer-info h3{word-wrap:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important;overflow-wrap:break-word!important;white-space:normal!important}.volunteers-grid .volunteer-card .organizer-info .role{font-size:.7rem!important;line-height:1.3!important;margin:0!important;word-break:break-word!important}#team .organizer-card .organizer-info .role{border:none!important;box-shadow:none!important;outline:none!important;text-decoration:none!important}#team .organizer-card .organizer-image{margin:0!important}#team .organizer-card .organizer-info{margin-top:-8px!important;padding-top:0!important}#team .organizer-card .organizer-info h3{font-size:.6rem!important;line-height:1.1!important;margin:0!important;padding:0!important}#team .organizer-card .organizer-info .role{font-size:.55rem!important;line-height:1.1!important;margin:0!important;padding:0!important}#team .organizer-card .organizer-info{gap:0!important;margin-top:-12px!important;padding:0!important}@media (min-width:769px){#team .organizer-card{height:200px!important;max-height:200px!important;min-height:200px!important;padding:10px 6px!important}#team .organizer-card .organizer-image{height:70px!important;margin:0 auto 6px!important;width:70px!important}#team .organizer-card .organizer-info{margin-top:0!important;padding:0!important}#team .organizer-card .organizer-info h3{font-size:.7rem!important;line-height:1.1!important;margin:0 0 2px!important;padding:0!important}#team .organizer-card .organizer-info .role{font-size:.6rem!important;line-height:1.1!important;margin:0!important;padding:0!important}}@media (max-width:768px){#team .organizer-card{height:180px!important;max-height:180px!important;min-height:180px!important;padding:12px 8px!important}#team .organizer-card .organizer-image{height:70px!important;margin:0 auto 8px!important;width:70px!important}#team .organizer-card .organizer-info h3{font-size:.8rem!important;line-height:1.2!important;margin:0 0 4px!important}#team .organizer-card .organizer-info .role{font-size:.7rem!important;line-height:1.2!important;margin:0!important}.header{-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;padding:12px 0!important}.menu-toggle{background:#ffffff1a!important;border:1px solid #fff3!important;border-radius:8px!important;color:#fff!important;padding:8px!important}.nav{-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;background:#ff9900fa!important;border:1px solid #ffffff1a!important}.nav a{background:#ffffff1a!important;border-radius:8px!important;color:#fff!important;margin:4px 0!important;transition:all .3s ease!important}.nav a:hover{background:#fff3!important;transform:translateX(4px)!important}.hero{min-height:100vh!important;padding:80px 0 40px!important}.hero-content{padding:0 20px!important}.hero-logo{filter:drop-shadow(0 4px 12px rgba(255,153,0,.4))!important;margin-bottom:24px!important;max-width:90%!important;width:100%!important}.hero h1{font-size:clamp(2rem,8vw,2.8rem)!important;line-height:1.2!important;margin-bottom:16px!important}.hero h2{font-size:clamp(1.2rem,5vw,1.6rem)!important;margin-bottom:20px!important}.hero p{font-size:1rem!important;line-height:1.6!important;padding:0 10px!important}.event-details,.hero p{margin-bottom:28px!important}.event-details{flex-direction:column!important;gap:12px!important}.event-details div{border-radius:25px!important;font-size:.9rem!important;justify-content:center!important;max-width:280px!important;min-width:auto!important;padding:10px 16px!important;width:100%!important}.countdown{margin-bottom:28px!important}.countdown h3{font-size:1.2rem!important;margin-bottom:20px!important}.countdown-timer{gap:10px!important;justify-content:center!important}.time-unit{border-radius:12px!important;min-width:65px!important;padding:14px 10px!important}.time-unit span{font-size:1.8rem!important;font-weight:900!important}.time-unit label{font-size:.75rem!important;font-weight:700!important}.hero-actions{align-items:center!important;flex-direction:column!important;gap:12px!important}.btn{border-radius:12px!important;font-size:16px!important;font-weight:600!important;justify-content:center!important;max-width:280px!important;padding:16px 24px!important;width:100%!important}.btn-primary{box-shadow:0 6px 20px #f906!important}.btn-outline{border-width:2px!important}.section{padding:50px 0!important}.section h2{font-size:clamp(1.8rem,6vw,2.2rem)!important;line-height:1.3!important;margin-bottom:12px!important}.section-subtitle{font-size:1rem!important;line-height:1.5!important;margin-bottom:32px!important;padding:0 20px!important}.highlight-card,.organizer-card,.speaker-card{border-radius:16px!important;margin:0 auto 20px!important;max-width:340px!important;padding:24px 20px!important}.highlight-card h3,.organizer-card h3,.speaker-card h3{font-size:1.2rem!important;line-height:1.3!important}.highlight-card p,.organizer-card p,.speaker-card p{font-size:.9rem!important;line-height:1.5!important}.organizer-image,.speaker-image{border-width:3px!important;height:120px!important;margin-bottom:20px!important;width:120px!important}.organizer-info,.speaker-info{text-align:center!important}.location-container,.registration-container{gap:20px!important;grid-template-columns:1fr!important}.location-info,.registration-form,.registration-info{border-radius:16px!important;padding:20px 18px!important}.location-info h3{font-size:1.3rem!important;margin-bottom:16px!important}.location-details .detail{border-radius:10px!important;font-size:.9rem!important;margin-bottom:10px!important;padding:14px 16px!important}.map-container{border-radius:16px!important;height:280px!important}.form-group{margin-bottom:18px!important}.form-group label{font-size:.95rem!important;font-weight:600!important;margin-bottom:6px!important}.form-group input,.form-group select{border-radius:10px!important;border-width:2px!important;font-size:16px!important;padding:14px 16px!important}.form-group input:focus,.form-group select:focus{border-color:var(--aws-orange)!important;box-shadow:0 0 0 3px #ff990026!important}.stats-grid{gap:16px!important;grid-template-columns:1fr!important}.stat-card{border-radius:16px!important;padding:24px 20px!important}.stat-number{font-size:2.5rem!important;margin-bottom:8px!important}.stat-label{font-size:1rem!important}.footer-content{gap:24px!important;grid-template-columns:1fr!important;text-align:center!important}.footer-bottom{flex-direction:column!important;gap:16px!important;text-align:center!important}.faq-container{padding:0 10px!important}.faq-item{border-radius:12px!important;margin-bottom:12px!important}.faq-question{font-size:.95rem!important;line-height:1.4!important;padding:16px 18px!important}.faq-answer{font-size:.9rem!important;line-height:1.6!important;padding:0 18px 16px!important}.btn,.faq-question,.nav a,.organizer-social a,.social-icons a{min-height:44px!important;min-width:44px!important}.social-icons{gap:16px!important}.organizer-social,.social-icons{justify-content:center!important}.organizer-social{gap:14px!important}body{font-size:16px!important;line-height:1.6!important}.time-unit{box-shadow:0 6px 20px #ff99004d!important}.card:hover,.organizer-card:hover,.speaker-card:hover{transform:translateY(-4px)!important}.floating-register{border-radius:25px!important;bottom:20px!important;box-shadow:0 6px 20px #f906!important;font-size:14px!important;padding:12px 20px!important;right:20px!important}.fab{display:none!important}.grid,.highlights-grid,.organizers-grid,.partners-grid,.speakers-grid,.sponsors-grid,.volunteers-grid{gap:20px!important;grid-template-columns:1fr!important}.about-highlights-grid{gap:24px!important;grid-template-columns:1fr!important}.container{max-width:100%!important;padding:0 16px!important}}@media (max-width:480px){.container{padding:0 12px!important}.hero{padding:80px 0 30px!important}.hero-logo{margin-bottom:20px!important;max-width:95%!important}.hero h1{font-size:clamp(1.8rem,8vw,2.2rem)!important}.hero h2{font-size:clamp(1.1rem,5vw,1.4rem)!important}.hero p{font-size:.9rem!important;padding:0 8px!important}.countdown-timer{gap:8px!important}.time-unit{min-width:55px!important;padding:12px 8px!important}.time-unit span{font-size:1.5rem!important}.time-unit label{font-size:.7rem!important}.event-details div{font-size:.8rem!important;max-width:260px!important;padding:8px 14px!important}.section{padding:40px 0!important}.section h2{font-size:clamp(1.6rem,6vw,2rem)!important}.section-subtitle{font-size:.9rem!important;padding:0 16px!important}.btn{font-size:15px!important;max-width:260px!important;padding:14px 20px!important}.highlight-card,.organizer-card,.speaker-card{max-width:300px!important;padding:20px 16px!important}.organizer-image,.speaker-image{height:100px!important;width:100px!important}.schedule-content{margin-left:70px!important;padding:20px 16px!important}.time-badge{font-size:.7rem!important;padding:6px 10px!important}.location-info,.registration-form,.registration-info{padding:18px 16px!important}.form-group input,.form-group select{font-size:15px!important;padding:12px 14px!important}.map-container{height:250px!important}.floating-register{bottom:16px!important;font-size:13px!important;padding:10px 16px!important;right:16px!important}}@media (max-width:768px) and (orientation:landscape){.hero{min-height:100vh!important;padding:60px 0 30px!important}.countdown-timer{flex-wrap:nowrap!important;justify-content:center!important}.time-unit{min-width:60px!important;padding:12px 8px!important}.hero-actions{flex-direction:row!important;gap:16px!important;justify-content:center!important}.btn{max-width:200px!important;padding:12px 20px!important}}@media (max-width:768px){html{-webkit-overflow-scrolling:touch!important;scroll-behavior:smooth!important}body{-webkit-text-size-adjust:100%!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.btn:focus,.form-group input:focus,.form-group select:focus,.nav a:focus{outline:3px solid var(--aws-orange)!important;outline-offset:2px!important}.header{padding-top:max(12px,env(safe-area-inset-top))!important}.container{padding-left:max(16px,env(safe-area-inset-left))!important;padding-right:max(16px,env(safe-area-inset-right))!important}.floating-register{bottom:max(20px,env(safe-area-inset-bottom))!important;right:max(20px,env(safe-area-inset-right))!important}.schedule-timeline{background:linear-gradient(135deg,#f8f9fa,#e9ecef)!important;border-radius:20px!important;margin:20px 0!important;padding:30px 0!important;position:relative!important}.schedule-timeline:before{background:linear-gradient(to bottom,var(--aws-orange) 0,#e88900 50%,var(--aws-orange) 100%)!important;border-radius:3px!important;box-shadow:0 0 10px #ff99004d!important;left:40px!important;width:6px!important}.schedule-card{align-items:flex-start!important;flex-direction:row!important;margin-bottom:50px!important;padding:0 20px!important;position:relative!important}.schedule-time{left:40px!important;position:absolute!important;top:25px!important;transform:translateX(-50%)!important;z-index:10!important}.time-badge{background:linear-gradient(135deg,var(--aws-orange),#e88900)!important;border:3px solid #fff!important;border-radius:25px!important;box-shadow:0 6px 20px #f906!important;color:#fff!important;font-size:.85rem!important;font-weight:800!important;min-width:80px!important;padding:10px 16px!important;text-align:center!important;text-shadow:0 1px 2px #0003!important;white-space:nowrap!important}.schedule-content{background:#fff!important;border:1px solid #ff99001a!important;border-radius:20px!important;box-shadow:0 12px 35px #0000001f!important;flex:1 1!important;margin-left:100px!important;margin-right:0!important;max-width:none!important;padding:28px 24px!important;position:relative!important;text-align:left!important;transition:all .3s ease!important}.schedule-content:hover{box-shadow:0 20px 45px #f903!important;transform:translateY(-4px)!important}.schedule-content:before{background:linear-gradient(90deg,var(--aws-orange),#e88900)!important;border-radius:20px 20px 0 0!important;content:""!important;height:6px!important;left:0!important;position:absolute!important;right:0!important;top:0!important}.schedule-content:after{border-bottom:10px solid #0000!important;border-right:15px solid #fff!important;border-top:10px solid #0000!important;content:""!important;filter:drop-shadow(-2px 0 4px rgba(0,0,0,.1))!important;height:0!important;left:-20px!important;position:absolute!important;top:30px!important;width:0!important}.session-header h3{color:var(--gray-900)!important;font-size:1.3rem!important;font-weight:800!important;line-height:1.4!important;margin-bottom:16px!important}.schedule-speaker-info{background:#ff99000d!important;border-left:4px solid var(--aws-orange)!important;border-radius:12px!important;margin-bottom:16px!important;padding:12px 16px!important}.speaker-label{color:var(--gray-600)!important;font-size:.85rem!important;font-weight:500!important}.speaker-name{color:var(--aws-orange)!important;font-size:1rem!important;font-weight:700!important}.session-description{background:var(--gray-50)!important;border-left:4px solid #ff99004d!important;border-radius:12px!important;color:var(--gray-700)!important;font-size:.95rem!important;line-height:1.7!important;margin-bottom:24px!important;padding:16px!important}.session-actions{align-items:center!important;flex-direction:row!important;flex-wrap:wrap!important;gap:16px!important;justify-content:space-between!important}.session-type{border-radius:20px!important;flex-shrink:0!important;font-size:.8rem!important;font-weight:700!important;letter-spacing:.5px!important;padding:8px 16px!important;text-transform:uppercase!important}.session-type.keynote{background:linear-gradient(135deg,#9c27b0,#e91e63)!important;color:#fff!important}.session-type.technical{background:linear-gradient(135deg,#2196f3,#03dac6)!important;color:#fff!important}.session-type.panel{background:linear-gradient(135deg,#4caf50,#8bc34a)!important;color:#fff!important}.session-type.break{background:linear-gradient(135deg,#9e9e9e,#607d8b)!important;color:#fff!important}.session-type.closing{background:linear-gradient(135deg,var(--aws-orange),#e88900)!important;color:#fff!important}.btn-small{border-radius:15px!important;flex-shrink:0!important;font-size:.8rem!important;font-weight:600!important;padding:8px 16px!important}.schedule-card{animation:slideInFromLeft .6s ease-out!important;animation-fill-mode:both!important}.schedule-card:first-child{animation-delay:.1s!important}.schedule-card:nth-child(2){animation-delay:.2s!important}.schedule-card:nth-child(3){animation-delay:.3s!important}.schedule-card:nth-child(4){animation-delay:.4s!important}.schedule-card:nth-child(5){animation-delay:.5s!important}.schedule-card:nth-child(6){animation-delay:.6s!important}.schedule-card:nth-child(7){animation-delay:.7s!important}.schedule-card:nth-child(8){animation-delay:.8s!important}.schedule-card:nth-child(9){animation-delay:.9s!important}.schedule-card:nth-child(10){animation-delay:1s!important}.schedule-card:nth-child(11){animation-delay:1.1s!important}}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@media (max-width:480px){.schedule-timeline{margin:15px 0!important;padding:20px 0!important}.schedule-timeline:before{left:30px!important;width:4px!important}.schedule-time{left:30px!important}.time-badge{font-size:.75rem!important;min-width:70px!important;padding:8px 12px!important}.schedule-content{border-radius:16px!important;margin-left:80px!important;padding:20px 18px!important}.schedule-content:after{border-bottom-width:8px!important;border-right-width:12px!important;border-top-width:8px!important;left:-15px!important;top:25px!important}.session-header h3{font-size:1.1rem!important;margin-bottom:12px!important}.schedule-speaker-info{margin-bottom:14px!important;padding:10px 14px!important}.session-description{font-size:.9rem!important;margin-bottom:20px!important;padding:14px!important}.session-actions{align-items:flex-start!important;flex-direction:column!important;gap:12px!important}.session-type{padding:6px 12px!important}.btn-small,.session-type{font-size:.75rem!important}.btn-small{justify-content:center!important;padding:8px 14px!important;width:100%!important}}@media (max-width:768px){.dark-mode .schedule-timeline{background:linear-gradient(135deg,#374151,#4b5563)!important}.dark-mode .schedule-content{background:#1f2937!important;border-color:#f903!important;color:#f9fafb!important}.dark-mode .schedule-content:after{border-right-color:#1f2937!important}.dark-mode .session-header h3{color:#f9fafb!important}.dark-mode .schedule-speaker-info{background:#ff99001a!important}.dark-mode .session-description{background:#374151!important;color:#d1d5db!important}.schedule-content:focus-within{outline:3px solid var(--aws-orange)!important;outline-offset:2px!important}.time-badge{font-feature-settings:"tnum"!important;font-variant-numeric:tabular-nums!important}.session-header h3{scroll-margin-top:100px!important}.schedule-content{contain:layout style paint!important}.schedule-timeline{contain:layout!important}#schedule .schedule-timeline{margin:0;padding:30px 0;position:relative}#schedule .schedule-timeline:before{background:linear-gradient(to bottom,var(--aws-orange),#e88900);border-radius:2px;bottom:0;content:"";left:24px;position:absolute;top:0;width:3px;z-index:1}#schedule .schedule-card{align-items:flex-start;display:flex;flex-direction:row;margin-bottom:40px;position:relative}#schedule .schedule-time{left:24px;position:absolute;transform:translateX(-50%);z-index:10}#schedule .time-badge{background:var(--aws-orange);border:2px solid #fff;border-radius:12px;box-shadow:0 2px 8px #ff99004d;color:#fff;font-size:.75rem;font-weight:700;padding:6px 10px;white-space:nowrap}#schedule .schedule-content{background:#fff;border:1px solid #ff99001a;border-radius:12px;box-shadow:0 4px 15px #00000014;flex:1 1;margin-left:60px;padding:20px 16px}#schedule .schedule-content:before{background:var(--aws-orange);border-radius:12px 12px 0 0;content:"";height:3px;left:0;position:absolute;right:0;top:0}#schedule .session-header h3{font-size:1.1rem;line-height:1.3;margin-bottom:8px}#schedule .session-actions{flex-direction:column;gap:8px}#schedule .btn-small{font-size:13px;padding:10px 14px;width:100%}}@media (max-width:480px){#schedule .schedule-time{left:20px}#schedule .schedule-content{margin-left:50px;padding:16px 12px}}body,html{max-width:100vw!important;overflow-x:hidden!important}*{box-sizing:border-box!important}@viewport{initial-scale:1;maximum-scale:1;user-scalable:no;width:device-width}@media (max-width:768px){.container{margin:0 auto!important;max-width:100%!important;padding:0 10px!important}.container,.hero{overflow:hidden!important;width:100%!important}.hero{max-width:100vw!important;padding:70px 0 30px!important}.hero-content{max-width:100%!important;padding:0 15px!important;width:100%!important}.hero-logo{display:block!important;height:auto!important;margin:0 auto 20px!important;max-width:85%!important;width:auto!important}.hero h1,.hero h2,.hero p{word-wrap:break-word!important;max-width:100%!important;overflow-wrap:break-word!important;width:100%!important}.event-details{align-items:center!important;flex-direction:column!important;gap:8px!important;width:100%!important}.event-details div{font-size:.85rem!important;max-width:250px!important;padding:6px 12px!important;text-align:center!important;width:90%!important}.countdown-timer{flex-wrap:wrap!important;gap:6px!important;justify-content:center!important;width:100%!important}.time-unit{max-width:70px!important;min-width:55px!important;padding:10px 6px!important}.time-unit span{font-size:1.4rem!important}.time-unit label{font-size:.65rem!important}.hero-actions{align-items:center!important;flex-direction:column!important;gap:10px!important;width:100%!important}.btn{font-size:14px!important;max-width:250px!important;padding:12px 20px!important;width:90%!important}.section{max-width:100vw!important;overflow:hidden!important;padding:30px 0!important;width:100%!important}.section h2{font-size:1.6rem!important;padding:0 10px!important;text-align:center!important}.section-subtitle{font-size:.9rem!important;padding:0 15px!important;text-align:center!important}.about-highlights-grid,.grid,.highlights-grid,.location-container,.organizers-grid,.registration-container,.speakers-grid{gap:15px!important;grid-template-columns:1fr!important;width:100%!important}.about-column,.highlight-card,.highlights-column,.location-info,.organizer-card,.registration-center,.speaker-card{margin:0 auto!important;max-width:95%!important;padding:15px!important;width:100%!important}.organizers-grid{gap:10px!important;grid-template-columns:repeat(2,1fr)!important}.organizer-card{height:160px!important;padding:10px 8px!important}.organizer-image{height:60px!important;margin-bottom:8px!important;width:60px!important}.organizer-info h3{font-size:.75rem!important;margin-bottom:3px!important}.organizer-info .role{font-size:.65rem!important}.header{padding:8px 0!important}.header,.nav,.nav a{width:100%!important}.nav a{font-size:14px!important;padding:10px 15px!important}.footer{padding:30px 0 15px!important;width:100%!important}.footer-content{gap:15px!important;grid-template-columns:1fr!important}.faq-container{padding:0 5px!important;width:100%!important}.faq-question{font-size:.9rem!important;padding:12px!important}.faq-answer{font-size:.85rem!important;padding:0 12px 12px!important}.map-container{height:200px!important;width:100%!important}.registration-center>div[style*=grid]{gap:10px!important;grid-template-columns:1fr!important}.registration-center h3{font-size:1.3rem!important}.floating-register{bottom:10px!important;font-size:12px!important;padding:8px 15px!important;right:10px!important}}@media (max-width:480px){.container{padding:0 8px!important}.hero-logo{max-width:90%!important}.time-unit{max-width:60px!important;min-width:50px!important;padding:8px 4px!important}.time-unit span{font-size:1.2rem!important}.time-unit label{font-size:.6rem!important}.organizers-grid{gap:12px!important;grid-template-columns:1fr!important}.organizer-card{height:180px!important;margin:0 auto!important;max-width:280px!important}.organizer-image{height:70px!important;width:70px!important}.organizer-info h3{font-size:.85rem!important}.organizer-info .role{font-size:.7rem!important}}@media (max-width:768px) and (orientation:landscape){.hero{min-height:90vh!important;padding:50px 0 20px!important}.countdown-timer{gap:8px!important}.time-unit{min-width:50px!important;padding:8px 6px!important}}@media (max-width:768px){*{word-wrap:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important;overflow-wrap:break-word!important}div,h1,h2,h3,h4,h5,h6,p,span{max-width:100%!important;overflow:hidden!important}}@media (max-width:300px){body,html{font-size:14px!important}.container{padding:0 5px!important}.hero{padding:60px 0 20px!important}.hero-logo{margin-bottom:15px!important;max-width:95%!important}.hero h1{font-size:1.4rem!important}.hero h2{font-size:1rem!important}.hero p{font-size:.8rem!important;padding:0 5px!important}.event-details div{font-size:.7rem!important;max-width:200px!important;padding:4px 8px!important}.countdown-timer{gap:4px!important}.time-unit{max-width:50px!important;min-width:40px!important;padding:6px 3px!important}.time-unit span{font-size:1rem!important}.time-unit label{font-size:.5rem!important}.btn{font-size:12px!important;max-width:200px!important;padding:10px 15px!important;width:95%!important}.section h2{font-size:1.3rem!important;padding:0 5px!important}.section-subtitle{font-size:.8rem!important;padding:0 10px!important}.organizers-grid{gap:8px!important;grid-template-columns:1fr!important}.organizer-card{height:140px!important;max-width:220px!important;padding:8px 5px!important}.organizer-image{height:50px!important;margin-bottom:6px!important;width:50px!important}.organizer-info h3{font-size:.7rem!important;margin-bottom:2px!important}.organizer-info .role{font-size:.6rem!important}.faq-question{font-size:.8rem!important;padding:8px!important}.faq-answer{font-size:.75rem!important;padding:0 8px 8px!important}.footer{padding:20px 0 10px!important}.footer-section h3,.footer-section h4{font-size:.9rem!important}.footer-section p{font-size:.75rem!important}.floating-register{bottom:5px!important;font-size:10px!important;padding:6px 10px!important;right:5px!important}}
/*# sourceMappingURL=main.b8129794.css.map*/