:root{--dark-green:#005B61;--green:#007E86;--grey:#9A9A9A;--light-grey:#BDBDBD;--white:#FFFFFF;--light-green:#D6F5F1;--lighter-green:#E5F5F3;--alt-light-green:#84A2A6;--turquoise:#01BCC8;--red:#D54C4C;--yellow:#FEBD59;--lighter-grey:#F7F7F7;--black:#333333;--light-black:#444444;--orange:#FEBD59}*{margin:0;padding:0;box-sizing:border-box}body{font-family:poppins,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--black);background-color:var(--white);font-weight:400}h1,h2,h3,h4,h5,h6{font-family:ginto nord,segoe ui,Tahoma,Geneva,Verdana,sans-serif;margin-bottom:1rem;color:var(--green);font-weight:700;letter-spacing:-.02em;line-height:1.2}h1{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem}h2{font-size:2.5rem;line-height:1.2;margin-bottom:1.25rem}h3{font-size:1.875rem;line-height:1.3;margin-bottom:1rem}h4{font-size:1.5rem;line-height:1.4}h5{font-size:1.25rem;line-height:1.4}h6{font-size:1.125rem;line-height:1.4}p{margin-bottom:1rem;font-weight:400}.content-body a{color:var(--green);text-decoration:none;transition:color .3s ease}.content-body a:hover{color:var(--dark-green);text-decoration:underline}.content-body a:focus{outline:2px solid var(--turquise);outline-offset:2px}.content-body a:visited{color:var(--alt-light-green)}.content-body a{color:var(--turquoise);font-weight:500;border-bottom:1px solid transparent;transition:all .3s ease}.content-body a:hover{color:var(--dark-green);border-bottom-color:var(--dark-green);text-decoration:none}@media(max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background-color:var(--white);box-shadow:0 2px 10px rgba(0,0,0,.1);position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;text-decoration:none;color:var(--white);font-family:ginto nord,sans-serif;font-weight:700;font-size:1.75rem;transition:transform .2s ease}.logo:hover{transform:translateY(-1px)}.logo img{height:45px;width:auto;margin-right:12px;object-fit:contain}nav ul{display:flex;list-style:none;gap:2rem}nav a{color:var(--black);text-decoration:none;font-weight:600;transition:all .3s ease;padding:.5rem 1rem;border-radius:6px}nav a:hover{background-color:rgba(255,255,255,.1);color:var(--green)}.hero{color:var(--dark-green);padding:5rem 0;text-align:center;position:relative;min-height:500px}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(255,255,255,.7) 0%,rgba(255,255,255,.5) 30%,rgba(255,255,255,.8) 100%);pointer-events:none;z-index:1}.hero .container{position:relative;z-index:2}.hero h1{color:var(--green);font-size:3rem;font-weight:700;margin-bottom:2rem;line-height:1.25;letter-spacing:-.03em;max-width:900px;margin-left:auto;margin-right:auto}.hero p{font-size:1.35rem;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;font-weight:400;line-height:1.5}.cta-button{display:inline-block;background-color:var(--green);color:var(--white);padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;cursor:pointer}.cta-button:hover{background-color:var(--yellow);color:var(--dark-green);transform:translateY(-2px)}.hero-audience{margin-top:1rem}.audience-intro{font-size:.95rem;margin-bottom:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;opacity:.7}.cta-buttons{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.cta-button{display:flex;flex-direction:column;min-width:200px;padding:1rem 2rem;text-align:center;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;cursor:pointer;color:var(--white)}.cta-business{background-color:var(--turquoise)}.cta-business:hover{background-color:var(--yellow);color:var(--dark-green);transform:translateY(-2px)}.cta-accountant:hover{background-color:var(--yellow);color:var(--dark-green);transform:translateY(-2px)}.cta-title{font-family:ginto nord,segoe ui,Tahoma,Geneva,Verdana,sans-serif;font-size:1.5rem;font-weight:700;display:block}.cta-subtitle{font-size:.9rem;font-weight:400;opacity:.9;display:block}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.modal-content{background-color:var(--white);margin:5% auto;padding:2rem;border-radius:12px;width:90%;max-width:500px;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.15)}.accountant-modal{max-width:600px}.close{color:var(--grey);float:right;font-size:28px;font-weight:700;cursor:pointer;position:absolute;right:1rem;top:1rem}.close:hover{color:var(--dark-green)}.modal-content h3{color:var(--dark-green);margin-bottom:1rem}.modal-form{margin-top:1.5rem}.modal-form input,.modal-form textarea,.modal-form select{background-color:var(--white);width:100%;padding:.75rem;margin-bottom:1rem;border:2px solid var(--light-grey);border-radius:8px;font-size:1rem}.modal-form input:focus,.modal-form textarea:focus,.modal-form select:focus{outline:none;border-color:var(--turquoise)}.form-row{display:flex;gap:1rem}.checkbox-group{margin-bottom:1rem}.checkbox-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--dark-green)}.checkbox-options{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem}.checkbox-options label{display:flex;align-items:center;font-size:.9rem}.checkbox-options input[type=checkbox]{width:auto;margin-right:.5rem;margin-bottom:0}.modal-form button{width:100%;background-color:var(--dark-green);color:var(--white);padding:1rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.modal-form button:hover{background-color:var(--yellow);color:var(--dark-green)}.app-section{padding:5rem 0;background-color:var(--lighter-green)}.app-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.app-text h2{font-size:2.5rem;color:var(--green);margin-bottom:1rem}.app-text p{font-size:1.1rem;color:var(--light-black);margin-bottom:2rem}.app-buttons{display:flex;gap:1rem;flex-wrap:wrap}.app-button{display:flex;align-items:center;background-color:var(--black);color:var(--white);padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;transition:background-color .3s ease}.app-button:hover{background-color:var(--light-black)}.app-button img{height:24px;margin-right:.5rem}.features-section{margin-top:3rem;padding-top:3rem;border-top:1px solid rgba(0,91,97,.1)}.features-section h2{text-align:center;font-size:2.5rem;color:var(--green);margin-bottom:3rem}.carousel-container{position:relative;display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.carousel-wrapper{overflow:hidden;flex:1}.carousel-track{display:flex;gap:20px;transition:transform .4s ease-in-out}.service-card{background-color:var(--white);padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);text-align:center;width:calc((100% - 40px)/3);flex-shrink:0}.service-card h3{color:var(--green);font-size:1.5rem;margin-bottom:1rem}.service-card p{color:var(--light-black);line-height:1.6;font-size:.95rem}.carousel-btn{background-color:var(--green);color:var(--white);border:none;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;flex-shrink:0}.carousel-btn:hover{background-color:var(--green)}.carousel-btn.prev{margin-right:.5rem}.carousel-btn.next{margin-left:.5rem}.carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:2rem}.dot{width:12px;height:12px;border-radius:50%;background-color:var(--light-grey);cursor:pointer;transition:background-color .3s ease}.dot.active{background-color:var(--dark-green)}.dot:hover{background-color:var(--green)}.accountant-section{background-color:var(--white);padding:5rem 0}.accountant-content{max-width:1e3px;margin:0 auto;text-align:center}.accountant-content h2{font-size:2.5rem;color:var(--green);margin-bottom:1.5rem}.intro-text{font-size:1.2rem;color:var(--light-black);margin-bottom:3rem;line-height:1.6}.accountant-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem;text-align:left}.benefit-item{background-color:var(--lighter-grey);padding:2rem;border-radius:10px;border-left:4px solid var(--turquoise)}.benefit-item h3{color:var(--green);font-size:1.3rem;margin-bottom:.75rem}.benefit-item p{color:var(--light-black);line-height:1.6;font-size:.95rem}.accountant-cta{margin-top:3rem;text-align:center}.cta-subtext{margin-bottom:1rem;color:var(--grey);font-size:.95rem}.accountant-cta-btn{background-color:var(--green);color:var(--white);padding:1.25rem 3rem;border:none;font-size:1.1rem;cursor:pointer;margin:0 auto}.accountant-cta-btn:hover{background-color:var(--yellow)}.newsletter{background-color:var(--green);color:var(--white);padding:4rem 0;text-align:center}.newsletter h2{color:var(--white);font-size:2.5rem;margin-bottom:1rem}.newsletter p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.newsletter-form{display:flex;justify-content:center;gap:1rem;max-width:500px;margin:0 auto;flex-wrap:wrap}.newsletter-form input{flex:1;padding:1rem;border:none;border-radius:50px;font-size:1rem;min-width:250px}.newsletter-form button{background-color:var(--turquoise);color:var(--white);border:none;font-family:poppins,sans-serif;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.newsletter-form button:hover{background-color:var(--yellow);color:var(--black)}footer{background-color:var(--black);color:var(--white);padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:var(--turquoise);margin-bottom:1rem}.footer-section p,.footer-section a{color:var(--light-grey);text-decoration:none;line-height:1.8}.footer-section a:hover{color:var(--turquoise)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--light-black);color:var(--grey)}@media(max-width:768px){.header-content{flex-direction:column;gap:1rem}nav ul{gap:1rem}.hero h1{font-size:2.5rem}.app-content{grid-template-columns:1fr;text-align:center}.accountant-benefits{grid-template-columns:1fr;gap:1.5rem}.accountant-cta-btn{padding:1rem 2rem;font-size:1rem}.newsletter-form{flex-direction:column;align-items:center}.newsletter-form input,.newsletter-form button{width:100%;max-width:400px}.service-card{width:100%}.carousel-btn{width:35px;height:35px;font-size:20px}}@media(min-width:769px) and (max-width:1023px){.service-card{width:calc((100% - 20px)/2)}}.single-content{padding:4rem 0;min-height:60vh}.content-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--light-grey)}.content-title{font-size:3rem;color:var(--dark-green);margin-bottom:1rem;font-weight:700;line-height:1.1;text-align:center}.content-description{font-size:1.25rem;color:var(--grey);margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.content-meta{color:var(--alt-light-green);font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.content-body{max-width:800px;margin:0 auto;line-height:1.7;font-size:1.1rem}.content-body h2{margin-top:3rem;margin-bottom:1.5rem;color:var(--dark-green);border-bottom:2px solid var(--light-green);padding-bottom:.5rem}.content-body h3{margin-top:2.5rem;margin-bottom:1rem;color:var(--green)}.content-body p{margin-bottom:1.5rem;color:var(--light-black)}.content-body ul,.content-body ol{margin-bottom:1.5rem;padding-left:2rem}.content-body li{margin-bottom:.5rem;color:var(--light-black)}.content-body strong{color:var(--dark-green);font-weight:600}.content-body blockquote{border-left:4px solid var(--turquise);margin:2rem 0;padding:1rem 2rem;background-color:var(--lighter-green);font-style:italic;color:var(--dark-green)}.content-body code{background-color:var(--lighter-grey);padding:.2rem .4rem;border-radius:4px;font-size:.9em;color:var(--dark-green)}.content-body pre{background-color:var(--lighter-grey);padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.content-body pre code{background:0 0;padding:0}@media(max-width:768px){.content-title{font-size:2.5rem}.content-body{font-size:1rem;padding:0 1rem}.single-content{padding:2rem 0}.cta-buttons{flex-direction:column;align-items:center}.cta-button{min-width:280px}.modal-content{width:95%;margin:10% auto;padding:1.5rem}.form-row{flex-direction:column}.checkbox-options{grid-template-columns:1fr}}