:root{--bg:#001a2e;--panel:#002940;--acc:#06b6d4;--acc2:#fbbf24;--text:#e0f7ff;--muted:#67e8f9}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:'Inter',sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none;transition:.2s}
img{max-width:100%;height:auto;display:block}
.fhh-header{position:sticky;top:0;z-index:100;background:rgba(0,0,0,.55);backdrop-filter:blur(14px);border-bottom:1px solid #06b6d433}
.fhh-header__inner{max-width:1280px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.fhh-logo img{height:40px;width:auto}
.fhh-nav{display:flex;align-items:center;gap:6px}
.fhh-nav__link{padding:9px 16px;color:var(--text);font-size:14px;font-weight:600;letter-spacing:.5px;border-radius:8px;position:relative;text-transform:uppercase}
.fhh-nav__link:hover,.fhh-nav__link--active{color:var(--acc);background:#06b6d41a}
.fhh-dropdown{position:relative}
.fhh-dropdown__toggle{padding:9px 16px;color:var(--text);font-size:14px;font-weight:600;cursor:pointer;border-radius:8px;text-transform:uppercase}
.fhh-dropdown__menu{position:absolute;right:0;top:100%;background:var(--panel);border:1px solid #06b6d455;border-radius:10px;min-width:200px;padding:8px;box-shadow:0 12px 30px rgba(0,0,0,.5);opacity:0;visibility:hidden;transform:translateY(8px);transition:.25s}
.fhh-dropdown:hover .fhh-dropdown__menu{opacity:1;visibility:visible;transform:translateY(0)}
.fhh-dropdown__item{display:block;padding:9px 14px;color:var(--text);font-size:13px;border-radius:6px}
.fhh-dropdown__item:hover{background:#06b6d422;color:var(--acc)}
.fhh-burger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:8px}
.fhh-burger span{width:22px;height:2px;background:var(--text);transition:.3s}
.fhh-burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.fhh-burger.active span:nth-child(2){opacity:0}
.fhh-burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.fhh-mobile{display:none;flex-direction:column;background:var(--panel);padding:16px;border-top:1px solid #06b6d433}
.fhh-mobile.active{display:flex}
.fhh-mobile__link{padding:12px;color:var(--text);font-weight:600;border-bottom:1px solid #06b6d422}
@media(max-width:960px){.fhh-nav,.fhh-dropdown{display:none}.fhh-burger{display:flex}}
.fhh-footer{background:var(--panel);border-top:2px solid var(--acc);padding:50px 20px 20px;margin-top:60px}
.fhh-footer__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px;padding-bottom:30px;border-bottom:1px solid #06b6d433}
.fhh-footer__brand{display:flex;flex-direction:column;gap:14px}
.fhh-footer__logo{height:48px;width:auto}
.fhh-footer__col h4{color:var(--acc);font-size:15px;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px}
.fhh-footer__col p,.fhh-footer__col a{display:block;font-size:13px;color:var(--muted);margin:6px 0;line-height:1.7}
.fhh-footer__col a:hover{color:var(--acc)}
.fhh-footer__copy{max-width:1280px;margin:20px auto 0;padding:14px 20px;color:var(--muted);font-size:12px;text-align:center;letter-spacing:1px}
@media(max-width:860px){.fhh-footer__inner{grid-template-columns:1fr}}
.fhh-hero__h1{font-size:54px;font-weight:900;color:var(--text);margin:0 0 6px;letter-spacing:1px;line-height:1.05}
.fhh-hero__headline{font-family:'Inter',sans-serif;font-size:18px;font-weight:700;color:var(--acc);letter-spacing:6px;text-transform:uppercase;margin:4px 0 18px;opacity:.92}
.fhh-hero__slogan{font-size:16px;color:var(--muted);line-height:1.7;max-width:680px;margin:14px 0;letter-spacing:.5px;opacity:.92}
.fhh-hero__tagline{font-size:13px;color:var(--acc2);letter-spacing:3px;font-style:italic;margin:6px 0 22px;opacity:.85}
@media(max-width:860px){.fhh-hero__h1{font-size:34px}.fhh-hero__headline{font-size:14px;letter-spacing:3px}.fhh-hero__slogan{font-size:14px}.fhh-hero__tagline{font-size:11px}}

.fhh-hero{position:relative;padding:120px 20px 100px;overflow:hidden;background:linear-gradient(180deg,#001a3a 0%,#003366 50%,#001a2e 100%)}
.fhh-hero__bubbles{position:absolute;inset:0;pointer-events:none}
.fhh-hero__bubbles i{position:absolute;width:14px;height:14px;background:rgba(255,255,255,.15);border-radius:50%;animation:fhhbub 8s linear infinite}
.fhh-hero__bubbles i:nth-child(1){left:10%;animation-delay:0s}.fhh-hero__bubbles i:nth-child(2){left:30%;animation-delay:2s;width:8px;height:8px}
.fhh-hero__bubbles i:nth-child(3){left:55%;animation-delay:4s;width:20px;height:20px}.fhh-hero__bubbles i:nth-child(4){left:75%;animation-delay:1s}
.fhh-hero__bubbles i:nth-child(5){left:90%;animation-delay:3s;width:10px;height:10px}
@keyframes fhhbub{0%{bottom:-20px;opacity:.6}100%{bottom:100%;opacity:0}}
.fhh-hero__inner{position:relative;max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}
.fhh-hero__crown{display:inline-block;font-size:11px;letter-spacing:3px;color:#06b6d4;border:1px solid #06b6d4;padding:6px 14px;border-radius:4px;margin-bottom:16px;font-weight:700}
.fhh-hero__cannons{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}
.fhh-cannon{padding:8px 14px;background:#002940;border:1px solid #06b6d455;border-radius:20px;color:#e0f7ff;font-size:12px;font-weight:700}
.fhh-cannon--p{background:#06b6d4;color:#000;border-color:#06b6d4}
.fhh-hero__cta{display:flex;gap:14px;margin-top:18px}
.fhh-btn{padding:14px 32px;border-radius:30px;font-weight:900;letter-spacing:2px;cursor:pointer;text-transform:uppercase;font-size:13px;display:inline-block}
.fhh-btn--p{background:#06b6d4;color:#000}.fhh-btn--o{border:2px solid #06b6d4;color:#06b6d4}
.fhh-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #06b6d455}
.fhh-hero__ocean{position:relative;height:340px;background:linear-gradient(180deg,#003366,#001a3a);border-radius:14px;border:2px solid #06b6d455;overflow:hidden}
.fhh-fish{position:absolute;font-size:42px;animation:fhhswim 12s linear infinite}
.fhh-fish span{display:block;font-size:11px;color:#06b6d4;text-align:center;letter-spacing:1px;font-weight:800}
.fhh-fish--1{top:30px;left:0;animation-delay:0s}.fhh-fish--2{top:80px;left:0;animation-delay:2s;animation-duration:10s}
.fhh-fish--3{top:140px;left:0;animation-delay:5s;animation-duration:14s}.fhh-fish--4{top:200px;left:0;animation-delay:1s;animation-duration:8s}
.fhh-fish--5{top:260px;left:0;animation-delay:3s;animation-duration:16s}
@keyframes fhhswim{0%{transform:translateX(-80px)}100%{transform:translateX(calc(100% + 80px))}}
.fhh-boss{position:absolute;right:20px;top:140px;font-size:60px;text-align:center;animation:fhhbossp 3s ease-in-out infinite}
.fhh-boss b{display:block;color:#fbbf24;font-size:18px;letter-spacing:2px}
.fhh-boss span{display:block;color:#06b6d4;font-size:11px;letter-spacing:3px}
@keyframes fhhbossp{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}
.fhh-sec{padding:80px 20px;border-top:1px solid #06b6d41f}
.fhh-container{max-width:1280px;margin:0 auto}
.fhh-sec__head{text-align:center;margin-bottom:40px}
.fhh-sec__tag{display:inline-block;font-size:12px;color:#06b6d4;letter-spacing:4px;font-weight:700;margin-bottom:8px}
.fhh-sec__head h2{font-size:32px;color:#fff;margin:0;font-weight:800}
.fhh-grid{display:grid;gap:14px}
.fhh-grid--3{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}
.fhh-grid--6{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}
.fhh-card2{background:#002940;border:1px solid #06b6d444;border-radius:14px;padding:18px;text-align:center}
.fhh-card2:hover{border-color:#06b6d4;transform:translateY(-3px);box-shadow:0 8px 20px #06b6d433}
.fhh-card2__emoji{font-size:36px;margin-bottom:6px}
.fhh-card2 h3{color:#e0f7ff;margin:0 0 6px;font-size:14px}
.fhh-card2 span{color:#06b6d4;font-size:16px;font-weight:900;letter-spacing:2px}
.fhh-card2 p{color:#e0f7ff;margin:0 0 10px;font-size:13px}
.fhh-card2--p{border-color:#fbbf2466}
.fhh-leaders{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}
.fhh-leader{display:flex;justify-content:space-between;align-items:center;background:#002940;border:1px solid #06b6d433;border-radius:8px;padding:14px 18px}
.fhh-leader__no{color:#fbbf24;font-weight:900;font-size:18px}
.fhh-leader b{color:#fff;font-weight:800}
.fhh-leader span:last-child{color:#06b6d4;font-size:12px;font-weight:700}
.fhh-faq{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.fhh-faq__item{background:#002940;border-left:3px solid #06b6d4;padding:18px 22px;border-radius:6px}
.fhh-faq__item h4{color:#fbbf24;margin:0 0 10px;font-size:16px}
.fhh-faq__item p{color:#e0f7ff;margin:0;line-height:1.7;font-size:14px}
.fhh-cta{background:linear-gradient(135deg,#06b6d422,#fbbf2422)}
.fhh-cta__box{text-align:center;padding:50px 20px}
.fhh-cta__box h2{font-size:36px;color:#fff;margin:0 0 14px}
.fhh-cta__box p{color:#e0f7ff;margin:0 0 24px}
@media(max-width:860px){.fhh-hero__inner{grid-template-columns:1fr}.fhh-faq{grid-template-columns:1fr}}
