body{margin:0;font-family:Georgia,Times New Roman,serif}#root{min-height:100vh}:root{--navy:#002147;--navy-dark:#001530;--blue:#1b72c1;--blue-light-bg:#dce8f4;--red:#c8102e;--white:#fff;--grey-light:#f0f0f0;--text:#333;--muted:#666;--border:#ddd;color:var(--text);font-family:Arial,Helvetica Neue,sans-serif;font-size:20px}*,:before,:after{box-sizing:border-box}body{background:#fff;margin:0}img{max-width:100%;display:block}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4{margin:0 0 .75rem}p{margin:0 0 1rem;line-height:1.65}button{cursor:pointer;font-family:inherit}.container-fluid{width:100%;padding:0 28px}.container{max-width:1160px;margin:0 auto;padding:0 36px}.btn{letter-spacing:.3px;cursor:pointer;border:2px solid #0000;padding:11px 24px;font-family:Arial,sans-serif;font-size:16px;font-weight:600;transition:background .2s,color .2s,border-color .2s;display:inline-block}.btn-hero{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn-hero:hover{background:#001530;border-color:#001530}.btn-outline-white{border-color:var(--white);color:var(--white);background:0 0}.btn-outline-white:hover{background:var(--white);color:var(--navy)}.btn-outline-navy{border-color:var(--navy);color:var(--navy);background:0 0}.btn-outline-navy:hover{background:var(--navy);color:var(--white)}.page{flex-direction:column;min-height:100vh;display:flex}.emergency-tab{z-index:600;background:var(--red);color:var(--white);cursor:pointer;flex-direction:column;align-items:center;gap:10px;width:28px;padding:12px 0;display:flex;position:fixed;top:50%;left:0;transform:translateY(-50%)}.emergency-tab__text{writing-mode:vertical-rl;letter-spacing:.8px;text-transform:uppercase;white-space:nowrap;font-family:Arial,sans-serif;font-size:13px;font-weight:700;transform:rotate(180deg)}.emergency-tab__icon svg{width:14px;height:14px;stroke:var(--white);flex-shrink:0}.header{z-index:400;background:var(--white);border-bottom:1px solid #e8e8e8;position:sticky;top:0;box-shadow:0 1px 4px #0000000f}.header__inner{align-items:center;gap:20px;height:80px;display:flex}.header__logo{flex-shrink:0;margin-right:8px}.header__logo img{width:auto;height:48px}.header__util-nav{flex:1}.header__util-nav ul{align-items:center;gap:4px;display:flex}.header__util-nav li{color:var(--navy);cursor:pointer;white-space:nowrap;align-items:center;gap:6px;padding:6px 16px;font-size:18px;font-weight:400;transition:color .15s;display:flex}.header__util-nav li svg{color:var(--navy)}.header__util-nav li:hover,.header__util-nav li:hover svg{color:var(--blue)}.header__search{border:1.5px solid #ccc;border-radius:50px;align-items:center;gap:8px;min-width:160px;padding:6px 14px 6px 18px;display:flex}.header__search input{color:var(--navy);background:0 0;border:none;outline:none;width:110px;font-size:18px}.header__search input::placeholder{color:#999}.header__search button{color:var(--navy);background:0 0;border:none;align-items:center;padding:0;display:flex}.header__search button svg{width:18px;height:18px}.hamburger-btn{background:0 0;border:none;flex-direction:column;flex-shrink:0;gap:5px;padding:6px;display:flex}.hamburger-btn span{background:var(--navy);width:24px;height:2px;transition:all .2s;display:block}.hamburger-btn.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger-btn.open span:nth-child(2){opacity:0}.hamburger-btn.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.nav-drawer{background:var(--navy-dark);border-top:2px solid var(--red);max-height:80vh;padding:16px 0;overflow-y:auto}.nav-drawer>nav>ul>li{border-bottom:1px solid #ffffff12}.drawer-item{color:var(--white);cursor:pointer;justify-content:space-between;align-items:center;padding:12px 36px;font-size:18px;font-weight:600;display:flex}.drawer-item:hover{background:#ffffff0d}.drawer-item svg{color:#ffffff80}.drawer-sub{background:#0003}.drawer-sub li span{color:#ffffffbf;cursor:pointer;padding:9px 36px 9px 52px;font-size:16px;display:block}.drawer-sub li span:hover{color:var(--white)}.hero{height:600px;position:relative;overflow:hidden}.hero__video{object-fit:cover;object-position:center 30%;width:100%;height:100%;position:absolute;inset:0}.hero__triangle{background:var(--blue);clip-path:polygon(0 0,46% 0,60% 50%,46% 100%,0 100%);opacity:.9;position:absolute;inset:0}.hero__content{z-index:10;max-width:580px;padding:0 64px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.hero__title{color:var(--white);letter-spacing:-.5px;margin-bottom:32px;font-family:Georgia,serif;font-size:clamp(50px,6.25vw,85px);font-weight:400;line-height:1.08}.hero__bottom-cut{background:var(--white);clip-path:polygon(55% 100%,100% 0%,100% 100%);height:160px;position:absolute;bottom:0;left:0;right:0}.section{padding:64px 0 72px;position:relative}.section--white{background:var(--white)}.section--grey{background:var(--grey-light)}.section--navy{background:var(--navy);color:var(--white)}.section--blue-light{background:var(--blue-light-bg)}.section--has-overlap{z-index:10;margin-top:-120px;padding-top:0;position:relative}.section--angled-bottom{clip-path:polygon(0 0,100% 0,100% calc(100% - 72px),0 100%);padding-bottom:140px}.section__title-dark{color:var(--navy);margin-bottom:32px;font-family:Georgia,serif;font-size:clamp(25px,3.125vw,35px);font-weight:400}.section__title-white{color:var(--white);margin-bottom:12px;font-family:Georgia,serif;font-size:clamp(25px,3.125vw,35px);font-weight:400}.section__sub-white{color:#fffc;max-width:680px;margin-bottom:40px;font-size:19px}.red-line{background:var(--red);width:240px;height:4px;margin-top:60px;margin-bottom:48px}.intro-card{grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin-bottom:56px;display:grid}.intro-card__body h2{color:var(--navy);margin-bottom:20px;font-family:Georgia,serif;font-size:clamp(25px,2.75vw,35px);font-weight:400;line-height:1.3}.intro-card__body p{color:var(--muted);margin-bottom:28px;font-size:19px}.intro-card__img img{object-fit:cover;width:100%;height:440px;box-shadow:0 8px 36px #00000026}.divider{border:none;border-top:1px solid var(--border);margin:0 0 48px}.stats-heading h3{color:var(--navy);margin-bottom:4px;font-family:Georgia,serif;font-size:clamp(20px,2.25vw,28px);font-weight:400}.stats-note{color:var(--muted);margin-bottom:28px;font-size:15px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:16px;padding-bottom:64px;display:grid}.stat{flex-direction:column;gap:6px;display:flex}.stat__value{color:var(--navy);font-family:Georgia,serif;font-size:clamp(35px,4.375vw,63px);font-weight:400;line-height:1}.stat__label{color:var(--muted);font-size:16px}.core-banner{clip-path:polygon(0 0,100% 0,100% calc(100% - 72px),0 100%);background-position:50%;background-size:cover;align-items:center;min-height:480px;padding-bottom:140px;display:flex;position:relative}.core-banner__overlay{background:linear-gradient(90deg,#00152fe0 45%,#00152f61 100%);align-items:center;display:flex;position:absolute;inset:0}.core-banner__content{z-index:1;max-width:520px;padding:60px 0;position:relative}.core-banner__content h2{color:var(--white);margin-bottom:20px;font-family:Georgia,serif;font-size:clamp(28px,3.5vw,43px);font-weight:400}.core-banner__content p{color:#ffffffe0;margin-bottom:16px;font-size:19px}.section--navy{z-index:2;position:relative}.icon-arc{color:#fff3;width:100%;height:44px;margin-bottom:28px;overflow:visible}.icon-arc svg{width:100%;height:100%;overflow:visible}.services-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.service-card{text-align:center;cursor:pointer;flex-direction:column;align-items:center;transition:transform .2s;display:flex}.service-card:hover{transform:translateY(-5px)}.service-card__circle{border:2px solid #ffffff73;border-radius:50%;justify-content:center;align-items:center;width:116px;height:116px;margin-bottom:18px;transition:border-color .2s,background .2s;display:flex}.service-card:hover .service-card__circle{background:#ffffff12;border-color:#ffffffe6}.service-card__circle img{object-fit:contain;filter:brightness(0)invert();width:54px;height:54px}.service-card__label{color:var(--white);letter-spacing:.3px;margin:0;font-size:16px;font-weight:600}.conflict-section{z-index:2;position:relative}.conflict-card{grid-template-columns:1fr 1fr;min-height:380px;display:grid}.conflict-card__body{background:var(--navy);color:var(--white);flex-direction:column;justify-content:center;padding:60px 52px;display:flex}.conflict-card__body h2{margin-bottom:20px;font-family:Georgia,serif;font-size:clamp(25px,2.75vw,35px);font-weight:400}.conflict-card__body p{color:#ffffffe0;margin-bottom:30px;font-size:19px}.conflict-card__img{overflow:hidden}.conflict-card__img img{object-fit:cover;width:100%;height:100%;min-height:380px}.section--grey{z-index:2;position:relative}.pub-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px;display:grid}.pub-card{background:var(--white);cursor:pointer;border:1px solid #e0e0e0;transition:box-shadow .2s;overflow:hidden}.pub-card:hover{box-shadow:0 6px 20px #0000001a}.pub-card__img img{object-fit:cover;width:100%;height:210px}.pub-card__body{padding:20px 22px 24px}.pub-card__title{color:var(--navy);margin-bottom:8px;font-family:Georgia,serif;font-size:20px;font-weight:400;line-height:1.4}.pub-card__text{color:var(--muted);margin-bottom:14px;font-size:16px}.pub-card__link{color:var(--navy);text-transform:uppercase;letter-spacing:.5px;border-top:1px solid var(--border);align-items:center;gap:6px;padding-top:12px;font-size:15px;font-weight:700;display:flex}.pub-card__link svg{flex-shrink:0;width:14px;height:14px}.section--blue-light .section__title-dark{margin-bottom:36px}.section--angled-bottom-news{clip-path:polygon(0 0,100% 0,100% calc(100% - 220px),0 100%);padding-bottom:280px}.news-grid{grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:32px;display:grid}.news-card{cursor:pointer}.news-card__rule{align-items:center;margin-bottom:16px;display:flex}.news-card__line{background:var(--navy);flex:1;height:2px;transition:background .2s}.news-card__dot{background:var(--navy);border-radius:50%;flex-shrink:0;width:10px;height:10px;transition:background .2s,transform .2s}.news-card:hover .news-card__line{background:var(--red)}.news-card:hover .news-card__dot{background:var(--red);transform:scale(1.3)}.news-card__date{color:var(--muted);margin-bottom:8px;font-size:15px;display:block}.news-card__title{color:var(--navy);margin:0;font-family:Georgia,serif;font-size:20px;font-weight:400;line-height:1.45;transition:color .2s}.news-card:hover .news-card__title{color:var(--red)}.news-actions{gap:12px;display:flex}.vessel-info{background:var(--blue);color:var(--white);clip-path:polygon(0 0,100% 0,100% calc(100% - 180px),0 100%);z-index:5;margin-bottom:-80px;padding:64px 0 200px;position:relative}.vessel-info__heading{color:var(--white);margin-bottom:28px;font-family:Arial,sans-serif;font-size:clamp(20px,2vw,24px);font-weight:700;line-height:1.5}.vessel-info p{color:#ffffffeb;max-width:820px;margin-bottom:18px;font-size:18px;line-height:1.7}.vessel-info__link{color:var(--white);cursor:pointer;text-decoration:underline}.vessel-search-section{z-index:4;background:#e4e4e4;min-height:380px;padding:100px 0 60px;position:relative}.vessel-form{align-items:flex-end;gap:20px;margin-bottom:40px;display:flex}.vessel-field{flex-direction:column;gap:8px;display:flex}.vessel-field label{color:var(--navy);font-family:Arial,sans-serif;font-size:16px;font-weight:700}.vessel-field input{background:var(--white);color:#aaa;border:1px solid #bbb;outline:none;width:260px;padding:10px 14px;font-family:Arial,sans-serif;font-size:18px;transition:border-color .15s}.vessel-field input:focus{border-color:var(--blue);color:var(--navy)}.btn-vessel-search{background:var(--navy);color:var(--white);cursor:pointer;border:none;align-self:flex-end;margin-left:auto;padding:11px 36px;font-family:Arial,sans-serif;font-size:18px;font-weight:600;transition:background .15s}.btn-vessel-search:hover{background:var(--blue)}.vessel-table{border-collapse:separate;border-spacing:0 10px;width:100%;margin-top:-10px}.vessel-table thead tr th{text-align:left;color:var(--navy);background:0 0;border-bottom:1px solid #ccc;padding:12px 16px 12px 0;font-size:16px;font-weight:400}.vessel-table thead{border-top:1px solid #ccc}.vessel-row td{background:var(--white);color:var(--navy);vertical-align:top;padding:18px 16px 18px 0;font-size:16px}.vessel-row td:first-child{border-radius:2px 0 0 2px;padding-left:16px}.vessel-row td:last-child{border-radius:0 2px 2px 0}.vessel-table__empty{color:#888;font-style:italic;background:0 0!important;padding:32px 0!important}.vessel-cert-btn{color:var(--navy);cursor:pointer;font-size:16px;text-decoration:underline;display:inline-block}.vessel-cert-btn:hover{color:var(--blue)}.vessel-cert-btn--open{border:1.5px solid var(--navy);border-radius:2px;padding:3px 10px;font-size:15px;text-decoration:none}.vessel-cert-btn--open:hover{border-color:var(--blue);color:var(--blue)}.vessel-cert-expanded-row td{background:var(--white);border-radius:2px;padding:0 16px 20px}.cert-table{border-collapse:collapse;width:100%}.cert-table thead th{text-align:left;color:var(--navy);white-space:nowrap;padding:0 24px 14px 0;font-size:16px;font-weight:400}.cert-table tbody td{text-align:left;color:var(--navy);border-top:1px solid #ebebeb;padding:14px 24px 14px 0;font-size:16px}.header__util-nav li.active span{color:var(--blue);font-weight:600}.footer-gap{z-index:1;background:linear-gradient(to bottom right,#e4e4e4 0%,#f0f0f0 40%,#fff 100%);height:240px;margin-top:-60px;position:relative;overflow:hidden}.footer-gap__line{width:100%;height:100%;display:block;position:absolute;inset:0}.footer{background:var(--white);color:var(--navy);padding:0 0 44px}.footer .container{padding-top:0}.footer__top{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;margin-bottom:24px;padding:28px 0;display:flex}.footer__logo{height:52px}.footer__badges{align-items:center;gap:24px;display:flex}.footer__badges img{height:56px;display:block}.footer__nav{margin-bottom:20px}.footer__nav ul{flex-wrap:wrap;gap:4px 28px;display:flex}.footer__nav li span{color:var(--navy);cursor:pointer;font-size:16px;transition:color .15s}.footer__nav li span:hover{color:var(--red);text-decoration:underline}.footer__bottom{border-top:1px solid #ddd;justify-content:space-between;align-items:center;padding-top:18px;display:flex}.footer__social{gap:10px;display:flex}.footer__social-btn{background:var(--navy);width:38px;height:38px;color:var(--white);justify-content:center;align-items:center;text-decoration:none;transition:background .15s;display:flex}.footer__social-btn:hover{background:var(--blue)}.footer__social-btn--yt{background:#111}.footer__social-btn--yt:hover{background:#e52d27}.footer__social-btn svg{width:18px;height:18px;display:block}.footer__copy{color:var(--navy);margin:0;font-size:16px}@media (width<=900px){.header__util-nav{display:none}.hero{height:480px}.hero__triangle{clip-path:polygon(0 0,60% 0,72% 50%,60% 100%,0 100%)}.hero__content{max-width:60%;padding:0 40px}.hero__title{font-size:38px}.intro-card{grid-template-columns:1fr;gap:28px}.intro-card__img img{height:300px}.stats-grid,.services-grid{grid-template-columns:1fr 1fr}.conflict-card{grid-template-columns:1fr}.conflict-card__img img{min-height:260px}.pub-grid{grid-template-columns:1fr 1fr}.news-grid{grid-template-columns:1fr}.footer__top{flex-direction:column;align-items:flex-start;gap:16px}.footer__bottom{flex-direction:column;align-items:flex-start;gap:12px}.footer-gap{height:160px}.section--angled-bottom-news{clip-path:polygon(0 0,100% 0,100% calc(100% - 120px),0 100%);padding-bottom:180px}.emergency-tab{display:none}}@media (width<=600px){.hero{height:420px}.hero__triangle{clip-path:polygon(0 0,70% 0,82% 50%,70% 100%,0 100%)}.hero__content{max-width:75%;padding:0 24px}.hero__title{font-size:30px}.pub-grid{grid-template-columns:1fr}.news-actions{flex-direction:column}.section--angled-bottom{clip-path:polygon(0 0,100% 0,100% calc(100% - 40px),0 100%);padding-bottom:90px}}
