*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;font-size:16px;line-height:1.7;color:#e8e8e8;background-color:#0f0f0f;min-height:100vh;display:flex;flex-direction:column}::selection{background:rgba(0,255,136,.15);color:#0f8}h1,h2,h3,h4,h5,h6{color:#fff;font-weight:700;line-height:1.2;margin:0 0 1rem}h1{font-size:clamp(2.2rem,5vw,3.5rem);letter-spacing:-.02em}h2{font-size:clamp(1.6rem,3.5vw,2.2rem);letter-spacing:-.01em;margin-top:3rem;margin-bottom:1.5rem}h3{font-size:1.25rem;color:#e8e8e8}p{margin:0 0 1.2rem;color:#999}a{color:#0f8;text-decoration:none;transition:color .2s ease}a:hover{color:#00cc6a}main{flex:1;width:100%}header{position:sticky;top:0;z-index:100;background:rgba(15,15,15,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,8%)}header nav{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;height:64px;gap:2rem}header nav .logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.05rem;color:#fff;letter-spacing:.03em;text-transform:uppercase;text-decoration:none;flex-shrink:0}header nav .logo img{width:32px;height:32px;transition:transform .2s ease}header nav .logo:hover{color:#0f8}header nav .logo:hover img{transform:scale(1.1)}header nav .nav-links{flex:1;display:flex;gap:1.75rem;align-items:center}header nav .nav-links a{color:#999;font-size:.9rem;font-weight:500;padding:.25rem 0;position:relative;white-space:nowrap}header nav .nav-links a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#0f8;transition:width .2s ease}header nav .nav-links a:hover{color:#fff}header nav .nav-links a:hover::after{width:100%}header nav .nav-links a[aria-current=page]{color:#0f8}header nav .nav-links a[aria-current=page]::after{width:100%;background:#0f8}header nav .nav-links .has-dropdown{position:relative}header nav .nav-links .has-dropdown>a{cursor:default}header nav .nav-links .has-dropdown:hover .dropdown-menu{display:block}header nav .nav-links .dropdown-menu{display:none;position:absolute;top:calc(100% + .75rem);left:-.75rem;background:#1a1a1a;border:1px solid rgba(255,255,255,8%);border-radius:12px;padding:.5rem;min-width:200px;z-index:1000;box-shadow:0 16px 48px rgba(0,0,0,.5)}header nav .nav-links .dropdown-menu a{display:block;padding:.6rem 1rem;border-radius:6px;color:#999;font-size:.875rem}header nav .nav-links .dropdown-menu a:hover{background:#242424;color:#fff}header nav .nav-links .dropdown-menu a:hover::after{display:none}header nav .login-button{background:#0f8;color:#0f0f0f!important;font-weight:600;font-size:.875rem;padding:.55rem 1.4rem;border-radius:8px;transition:all .2s ease;flex-shrink:0}header nav .login-button:hover{background:#00cc6a;color:#0f0f0f!important;transform:translateY(-1px);box-shadow:0 4px 20px rgba(0,255,136,.15)}header nav .login-button:hover::after{display:none}header nav .menu-toggle{display:none;background:0 0;border:none;cursor:pointer;padding:.5rem;margin-left:auto}header nav .menu-toggle span{display:block;width:22px;height:2px;background:#e8e8e8;margin:5px 0;transition:all .3s ease;border-radius:1px}header nav .menu-toggle.active span:first-child{transform:rotate(45deg)translate(5px,5px)}header nav .menu-toggle.active span:nth-child(2){opacity:0}header nav .menu-toggle.active span:last-child{transform:rotate(-45deg)translate(5px,-5px)}@media(max-width:768px){header nav .menu-toggle{display:block;order:1}header nav .login-button{display:none}header nav .nav-links{display:none;position:absolute;top:64px;left:0;right:0;background:#0f0f0f;border-bottom:1px solid rgba(255,255,255,8%);flex-direction:column;gap:0;padding:1rem;z-index:999}header nav .nav-links.active{display:flex}header nav .nav-links a{padding:.75rem 0;font-size:1rem;border-bottom:1px solid rgba(255,255,255,8%)}header nav .nav-links a::after{display:none}header nav .nav-links .has-dropdown .dropdown-menu{position:static;display:block;background:0 0;border:none;box-shadow:none;padding:0 0 0 1rem}header nav .nav-links .has-dropdown .dropdown-menu a{border-bottom:none;padding:.4rem 0;font-size:.9rem}header nav .nav-links .mobile-login{display:block!important;padding-top:.75rem}header nav .nav-links .mobile-login a{display:block;background:#0f8;color:#0f0f0f!important;text-align:center;border-radius:8px;padding:.75rem;font-weight:600;border-bottom:none}}.hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;text-align:center;background-image:linear-gradient(rgba(0,0,0,.82),rgba(0,0,0,.88)),url(/images/hero.png);background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;margin:0;padding:2rem;max-width:none!important}.hero .hero-content{max-width:800px;margin:0 auto}.hero .hero-content h1{font-size:clamp(2.5rem,7vw,4.5rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;margin-bottom:1.25rem;color:#fff}.hero .hero-content h1 span.accent{color:#0f8;display:block}.hero .hero-content p{font-size:clamp(1.05rem,2vw,1.3rem);color:#999;margin-bottom:2.5rem;max-width:560px;margin-left:auto;margin-right:auto}.hero .hero-content .hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero .hero-content .hero-buttons .button{font-size:1rem;font-weight:600;padding:.85rem 2rem;border-radius:8px;transition:all .25s ease;text-decoration:none;cursor:pointer;border:none}.hero .hero-content .hero-buttons .button.button-primary{background:#0f8;color:#0f0f0f}.hero .hero-content .hero-buttons .button.button-primary:hover{background:#00cc6a;transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,255,136,.15);color:#0f0f0f}.hero .hero-content .hero-buttons .button.button-outline{background:0 0;color:#fff;border:1.5px solid rgba(255,255,255,.25)}.hero .hero-content .hero-buttons .button.button-outline:hover{border-color:#0f8;color:#0f8;transform:translateY(-2px)}.hero::after{content:'';position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);width:24px;height:40px;border:2px solid rgba(255,255,255,.2);border-radius:12px;background:radial-gradient(circle at 50% 8px,#00ff88 4px,transparent 5px);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,100%{opacity:.4}50%{opacity:1}}@media(max-width:768px){.hero{min-height:80vh}.hero .hero-content h1{font-size:2.2rem}.hero .hero-content .hero-buttons{flex-direction:column;align-items:center}.hero .hero-content .hero-buttons .button{width:100%;max-width:300px;text-align:center}.hero::after{display:none}}.home-content{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.home-content h1{color:#0f8;font-size:clamp(1.8rem,4vw,2.8rem)}.home-content h2{border-bottom:none;padding-bottom:0;position:relative;display:inline-block}.home-content h2::after{content:'';position:absolute;bottom:-6px;left:0;width:48px;height:3px;background:#0f8;border-radius:2px}.home-content ul{padding-left:1.5rem;margin-bottom:2rem}.home-content ul li{margin-bottom:.75rem;color:#999;line-height:1.6}.home-content ul li strong{color:#fff}.home-content ol{padding-left:1.5rem;margin-bottom:2rem;counter-reset:steps}.home-content ol li{margin-bottom:1rem;color:#999;line-height:1.6}.home-content p{color:#999}.home-content>p:last-child{margin-top:3rem;display:flex;gap:1rem;flex-wrap:wrap}.home-content>p:last-child a{display:inline-block;background:#0f8;color:#0f0f0f;font-weight:600;padding:.75rem 1.5rem;border-radius:8px;transition:all .2s ease}.home-content>p:last-child a:hover{background:#00cc6a;transform:translateY(-1px);color:#0f0f0f}.blog-key-takeaways{background:#1a1a1a;border:1px solid rgba(255,255,255,8%);border-left:3px solid #0f8;padding:1.5rem 2rem;margin:0 0 3rem;border-radius:0 12px 12px 0}.blog-key-takeaways p:first-child strong{font-size:1rem;color:#0f8;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.blog-key-takeaways table{width:100%;margin:1rem 0 0;border-collapse:collapse}.blog-key-takeaways table th,.blog-key-takeaways table td{padding:.6rem 1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,8%)}.blog-key-takeaways table th{color:#999;font-weight:500;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;width:30%}.blog-key-takeaways table td{color:#e8e8e8;font-weight:500}.blog-key-takeaways table tr:last-child th,.blog-key-takeaways table tr:last-child td{border-bottom:none}table{width:100%;border-collapse:separate;border-spacing:0;margin:2rem 0;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,8%)}table thead th{background:#1a1a1a;color:#0f8;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;padding:1rem 1.25rem;text-align:left;border-bottom:1px solid rgba(255,255,255,8%)}table tbody tr{transition:background .15s ease}table tbody tr:hover{background:rgba(255,255,255,2%)}table tbody tr:last-child td{border-bottom:none}table tbody td{padding:.9rem 1.25rem;border-bottom:1px solid rgba(255,255,255,8%);color:#999}.home-content>p strong{display:block;color:#fff;font-size:1.05rem;margin-bottom:.4rem}footer{background:#141414;border-top:1px solid rgba(255,255,255,8%);padding:4rem 1.5rem 2rem;margin-top:auto}footer .footer-content{max-width:1200px;margin:0 auto}footer .footer-sections{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:3rem}footer .footer-section h3{font-size:.85rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.25rem}footer .footer-section ul{list-style:none;padding:0;margin:0}footer .footer-section ul li{margin-bottom:.6rem}footer .footer-section ul li a{color:#666;font-size:.9rem;transition:color .15s ease}footer .footer-section ul li a:hover{color:#0f8}footer .footer-section p{color:#666;font-size:.9rem;margin:0 0 .5rem;line-height:1.6}footer .footer-section p a{color:#0f8;font-weight:500}footer .footer-section p a:hover{color:#00cc6a}footer .footer-section .footer-parent{margin-top:1rem;font-size:.8rem;color:#666}footer .footer-section .footer-parent a{color:#999;font-weight:500}footer .footer-section .footer-parent a:hover{color:#0f8}footer .footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,8%);text-align:center}footer .footer-bottom p{color:#666;font-size:.8rem;margin:0}@media(max-width:768px){footer{padding:3rem 1.5rem 1.5rem}footer .footer-sections{grid-template-columns:1fr;gap:2rem}}.button{display:inline-block;font-weight:600;padding:.75rem 1.75rem;border-radius:8px;transition:all .25s ease;text-decoration:none;cursor:pointer;border:none;font-size:.95rem}.button:not(.button-outline):not(.button-primary){background:#0f8;color:#0f0f0f}.button:not(.button-outline):not(.button-primary):hover{background:#00cc6a;transform:translateY(-1px);box-shadow:0 4px 20px rgba(0,255,136,.15);color:#0f0f0f}.content-page{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.content-page h1{color:#0f8}.content-page h2{font-size:1.4rem;margin-top:2.5rem}article.blog-post{max-width:800px;margin:0 auto}article.blog-post .post-meta{color:#666;font-size:.9rem;margin-bottom:2rem}article.blog-post img{max-width:100%;border-radius:12px;margin:1.5rem 0}article.blog-post table{width:100%;border-collapse:separate;border-spacing:0;margin:1.5rem 0;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,8%)}article.blog-post table th{background:#1a1a1a;color:#0f8;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;padding:.75rem 1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,8%)}article.blog-post table td{padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,8%);color:#999}article.blog-post table tr:last-child td{border-bottom:none}.arrangement{display:flex;gap:2rem;margin:2rem 0;align-items:flex-start;background:#1a1a1a;border-radius:12px;border:1px solid rgba(255,255,255,8%);padding:2rem}.arrangement .arrangement-content{flex:1}.arrangement .arrangement-content ul{list-style:none;padding:0;margin:0}.arrangement .arrangement-content ul li{margin:1rem 0;font-size:1.05rem;color:#999}.arrangement .arrangement-content ul li strong{color:#0f8}.arrangement .arrangement-image{flex:1;text-align:center}.arrangement .arrangement-image img{max-width:100%;height:auto;border-radius:12px}@media(max-width:768px){.arrangement{flex-direction:column}.arrangement .arrangement-image{order:-1}}.toc{background:#1a1a1a;padding:1.5rem 2rem;border-radius:12px;border:1px solid rgba(255,255,255,8%);margin:2rem 0}.toc h2{margin-top:0;margin-bottom:1rem;font-size:1rem;color:#0f8;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,8%)}.toc h2::after{display:none}.toc ul{list-style:none;padding:0;margin:0}.toc ul ul{padding-left:1.25rem;border-left:1px solid rgba(255,255,255,8%);margin:.25rem 0}.toc ul li{margin:.5rem 0}.toc ul li a{color:#999;text-decoration:none;font-size:.925rem;transition:all .15s ease}.toc ul li a:hover{color:#0f8;padding-left:.25rem}.toc .h2-heading{font-weight:600;font-size:.95rem;margin-top:1rem}.toc .h2-heading:first-child{margin-top:0}.toc .h3-heading{font-weight:500;font-size:.9rem;color:#666}.toc .h4-heading{font-weight:400;font-size:.85rem;color:#666}.contact-form{max-width:560px;margin:2rem auto 6rem;padding:2.5rem;background:#1a1a1a;border:1px solid rgba(255,255,255,8%);border-radius:12px}.contact-form .form-group{margin-bottom:1.5rem}.contact-form .form-group:last-child{margin-bottom:0}.contact-form label{display:block;margin-bottom:.4rem;color:#fff;font-weight:500;font-size:.9rem}.contact-form input,.contact-form textarea{width:100%;padding:.8rem 1rem;background:#0f0f0f;border:1px solid rgba(255,255,255,8%);border-radius:6px;color:#e8e8e8;font-size:.95rem;font-family:inherit;transition:border-color .2s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#0f8;box-shadow:0 0 0 3px rgba(0,255,136,.15)}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#666}.contact-form textarea{resize:vertical;min-height:120px}.contact-form .required-note{font-size:.85rem;color:#666;margin-bottom:1rem}.contact-form button{width:100%;padding:.9rem;font-size:1rem;font-weight:600;background:#0f8;color:#0f0f0f;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.contact-form button:hover{background:#00cc6a;transform:translateY(-1px);box-shadow:0 4px 20px rgba(0,255,136,.15)}.contact-form input:required,.contact-form textarea:required{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4" viewBox="0 0 4 4"><circle cx="2" cy="2" r="2" fill="%23ff4444"/></svg>');background-position:right 10px top 10px;background-repeat:no-repeat}.contact-form input:valid,.contact-form textarea:valid{background-image:none}@media(max-width:768px){.contact-form{padding:1.5rem;margin:1rem 1rem 4rem}}.cta-section{background:#1a1a1a;border-top:1px solid rgba(255,255,255,8%);border-bottom:1px solid rgba(255,255,255,8%);padding:5rem 1.5rem;text-align:center;margin-top:4rem}.cta-section .cta-content{max-width:640px;margin:0 auto}.cta-section .cta-content h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:#fff;margin-bottom:1rem;margin-top:0}.cta-section .cta-content h2::after{display:none}.cta-section .cta-content p{color:#999;font-size:1.05rem;margin-bottom:2rem}.cta-section .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-section .cta-buttons .button{font-size:1rem;font-weight:600;padding:.85rem 2rem;border-radius:8px;transition:all .25s ease;text-decoration:none;cursor:pointer;border:none}.cta-section .cta-buttons .button.button-primary{background:#0f8;color:#0f0f0f}.cta-section .cta-buttons .button.button-primary:hover{background:#00cc6a;transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,255,136,.15);color:#0f0f0f}.cta-section .cta-buttons .button.button-outline{background:0 0;color:#fff;border:1.5px solid rgba(255,255,255,.25)}.cta-section .cta-buttons .button.button-outline:hover{border-color:#0f8;color:#0f8;transform:translateY(-2px)}@media(max-width:768px){.cta-section{padding:3rem 1.5rem;margin-top:2rem}.cta-section .cta-buttons{flex-direction:column;align-items:center}.cta-section .cta-buttons .button{width:100%;max-width:300px;text-align:center}}.brochure-form select{width:100%;padding:.8rem 1rem;background:#0f0f0f;border:1px solid rgba(255,255,255,8%);border-radius:6px;color:#e8e8e8;font-size:.95rem;font-family:inherit;transition:border-color .2s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23999' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;cursor:pointer}.brochure-form select:focus{outline:none;border-color:#0f8;box-shadow:0 0 0 3px rgba(0,255,136,.15)}.brochure-form select option{background:#1a1a1a;color:#e8e8e8}.brochure-form .form-note{text-align:center;font-size:.8rem;color:#666;margin-top:1rem}@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.home-content>*{animation:fadeUp .6s ease-out both}.home-content>*:nth-child(1){animation-delay:.08s}.home-content>*:nth-child(2){animation-delay:.16s}.home-content>*:nth-child(3){animation-delay:.24s}.home-content>*:nth-child(4){animation-delay:.32s}.home-content>*:nth-child(5){animation-delay:.4s}.home-content>*:nth-child(6){animation-delay:.48s}.home-content>*:nth-child(7){animation-delay:.56s}.home-content>*:nth-child(8){animation-delay:.64s}.home-content>*:nth-child(9){animation-delay:.72s}.home-content>*:nth-child(10){animation-delay:.8s}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}@media print{body{background:#fff;color:#000}header,footer,.hero{background:0 0;color:#000}}