*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}:root{--navbar-height:10vh;--blue:#0A2D5E;--blue-dark:#071733;--blue-soft:#1E4A84;--gold:#FFD700;--gold-dark:#B68612;--text:#FFFFFF;--text-muted:#E9EDF9;--surface:#FFFFFF;--surface-soft:#F5F7FB;--border:rgba(255,255,255,0.14);}html{font-family:'Segoe UI',Arial,sans-serif;scroll-behavior:smooth;scrollbar-color:var(--blue) var(--surface-soft);}body{line-height:1.6;color:#333;width:100%;overflow-x:hidden;overflow-y:auto;background:#FAFCFF;}img{max-width:100%;display:block;}a{text-decoration:none;color:inherit;}ul{list-style:none;}.container{width:min(90%,1400px);margin-inline:auto;}h1,h2,h3{line-height:1.2;}h1{font-size:3.5rem;}h2.section__title{font-size:2.5rem;margin-bottom:3rem;color:var(--blue);}.text-white{color:var(--text);}.text-center{text-align:center;}.header{background:linear-gradient(90deg,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.35) 20%,rgba(7,23,52,0.95) 60%,rgba(10,31,68,0.95) 100%);color:var(--text);position:fixed;top:0;left:0;width:100%;z-index:1000;backdrop-filter:blur(8px);height:10vh;display:flex;align-items:center;}.header__inner{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 2rem 0 0;}.logo__img{height:9vh;max-height:100px;}.nav__list{display:flex;gap:2.5rem;font-size:1.1rem;align-items:center;}.nav__link{transition:opacity 0.3s;display:flex;align-items:center;height:100%;}.nav__link:hover{opacity:0.7;}.nav-toggle{display:none;background:none;border:none;font-size:1.8rem;color:#fff;cursor:pointer;}.hero{background-color:#0A1F44;background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.6)),url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&q=80&w=1920') center/cover no-repeat;height:100vh;display:flex;align-items:center;color:#fff;overflow:hidden;}.hero__title{font-size:4.5rem;margin-bottom:1.5rem;}.hero__text{font-size:1.4rem;max-width:800px;}.section{padding:1rem 0;scroll-margin-top:var(--navbar-height);}.bg-dark{background:var(--blue);color:var(--text);}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;justify-content:center;align-items:start;}.grid--4{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));}.card--subsidiary{width:300px;max-width:100%;background:#ffffff;border-radius:1.75rem;box-shadow:0 20px 35px -12px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.02);transition:transform 0.25s ease,box-shadow 0.3s ease;display:flex;flex-direction:column;overflow:hidden;}.card--subsidiary:hover{transform:translateY(-6px);box-shadow:0 28px 40px -16px rgba(0,0,0,0.2);}.card--subsidiary img{background:linear-gradient(135deg,#e0eafc,#cfdef3);height:180px;display:flex;align-items:center;justify-content:center;font-size:3.5rem;color:#2c3e66;transition:background 0.2s;border-radius:1.75rem 1.75rem 0 0;object-fit:cover;}.card--subsidiary h3{font-size:1.55rem;font-weight:600;letter-spacing:-0.01em;line-height:1.3;margin:1.6rem 1.4rem 0.5rem;}.card--subsidiary p{font-size:0.95rem;line-height:1.5;margin:0 1.4rem 1.8rem;}.card--subsidiary button{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;background:#f0f4f9;border:none;padding:0.7rem 1.2rem;border-radius:3rem;font-weight:500;font-size:0.9rem;color:#1f4e6e;cursor:pointer;transition:all 0.2s ease;margin:0 auto 1.6rem;width:fit-content;font-family:inherit;}.card--subsidiary button:hover{background:#e1e9f0;color:#0a3146;transform:scale(0.97);box-shadow:0 2px 6px rgba(0,0,0,0.05);}.leader-card{text-align:center;color:#fff;}.leader-card img{border-radius:50%;width:90px;height:90px;object-fit:cover;object-position:center center;margin:0 auto 1rem;border:5px solid rgba(255,255,255,0.2);}#leadership{background:#0A1F44;animation:gradient 20s ease infinite;background-size:400% 400%;background-attachment:fixed;}.leader-card-wrapper{display:flex;flex-direction:column;align-items:center;gap:0.8rem;}.leader-card-wrapper a:first-child{width:100%;text-decoration:none;color:inherit;}@media (min-width:769px){.leader-card{transition:all 0.3s ease;background:rgba(255,255,255,0.05);padding:0.75rem;border-radius:12px;cursor:pointer;}.leader-card:hover{background:rgba(255,255,255,0.15);box-shadow:0 10px 30px rgba(0,0,0,0.3);border:1px solid #FFD700;transform:translateY(-8px);}}@media (max-width:768px){.leader-card{background:rgba(255,255,255,0.05);padding:0.75rem;border-radius:12px;opacity:0.8;transition:all 0.5s ease;}.leader-card.in-view{opacity:1;background:rgba(255,255,255,0.12);box-shadow:0 8px 24px rgba(0,0,0,0.25);}}.read-more-link{color:#fff;text-decoration:none;font-weight:600;text-align:center;font-size:0.95rem;transition:all 0.3s ease;display:inline-block;padding:0.4rem 0.8rem;border-radius:4px;}.read-more-link:hover{color:var(--surface);background:linear-gradient(-45deg,var(--gold-dark) 0%,var(--gold) 90%);padding:0.4rem 1.2rem;box-shadow:0 4px 16px rgba(255,215,0,0.28);}@media (max-width:768px){.read-more-link{font-size:0.85rem;}}.ceo img{border-color:#0a1f44;width:280px;height:280px;object-position:calc(70% + 13px) 0%;box-shadow:0 8px 20px rgba(0,0,0,0.5);padding:5px 5px 5px 5px;margin-top:4vh;}.section.mission .section__title{margin-bottom:2vh;}.about__grid{align-items:flex-start;gap:1rem;display:grid;grid-template-columns:1fr 1fr;}.slogan-box{background-color:#0A1F44;padding:20px;display:inline-block;border-radius:10px;max-width:fit-content;}.slogan{background:linear-gradient(-45deg,#996515 0%,#FFD700 80%);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block;text-align:center;font-size:2.5rem;font-weight:600;padding:50px;font-style:italic;}.about__text .lead{font-size:1.3rem;font-weight:500;color:#0A1F44;margin:1.5rem 0 2rem;}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:2rem;margin-top:2rem;}.stat{text-align:center;}.stat h3{font-size:3rem;font-weight:700;color:#0A1F44;margin-bottom:0.5rem;}.stat p{color:#555;font-weight:500;}.about__image img{border-radius:16px;object-fit:cover;margin-top:2rem;height:100%;width:100%;}.img-shadow{box-shadow:0 20px 40px rgba(0,0,0,0.15);}.hero-cta-pill{position:absolute;bottom:60px;left:50%;transform:translateX(-50%);background:var(--blue);color:var(--text);padding:0.9rem 2rem;border-radius:50px;animation:bounce 2s infinite;font-size:1.1rem;font-weight:600;display:flex;margin-bottom:5rem;align-items:center;gap:0.4rem;box-shadow:0 10px 30px rgba(10,31,68,0.3);transition:all 0.3s ease;z-index:10;text-decoration:none;}.hero-cta-pill:hover{background:var(--blue-soft);transform:translateX(-50%) translateY(-4px);box-shadow:0 15px 35px rgba(10,31,68,0.4);border:1px solid var(--gold);box-shadow:inset 0 0 20px rgba(255,255,255,.15),0 0 20px rgba(255,255,255,.08);text-shadow:1px 1px 2px rgba(0,0,0,0.2);}.hero-cta-pill i{font-size:1.2rem;transition:transform 0.3s ease;}.hero-cta-pill:hover i{transform:translateX(6px);}.scroll-arrow{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);color:var(--blue);font-size:1.5rem;cursor:pointer;transition:color 0.3s ease;animation:bounce 2s infinite;z-index:10;margin-bottom:4rem;display:flex;align-items:center;justify-content:center;}.scroll-arrow:hover{color:var(--gold);}@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0);}50%{transform:translateX(-50%) translateY(10px);}}@media (max-width:640px){.hero-cta-pill{font-size:1rem;padding:0.8rem 1.8rem;bottom:40px;}}@media (max-width:900px){.about__grid{grid-template-columns:1fr;text-align:center;}.about__image{order:-1;overflow:hidden;border-radius:16px;}.stats{grid-template-columns:repeat(2,1fr);}}.blockquote{font-size:1rem;max-width:900px;margin:0 auto;font-style:italic;line-height:1.8;}.blockquote footer{margin-top:2rem;font-weight:bold;font-style:normal;}.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:3rem;}.mission-item{padding:2rem;position:relative;z-index:1;}.mission-item:first-child{padding-right:2rem;border-right:2px solid #ddd;}.mission-item:last-child{padding-left:2rem;}.mission-label{font-size:1.3rem;font-weight:700;color:#0A1F44;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px;}.mission-item .blockquote{max-width:100%;margin:0;}.ceo-section{text-align:center;padding-top:2rem;}.publication-card{background:linear-gradient(45deg,#c1d7ff 30%,transparent);padding:1.5rem;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,0.1);transition:transform 0.3s;}.publication-card img,.publication-card__media{border-radius:8px;margin-bottom:1rem;overflow:hidden;}.publication-card img{height:140px;width:100%;object-fit:cover;display:block;}.publication-card__media{position:relative;width:100%;padding-top:56.25%;background:#000;}.publication-card__media iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;}.publication-card h3{font-size:1.2rem;margin-bottom:0.5rem;color:#0A1F44;}.publication-card p{font-size:1rem;color:#555;}.publication-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px rgba(0,0,0,0.15);border:1px solid black;}.publication-card .read-more-link{margin-top:1rem;display:inline-block;color:#111;font-weight:600;}.publications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;}@media (max-width:768px){.mission-grid{grid-template-columns:1fr;gap:2rem;}.mission-item:first-child{padding-right:2rem;border-right:none;border-bottom:2px solid #ddd;padding-bottom:2rem;}.mission-item:last-child{padding-left:2rem;}}.contact{position:relative;background:#f8f9fc;overflow:hidden;}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;}.contact__form-wrapper{background:#c1d7ff;padding:2.5rem;border-radius:16px;box-shadow:0 15px 35px rgba(0,0,0,0.08);}.form-intro{font-size:1.1rem;margin-bottom:1.5rem;color:#555;}.form-group{margin-bottom:1.5rem;}.form-group input,.form-group textarea{width:100%;padding:1rem 1.2rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all 0.3s;}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#0A1F44;box-shadow:0 0 0 4px rgba(10,31,68,0.1);}.btn-primary{background:#0A1F44;color:white;padding:1rem 2.5rem;border:none;border-radius:10px;font-size:1.1rem;cursor:pointer;transition:transform 0.2s;}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(10,31,68,0.2);}.contact__info{position:relative;}.info-list{list-style:none;margin:2rem 0;font-size:1.1rem;line-height:2.2;color:#444;}.info-list i{color:#0A1F44;width:30px;font-size:1.3rem;}.social-links a{font-size:1.6rem;margin-right:1rem;color:#0A1F44;transition:all 0.3s;}.social-links a:hover{color:#1e40af;transform:translateY(-4px);}@media (max-width:900px){.contact__grid{grid-template-columns:1fr;gap:3rem;}.contact__info{text-align:center;}.contact__form-wrapper{padding:2rem;}}.site-footer{background-color:#111;color:#fff;text-align:center;padding:0.5rem 0.5rem;font-family:Arial,sans-serif;font-size:0.9rem;}.email-link{color:#4ea1d3;text-decoration:none;position:relative;cursor:pointer;}.tooltip{visibility:hidden;background-color:#333;color:#fff;text-align:center;border-radius:4px;padding:2px 6px;font-size:0.8rem;position:absolute;bottom:120%;left:50%;transform:translateX(-50%);white-space:nowrap;z-index:10;}@media (max-width:900px){.nav{position:fixed;top:80px;left:0;width:100%;background:#0A1F44;padding:2rem 0;transform:translateY(-150%);transition:transform 0.4s ease;}.nav.active{transform:translateY(0);top:10vh;}.nav__list{flex-direction:column;align-items:center;gap:2rem;}.nav-toggle{display:block;}.hero__title{font-size:3.5rem;}h2.section__title{font-size:2.2rem;}}@media (min-width:901px){.header__inner{justify-content:flex-start;}.nav{margin-left:auto;margin-right:auto;}}.nav-toggle{display:none;background:none;border:none;font-size:1.8rem;color:#fff;cursor:pointer;position:relative;width:30px;height:30px;z-index:1001;}.nav-toggle span{display:block;position:absolute;height:3px;width:100%;background:#fff;border-radius:3px;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out;}.nav-toggle span:nth-child(1){top:8px;}.nav-toggle span:nth-child(2){top:16px;}.nav-toggle span:nth-child(3){top:24px;}.nav-toggle.open span:nth-child(1){top:16px;transform:rotate(135deg);}.nav-toggle.open span:nth-child(2){opacity:0;left:-60px;}.nav-toggle.open span:nth-child(3){top:16px;transform:rotate(-135deg);}@media (max-width:900px){.nav{position:fixed;top:80px;left:0;width:100%;background:#0A1F44;padding:2rem 0;transform:translateY(-150%);transition:transform 0.4s ease;z-index:999;}.nav.active{transform:translateY(0);}body.menu-open{overflow:hidden;}body.menu-open main,body.menu-open .hero,body.menu-open .section,body.menu-open footer{transform:translateY(280px);transition:transform 0.4s ease;}.nav__list{flex-direction:column;align-items:center;gap:2rem;font-size:1.3rem;}.nav-toggle{display:block;}}.reveal{opacity:0;transform:translateY(30px);transition:opacity 0.6s ease-out,transform 0.6s ease-out;}.revealed{opacity:1;transform:translateY(0);}.profile-section{padding:3rem 0;background:#fff;margin-top:10vh;}.profile-hero-title{font-size:3rem;color:#0A2D5E;margin-bottom:2rem;font-weight:700;}.profile-main-grid{display:grid;grid-template-columns:300px 1fr;gap:3rem;align-items:start;}.profile-sidebar{position:sticky;top:12vh;}.profile-image{margin-bottom:2rem;}.profile-image img{width:100%;max-width:300px;height:auto;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.12);object-fit:cover;}.profile-box{background:#f9f9f9;padding:1.5rem;border-radius:6px;margin-bottom:1.5rem;}.profile-box h3{font-size:1.1rem;color:#0A2D5E;font-weight:600;margin-bottom:1rem;border-bottom:1px solid #ddd;padding-bottom:0.5rem;}.profile-box p{margin-bottom:0.5rem;font-size:0.9rem;color:#555;}.profile-box a{color:#0A2D5E;text-decoration:none;font-weight:500;}.profile-box a:hover{color:#B68612;text-decoration:underline;}.contact-company{font-weight:600;color:#333;}.profile-content{padding:0;}.profile-position{font-size:1.2rem;color:#B68612;font-weight:600;margin-bottom:1.5rem;}.profile-bio{margin-bottom:2rem;line-height:1.7;color:#333;}.profile-bio p{margin-bottom:1rem;font-size:0.95rem;}.profile-bio p:last-child{margin-bottom:0;}.profile-linkedin{margin-bottom:2.5rem;font-size:0.9rem;}.profile-linkedin a{color:#0A2D5E;text-decoration:none;font-weight:500;}.profile-linkedin a:hover{color:#B68612;text-decoration:underline;}.profile-section-content{margin-bottom:1.5rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0;}.profile-section-content h2{font-size:1.4rem;color:#0A2D5E;font-weight:600;margin-bottom:1.5rem;}.profile-section-content:last-child{border-bottom:none;}.services-list{margin-bottom:1rem;}.service-item{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0;}.service-item a{color:#0A2D5E;text-decoration:none;font-weight:500;font-size:0.95rem;line-height:1.5;transition:color 0.3s ease;}.service-item a:hover{color:#B68612;text-decoration:underline;}.service-item:last-child{border-bottom:none;}.view-more{margin-top:1rem;font-size:0.9rem;}.view-more a{color:#0A2D5E;text-decoration:none;font-weight:600;}.view-more a:hover{color:#B68612;text-decoration:underline;}@media (max-width:1024px){.profile-hero-title{font-size:2.5rem;}.profile-main-grid{grid-template-columns:250px 1fr;gap:2.5rem;}.profile-image img{max-width:250px;}}@media (max-width:768px){.profile-section{padding:2rem 0;}.profile-hero-title{font-size:2rem;margin-bottom:1.5rem;}.profile-main-grid{grid-template-columns:1fr;gap:1rem;}.profile-sidebar{position:static;}.profile-image img{max-width:100%;}.profile-image{margin-bottom:1.5rem;}.profile-box{padding:1rem;margin-bottom:1rem;}.profile-section-content h2{font-size:1.2rem;}.profile-position{font-size:1rem;}.profile-bio p{font-size:0.9rem;}}@media (max-width:480px){.profile-section{padding:1rem 0;}.profile-hero-title{font-size:2.5rem;margin-bottom:1rem;}.profile-box{padding:0.75rem;}.profile-box h3{font-size:1rem;}.profile-section-content h2{font-size:1.1rem;}.service-item a{font-size:0.85rem;}}.tolff-hero-logo-bounce{display:block;margin:1.5rem auto 0;width:60px;opacity:0.85;animation:tolffBounce 2s ease-in-out infinite;}@keyframes tolffBounce{0%,100%{transform:translateY(0);}50%{transform:translateY(-10px);}}.profile-section{padding:1.5rem 0;background:#fff;margin-top:10vh;}.profile-hero-title{font-size:3rem;color:#0A1F44;margin-bottom:2rem;font-weight:700;}.profile-main-grid{display:grid;grid-template-columns:300px 1fr;gap:3rem;align-items:start;}.profile-sidebar{position:sticky;top:12vh;}.profile-image{margin-bottom:2rem;}.profile-image img{width:100%;max-width:300px;height:auto;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.12);object-fit:cover;}.profile-box{background:#f9f9f9;padding:1.5rem;border-radius:6px;margin-bottom:1.5rem;}.profile-box h3{font-size:1.1rem;color:#0A1F44;font-weight:600;margin-bottom:1rem;border-bottom:1px solid #ddd;padding-bottom:0.5rem;}.profile-box p{margin-bottom:0.5rem;font-size:0.9rem;color:#555;}.profile-box a{color:#0A1F44;text-decoration:none;font-weight:500;}.profile-box a:hover{color:#00a30e;text-decoration:underline;}.contact-company{font-weight:600;color:#333;}.profile-content{padding:1rem;background:linear-gradient(to top,transparent 80%,#0A1F44);border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,0.2);}.profile-position{font-size:1.2rem;color:white;font-weight:bold;margin-bottom:1.5rem;}.profile-bio{margin-bottom:2rem;line-height:1.7;color:#333;}.profile-bio p{margin-bottom:1rem;font-size:0.95rem;}.profile-bio p:last-child{margin-bottom:0;}.profile-linkedin{margin-bottom:2.5rem;font-size:0.9rem;}.profile-linkedin a{color:#0A1F44;text-decoration:none;font-weight:500;}.profile-linkedin a:hover{color:#00a30e;text-decoration:underline;}.profile-section-content{margin-bottom:1.5rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0;}.profile-section-content h2{font-size:1.4rem;color:#0A1F44;font-weight:600;margin-bottom:1.5rem;}.profile-section-content:last-child{border-bottom:none;}.speeches-list,.articles-list{margin-bottom:1rem;}.speech-item,.article-item{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0;}.speech-item a,.article-item a{color:#0A1F44;text-decoration:none;font-weight:500;font-size:0.95rem;line-height:1.5;transition:color 0.3s ease;}.speech-item a:hover,.article-item a:hover{color:#00a30e;text-decoration:underline;}.speech-item:last-child,.article-item:last-child{border-bottom:none;}.view-more{margin-top:1rem;font-size:0.9rem;}.view-more a{color:#0A1F44;text-decoration:none;font-weight:600;}.view-more a:hover{color:#00a30e;text-decoration:underline;}@media (max-width:1024px){.profile-hero-title{font-size:2.5rem;}.profile-main-grid{grid-template-columns:250px 1fr;gap:2.5rem;}.profile-image img{max-width:250px;}}@media (max-width:768px){.profile-section{padding:2rem 0;}.profile-hero-title{font-size:2rem;margin-bottom:1.5rem;}.profile-main-grid{grid-template-columns:1fr;gap:1rem;}.profile-sidebar{position:static;}.profile-image img{max-width:100%;}.profile-image{margin-bottom:1.5rem;}.profile-box{padding:1rem;margin-bottom:1rem;background-color:#a5a5a5;}.profile-section-content h2{font-size:1.2rem;}.profile-position{font-size:1rem;}.profile-bio p{font-size:0.9rem;}}@media (max-width:480px){.profile-section{padding:1rem 0;}.profile-hero-title{font-size:2.5rem;margin-bottom:1rem;}.profile-box{padding:0.75rem;}.profile-box h3{font-size:1rem;}.profile-section-content h2{font-size:1.1rem;}.speech-item a,.article-item a{font-size:0.85rem;}}