@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap";:root{--midnight-blue-dark: #021024;--silver: #eaf2f6ab;--accent-silver-light: #d3d3d3;--accent-silver-muted: #ffffff;--surface-dark: #0d233a;--border-translucent: rgba(255, 255, 255, .1);--text-white: #ffffff;--container-max: 1200px;--section-padding-y: 5rem;--section-padding-x: 2rem;--card-blue:#051a3a;--light-green:#98FB98}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Roboto,sans-serif;color:var(--text-white);line-height:1.6;overflow-x:hidden;font-size:16px;background:var(--midnight-blue-dark)}h1,h2,h3,h4,h5,h6{font-family:Roboto,sans-serif;font-weight:700;line-height:1.3;color:var(--text-white)}p{font-family:Roboto,sans-serif;font-size:1rem;color:var(--text-white)}h1{font-size:clamp(2.25rem,1.5rem + 2.5vw,3rem)}h2{font-size:clamp(1.75rem,1.25rem + 1.5vw,2.25rem)}h3{font-size:clamp(1.5rem,1.1rem + 1vw,1.875rem)}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}.container{max-width:var(--container-max);margin:0 auto;padding:0}.section{padding:var(--section-padding-y) var(--section-padding-x)}.section-title{text-align:center;margin-bottom:2rem}a{color:var(--accent-silver);text-decoration:none}a:hover{color:var(--gold)}:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.btn{display:inline-block;padding:.75rem 1.25rem;border-radius:8px;font-weight:600;transition:transform .2s ease,box-shadow .3s ease,background-color .3s ease,color .3s ease;border:1px solid transparent}.btn-primary{background:var(--gold);color:#1a1a1a}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ffd70040}.btn-outline{background:transparent;border-color:var(--accent-silver);color:var(--accent-silver)}.btn-outline:hover{background:var(--accent-silver);color:var(--midnight-blue-dark)}.card{background:var(--surface-dark);border-radius:16px;border:1px solid var(--border-translucent);box-shadow:0 10px 25px #0000004d}.text-muted{color:#9ca3af}.lead{font-size:1.125rem;opacity:.9}::selection{background:#ffd7004d;color:var(--text-white)}@media(max-width:768px){:root{--section-padding-y: 4rem;--section-padding-x: 1.25rem}}.navbar{position:fixed;top:0;width:100%;background:transparent;box-shadow:none;z-index:1000;padding:.75rem 0;transition:background .15s ease,box-shadow .15s ease}.navbar.scrolled{background:var(--midnight-blue-dark);box-shadow:0 2px 20px #0009}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-brand{display:flex;align-items:center}.nav-logo-img{height:60px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(255,215,0,.3))}.nav-menu{display:flex;gap:2.5rem;align-items:center}.nav-menu a{color:var(--text-white);font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s;position:relative;letter-spacing:.3px}.nav-menu a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--gold);transition:width .3s}.nav-menu a:hover{color:var(--gold)}.nav-menu a:hover:after{width:100%}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:flex-end;width:28px;height:22px;cursor:pointer;z-index:1001;position:relative}.hamburger span{display:block;height:2px;background:var(--text-white);border-radius:2px;transition:all .3s cubic-bezier(.68,-.55,.27,1.55);position:absolute;right:0}.hamburger span:nth-child(1){width:100%;top:0}.hamburger span:nth-child(2){width:75%;top:50%;transform:translateY(-50%)}.hamburger span:nth-child(3){width:100%;bottom:0}.hamburger.active span:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg);width:100%}.hamburger.active span:nth-child(2){opacity:0;transform:translateY(-50%) translate(20px)}.hamburger.active span:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg);width:100%}@media(max-width:768px){.navbar{padding:.5rem 0}.nav-container{padding:0 1.5rem}.nav-logo-img{height:42px}.hamburger{display:flex}.nav-menu{position:fixed;top:0;right:-100%;height:auto;max-height:100vh;max-width:260px;flex-direction:column;background:#0a192f91;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:3.5rem 1.25rem 0;transition:right .35s cubic-bezier(.68,-.55,.27,1.55);gap:0;border-left:2px solid rgba(12,12,67,.2);justify-content:flex-start;align-content:flex-start;overflow-y:auto}.nav-menu.active{right:0}.nav-menu a{font-size:.95rem;font-weight:500;width:100%;padding:.7rem .85rem;margin:0;text-align:left;border-bottom:1px solid rgba(255,255,255,.06);border-radius:6px;letter-spacing:.5px;transition:all .25s ease;flex-shrink:0}.nav-menu a:last-child{border-bottom:none;margin-bottom:0;padding-bottom:1.25rem}.nav-menu a:after{display:none}.nav-menu a:hover,.nav-menu a:active{background:linear-gradient(90deg,var(--silver),transparent);color:var(--midnight-blue-dark);padding-left:1.2rem;border-left:3px solid var(--gold)}}@media(max-width:480px){.nav-container{padding:0 1rem}.nav-logo-img{height:38px}.hamburger{width:24px;height:20px}.hamburger span{height:2px}.hamburger span:nth-child(2){width:70%}.nav-menu{width:30%;max-width:240px;padding:3.25rem 1rem 0}.nav-menu a{font-size:.9rem;padding:.65rem .75rem}.nav-menu a:last-child{padding-bottom:1rem}.nav-menu a:hover,.nav-menu a:active{padding-left:1rem}}.hero-section{width:100%;display:flex;align-items:center;background:linear-gradient(90deg,#020f1e,#1a3a69);color:#fff;box-sizing:border-box;height:auto;padding:60px 20px 0}.desktop-view{display:flex}.mobile-view{display:none}.hero-container{display:flex;align-items:center;justify-content:center;width:100%;max-width:1200px;margin:0 auto;gap:40px}.hero-text{flex:1.2;max-width:650px;text-align:left}.hero-text h1{font-size:clamp(2.2rem,5vw + 1rem,4rem);font-weight:700;margin:0 0 1rem;line-height:1.1;animation:fadeInUp .8s ease-out;text-shadow:2px 2px 8px rgba(0,0,0,.5)}.hero-titles{font-size:clamp(.9rem,2vw + .5rem,1.1rem);line-height:1.6;margin:0 0 2rem;opacity:.9;animation:fadeInUp .8s ease-out .2s both}.separator-dot{margin:0 .5rem;color:#4a9eff;font-weight:700}.hero-author{font-size:1rem;opacity:.85;animation:fadeInUp .8s ease-out .4s both;padding:0}.hero-image-container{flex:1;display:flex;justify-content:flex-end;animation:fadeInRight 1s ease-out .3s both}.hero-image{max-width:100%;width:600px;height:auto;object-fit:cover;transition:transform .3s ease,width .4s ease}.hero-image:hover{transform:translate(-10px)}.hero-actions{margin-top:2.5rem;display:flex;align-items:center;gap:40px;animation:fadeInUp .8s ease-out .6s both}.social-icons{display:flex;gap:20px;align-items:center}.social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:2px solid #ffffff;color:#fff;font-size:1.4rem;transition:all .3s ease}.social-icon:hover{transform:scale(1.1)}.social-icon-youtube:hover{background-color:red;border-color:red}.social-icon-linkedin:hover{background-color:#0077b5;border-color:#0077b5}.social-icon-instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:transparent}.social-icon-twitter:hover{background-color:#000;border-color:#000}.social-icon-facebook:hover{background-color:#1877f2;border-color:#1877f2}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media(max-width:968px){.hero-section{padding:0;background:#000b18}.desktop-view{display:none}.mobile-view{display:block;width:100%}.mobile-bg-image{width:100%;height:100vh;background-image:url(/images/vin.png);background-size:contain;background-position:center;background-repeat:no-repeat;position:relative;margin-bottom:0}.mobile-gradient-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(14,49,93) 0%,rgba(0,11,24,.7) 40%,transparent 70%);pointer-events:none;z-index:1}.mobile-image-content{position:absolute;bottom:2rem;left:0;right:0;display:flex;flex-direction:column;align-items:center;padding:0 1.5rem;z-index:2;text-align:center;gap:.4rem}.mobile-name{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:.7rem;line-height:1.1;letter-spacing:.02em;text-shadow:2px 2px 4px black}.mobile-roles-on-image{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap}.mobile-role{font-size:.95rem;color:#fff;margin:0;font-weight:400;white-space:nowrap}.dot-separator{font-size:.95rem;color:#4a9eff;font-weight:700;margin:0 .3em}.mobile-cofounder-inline{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:.4rem}.mobile-cofounder-item{display:flex;flex-direction:column;align-items:center;white-space:nowrap}.mobile-role-title{font-weight:700;color:#fff;font-size:.95rem;margin-bottom:.2rem}.mobile-company-name{font-size:.85rem;color:#a8c5e8}.mobile-content-below{background:#0e315d;padding:1rem 1.5rem 2rem;display:flex;flex-direction:column;gap:1.5rem}.mobile-book{padding:1rem;border:1px solid rgba(74,158,255,.3);border-radius:8px}.mobile-book-title{font-size:.95rem;line-height:1.6;color:#e0e8f0;margin:0;text-align:center}.mobile-book-title em{font-style:italic;color:#fff}.mobile-social-icons{display:flex;gap:1.5rem;align-items:center;justify-content:center;padding:1rem 0}.mobile-social-link{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;color:#fff;font-size:1.5rem;transition:all .3s ease;text-decoration:none}.mobile-social-link:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000004d}.mobile-social-link.youtube:hover{background:red;color:#fff}.mobile-social-link.linkedin:hover{background:#0077b5;color:#fff}.mobile-social-link.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.mobile-social-link.twitter:hover{background:#000;color:#fff}.mobile-social-link.facebook:hover{background:#1877f2;color:#fff}}@media(max-width:576px){.mobile-bg-image{height:80vh}.mobile-image-content{bottom:1rem;padding:0 1rem}.mobile-name{font-size:2.5rem}.mobile-role{font-size:.73rem}.dot-separator{font-size:.85rem}.mobile-cofounder-inline{gap:1rem}.mobile-role-title{font-size:.9rem}.mobile-company-name{font-size:.8rem}.mobile-book-title{font-size:.9rem}.mobile-social-link{width:45px;height:45px;font-size:1.3rem}}.about-section{padding:80px 2%;background-color:var(--midnight-blue-dark);color:var(--text-white);box-sizing:border-box}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:flex-start;box-sizing:border-box}.about-image-stack{display:flex;justify-content:center;align-items:center;perspective:1000px;position:sticky;top:80px;z-index:10}.about-image-wrapper{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0003;transition:transform .3s ease;max-width:280px;width:100%}.about-image-wrapper:hover{transform:scale(1.05)}.about-image-wrapper img{width:100%;height:auto;display:block;object-fit:cover;border-radius:12px}.about-content h3{font-size:14px;color:var(--text-white);margin-bottom:10px;font-weight:700;letter-spacing:.05em;text-align:center}.about-content h2{font-size:32px;color:var(--text-white);margin-bottom:20px;font-weight:700;text-align:center;line-height:1.2}.about-text-truncated{display:block}.about-text-expanded{animation:fadeIn .3s ease-in}.about-paragraph{font-size:16px;line-height:1.7;margin-bottom:15px;text-align:justify;color:var(--text-white)}.about-paragraph:last-child{margin-bottom:20px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.about-button{background-color:transparent;border:2px solid var(--text-white);color:var(--text-white);border-radius:5px;padding:12px 24px;text-align:center;text-decoration:none;font-weight:600;cursor:pointer;transition:all .3s ease;display:block;margin:0 auto;max-width:200px;width:100%;box-sizing:border-box}.about-button:hover{background-color:var(--text-white);color:var(--midnight-blue-dark);transform:translateY(-2px)}.about-button:active{transform:translateY(0)}@media(max-width:900px){.about-container{grid-template-columns:.8fr 1.5fr;gap:30px;align-items:flex-start}.about-image-stack{position:sticky;top:80px}.about-image-wrapper{max-width:200px;margin:0}.about-content h2{font-size:26px}.about-paragraph{font-size:12px;line-height:1.6}.about-button{padding:10px 20px;font-size:14px}}@media(max-width:600px){.about-section{padding:60px 5%}.about-container{grid-template-columns:1fr;gap:30px}.about-image-stack{display:none}.about-content h3{font-size:12px}.about-content h2{font-size:24px;margin-bottom:15px}.about-paragraph{font-size:14px;line-height:1.6;margin-bottom:12px;text-align:justify}.about-button{padding:10px 20px;font-size:14px;max-width:100%}}@media(max-width:400px){.about-section{padding:50px 4%}.about-content h2{font-size:20px}.about-content h3{font-size:11px}.about-paragraph{font-size:13px;margin-bottom:10px;text-align:justify}}.highlights-title{font-size:clamp(2.2rem,5vw,3rem);font-weight:700;text-align:center;margin-bottom:4rem;color:#fff;letter-spacing:1px}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;justify-items:center}.highlight-card{background:var(--card-blue);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--silver);transition:transform .3s ease,box-shadow .3s ease;width:100%;max-width:380px;align-items:center}.card-content{padding:2.5rem;flex-grow:1;display:flex;flex-direction:column}.icon-container{display:flex;justify-content:center;margin-bottom:1rem}.card-subtitle{color:#ffc163;font-size:1.3rem;font-weight:600;margin-top:0;margin-bottom:1.5rem;text-align:center}.awards-list{display:flex;flex-direction:column;gap:1.25rem;flex-grow:1}.award-item{line-height:1}.award-name{font-size:1.05rem;margin:0;font-weight:500;color:var(--text-white)}.award-issuer{font-size:.9rem;margin:4px 0 0;color:var(--silver);font-style:italic}.navigation-links{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin-top:4rem}@media(max-width:768px){.highlights-section{padding:4rem 1rem}.highlights-title{margin-bottom:3rem}.highlights-grid{grid-template-columns:1fr}}.speaking{max-width:900px;margin:3rem auto;background-color:var(--midnight-blue-dark);border-radius:12px}.section{margin-bottom:3.5rem}.section-title{font-size:1.9rem;font-weight:700;color:var(--text-white);margin-bottom:1.8rem;padding-left:.8rem;text-transform:capitalize}.cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.9rem}.card{background-color:transparent;border:2px solid var(--silver);border-radius:14px;padding:1.3rem 1.5rem;transition:background-color .25s ease,box-shadow .25s ease;position:relative;box-shadow:0 0 0 transparent}.card:hover{cursor:default}.card-header{font-size:1rem;font-weight:400;color:#daa520;margin-bottom:.7rem;border-bottom:1px solid var(--silver);padding-bottom:.3rem;letter-spacing:.04em;text-align:center;justify-content:center}.card-body{font-size:1rem;color:var(--text-white);line-height:1.5}.card-body strong{color:var(--text-white)}.sub{font-style:italic;font-size:.88rem;color:var(--silver);margin:.3rem 0 .5rem}@media(max-width:720px){.cards-container{grid-template-columns:1fr}.speaking{margin:2rem 1rem;padding:1.5rem 1rem}.title{font-size:2rem}.section-title{font-size:1.4rem}}.footer{background:var(--midnight-blue-dark);color:#fff;padding:4rem 0 1.5rem;margin-top:4rem;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#ececee72}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand-social{display:flex;flex-direction:column;gap:1.5rem}.footer-brand h3{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:1rem;letter-spacing:-.5px}.footer-tagline{font-size:.95rem;line-height:1.7;color:#d1d5db;margin:0 0 1.5rem}.footer-email{display:flex;align-items:center;gap:.75rem;margin-bottom:.3rem}.footer-email-icon{font-size:1.2rem;color:#fff;flex-shrink:0}.footer-email a{color:#fff;text-decoration:none;font-size:.95rem;transition:all .3s ease}.footer-email a:hover{color:#d1d5db}.footer-social-icons.footer-social-icons-small{display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}.footer-social-icons.footer-social-icons-small .footer-social-link{width:30px;height:30px;font-size:.9rem}.footer-social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;transition:all .3s ease;font-size:1.1rem;text-decoration:none}.footer-social-icons.footer-social-icons-small .footer-social-link:hover{transform:translateY(-3px);box-shadow:0 6px 16px #ffffff1a}.footer-social-link-youtube:hover{background-color:red;border-color:red;color:#fff}.footer-social-link-linkedin:hover{background-color:#0077b5;border-color:#0077b5;color:#fff}.footer-social-link-instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:transparent;color:#fff}.footer-social-link-x:hover{background-color:#000;border-color:#000;color:#fff}.footer-social-link-facebook:hover{background-color:#1877f2;border-color:#1877f2;color:#fff}.footer-links h4,.footer-contact h4{font-size:.875rem;font-weight:600;color:#fff;margin-bottom:1.25rem;letter-spacing:.5px;text-transform:uppercase}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#d1d5db;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block;position:relative;cursor:pointer}.footer-links a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.footer-links a:hover{color:#fff;transform:translate(5px)}.footer-links a:hover:after{width:100%}.footer-toast{position:relative;display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;margin-bottom:1rem;border-radius:8px;font-size:.9rem;animation:slideInDown .4s ease-out;box-shadow:0 4px 12px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;overflow:hidden;word-wrap:break-word}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.footer-toast-success{background:#10b9811a;border:1px solid #10b981;color:#10b981}.footer-toast-error{background:#ef44441a;border:1px solid #ef4444;color:#ef4444}.footer-toast-content{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0;overflow:hidden}.footer-toast-icon{display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;font-weight:700;font-size:1rem}.footer-toast-message{line-height:1.5;word-break:break-word;overflow-wrap:break-word;max-width:100%}.footer-toast-close{background:transparent;border:none;color:inherit;font-size:1.5rem;cursor:pointer;padding:0;margin-left:.75rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s ease;flex-shrink:0}.footer-toast-close:hover{opacity:1}.footer-toast-close:focus{outline:2px solid currentColor;outline-offset:2px;border-radius:4px}.footer-contact-form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.footer-contact-form{display:flex;flex-direction:column}.footer-contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.75rem}.footer-contact-form-row .footer-contact-form-group{margin-bottom:0}.footer-contact-message{width:100%}.footer-contact-message .footer-contact-textarea{width:100%;max-width:100%;box-sizing:border-box}.footer-contact-input,.footer-contact-textarea{padding:.75rem 1rem;background:#0e162bbf;border:2px solid var(--silver)!important;border-radius:8px;color:var(--silver);font-size:.9rem;font-family:inherit;transition:all .3s ease;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}.footer-contact-input::placeholder,.footer-contact-textarea::placeholder{color:#c0c0c0a6}.footer-contact-input:focus,.footer-contact-textarea:focus{outline:none;background:#0e162be6;border:2px solid #ffffff!important;box-shadow:0 0 12px #fff3}.footer-input-error{border:2px solid #ef4444!important;background:#ef44440d}.footer-input-error:focus{border:2px solid #ef4444!important;box-shadow:0 0 12px #ef44444d!important}.footer-error-message{display:flex;align-items:center;gap:.375rem;color:#ef4444;font-size:.8rem;margin-top:.25rem;animation:fadeInSlide .3s ease-in;line-height:1.4}.footer-error-message:before{content:"⚠";font-size:.875rem}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.footer-contact-btn{padding:.75rem 1.25rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;cursor:pointer;margin-top:.5rem}.footer-contact-btn:hover:not(:disabled){background:var(--text-white);border-color:var(--silver);transform:translateY(-2px);color:var(--midnight-blue-dark);box-shadow:0 4px 12px #fff3}.footer-contact-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.footer-contact-btn:focus{outline:2px solid #ffffff;outline-offset:2px}.footer-contact-btn.primary{background:#fff;border-color:#fff;color:#0a0a0a;font-weight:600}.footer-contact-btn.primary:hover:not(:disabled){background:#d1d5db;border-color:#d1d5db;box-shadow:0 6px 20px #fff3;transform:translateY(-2px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;flex-wrap:wrap;gap:1rem}.footer-copyright{color:#9ca3af;font-size:.9rem;margin:0}.footer-legal-links{display:flex;align-items:center;gap:1rem}.footer-legal-links a{color:#d1d5db;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-legal-links a:hover{color:#fff}.footer-legal-links .separator{color:#fff3}@media(max-width:968px){.footer-container{padding:0 1.5rem}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand-social{grid-column:1 / -1;gap:1rem}.footer-brand h3{font-size:1.5rem}.footer-tagline{font-size:.9rem}}@media(max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-container{padding:0 1.25rem}.footer-top{gap:1.75rem;margin-bottom:2.5rem;padding-bottom:2.5rem}.footer-brand h3{font-size:1.4rem}.footer-tagline{font-size:.875rem;line-height:1.6}.footer-email{font-size:.9rem}.footer-links h4,.footer-contact h4{font-size:.8rem}.footer-links a{font-size:.9rem}}@media(max-width:640px){.footer{padding:2.5rem 0 1.25rem;margin-top:3rem}.footer-container{padding:0 1rem}.footer-top{display:flex!important;flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;grid-template-columns:none!important}.footer-brand-social{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:1.25rem;grid-column:auto!important}.footer-brand h3{font-size:1.3rem;margin-bottom:.75rem}.footer-tagline{font-size:.85rem;margin-bottom:1rem}.footer-email{font-size:.75rem;margin-bottom:.25rem}.footer-email-icon{font-size:.95rem}.footer-email a{font-size:.75rem}.footer-links{flex:1 1 0;min-width:0;display:flex;flex-direction:column;justify-content:flex-start}.footer-links h4{font-size:.75rem;margin-bottom:1rem}.footer-links li{margin-bottom:.625rem}.footer-links a{font-size:.85rem}.footer-contact{flex:1 1 100%;margin-top:1rem;width:100%;min-width:100%;display:flex;flex-direction:column;align-items:flex-start}.footer-contact h4{font-size:.75rem;margin-bottom:1rem;text-align:left}.footer-contact-form{width:100%;max-width:75%;display:flex;flex-direction:column;align-items:flex-start}.footer-contact-form-row,.footer-contact-message{width:100%}.footer-contact-input,.footer-contact-textarea{padding:.5rem .75rem;font-size:.7rem;width:100%;max-width:100%;box-sizing:border-box}.footer-contact-message .footer-contact-textarea{width:100%;max-width:100%}.footer-toast{width:100%;max-width:75%;box-sizing:border-box;overflow:hidden;word-wrap:break-word}.footer-toast-content{min-width:0;flex:1;overflow:hidden}.footer-toast-message{word-break:break-word;overflow-wrap:break-word;max-width:100%}.footer-contact-btn{padding:.5rem .875rem;font-size:.7rem;width:100%;max-width:100%;align-self:flex-start}.footer-social-icons.footer-social-icons-small .footer-social-link{width:28px;height:28px;font-size:.85rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.75rem;padding-top:1rem}.footer-copyright{font-size:.85rem}}@media(max-width:480px){.footer{padding:2rem 0 1rem;margin-top:2.5rem}.footer-container{padding:0 .875rem}.footer-top{gap:1.25rem;margin-bottom:1.75rem;padding-bottom:1.75rem}.footer-brand-social{gap:1rem}.footer-brand h3{font-size:1.2rem;margin-bottom:.625rem}.footer-tagline{font-size:.8rem;margin-bottom:.875rem}.footer-email{font-size:.7rem;gap:.5rem}.footer-email-icon{font-size:.85rem}.footer-email a{font-size:.7rem}.footer-links h4{font-size:.7rem;margin-bottom:.875rem}.footer-links li{margin-bottom:.5rem}.footer-links a{font-size:.8rem}.footer-contact{margin-top:1.5rem;display:flex;flex-direction:column;align-items:flex-start}.footer-contact h4{font-size:.7rem;margin-bottom:.875rem;text-align:left}.footer-contact-form{width:100%;max-width:70%;display:flex;flex-direction:column;align-items:flex-start}.footer-contact-form-row,.footer-contact-message{width:100%}.footer-contact-input,.footer-contact-textarea{padding:.45rem .65rem;font-size:.75rem;width:100%;max-width:100%;box-sizing:border-box}.footer-contact-message .footer-contact-textarea{width:100%;max-width:100%}.footer-toast{width:100%;max-width:70%;box-sizing:border-box;overflow:hidden;word-wrap:break-word}.footer-toast-content{min-width:0;flex:1;overflow:hidden}.footer-contact-btn{padding:.45rem .75rem;font-size:.75rem;width:100%;max-width:100%;align-self:flex-start}.footer-social-icons.footer-social-icons-small{gap:.5rem;margin-top:1rem}.footer-social-icons.footer-social-icons-small .footer-social-link{width:26px;height:26px;font-size:.8rem}.footer-bottom{gap:.625rem;padding-top:1.25rem}.footer-copyright{font-size:.8rem}.footer-legal-links{flex-direction:column;align-items:flex-start;gap:.5rem}.footer-legal-links a{font-size:.8rem}.footer-legal-links .separator{display:none}.footer-toast{padding:.75rem .875rem;font-size:.85rem;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;word-wrap:break-word}.footer-toast-content{gap:.5rem;min-width:0;flex:1;overflow:hidden}.footer-toast-message{word-break:break-word;overflow-wrap:break-word;max-width:100%}.footer-toast-close{margin-left:.5rem;width:20px;height:20px;font-size:1.25rem}.footer-contact-form-row{gap:.5rem}.footer-error-message{font-size:.75rem}}@media(max-width:360px){.footer{padding:1.75rem 0 .875rem}.footer-container{padding:0 .75rem}.footer-top{gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.footer-brand h3{font-size:1.1rem}.footer-tagline{font-size:.75rem}.footer-email{font-size:.65rem}.footer-email-icon{font-size:.8rem}.footer-email a,.footer-links h4{font-size:.65rem}.footer-links a{font-size:.75rem}.footer-contact{display:flex;flex-direction:column;align-items:flex-start}.footer-contact h4{font-size:.65rem;text-align:left}.footer-contact-form{width:100%;max-width:70%;display:flex;flex-direction:column;align-items:flex-start}.footer-contact-form-row,.footer-contact-message{width:100%}.footer-contact-input,.footer-contact-textarea{padding:.4rem .6rem;font-size:.7rem;width:100%;max-width:100%;box-sizing:border-box}.footer-contact-message .footer-contact-textarea{width:100%;max-width:100%}.footer-toast{width:100%;max-width:70%;box-sizing:border-box;overflow:hidden;word-wrap:break-word}.footer-toast-content{min-width:0;flex:1;overflow:hidden}.footer-toast-message{word-break:break-word;overflow-wrap:break-word;max-width:100%}.footer-contact-btn{padding:.4rem .7rem;font-size:.7rem;width:100%;max-width:100%;align-self:flex-start}.footer-social-icons.footer-social-icons-small .footer-social-link{width:24px;height:24px;font-size:.75rem}.footer-copyright,.footer-legal-links a{font-size:.75rem}}@keyframes contentReveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{transform:translate(-50%,-50%) scale(.5);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.academics-section{background-color:var(--midnight-blue-dark);color:var(--text-white);padding:80px 20px;font-family:Roboto,sans-serif;overflow-x:hidden}.container{max-width:1100px;margin:0 auto}.section-title{text-align:center;font-size:clamp(2rem,5vw,2.8rem);font-weight:700;color:var(--text-white);margin-bottom:70px}.timeline{position:relative;display:grid;gap:40px}.timeline:before{content:"";position:absolute;top:0;left:50%;width:2px;height:100%;background-color:var(--text-white);transform:translate(-50%);display:none}.timeline-item{background-color:var(--card-blue);border-radius:8px;padding:30px;display:flex;flex-direction:column;gap:25px;border:1px solid var(--silver);animation:contentReveal .8s cubic-bezier(.25,.46,.45,.94) forwards}.timeline-year{display:inline-block;font-size:.9rem;font-weight:500;color:var(--text-white);margin-bottom:20px;padding:6px 18px;border-radius:50px;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.timeline-degree,.timeline-specialization,.timeline-focus,.timeline-institution{color:var(--text-white)}.timeline-degree{font-size:1.5rem;font-weight:700;margin:0 0 8px}.timeline-specialization{font-size:1.1rem;font-weight:500;margin:0 0 20px}.timeline-focus{font-size:1rem;line-height:1.6;opacity:.9}.timeline-image-section{order:-1;text-align:center}.image-wrapper{display:inline-block;border-radius:50%;padding:6px;background:linear-gradient(145deg,var(--timeline-line-color),var(--midnight-blue-dark));margin-bottom:15px;transition:transform .4s ease}.timeline-item:hover .image-wrapper{transform:scale(1.08)}.timeline-image{width:140px;height:140px;object-fit:cover;border-radius:50%;border:3px solid var(--navy-blue-light)}.timeline-institution{font-size:1rem;font-style:italic;opacity:.8}@media(min-width:820px){.academics-section{padding:80px}.timeline:before{display:block}.timeline-item{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;background:none;border:none;padding:0;animation:none;transition:transform .4s ease}.timeline-item:hover{transform:scale(1.03)}.timeline-item:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;background-color:var(--midnight-blue-dark);border:3px solid var(--silver);z-index:1;animation:popIn .6s cubic-bezier(.68,-.55,.27,1.55) forwards}.timeline-item:nth-child(odd) .timeline-content,.timeline-item:nth-child(odd) .timeline-image-section,.timeline-item:nth-child(2n) .timeline-content,.timeline-item:nth-child(2n) .timeline-image-section{animation:contentReveal .8s cubic-bezier(.25,.46,.45,.94) forwards}.timeline-item:nth-child(odd) .timeline-content{order:1;text-align:right}.timeline-item:nth-child(odd) .timeline-image-section{order:2;text-align:left}.timeline-item:nth-child(2n) .timeline-content{order:2;text-align:left}.timeline-item:nth-child(2n) .timeline-image-section{order:1;text-align:right}}@media(min-width:640px){.academics-section{padding:80px}.timeline:before{display:block}.timeline-item{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;background:none;border:none;padding:0;animation:none;transition:transform .4s ease}.timeline-item:hover{transform:scale(1.03)}.timeline-item:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;background-color:var(--midnight-blue-dark);border:3px solid var(--silver);z-index:1;animation:popIn .6s cubic-bezier(.68,-.55,.27,1.55) forwards}.timeline-item:nth-child(odd) .timeline-content,.timeline-item:nth-child(odd) .timeline-image-section,.timeline-item:nth-child(2n) .timeline-content,.timeline-item:nth-child(2n) .timeline-image-section{animation:contentReveal .8s cubic-bezier(.25,.46,.45,.94) forwards}.timeline-item:nth-child(odd) .timeline-content{order:1;text-align:right}.timeline-item:nth-child(odd) .timeline-image-section{order:2;text-align:left}.timeline-item:nth-child(2n) .timeline-content{order:2;text-align:left}.timeline-item:nth-child(2n) .timeline-image-section{order:1;text-align:right}}@media(max-width:480px){.timeline-item{padding:20px;gap:20px;text-align:center}.timeline-degree,.timeline-specialization,.timeline-focus,.timeline-institution{text-align:left}.timeline-image{width:120px;height:120px}.timeline-degree{font-size:1rem}.timeline-specialization{font-size:.5rem;margin-bottom:15px}.timeline-year{text-align:center}}nav{position:fixed;top:0;left:0;width:100%;z-index:9999;background-color:var(--midnight-blue-dark);box-shadow:0 2px 8px #00000080}.journey-section{position:relative;background-color:var(--midnight-blue-dark);padding:140px 20px 60px;max-width:1200px;margin:0 auto;overflow-x:hidden}.journey-main-title{text-align:center;font-size:2.5rem;color:var(--text-white);margin-bottom:4rem;max-width:900px;margin-left:auto;margin-right:auto}.journey-grid-container{display:grid;grid-template-columns:1fr;gap:2.5rem;justify-content:center;margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.journey-card{display:flex;gap:2rem;overflow:hidden;min-height:180px;background:none!important;padding:1rem;align-items:center;border-radius:40px;opacity:0;transition:transform .4s ease,box-shadow .4s ease}.journey-card.is-visible{animation:fadeInUp .8s ease-out forwards}.journey-card:hover{transform:translateY(-10px);box-shadow:0 12px 24px #00000059}.journey-card.normal-layout{flex-direction:row}.journey-card.reverse-layout{flex-direction:row-reverse}.card-image{flex:0 0 300px;width:300px;height:300px;border-radius:16px;background-size:cover;background-position:center;align-self:center;transition:transform .4s ease}.journey-card:hover .card-image{transform:scale(1.05)}.card-content{flex:1;padding:1rem 2rem;display:flex;flex-direction:column;position:relative;min-width:0}.card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap;justify-content:space-between}.card-title-group{display:flex;flex-direction:column;flex:1;min-width:0}.card-role{font-size:1.4rem;color:var(--text-white);margin:0;font-weight:600}.card-company{font-size:1rem;color:var(--text-white);margin:0;font-style:italic;line-height:1.4;word-break:break-word;overflow-wrap:break-word}.card-meta{font-size:.85rem;color:#98fb98;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);padding:.75rem 0;margin-bottom:1rem;display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.card-body{flex-grow:1}.card-description{font-size:.95rem;color:var(--text-white);line-height:1.6;margin-bottom:1rem;word-break:break-word;overflow-wrap:break-word}.card-points{list-style-type:none;padding-left:0;margin:0}.card-points li{font-size:.9rem;color:var(--text-white);margin-bottom:.5rem;padding-left:20px;position:relative;word-break:break-word}.card-points li:before{content:"✓";position:absolute;left:0;top:2px;color:#98fb98;font-weight:700}@media(max-width:992px){.journey-main-title{font-size:2.2rem}.journey-card{gap:1.5rem}.card-image{flex:0 0 200px;width:200px;height:200px}.card-role{font-size:1.2rem}}@media(max-width:768px){.journey-section{padding:100px 1.5rem 3rem}.journey-main-title{font-size:2rem;margin-bottom:3rem}.journey-card,.journey-card.normal-layout,.journey-card.reverse-layout{flex-direction:column;min-height:auto;padding:1.5rem;border-radius:24px}.card-image{width:120px;height:120px;margin:0 auto 1.5rem;flex-basis:120px}.card-content,.journey-card.reverse-layout .card-content{border-radius:0;padding:0;text-align:center}.card-header{flex-direction:column;align-items:center}}@media(max-width:480px){.journey-section{padding:90px 1rem 2rem}.journey-main-title{font-size:1.6rem}.journey-card{padding:1.25rem 1rem}.card-image{width:100px;height:100px;flex-basis:100px;margin-bottom:1rem}.card-role{font-size:1.1rem}.card-company,.card-description{font-size:.9rem}.card-meta{font-size:.8rem}.card-points li{font-size:.85rem;padding-left:18px;text-align:left}.card-points li:before{top:1px}}.projects-section{position:relative;background-color:var(--midnight-blue-dark);padding:100px 40px}.projects-main-title{text-align:center;font-size:2.5rem;color:var(--text-white);margin-bottom:5rem;text-shadow:2px 2px 8px rgba(0,0,0,.5)}.projects-vertical-list{display:flex;flex-direction:column;gap:4rem;max-width:1000px;margin:0 auto}.project-feature-card{display:flex;gap:2.5rem;align-items:center}.project-feature-card:nth-child(2n){flex-direction:row-reverse}.project-image-wrapper{flex-shrink:0;width:340px;height:240px;border-radius:12px;overflow:hidden}.project-feature-image{width:100%;height:100%;display:block;transition:transform .4s ease;object-fit:contain}.project-feature-card:hover .project-feature-image{transform:scale(1.05)}.project-content{display:flex;flex-direction:column;align-items:flex-start;text-align:justify}.project-name{font-size:1.5rem;font-weight:700;color:#fcfcfc;margin:0 0 1rem}.project-description{font-size:1rem;color:var(--text-white);line-height:1.7;margin-bottom:2rem}.project-link-btn{background-color:transparent;border:2px solid var(--text-white);color:var(--text-white);border-radius:5px;padding:12px 24px;text-align:center;text-decoration:none;font-weight:600;transition:all .3s ease}.project-link-btn:hover{background-color:var(--text-white);color:var(--midnight-blue-dark)}@media(max-width:768px){.project-feature-card,.project-feature-card:nth-child(2n){flex-direction:column;gap:2rem}.project-image-wrapper{width:100%;max-width:500px;height:220px}.project-feature-image{height:100%;object-fit:contain}.projects-section{padding:80px 20px}.projects-main-title{font-size:2rem;margin-bottom:4rem}}@media(max-width:480px){.projects-section{padding:60px 16px}.project-image-wrapper{height:200px}.projects-main-title{font-size:1.75rem;margin-bottom:3rem}.project-name{font-size:1.3rem}.project-description{font-size:.95rem}}#publication-section{background:#f5f5f5;padding:clamp(40px,8vw,80px) 5%}.publication-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;align-items:flex-start;gap:clamp(30px,5vw,60px)}.publication-image-wrapper{width:100%;max-width:340px;position:sticky;top:100px}.book-cover-image{width:100%;height:auto;display:block;border-radius:12px;box-shadow:0 20px 40px -10px #0014324d;transition:transform .4s cubic-bezier(.25,.8,.25,1)}.book-cover-image:hover{transform:translateY(-8px)}.publication-content-wrapper{display:flex;flex-direction:column;min-width:0}.publication-title{font-size:clamp(26px,4.5vw,42px);line-height:1.3;color:var(--midnight-blue-dark);margin-bottom:clamp(15px,3vw,20px);text-align:center;word-wrap:break-word;text-shadow:2px 2px 4px rgba(20,20,20,.25)}.publication-title span{font-size:clamp(18px,3vw,28px);display:block;color:var(--midnight-blue-dark);margin-top:10px}.publication-metadata{display:flex;flex-wrap:wrap;gap:clamp(15px,3vw,25px);margin-bottom:25px;font-size:clamp(14px,1.8vw,16px);color:var(--midnight-blue-dark);border-bottom:1px solid #e9ecef;padding-bottom:20px;justify-content:center}.metadata-item{display:flex;align-items:center;gap:10px;flex-shrink:0}.metadata-icon{color:var(--midnight-blue-dark);font-size:clamp(16px,2vw,18px)}.publication-description-text{margin-bottom:15px;color:var(--midnight-blue-dark);line-height:1.8}.publication-description-text p{margin-bottom:10px;text-align:justify;color:var(--midnight-blue-dark);font-size:clamp(14px,1.8vw,16px);word-wrap:break-word;overflow-wrap:break-word}.publication-key-features{margin-bottom:10px;margin-top:0}.features-title{font-weight:600;font-size:clamp(16px,2vw,18px);color:var(--midnight-blue-dark);margin-bottom:20px}.publication-key-features ul{list-style:none;padding-left:0}.publication-key-features li{display:flex;align-items:flex-start;gap:clamp(10px,2vw,15px);margin-bottom:15px;color:var(--midnight-blue-dark);font-size:clamp(14px,1.8vw,16px);word-wrap:break-word}.feature-tick-icon{font-size:clamp(18px,2.5vw,22px);color:#daa520;flex-shrink:0;margin-top:2px}.publication-call-to-action{font-style:italic;font-weight:500;font-size:clamp(15px,2vw,18px);margin-bottom:25px;color:#47360c;text-align:center;background:linear-gradient(135deg,#fff8e7,#fffbf0);padding:clamp(15px,3vw,20px);border-radius:8px;border:2px solid goldenrod;box-shadow:0 4px 15px #daa5201a;transition:all .4s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden;word-wrap:break-word}.publication-call-to-action:hover{background:linear-gradient(135deg,#fffbf0,#fff8e7);box-shadow:0 8px 25px #daa52040;transform:translateY(-5px);border-color:#47360c}.view-book-button{background-color:transparent;border:2px solid var(--midnight-blue-dark);color:var(--midnight-blue-dark);border-radius:5px;padding:clamp(10px,2vw,12px) clamp(20px,3vw,30px);text-align:center;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:clamp(14px,1.8vw,16px);letter-spacing:.5px;cursor:pointer;align-self:flex-start;white-space:nowrap}.view-book-button:hover{background-color:var(--midnight-blue-dark);color:var(--text-white);transform:translateY(-2px);box-shadow:0 5px 15px #2d5f4f33}.button-arrow-icon{transition:transform .3s ease;flex-shrink:0}.view-book-button:hover .button-arrow-icon{transform:translate(5px)}@media(max-width:1024px){.publication-container{gap:40px}.publication-image-wrapper{max-width:320px}}@media(max-width:992px){.publication-container{grid-template-columns:1fr}.publication-title,.publication-title span{text-align:center}.publication-image-wrapper{position:static;max-width:300px;margin:0 auto 20px}.view-book-button{align-self:center}.publication-call-to-action,.publication-description-text p{text-align:justify}.publication-metadata{justify-content:center}}@media(max-width:768px){#publication-section{padding:50px 4%}.publication-image-wrapper{max-width:260px}.publication-description-text p{text-align:left}}@media(max-width:600px){#publication-section{padding:40px 5%}.publication-title{text-align:center}.publication-image-wrapper{max-width:240px;margin-bottom:15px}.publication-title span{text-align:center}.publication-call-to-action{margin-bottom:20px}.publication-description-text p{text-align:left}.view-book-button{width:100%;justify-content:center;padding:12px 20px}.publication-metadata{flex-direction:column;align-items:center;gap:12px}}@media(max-width:480px){.publication-image-wrapper{max-width:200px}.publication-key-features li{gap:10px}}@media(max-width:400px){#publication-section{padding:30px 4%}.publication-image-wrapper{max-width:180px}.publication-call-to-action{padding:12px}}@media(max-width:320px){.publication-image-wrapper{max-width:160px}.view-book-button{font-size:13px;gap:8px}}@media(hover:none)and (pointer:coarse){.view-book-button{min-height:44px;padding:12px 24px}.book-cover-image:hover,.publication-call-to-action:hover{transform:none}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.book-cover-image{image-rendering:-webkit-optimize-contrast}}@media(max-height:500px)and (orientation:landscape){.publication-image-wrapper{position:static;max-width:200px}.publication-container{grid-template-columns:1fr 2fr;gap:30px}}.insights-container{background-color:#021024;padding:80px;color:#fff;font-family:Roboto,sans-serif}.insights-header{margin-bottom:50px;text-align:left;max-width:1200px;margin-left:auto;margin-right:auto}.insights-header h2{font-size:2.5rem;font-weight:700;margin:0 0 10px}.insights-header p{font-size:1.1rem;font-weight:400;color:#ffffffe6;margin:0}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;max-width:1200px;margin:0 auto}.insight-card{background:#0d233a;border-radius:40px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 20px #0000001a;border:1px solid #3a3f5a;transition:transform .3s ease,box-shadow .3s ease}.insight-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0003}.insight-image{width:100%;height:200px;object-fit:cover}.insight-content{padding:25px;display:flex;flex-direction:column;flex-grow:1}.insight-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:.9rem}.insight-category{color:#2ecc71;font-weight:600}.insight-date{color:#a0d8f1}.insight-title{font-size:1.4rem;font-weight:600;margin:0 0 15px;line-height:1.4}.insight-description{font-size:1rem;color:#ffffffd9;line-height:1.6;margin:0 0 20px;flex-grow:1}.insight-read-more{color:#fff;text-decoration:none;font-weight:600;font-size:1rem;align-self:flex-start;transition:transform .3s ease}.insight-read-more:hover{transform:translate(5px)}@media(max-width:992px){.insights-container{padding:60px 40px}}@media(max-width:768px){.insights-container{padding:50px 20px}.insights-header{text-align:center;margin-bottom:40px}.insights-header h2{font-size:2.2rem}}@media(max-width:480px){.insights-header h2{font-size:2rem}.insight-title{font-size:1.25rem}.insight-description{font-size:.95rem}}.gallery-preview-section{padding:80px 5%;background-color:var(--midnight-blue-dark);color:var(--text-white);overflow:hidden}.gallery-preview-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;align-items:center;gap:60px}.gallery-preview-header{text-align:left;z-index:10}.gallery-preview-title{font-size:48px;font-weight:800;line-height:1.2;margin-bottom:20px;text-shadow:1px 1px 3px rgba(189,183,183,.622)}.gallery-preview-subtitle{font-size:18px;margin-bottom:30px;line-height:1.6}.gallery-preview-button{background-color:transparent;border:2px solid var(--text-white);color:var(--text-white);border-radius:5px;padding:12px 24px;text-align:center;text-decoration:none;font-weight:600;transition:all .3s ease}.gallery-preview-button:hover{background-color:var(--text-white);color:var(--midnight-blue-dark)}.carousel-wrapper{position:relative;display:flex;justify-content:center;align-items:center;height:500px}.carousel-container{position:relative;width:300px;height:450px;perspective:1500px;transform-style:preserve-3d}.carousel-item{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0003;cursor:pointer;transition:transform .6s cubic-bezier(.77,0,.175,1),opacity .6s ease;will-change:transform,opacity}.carousel-image{width:100%;height:100%;object-fit:cover}.carousel-item.active{transform:translateZ(0) scale(1);opacity:1;z-index:5}.carousel-item.next{transform:translate(150px) translateZ(-200px) rotateY(-45deg) scale(.8);opacity:.7;z-index:4}.carousel-item.prev{transform:translate(-150px) translateZ(-200px) rotateY(45deg) scale(.8);opacity:.7;z-index:4}.carousel-item.far-next{transform:translate(300px) translateZ(-400px) rotateY(-55deg) scale(.6);opacity:.3;z-index:3}.carousel-item.far-prev{transform:translate(-300px) translateZ(-400px) rotateY(55deg) scale(.6);opacity:.3;z-index:3}.carousel-item.hidden{transform:scale(0);opacity:0;z-index:1}@media(max-width:992px){.gallery-preview-container{grid-template-columns:1fr;gap:50px}.gallery-preview-header{text-align:center}}@media(max-width:768px){.carousel-wrapper{height:400px}.carousel-container{width:220px;height:330px}}@media(max-width:576px){.gallery-preview-section{padding:40px 3%}.gallery-preview-container{gap:30px}.gallery-preview-title{font-size:32px;margin-bottom:15px}.gallery-preview-subtitle{font-size:16px;margin-bottom:20px}.gallery-preview-button{padding:10px 20px;font-size:14px}.carousel-wrapper{height:300px}.carousel-container{width:180px;height:270px;perspective:1000px}.carousel-item.next{transform:translate(110px) translateZ(-140px) rotateY(-40deg) scale(.75)}.carousel-item.prev{transform:translate(-110px) translateZ(-140px) rotateY(40deg) scale(.75)}.carousel-item.far-next{transform:translate(220px) translateZ(-280px) rotateY(-50deg) scale(.55)}.carousel-item.far-prev{transform:translate(-220px) translateZ(-280px) rotateY(50deg) scale(.55)}}@media(min-width:577px)and (max-width:768px){.gallery-preview-title{font-size:40px}.carousel-wrapper{height:380px}.carousel-container{width:240px;height:360px;perspective:1300px}}@media(min-width:1400px){.gallery-preview-container{max-width:1600px;gap:80px}.gallery-preview-title{font-size:56px}.carousel-wrapper{height:550px}.carousel-container{width:350px;height:520px;perspective:1800px}}.gallery-section{padding:30px 4%;min-height:100vh;background:linear-gradient(160deg,#0f172a,#1e293b,#334155);font-family:Inter,Segoe UI,system-ui,sans-serif}.gallery-header{max-width:1400px;margin:0 auto 40px;display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:2px solid rgba(148,163,184,.15)}.gallery-title{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.gallery-back-button{display:flex;align-items:center;gap:10px;padding:12px 24px;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#e2e8f0;font-size:16px;font-weight:600;text-decoration:none;border-radius:12px;border:1px solid rgba(255,255,255,.15);transition:all .3s cubic-bezier(.4,0,.2,1)}.gallery-back-button:hover{background:#ffffff26;transform:translateY(-2px)}.gallery-container{max-width:1400px;margin:0 auto}.full-photo-grid{column-count:4;column-gap:20px}.full-photo-item{break-inside:avoid;margin-bottom:20px;position:relative;cursor:pointer;border-radius:16px;overflow:hidden;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .4s cubic-bezier(.4,0,.2,1)}.full-photo-item:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#3b82f61a,#9333ea1a);opacity:0;transition:opacity .4s ease;z-index:1;pointer-events:none}.full-photo-item:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0006,0 0 0 1px #fff3}.full-photo-item:hover:before{opacity:1}.full-photo-image{width:100%;height:auto;display:block;border-radius:16px;transition:transform .4s ease}.full-photo-item:hover .full-photo-image{transform:scale(1.03)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172aeb;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);display:flex;justify-content:center;align-items:center;z-index:1000;padding:40px;animation:modalFadeIn .4s cubic-bezier(.4,0,.2,1)}.modal-content{position:relative;max-width:1200px;max-height:90vh;display:flex;justify-content:center;align-items:center;animation:modalZoomIn .5s cubic-bezier(.34,1.56,.64,1)}.modal-image{max-width:100%;max-height:85vh;width:auto;height:auto;object-fit:contain;border-radius:20px;box-shadow:0 25px 50px #00000080,0 0 0 1px #ffffff1a,0 0 100px #3b82f633;-webkit-user-select:none;user-select:none}.close-button{position:absolute;top:20px;right:30px;width:48px;height:48px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;font-size:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:1010;-webkit-user-select:none;user-select:none}.close-button:hover{background:#fff3;transform:rotate(90deg) scale(1.1)}.modal-nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1010}.modal-nav:hover{background:#fff3;transform:translateY(-50%) scale(1.15)}.modal-nav.prev{left:40px}.modal-nav.next{right:40px}@media(max-width:1200px){.full-photo-grid{column-count:3;column-gap:18px}.gallery-title{font-size:2.2rem}}@media(max-width:900px){.gallery-section{padding:20px 3%}.full-photo-grid{column-count:2;column-gap:12px}.full-photo-item{margin-bottom:12px;border-radius:12px}.full-photo-image{border-radius:12px}.gallery-header{flex-direction:row;gap:16px;align-items:center;justify-content:space-between;margin-bottom:24px}.gallery-title{font-size:2rem;flex:1;text-align:left}.gallery-back-button{padding:10px 20px;font-size:15px;flex-shrink:0}}@media(max-width:600px){.gallery-section{padding:16px 3%;min-height:auto}.gallery-container{padding:0}.gallery-header{margin-bottom:20px;padding-bottom:16px;flex-direction:column;gap:12px;align-items:flex-start}.gallery-title{font-size:1.75rem;letter-spacing:-.3px;width:100%;text-align:left}.gallery-back-button{padding:10px 18px;font-size:14px;min-height:44px;width:auto;gap:8px}.gallery-back-button svg{width:20px;height:20px}.full-photo-grid{column-count:2;column-gap:12px;padding:0}.full-photo-item{margin-bottom:12px;border-radius:12px;width:100%;break-inside:avoid;display:block;transition:transform .3s ease}.full-photo-item:active{transform:scale(.97);opacity:.9}.full-photo-image{border-radius:12px;width:100%;height:auto;display:block}.full-photo-item:hover{transform:none;box-shadow:none}.full-photo-item:hover:before{opacity:0}.full-photo-item:hover .full-photo-image{transform:none}.modal-overlay{padding:0;background:#0f172afa;touch-action:pan-y pinch-zoom}.modal-content{max-width:100vw;max-height:100vh;width:100%;height:100%;padding:60px 10px 100px;box-sizing:border-box}.modal-image{max-width:100%;max-height:calc(100vh - 160px);width:auto;height:auto;border-radius:8px;object-fit:contain}.close-button{top:12px;right:12px;width:44px;height:44px;font-size:24px;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3)}.close-button:active{transform:scale(.9);background:#000c}.modal-nav{width:48px;height:48px;font-size:20px;bottom:20px;top:auto;transform:none;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3)}.modal-nav:active{transform:scale(.9);background:#000c}.modal-nav.prev{left:50%;transform:translate(calc(-100% - 8px))}.modal-nav.next{right:50%;transform:translate(calc(100% + 8px))}}@media(max-width:400px){.gallery-section{padding:12px 2%}.gallery-header{margin-bottom:16px;padding-bottom:12px}.gallery-title{font-size:1.5rem}.gallery-back-button{font-size:13px;padding:10px 16px;min-height:42px}.gallery-back-button svg{width:18px;height:18px}.full-photo-item{margin-bottom:10px;border-radius:10px}.full-photo-image{border-radius:10px}.modal-content{padding:50px 8px 90px}.modal-image{max-width:100%;max-height:calc(100vh - 140px);border-radius:8px}.close-button{top:10px;right:10px;width:40px;height:40px;font-size:22px}.modal-nav{width:44px;height:44px;font-size:18px;bottom:16px}.modal-nav.prev{left:50%;transform:translate(calc(-100% - 6px))}.modal-nav.next{right:50%;transform:translate(calc(100% + 6px))}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalZoomIn{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}.contact-form-wrapper{margin-top:35px}.contact-form-card{max-width:650px;width:100%;background-color:var(--card-blue);padding:25px 30px;border-radius:16px;box-shadow:0 8px 32px #0003}.form-title{text-align:center;margin-bottom:25px;font-size:18px;font-weight:600;letter-spacing:1px;color:var(--text-white)}.form-field{margin-bottom:10px}.form-input{width:100%;padding:15px;border:none;border-radius:8px;background-color:var(--midnight-blue-dark);color:var(--text-white);font-size:15px;box-sizing:border-box}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-white)}.form-row{display:flex;gap:15px;align-items:flex-end}.form-textarea{flex-grow:1;height:90px;padding:15px;border:none;border-radius:8px;background-color:var(--midnight-blue-dark);color:var(--text-white);font-size:15px;resize:none;box-sizing:border-box}.form-submit-button{background-color:transparent;border:2px solid var(--text-white);color:var(--text-white);border-radius:5px;padding:12px 24px;text-align:center;text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer}.form-submit-button:hover{background-color:var(--text-white);color:var(--midnight-blue-dark)}@media screen and (max-width:600px){.form-row{flex-direction:column;align-items:stretch}.form-submit-button{width:100%}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px var(--midnight-blue-dark) inset!important;-webkit-text-fill-color:var(--text-white)!important}.book-card-container{display:flex;justify-content:center;align-items:center;padding:1.5rem}.book-card{display:flex;background-color:#020c1b;color:#e6f1ff;border-radius:12px;max-width:1000px;border:1px solid #c0c0c0;transition:transform .3s cubic-bezier(.645,.045,.355,1),box-shadow .3s cubic-bezier(.645,.045,.355,1);overflow:hidden}.book-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px -10px #ced1d599}.book-image{flex:0 0 200px;margin:auto 1.5rem;align-self:center}.book-image img{width:100%;border-radius:8px}.book-content{flex:1;padding:1.5rem;display:flex;flex-direction:column}.book-content h3{font-size:1.1rem;color:#e6f1ff;display:flex;align-items:center;gap:.6rem;margin:0 0 .5rem;font-weight:600}.book-content .author{color:#d8d8d8;display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;font-size:.9rem;font-weight:400}.book-content .description{color:#d8d8d8;line-height:1.6;margin-bottom:1rem;flex-grow:1}.book-content .highlight{font-style:italic;color:#98fb98;margin-bottom:1.5rem}.book-links{display:flex;align-items:center;gap:1rem;margin-top:auto}.book-links a{color:#e6f1ff;font-size:1.2rem;transition:color .3s ease}.book-links a:hover{color:silver}.book-links .read-more{font-size:.9rem;font-weight:500;color:#e6f1ff;border:1px solid #c0c0c0;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;background-color:transparent;transition:all .3s cubic-bezier(.645,.045,.355,1)}.book-links .read-more:hover{background-color:silver;color:#020c1b}@media(max-width:768px){.book-card{flex-direction:column;text-align:center}.book-image{margin:1.5rem auto 1rem;width:180px}.book-content{padding:0 1.5rem 1.5rem}.book-content h3,.book-content .author,.book-links{justify-content:center}}@media(max-width:480px){.book-card-container{padding:1rem}.book-image{width:150px}.book-content{padding:0 1rem 1rem}.book-content h3{font-size:1rem}.book-content .author{font-size:.8rem}.book-links .read-more{padding:.6rem 1.2rem}}.privacy-page-wrapper{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(90deg,#020f1e,#1a3a69)}.privacy-container{flex:1;background-color:var(--midnight-blue-dark, #020f1e);color:var(--text-white, #ffffff);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;padding:4rem 2rem 3rem;max-width:900px;margin:30px auto 0;width:100%;animation:fadeIn .6s ease-out}.privacy-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid rgba(255,255,255,.1)}.privacy-title{font-size:3rem;font-weight:700;letter-spacing:-1px;margin-bottom:.75rem;color:#fff;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp .6s ease-out}.privacy-last-updated{text-align:center;margin:0;color:#a9b4c2;font-style:italic;font-size:.95rem;animation:fadeInUp .6s ease-out .1s both}.privacy-content{line-height:1.8;animation:fadeInUp .6s ease-out .2s both}.privacy-content h2{font-size:1.75rem;font-weight:600;margin-top:3rem;margin-bottom:1.25rem;color:var(--text-white, #f4f4f4);padding-left:1.25rem;border-left:4px solid #3b82f6}.privacy-content h2:first-of-type{margin-top:0}.privacy-content h3{font-size:1.3rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:var(--text-white, #f4f4f4);padding-left:1rem;border-left:3px solid #60a5fa}.privacy-content p,.privacy-content ul{font-size:1.05rem;line-height:1.8;color:#d1d5db;margin-bottom:1.25rem}.privacy-content ul{list-style-type:none;padding-left:0;margin-left:0}.privacy-content li{margin-bottom:.75rem;padding-left:1.75rem;position:relative;color:#d1d5db;line-height:1.7}.privacy-content li:before{content:"▸";position:absolute;left:0;color:#3b82f6;font-weight:700;font-size:1.2rem}.privacy-content a{color:#60a5fa;text-decoration:none;font-weight:500;transition:all .3s ease;border-bottom:1px solid transparent}.privacy-content a:hover{color:#93c5fd;border-bottom-color:#93c5fd}@media(max-width:768px){.privacy-container{padding:3rem 1.5rem 2rem}.privacy-title{font-size:2.25rem}.privacy-last-updated{font-size:.9rem}.privacy-content h2{font-size:1.5rem;padding-left:1rem;border-left-width:3px}.privacy-content h3{font-size:1.15rem;padding-left:.75rem}.privacy-content p,.privacy-content ul{font-size:1rem}.privacy-content li{padding-left:1.5rem}}@media(max-width:480px){.privacy-container{padding:2.5rem 1rem 1.5rem}.privacy-title{font-size:2rem}.privacy-header{margin-bottom:2rem;padding-bottom:1.5rem}.privacy-last-updated{font-size:.9rem}.privacy-content h2{font-size:1.3rem;margin-top:2rem}.privacy-content h3{font-size:1.1rem}.privacy-content p,.privacy-content ul{font-size:.95rem;line-height:1.6}}.terms-page-wrapper{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(90deg,#020f1e,#1a3a69);margin-top:30px}.terms-container{flex:1;background-color:var(--midnight-blue-dark, #020f1e);color:var(--text-white, #ffffff);padding:4rem 2rem 3rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;max-width:900px;margin:0 auto;width:100%;animation:fadeIn .6s ease-out}.terms-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid rgba(255,255,255,.1)}.terms-title{font-size:3rem;font-weight:700;margin-bottom:.75rem;color:#fff;letter-spacing:-1px;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp .6s ease-out}.terms-last-updated{text-align:center;margin:0;color:#a9b4c2;font-size:.95rem;font-style:italic;animation:fadeInUp .6s ease-out .1s both}.terms-content{line-height:1.8;animation:fadeInUp .6s ease-out .2s both}.terms-content h2{font-size:1.75rem;font-weight:600;margin-top:3rem;margin-bottom:1.25rem;color:#fff;padding-left:1.25rem;border-left:4px solid #3b82f6;position:relative}.terms-content h2:first-of-type{margin-top:0}.terms-content p{margin-bottom:1.25rem;color:#d1d5db;font-size:1.05rem}.terms-content ul{list-style-type:none;margin-left:0;margin-bottom:1.5rem;padding-left:0}.terms-content li{margin-bottom:.75rem;padding-left:1.75rem;position:relative;color:#d1d5db;line-height:1.7}.terms-content li:before{content:"▸";position:absolute;left:0;color:#3b82f6;font-weight:700;font-size:1.2rem}.terms-content a{color:#60a5fa;text-decoration:none;font-weight:500;transition:all .3s ease;border-bottom:1px solid transparent}.terms-content a:hover{color:#93c5fd;border-bottom-color:#93c5fd}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.terms-container{padding:3rem 1.5rem 2rem}.terms-title{font-size:2.25rem}.terms-last-updated{font-size:.9rem}.terms-content h2{font-size:1.5rem;padding-left:1rem;border-left-width:3px}.terms-content p{font-size:1rem}.terms-content li{padding-left:1.5rem}}@media(max-width:480px){.terms-container{padding:2.5rem 1rem 1.5rem}.terms-title{font-size:2rem}.terms-header{margin-bottom:2rem;padding-bottom:1.5rem}.terms-content h2{font-size:1.3rem;margin-top:2rem}.terms-content p,.terms-content li{font-size:.95rem}}.highlights-section{background:var(--midnight-blue-dark);padding:5rem 2rem;font-family:Roboto,sans-serif;color:var(--text-white)}.highlights-container{max-width:1200px;margin:0 auto;width:100%}.highlights-title{font-size:clamp(2.2rem,5vw,3rem);font-weight:700;text-align:center;margin-bottom:4rem;color:#fff;letter-spacing:1px;text-shadow:2px 2px 8px rgba(0,0,0,.5)}.highlights-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem}.highlight-card{background:var(--card-blue);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--silver);transition:transform .3s ease,box-shadow .3s ease;width:100%;max-width:380px;flex:1 1 300px;text-align:center}.highlight-card:hover{transform:translateY(-10px);box-shadow:0 8px 32px #e5eef34a}.card-content{padding:2.5rem;flex-grow:1;display:flex;flex-direction:column;align-items:center}.logo-container{margin-bottom:1.5rem;height:80px;display:flex;align-items:center;justify-content:center}.card-logo{max-height:100%;max-width:160px;object-fit:contain}.card-role{color:#ffc163;font-size:1.3rem;font-weight:600;margin:0 0 .5rem}.card-company{font-size:1rem;font-weight:500;color:var(--text-white);margin:0 0 1rem;line-height:1.4}.card-meta{font-size:.9rem;color:var(--silver);margin-bottom:1.5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;font-style:italic}.card-meta .separator{margin:0 .25rem}.card-summary{font-size:.95rem;color:var(--text-white);line-height:1.6;margin:0;flex-grow:1}.navigation-links{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin-top:4.5rem}.nav-button{background-color:transparent;color:var(--text-white);border:1px solid cyan;border-radius:5px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:background-color .3s ease,color .3s ease,transform .3s ease,box-shadow .3s ease;text-align:center}.nav-button:hover{transform:translateY(-5px);box-shadow:0 4px 12px #e5eef333}@media(max-width:768px){.highlights-section{padding:4rem 1.5rem}.highlights-title{font-size:clamp(1.75rem,4vw,2.2rem);margin-bottom:3rem}.highlight-card{flex-basis:100%;max-width:100%}.highlights-grid{gap:2rem}}@media(max-width:480px){.highlights-section{padding:3rem 1rem}.highlights-title{font-size:clamp(1.5rem,3.5vw,1.75rem);margin-bottom:2.5rem}.highlights-grid{gap:1.5rem}.card-content{padding:2rem 1.5rem}.navigation-links{gap:1rem;margin-top:3.5rem}.nav-button{padding:.6rem 1.2rem;font-size:.9rem}}
