*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #5fd12f;--green-dark: #4bb825;--bg-dark: #0b0b0b;--bg-section: #111111;--bg-card: #1a1a1a;--text-white: #f1f1f1;--text-gray: #bdbdbd;--text-muted: #8d8d8d;--radius: 12px;--radius-lg: 24px;--max-width: 1200px;--header-height: 72px}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--bg-dark);color:var(--text-white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:var(--green);text-decoration:none;transition:color .2s}a:hover{color:var(--green-dark)}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:clamp(1.1rem,2vw,1.5rem)}.btn{display:inline-block;padding:.75rem 1.75rem;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s;text-align:center;border:2px solid transparent}.btn-primary{background:var(--green);color:var(--bg-dark)}.btn-primary:hover{background:var(--green-dark);color:var(--bg-dark)}.btn-outline{background:transparent;border-color:var(--green);color:var(--green)}.btn-outline:hover{background:var(--green);color:var(--bg-dark)}.btn-link{background:none;border:none;color:var(--green);padding:0;font-weight:600}.btn-link:hover{color:var(--green-dark)}.btn-full{width:100%}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0b0b0bd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06);height:var(--header-height)}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:100%}.logo-link{display:flex;align-items:center}.logo{height:44px;width:auto}.main-nav{display:flex;align-items:center;gap:2rem}.main-nav a{color:var(--text-gray);font-size:.9rem;font-weight:500;transition:color .2s}.main-nav a:hover,.main-nav a.active{color:var(--green)}.nav-cta{background:var(--green)!important;color:var(--bg-dark)!important;padding:.5rem 1.25rem!important;border-radius:var(--radius)!important;font-weight:600!important}.nav-cta:hover{background:var(--green-dark)!important}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger{display:block;width:24px;height:2px;background:var(--text-white);position:relative;transition:all .3s}.hamburger:before,.hamburger:after{content:"";position:absolute;width:24px;height:2px;background:var(--text-white);transition:all .3s}.hamburger:before{top:-7px}.hamburger:after{top:7px}.hamburger.open{background:transparent}.hamburger.open:before{top:0;transform:rotate(45deg)}.hamburger.open:after{top:0;transform:rotate(-45deg)}@media(max-width:768px){.mobile-menu-toggle{display:block}.main-nav{position:fixed;top:var(--header-height);left:0;right:0;background:#0b0b0bf7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;padding:2rem 1.5rem;gap:1.5rem;transform:translateY(-120%);transition:transform .3s}.main-nav.open{transform:translateY(0)}.main-nav a{font-size:1.1rem}}.hero{min-height:100vh;display:flex;align-items:center;padding:calc(var(--header-height) + 2rem) 1.5rem 4rem;max-width:var(--max-width);margin:0 auto;gap:3rem}.hero-content{flex:1}.hero-content h1{margin-bottom:1rem}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.35rem);color:var(--text-gray);margin-bottom:1.5rem}.hero-body{color:var(--text-muted);margin-bottom:2rem;max-width:540px}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{flex:1;max-width:500px}.hero-image img{border-radius:var(--radius-lg);object-fit:cover;width:100%;aspect-ratio:4/3}@media(max-width:768px){.hero{flex-direction:column;min-height:auto;padding-top:calc(var(--header-height) + 3rem)}.hero-image{max-width:100%}}.page-hero{position:relative;height:50vh;min-height:320px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:var(--header-height)}.page-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.page-hero-overlay{position:absolute;inset:0;background:#0b0b0ba6;z-index:1}.page-hero-content{position:relative;z-index:2;text-align:center}.page-hero-content h1{font-size:clamp(2.5rem,6vw,4rem);text-transform:lowercase}.section{padding:5rem 1.5rem}.section-dark{background:var(--bg-section)}.section-inner{max-width:var(--max-width);margin:0 auto}.section-narrow{max-width:800px}.section-title{text-align:center;margin-bottom:3rem}.section-cta{text-align:center;margin-top:2rem}.section-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.section-image img{border-radius:var(--radius-lg);object-fit:cover;width:100%;aspect-ratio:4/3}@media(max-width:768px){.section{padding:3rem 1.5rem}.section-split{grid-template-columns:1fr}}.highlight{color:var(--green)}.lead-text{font-size:clamp(1.1rem,2vw,1.3rem);color:var(--text-gray);line-height:1.7}.check-list{list-style:none;padding:0;margin:1.5rem 0}.check-list li{position:relative;padding-left:2rem;margin-bottom:.75rem;color:var(--text-gray)}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:2rem}.step-card{background:var(--bg-card);padding:2rem;border-radius:var(--radius);border:1px solid rgba(255,255,255,.06)}.step-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--green);color:var(--bg-dark);font-weight:700;font-size:1.1rem;margin-bottom:1rem}.step-card h3{margin-bottom:.5rem}.step-card p{color:var(--text-muted);font-size:.95rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:var(--bg-card);padding:2rem;border-radius:var(--radius);border:1px solid rgba(255,255,255,.06)}.feature-card h3{color:var(--green);margin-bottom:.75rem}.feature-card p{color:var(--text-muted);font-size:.95rem}.faq-list{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.faq-item{background:var(--bg-card);border-radius:var(--radius);border:1px solid rgba(255,255,255,.06);overflow:hidden}.faq-item summary{padding:1.25rem 1.5rem;cursor:pointer;font-weight:600;font-size:1.05rem;list-style:none;display:flex;align-items:center;justify-content:space-between}.faq-item summary:after{content:"+";font-size:1.5rem;color:var(--green);flex-shrink:0;margin-left:1rem}.faq-item[open] summary:after{content:"−"}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{padding:0 1.5rem 1.25rem;color:var(--text-muted)}.services-duo{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:var(--bg-card);border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(255,255,255,.06);text-align:center}.service-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.service-card h3{padding:1.5rem 1.5rem .5rem}.service-card p{padding:0 1.5rem;color:var(--text-muted);font-size:.95rem}.service-card .btn{margin:1.5rem}.contact-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-info h2{margin-bottom:1rem}.contact-info>p{color:var(--text-muted);margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item strong{display:block;color:var(--green);margin-bottom:.25rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.contact-item p,.contact-item a{color:var(--text-gray)}@media(max-width:768px){.contact-section{grid-template-columns:1fr}}.contact-form{background:var(--bg-card);padding:2rem;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.06)}.contact-form h3{margin-bottom:.5rem}.form-description{color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.9rem;font-weight:500;margin-bottom:.4rem;color:var(--text-gray)}.form-group input,.form-group select{width:100%;padding:.7rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:var(--text-white);font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--green)}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23bdbdbd' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-group select option{background:var(--bg-card)}.radio-group{display:flex;gap:1.5rem}.radio-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:1rem;color:var(--text-white)}.radio-group input[type=radio]{width:auto;accent-color:var(--green)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-row-3{grid-template-columns:2fr 1fr 1fr}@media(max-width:480px){.form-row,.form-row-3{grid-template-columns:1fr}}.form-success{background:var(--bg-card);padding:3rem 2rem;border-radius:var(--radius-lg);text-align:center;border:1px solid rgba(95,209,47,.3)}.form-success h3{color:var(--green);margin-bottom:.5rem}.form-success p{color:var(--text-muted)}.cta-block{text-align:center}.cta-block .hero-ctas{justify-content:center;margin-top:2rem}.legal-page{padding-top:calc(var(--header-height) + 3rem)}.legal-page h1{margin-bottom:.5rem}.legal-meta{color:var(--text-muted);margin-bottom:2rem;font-size:.9rem}.legal-page h2{margin-top:2.5rem;margin-bottom:.75rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.06)}.legal-page h3{margin-top:1.5rem;margin-bottom:.5rem;color:var(--green)}.legal-page p{color:var(--text-gray);margin-bottom:1rem}.legal-page ul{padding-left:1.5rem;margin-bottom:1rem}.legal-page li{color:var(--text-gray);margin-bottom:.4rem}.site-footer{background:var(--bg-section);border-top:1px solid rgba(255,255,255,.06);padding:4rem 1.5rem 2rem}.footer-inner{max-width:var(--max-width);margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;margin-bottom:3rem}.footer-logo{height:36px;width:auto;margin-bottom:.75rem}.footer-tagline{color:var(--text-muted);font-size:.9rem}.footer-col h4{color:var(--green);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.footer-col a{display:block;color:var(--text-muted);font-size:.9rem;margin-bottom:.5rem}.footer-col a:hover{color:var(--green)}.footer-col p{color:var(--text-muted);font-size:.9rem;margin-bottom:.5rem}.social-links{display:flex;gap:1rem}.social-links a{color:var(--text-muted);transition:color .2s}.social-links a:hover{color:var(--green)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.06)}.footer-bottom p{color:var(--text-muted);font-size:.85rem}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:var(--text-muted);font-size:.85rem}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}:target{scroll-margin-top:calc(var(--header-height) + 1rem)}
