*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--deep:#062d3a;--teal:#0e6b6b;--teal-light:#1a9e8e;--water:#b8e8e0;--koi:#f4833d;--koi-light:#ffdcc9;--cream:#faf7f2;--text:#1a2e35;--text-muted:#5a7a82;--white:#fff;--radius:14px;--radius-sm:8px}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--text);font-family:DM Sans,sans-serif;font-size:16px;line-height:1.7}h1,h2,h3{font-family:Lora,serif;line-height:1.25}a{color:inherit;text-decoration:none}.nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#062d3af5;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex;position:sticky;top:0}.nav-logo{color:var(--white);align-items:center;gap:8px;font-family:Lora,serif;font-size:22px;display:flex}.nav-logo span{color:var(--koi)}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:#ffffffbf;font-size:14px;font-weight:400;transition:color .2s}.nav-links a:hover{color:var(--white)}.hero{background:linear-gradient(160deg, var(--deep) 0%, #0e4f5c 50%, var(--teal) 100%);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:88vh;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#f4833d1f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-100px;right:-150px}.hero:after{content:"";background:radial-gradient(circle,#1a9e8e26 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-80px;left:-100px}.hero-fish{z-index:1;margin-bottom:1.5rem;font-size:64px;animation:4s ease-in-out infinite swim;display:block;position:relative}@keyframes swim{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(12px)rotate(4deg)}75%{transform:translate(-12px)rotate(-4deg)}}.hero h1{color:var(--white);z-index:1;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4.5rem);position:relative}.hero h1 span{color:var(--koi)}.hero-sub{color:#ffffffb8;z-index:1;max-width:560px;margin:0 auto 2.5rem;font-size:clamp(1rem,2vw,1.25rem);font-weight:300;position:relative}.hero-btns{z-index:1;flex-wrap:wrap;justify-content:center;gap:1rem;display:flex;position:relative}.btn-primary{background:var(--koi);color:var(--white);cursor:pointer;border:none;border-radius:50px;padding:14px 28px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;transition:all .2s;display:inline-block}.btn-primary:hover{background:#e0722a;transform:translateY(-2px)}.btn-outline{color:var(--white);cursor:pointer;background:0 0;border:1px solid #ffffff59;border-radius:50px;padding:14px 28px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:400;transition:all .2s;display:inline-block}.btn-outline:hover{background:#ffffff14;border-color:#ffffffb3}.section{padding:5rem 2rem}.section-inner{max-width:1100px;margin:0 auto}.section-tag{background:var(--koi-light);color:var(--koi);letter-spacing:.5px;border-radius:20px;margin-bottom:1rem;padding:4px 12px;font-size:12px;font-weight:500;display:inline-block}.section-tag.teal{color:var(--teal);background:#d4f0ec}.section h2{color:var(--text);margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.5rem)}.section-lead{color:var(--text-muted);max-width:600px;margin-bottom:3rem;font-size:1.1rem;font-weight:300}.tools-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.tool-card{background:var(--white);border-radius:var(--radius);cursor:pointer;border:1px solid #00000012;padding:2rem;transition:transform .2s,box-shadow .2s}.tool-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #062d3a1a}.tool-icon{margin-bottom:1rem;font-size:36px;display:block}.tool-card h3{color:var(--text);margin-bottom:.5rem;font-size:1.2rem}.tool-card p{color:var(--text-muted);font-size:14px;line-height:1.6}.tool-link{color:var(--teal-light);align-items:center;gap:6px;margin-top:1.25rem;font-size:14px;font-weight:500;display:inline-flex}.how-section{background:var(--deep)}.how-section h2,.how-section .section-lead{color:var(--white)}.how-section .section-lead{color:#ffffffa6}.steps{counter-reset:steps;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.step{text-align:center;border-radius:var(--radius);background:#ffffff0f;border:1px solid #ffffff1a;padding:1.5rem}.step-num{background:var(--koi);width:44px;height:44px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-family:Lora,serif;font-size:18px;font-weight:600;display:flex}.step h3{color:var(--white);margin-bottom:.5rem;font-size:1rem}.step p{color:#fff9;font-size:13px;line-height:1.6}.info-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;display:grid}.info-card{background:var(--white);border-radius:var(--radius);border:1px solid #00000012;padding:1.75rem}.info-card h3{margin-bottom:.5rem;font-size:1rem}.info-card p{color:var(--text-muted);font-size:14px;line-height:1.6}.tool-page{min-height:100vh}.tool-hero{background:linear-gradient(135deg, var(--deep) 0%, var(--teal) 100%);text-align:center;padding:3rem 2rem}.tool-hero h1{color:var(--white);margin-bottom:.5rem;font-size:2rem}.tool-hero p{color:#ffffffb3;font-size:1rem}.tool-form-section{padding:3rem 2rem}.tool-form-inner{max-width:700px;margin:0 auto}.form-card{background:var(--white);border-radius:var(--radius);border:1px solid #00000012;margin-bottom:1.5rem;padding:2rem}.form-card h2{color:var(--text);margin-bottom:1.5rem;font-size:1.2rem}.form-grid-2{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.form-grid-3{grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.fg{flex-direction:column;display:flex}.fg label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px;font-size:11px;font-weight:500}.fg input,.fg select{border-radius:var(--radius-sm);height:40px;color:var(--text);background:var(--cream);border:1px solid #00000026;padding:0 12px;font-family:DM Sans,sans-serif;font-size:14px;transition:border-color .2s,box-shadow .2s}.fg input:focus,.fg select:focus{border-color:var(--teal-light);background:var(--white);outline:none;box-shadow:0 0 0 3px #1a9e8e26}.submit-btn{background:var(--deep);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:50px;margin-top:.5rem;padding:14px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;transition:background .2s}.submit-btn:hover{background:var(--teal)}.result-area{background:var(--white);border-radius:var(--radius);border:1px solid #00000012;border-left:4px solid var(--teal-light);padding:2rem;font-size:15px;line-height:1.8;display:none}.result-area.visible{display:block}.result-area.loading{border-left-color:var(--koi);color:var(--text-muted);font-style:italic}.footer{background:var(--deep);color:#fff9;text-align:center;padding:2rem;font-size:13px}.footer a{color:var(--koi)}@media (max-width:640px){.form-grid-2,.form-grid-3{grid-template-columns:1fr}.nav-links{display:none}.hero-btns{flex-direction:column;align-items:center}}
