/* Fish.in — hero, navigation and restrained motion. */
main h2[id],#hero-title{scroll-margin-top:42px}
.faq-layout>div:first-child{top:125px}
.hero-benefits{margin-bottom:0}
.motion-arrived{animation:section-arrive .7s var(--motion-ease) both;animation-delay:var(--entry-delay,0ms)}
@keyframes section-arrive{from{opacity:.45;translate:0 20px}to{opacity:1;translate:0 0}}
.pillar{transition:translate .3s var(--motion-ease),border-color .3s}
.pillar-symbol svg{transition:transform .4s var(--motion-ease)}
.pillar::before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at 50% 0,#d790441a,transparent 65%);opacity:0;transition:opacity .35s}
.round-button{transition:background-color .2s,border-color .2s,scale .2s}
.round-button:active{scale:.93}
.segment-item svg{transition:transform .3s var(--motion-ease)}
.growth-panel.motion-arrived svg{transform-origin:50% 100%;animation:chart-arrive 1.1s var(--motion-ease) both}
@keyframes chart-arrive{from{opacity:.3;transform:scaleY(.88)}to{opacity:1;transform:scaleY(1)}}
.closing-cta .button::before{content:"";position:absolute;inset:-7px;border:1px solid #D79044;border-radius:inherit;z-index:-1;pointer-events:none;animation:cta-breathe 3.8s ease-out infinite;animation-play-state:paused}
.closing-cta.motion-in-view .button::before{animation-play-state:running}
.closing-cta::before{animation:closing-glow 14s ease-in-out infinite alternate;animation-play-state:paused}
.closing-cta.motion-in-view::before{animation-play-state:running}
@keyframes closing-glow{to{transform:translateY(-14px) scale(1.03);opacity:.8}}
.footer-social a{transition:transform .25s var(--motion-ease),border-color .25s,background-color .25s}
@media(hover:hover){.pillar:hover{translate:0 -5px;border-color:#D79044}.pillar:hover::before{opacity:1}.pillar:hover .pillar-symbol svg{transform:scale(1.08)}.segment-item:hover svg{transform:translateY(-2px)}.round-button:hover{background:#263447}.footer-social a:hover{transform:translateY(-3px)}}
@media(prefers-reduced-motion:reduce){html:not(.motion-preview) .motion-arrived,html:not(.motion-preview) .growth-panel.motion-arrived svg,html:not(.motion-preview) .closing-cta::before,html:not(.motion-preview) .closing-cta .button::before{animation:none!important}html:not(.motion-preview) .pillar,html:not(.motion-preview) .pillar::before,html:not(.motion-preview) .pillar-symbol svg,html:not(.motion-preview) .round-button,html:not(.motion-preview) .segment-item svg,html:not(.motion-preview) .footer-social a{transition:none!important}}
.motion-preview .motion-arrived{animation:section-arrive .7s var(--motion-ease) both!important;animation-delay:var(--entry-delay,0ms)!important}
.motion-preview .growth-panel.motion-arrived svg{animation:chart-arrive 1.1s var(--motion-ease) both!important}
.motion-preview .closing-cta.motion-in-view .button::before{animation:cta-breathe 3.8s ease-out infinite!important}
.motion-preview .closing-cta.motion-in-view::before{animation:closing-glow 14s ease-in-out infinite alternate!important}
.motion-preview .pillar,.motion-preview .pillar-symbol svg,.motion-preview .segment-item svg,.motion-preview .footer-social a{transition:transform .3s var(--motion-ease),translate .3s var(--motion-ease),border-color .3s!important}
html.motion-tab-hidden .closing-cta::before,html.motion-tab-hidden .closing-cta .button::before{animation-play-state:paused!important}
:root{--motion-ease:cubic-bezier(.22,1,.36,1)}
html{scroll-behavior:smooth;scroll-padding-top:120px}
.skip-link{z-index:100}
.site-header{position:fixed;z-index:50;top:20px;left:50%;transform:translateX(-50%);width:min(1200px,calc(100% - 48px));min-height:76px;padding:12px 18px 12px 28px;display:flex;align-items:center;gap:28px;background:rgba(17,27,41,.88);border:1px solid #ffffff16;border-radius:50px;box-shadow:0 12px 40px #00000024;backdrop-filter:blur(18px)}
.nav-brand{width:112px;flex-shrink:0}.nav-brand img{width:100%;height:auto}
.site-header nav{display:flex;align-items:center;gap:24px;margin-left:auto}.site-header nav a{font-size:.76rem;font-weight:600;color:#b7c0cd;transition:color .2s}.site-header nav a:hover,.site-header nav a[aria-current]{color:#D79044}
.site-header .nav-cta{font-size:.75rem;min-height:44px;padding:10px 20px;border-radius:30px;background:linear-gradient(115deg,#D79044,#E98522);color:#0D141F;white-space:nowrap}.nav-toggle{display:none}
.hero{padding:174px 0 110px;background:#0D141F}.hero-layout{width:min(1200px,calc(100% - 64px));grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}
.hero-copy .hero-kicker{display:flex;align-items:center;gap:10px;font-size:.68rem;font-weight:700;letter-spacing:.12em;color:#D79044;margin:0 0 25px;line-height:1.5}.hero-kicker>span{width:6px;height:6px;border-radius:50%;background:#E98522;box-shadow:0 0 12px #e9852280;flex-shrink:0}
.hero h1{font-size:clamp(2.4rem,3.8vw,3.65rem);line-height:1.1;letter-spacing:-.045em;text-transform:none;max-width:650px;font-weight:500;text-wrap:balance}.hero h1 strong{display:block;margin-top:8px;color:#D79044}
.hero-copy>p:not(.hero-kicker){max-width:500px;margin-top:28px;font-size:1rem;line-height:1.75;font-weight:400}.hero-benefits{font-weight:400;line-height:1.7;margin:26px 0 32px}.hero-benefits li{margin:9px 0;padding-left:24px}
.hero .button-dark{border-radius:32px;padding-inline:27px}
.form-panel{position:relative;padding:30px;border:1px solid #d7904438;border-radius:22px;background:linear-gradient(145deg,#1b293be8,#111b29f5 65%);box-shadow:0 24px 70px #00000030,0 0 50px #d7904408;scroll-margin-top:120px}
.form-intro{margin-bottom:24px}.form-eyebrow{font-size:.62rem;font-weight:700;letter-spacing:.14em;color:#D79044}.form-intro h2{font-size:1.55rem;text-transform:none;line-height:1.23;margin-top:12px;letter-spacing:-.025em}.form-intro h2 strong{font-weight:700}.form-intro p{font-size:.8rem;color:#aeb7c3;margin-top:10px}
.form-panel form{gap:11px}.form-panel input,.form-panel select{min-height:49px;padding:13px 14px;font-size:.82rem;border:1px solid #ffffff1f;border-radius:9px;background:#0d141fb8;transition:border-color .2s,background-color .2s}.form-panel input:focus,.form-panel select:focus{outline:2px solid #d7904460;outline-offset:2px;border-color:#D79044;background:#0D141F}.select-field{gap:6px}.select-field label{font-size:.74rem;color:#b7c0cd}.form-panel .button{min-height:54px;border-radius:10px;font-size:.77rem;margin-top:7px}.form-note{font-size:.65rem;padding-top:4px}
.hero-ambient{position:absolute;inset:0;z-index:-1;overflow:hidden;pointer-events:none}.hero-ambient i{position:absolute;width:650px;height:650px;right:-150px;top:-100px;background:radial-gradient(ellipse,#d7904417,transparent 65%);animation:ambient-drift 26s ease-in-out infinite alternate}.hero-ambient i:nth-child(2){width:850px;height:850px;right:auto;left:-380px;top:180px;background:radial-gradient(ellipse,#284c752e,transparent 67%);animation-duration:32s;animation-direction:alternate-reverse}.hero-ambient span{position:absolute;width:5px;height:5px;border-radius:50%;background:#D79044;opacity:.4;left:45%;top:22%;animation:particle-drift 14s ease-in-out infinite alternate}.hero-ambient span:nth-of-type(2){left:9%;top:75%;width:3px;height:3px;animation-delay:-5s}.hero-ambient span:nth-of-type(3){left:92%;top:72%;width:3px;height:3px;animation-delay:-9s}
.hero-copy,.form-panel{animation:hero-arrive .8s var(--motion-ease) both}.form-panel{animation-duration:1s}
.button{position:relative;isolation:isolate;transition:transform .25s var(--motion-ease)}
@media(hover:hover){.button:hover{transform:translateY(-3px)}.button:active{transform:translateY(0)}}
.hero .button-dark::before{content:"";position:absolute;z-index:-1;inset:-6px;border:1px solid #D79044;border-radius:inherit;pointer-events:none;animation:cta-breathe 3.6s ease-out infinite}
.hero:focus-within .button-dark::before{animation-play-state:paused}
.hero.motion-paused .hero-ambient *,.hero.motion-paused .button-dark::before{animation-play-state:paused}
@keyframes ambient-drift{to{transform:translate(-45px,35px) scale(1.08)}}
@keyframes particle-drift{to{transform:translate(14px,-26px);opacity:.15}}
@keyframes cta-breathe{0%,100%{transform:scale(1);opacity:0}25%{opacity:.28}75%{transform:scale(1.06,1.18);opacity:0}}
@keyframes hero-arrive{from{transform:translateY(14px);opacity:.72}to{transform:none;opacity:1}}
@media(max-width:1050px){.site-header{gap:18px;padding-left:22px}.site-header nav{gap:15px}.nav-brand{width:95px}.hero-layout{gap:36px;grid-template-columns:1.05fr .95fr}.hero h1{font-size:2.7rem}.form-panel{padding:24px}}
@media(max-width:850px){.site-header{top:12px;min-height:66px;width:calc(100% - 32px);padding:10px 18px;gap:16px}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;width:42px;height:42px;background:transparent;border:1px solid #ffffff24;border-radius:50%;color:white;margin-left:auto}.nav-toggle span{display:block;width:17px;height:1px;background:currentColor;margin-inline:auto;transition:transform .2s}.nav-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.site-header nav{display:none;position:absolute;top:calc(100% + 10px);left:0;right:0;padding:16px;background:#111B29;border:1px solid #344154;border-radius:18px;box-shadow:0 15px 35px #0003}.site-header.menu-open nav{display:flex;flex-direction:column;align-items:stretch;gap:0}.site-header nav a{padding:14px;font-size:.9rem}.site-header .nav-cta{padding:10px 14px;font-size:.68rem;min-height:42px}.hero{padding-top:130px}.hero-layout{grid-template-columns:1fr;max-width:620px;gap:44px}.hero h1{font-size:clamp(2.1rem,6.4vw,3.3rem)}.hero-copy>p:not(.hero-kicker){max-width:550px}.form-panel{padding:28px}.hero-ambient i{width:450px;height:600px}}
@media(max-width:480px){.hero-layout{width:calc(100% - 40px)}.hero{padding-bottom:74px}.nav-brand{width:80px}.site-header{gap:10px}.site-header .nav-cta{font-size:.62rem;padding-inline:10px;gap:6px}.nav-toggle{width:36px;height:36px}.hero-copy .hero-kicker{font-size:.57rem;letter-spacing:.07em;margin-bottom:22px}.hero h1{font-size:2.25rem}.hero-copy>p:not(.hero-kicker){font-size:.9rem}.hero-benefits{font-size:.78rem}.form-panel{padding:22px}.form-intro h2{font-size:1.4rem}}
@media(prefers-reduced-motion:reduce){html:not(.motion-preview){scroll-behavior:auto}html:not(.motion-preview) .hero-copy,html:not(.motion-preview) .form-panel,html:not(.motion-preview) .hero-ambient *,html:not(.motion-preview) .hero .button-dark::before{animation:none!important}html:not(.motion-preview) .button{transition:none}html:not(.motion-preview) .button:hover{transform:none}}
/* Explicit local preview only; the public page follows the visitor's preference. */
html.motion-preview{scroll-behavior:smooth!important}
.motion-preview .hero-ambient i{animation:ambient-drift 26s ease-in-out infinite alternate!important}
.motion-preview .hero-ambient i:nth-child(2){animation-duration:32s!important;animation-direction:alternate-reverse!important}
.motion-preview .hero-ambient span{animation:particle-drift 14s ease-in-out infinite alternate!important}
.motion-preview .hero-ambient span:nth-of-type(2){animation-delay:-5s!important}.motion-preview .hero-ambient span:nth-of-type(3){animation-delay:-9s!important}
.motion-preview .hero .button-dark::before{animation:cta-breathe 3.6s ease-out infinite!important}
.motion-preview .hero-copy{animation:hero-arrive .8s var(--motion-ease) both!important}.motion-preview .form-panel{animation:hero-arrive 1s var(--motion-ease) both!important}
.motion-preview .button{transition:transform .25s var(--motion-ease)!important}
.motion-preview .hero.motion-paused .hero-ambient *,.motion-preview .hero.motion-paused .button-dark::before,.motion-preview .hero:focus-within .button-dark::before{animation-play-state:paused!important}
.motion-off,.motion-off *,.motion-off *::before,.motion-off *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
