*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;width:100%;overflow-x:hidden}body{font-family:Poppins,sans-serif;background-color:#0f0f0f;color:#fff;line-height:1.45}.header{position:fixed;top:0;left:0;width:100%;z-index:999;background:hsla(0,0%,6%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid hsla(0,0%,100%,.1)}.header-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:.8rem 1.5rem}.logo{height:50px;width:auto;object-fit:contain}.nav{display:flex;gap:1.5rem}.nav a{color:#fff;text-decoration:none;font-size:1rem;transition:color .2s}.nav a:hover{color:#ff4f6e}.hero{margin-top:80px}@media (max-width:768px){.header-container{flex-direction:column;gap:.5rem}.nav{flex-wrap:wrap;justify-content:center;gap:1rem}.logo{height:40px}.hero{margin-top:110px}}.hero{position:relative;height:80vh;background:url(https://cdn.prod.website-files.com/684ba08f78a3e3e16eace305/684ba0ceda8845ddf6537918_49599ec8-dbca-46b5-9703-1fc2d6f12f91.avif) 50%/cover no-repeat;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;padding:0 1rem}.hero-overlay{background:rgba(0,0,0,.6);padding:3rem 2rem;border-radius:15px;max-width:900px;width:100%}.hero h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.hero p{font-size:clamp(1rem,1.5vw,1.2rem);margin-bottom:2rem}.hero button{padding:.75rem 1.5rem;font-size:1rem;background:#ff4f6e;border:none;border-radius:10px;cursor:pointer;transition:transform .2s}.hero button:hover{transform:scale(1.05)}.carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:2rem;padding:2rem 1rem;-webkit-overflow-scrolling:touch}.carousel::-webkit-scrollbar{display:none}.carousel-item{flex:0 0 80%;max-width:600px;background:#1a1a1a;padding:2rem;border-radius:15px;scroll-snap-align:center;text-align:center;transition:transform .3s}.carousel-item:hover{transform:scale(1.05)}.professionals{padding:4rem 2rem;text-align:center}.professionals-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.professional-card{background:#1a1a1a;padding:1rem;border-radius:15px;width:220px}.professional-card img{width:100%;border-radius:50%;margin-bottom:1rem}.faqs{padding:4rem 2rem;text-align:center}details{background:#1a1a1a;margin:1rem auto;padding:1rem;border-radius:10px;cursor:pointer;max-width:700px}summary{font-weight:600;font-size:1.1rem}details p{margin-top:.5rem;color:#ccc}.pricing{padding:4rem 2rem;text-align:center}.pricing-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.pricing-card{background:#1a1a1a;padding:2rem;border-radius:15px;width:260px;display:flex;flex-direction:column;align-items:center}.pricing-card .price{font-size:2rem;margin:1rem 0}.pricing-card button{margin-top:1rem;padding:.5rem 1rem;background:#ff4f6e;border:none;border-radius:8px;color:#fff;cursor:pointer}.book-us{padding:4rem 2rem;text-align:center}.home-images{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.home-images img{width:100%;max-width:300px;border-radius:15px;transition:transform .3s}.home-images img:hover{transform:scale(1.05)}.footer{background:#111;padding:2rem;text-align:center}.footer .social{display:flex;justify-content:center;gap:1rem;margin:1rem 0}.footer .social svg{width:25px;height:25px;cursor:pointer;transition:transform .2s}.footer .social svg:hover{transform:scale(1.2)}.footer p{margin-top:1rem;font-size:.9rem;color:#888}@media (max-width:480px){.hero{height:65vh;padding:1rem}.hero h1{font-size:1.8rem}.hero p{font-size:1rem}.carousel{gap:1rem;padding:1rem}.carousel-item{flex:0 0 90%;padding:1.2rem}.pricing-grid,.professionals-grid{flex-direction:column;align-items:center}.pricing-card,.professional-card{width:90%}.home-images{flex-direction:column;align-items:center}.home-images img{max-width:100%;width:100%;height:auto}.footer{padding:2rem 1rem}}@media (min-width:481px) and (max-width:1024px){.hero{height:70vh}.carousel-item{flex:0 0 45%}.pricing-card,.professional-card{width:45%}.home-images img{max-width:45%}}@media (min-width:1025px) and (max-width:1366px){.carousel-item{flex:0 0 30%}.professional-card{width:220px}.pricing-card{width:260px}}:root{--bg-dark:#0d0d0f;--bg-card:#111113;--text-light:#e5e7eb;--text-muted:#9ca3af;--accent:#0ff;--accent-hover:#00ffffaa;--border:#333;--error:#f87171;--radius:12px;--shadow:0 4px 20px rgba(0,255,255,.2)}body{background-color:var(--bg-dark);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;margin:0;padding:0}body,h1,h2,h3{color:var(--text-light)}ul{padding-left:1.2rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.home-container{max-width:900px;margin:2rem auto;padding:2rem;background:var(--bg-dark);border-radius:20px;box-shadow:var(--shadow);transition:all .3s ease}header{text-align:center;margin-bottom:2rem}header h1{font-size:1.8rem;font-weight:700}header p{color:var(--text-muted);margin-top:.5rem;font-size:.95rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;align-items:end}.address-field{grid-column:span 2}label{display:block;font-weight:500;color:var(--text-muted);margin-bottom:.25rem}input{width:100%;padding:.6rem .8rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-light);font-size:.95rem;transition:all .2s ease}input:focus{border-color:var(--accent);box-shadow:0 0 8px rgba(0,255,255,.3);outline:none}.button-group{grid-column:span 2;display:flex;gap:.8rem;justify-content:flex-start}button{cursor:pointer;border:none;border-radius:var(--radius);font-weight:600;padding:.7rem 1.3rem;transition:all .2s ease;text-transform:uppercase}button:hover{transform:translateY(-1px)}button:disabled{opacity:.6;cursor:not-allowed}button:first-child{background-color:var(--accent);color:#0d0d0f;border:1px solid var(--accent)}button:first-child:hover{background-color:var(--accent-hover);box-shadow:var(--shadow)}button:last-child{background-color:var(--bg-card);color:var(--text-light);border:1px solid var(--border)}.field-group{display:flex;flex-direction:column}.field-group input{margin-bottom:.5rem}.error-text{margin-top:1rem;color:var(--error);font-weight:500}.results-section{display:flex;gap:2rem;margin-top:2rem;flex-wrap:wrap}.results{flex:1 1 300px;background:var(--bg-card);padding:1.5rem;border-radius:16px;box-shadow:var(--shadow)}.results h2{margin-bottom:1rem;font-size:1.2rem;font-weight:600}.result-row{display:flex;justify-content:space-between;margin-bottom:.6rem;color:var(--text-muted)}.result-row strong{color:var(--text-light)}.equity-text{color:var(--accent);font-weight:600}.action-buttons{display:flex;gap:.8rem;margin-top:1.2rem}.action-buttons button:first-child{background-color:#4f46e5;color:#fff;border:1px solid #6366f1}.action-buttons button:first-child:hover{background-color:#6366f1;box-shadow:0 0 10px rgba(99,102,241,.5)}.action-buttons button:last-child{background-color:#475569;color:#e5e7eb;border:1px solid #64748b}.notes{flex:1 1 300px;background:var(--bg-card);padding:1.5rem;border-radius:16px;box-shadow:var(--shadow)}.notes h3{font-size:1.1rem;font-weight:600;margin-bottom:.6rem}.notes ul{list-style:disc;padding-left:1.2rem;color:var(--text-muted)}.notes ul li{margin-bottom:.3rem}.timestamp{margin-top:1rem;font-size:.85rem;color:var(--text-muted)}@media (max-width:430px){.form-grid{grid-template-columns:1fr}.address-field,.button-group,.field-group{grid-column:span 1}.results-section{flex-direction:column}}@media (min-width:431px) and (max-width:1024px){.form-grid{grid-template-columns:1fr 1fr}.results-section{flex-direction:row;flex-wrap:wrap}}@media (min-width:1025px){.form-grid{grid-template-columns:repeat(2,1fr)}.results-section{flex-direction:row;flex-wrap:nowrap}}