html,body{margin:0;padding:0;overflow-x:hidden;width:100%}body{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;line-height:1.7;font-size:16px;min-height:100vh;display:flex;flex-direction:column;background-color:#f8f9fa;color:#202124;position:relative}header{background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.12);border-bottom:4px solid #1a73e8;padding:1rem;width:100%;position:relative}header nav{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;gap:2rem;align-items:center}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:25px;height:2px;background-color:#fff;margin:5px 0;transition:all .3s ease}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(7px,-7px)}@media(max-width:576px){header nav{position:relative}header nav .menu-toggle{display:block;order:1;margin-left:auto}header nav .logo{order:0}header nav .login-button{display:none!important}header nav .nav-links{display:none!important;position:absolute;top:calc(100% + 1rem);left:0;right:0;background-color:#1a73e8;order:3;flex-direction:column;gap:0;z-index:1000;box-shadow:0 2px 4px rgba(0,0,0,.2)}header nav .nav-links.active{display:flex!important}header nav .nav-links .mobile-login{display:none}}@media(max-width:576px) and (max-width:576px){header nav .nav-links .mobile-login{display:block;border-top:1px solid rgba(255,255,255,.1)}header nav .nav-links .mobile-login a{background-color:#34a853;margin:.5rem 1rem;border-radius:4px;text-align:center}header nav .nav-links .mobile-login a:hover{background-color:#48c76a;color:#fff}}header nav .logo{display:flex;align-items:center;padding:0;margin-right:.5rem}header nav .logo img{width:32px;height:32px;transition:transform .3s ease}header nav .logo:hover img{transform:scale(1.1)}header nav .nav-links{flex:1;display:flex;gap:2rem;align-items:center}header nav .nav-links .has-dropdown{position:relative}header nav .nav-links .has-dropdown:hover .dropdown-menu{display:block}header nav .nav-links .dropdown-menu{display:none;position:absolute;top:100%;left:0;background-color:#1a73e8;min-width:200px;padding:.5rem 0;border-radius:4px;box-shadow:0 2px 5px rgba(0,0,0,.2);z-index:1000}header nav .nav-links .dropdown-menu a{display:block;padding:.5rem 1rem;color:#fff;text-decoration:none}header nav .nav-links .dropdown-menu a:hover{background-color:#488fed}header nav .nav-links .mobile-login{display:none}@media(max-width:576px){header nav .nav-links .mobile-login{display:block;border-top:1px solid rgba(255,255,255,.1)}header nav .nav-links .mobile-login a{background-color:#34a853;margin:.5rem 1rem;border-radius:4px;text-align:center}header nav .nav-links .mobile-login a:hover{background-color:#48c76a;color:#fff}}header nav .login-button{background-color:#1a73e8;font-weight:600;padding:.7rem 1.8rem;border-radius:8px;color:#fff}header nav .login-button:hover{background-color:#135cbc;transform:translateY(-1px);color:#fff}header nav a{color:#202124;text-decoration:none;padding:.5rem;font-weight:500}header nav a:hover{color:#1a73e8}main{flex:1;width:100%;padding-top:0;margin-bottom:0}main>*{max-width:1200px;margin:0 auto;padding:0 1rem}footer{background-color:#fff;box-shadow:0 -2px 10px rgba(0,0,0,.1);width:100%;padding:2rem 1rem;margin-top:auto}footer .footer-content{max-width:1200px;margin:0 auto}footer .footer-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}footer .footer-section h3{color:#202124;margin-bottom:1rem;font-size:1.1rem}footer .footer-section ul{list-style:none;padding:0;margin:0}footer .footer-section ul li{margin-bottom:.5rem}footer .footer-section a{color:#202124;text-decoration:none}footer .footer-section a:hover{color:#1a73e8}footer .footer-bottom{border-top:1px solid rgba(0,0,0,.1);padding-top:1rem;text-align:center}footer .footer-bottom p{margin:0;color:#50535a}@media(max-width:768px){footer{position:static;padding:2rem 1rem}footer .footer-sections{grid-template-columns:1fr!important;gap:1.5rem!important}}h1,h2,h3,h4,h5,h6{color:#202124;font-weight:700;line-height:1.3;margin:2rem 0 1rem}h1{font-size:2.5rem;margin-bottom:1.5rem;color:#1a73e8}h2{font-size:2rem;border-bottom:3px solid #1a73e8;padding-bottom:.5rem;margin-top:3rem}h3{font-size:1.5rem;color:#383a3f}.button{font-weight:600;padding:1rem 2rem;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.12);transition:all .3s ease;text-decoration:none}.button:not(.button-outline){background:#1a73e8;color:#fff}.button:not(.button-outline):hover{color:#fff;background:#135cbc}.button:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.contact-form{max-width:600px;margin:2rem auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:7rem}.contact-form .form-group{margin-bottom:1.5rem}.contact-form .form-group:last-child{margin-bottom:0}.contact-form label{display:block;margin-bottom:.5rem;color:var(--primary-color);font-weight:700}.contact-form input,.contact-form textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--secondary-color)}.contact-form textarea{resize:vertical;min-height:100px}.contact-form .required-note{font-size:.9rem;color:#666;margin-bottom:1rem}.contact-form button{width:100%;padding:1rem;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.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="%23cc0000"/></svg>');background-position:right 8px top 8px;background-repeat:no-repeat}.contact-form input:valid,.contact-form textarea:valid{background-image:none}@media(max-width:768px){.contact-form{padding:1rem;margin:1rem}}.hero{background-image:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.7)),url(/images/hero.png);background-size:cover;background-position:50%;background-repeat:no-repeat;height:600px;width:100%;margin:0 0 2rem;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:0;max-width:none!important}.hero .hero-content{max-width:1200px;padding:0 1rem;margin:0 auto}.hero .hero-content h1{font-size:3rem;margin-bottom:1rem;color:#fff}.hero .hero-content p{font-size:1.5rem;margin-bottom:2rem}.hero .hero-content .hero-buttons{display:flex;gap:1rem;justify-content:center}.hero .hero-content .hero-buttons .button{font-size:1.2rem;padding:1rem 2rem;color:#fff}.hero .hero-content .hero-buttons .button:not(.button-outline){background:#1a73e8;border:2px solid #1a73e8}.hero .hero-content .hero-buttons .button:not(.button-outline):hover{background:#135cbc;border-color:#135cbc}.hero .hero-content .hero-buttons .button.button-outline{background:0 0;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.2)}.hero .hero-content .hero-buttons .button.button-outline:hover{background:rgba(255,255,255,.2);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.3)}@media(max-width:768px){.hero{height:400px}.hero .hero-content h1{font-size:2rem}.hero .hero-content p{font-size:1.2rem}.hero .hero-content .hero-buttons{flex-direction:column;align-items:center}}.home-content{padding-top:2rem;max-width:1200px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media(max-width:768px){header nav .has-dropdown{position:static}header nav .has-dropdown .dropdown-menu{width:100%;position:static;margin-top:.5rem;box-shadow:none}}.arrangement{display:flex;gap:2rem;margin:2rem 0;align-items:flex-start;background:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.12);padding:2rem;border-left:4px solid #1a73e8}.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.1rem}.arrangement .arrangement-content ul li strong{color:#1a73e8}.arrangement .arrangement-image{flex:1;text-align:center}.arrangement .arrangement-image img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.12)}@media(max-width:768px){.arrangement{flex-direction:column}.arrangement .arrangement-image{order:-1}}.toc{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin:2rem 0;border-left:4px solid #1a73e8}.toc h2{margin-top:0;margin-bottom:1.5rem;font-size:1.4rem;color:#1a73e8;font-weight:700;padding-bottom:.5rem;border-bottom:2px solid #eee}.toc ul{list-style:none;padding:0;margin:0}.toc ul ul{padding-left:1.8rem;border-left:2px solid #eee;margin:.5rem 0}.toc ul li{margin:.8rem 0}.toc ul li a{color:#202124;text-decoration:none;transition:all .2s ease}.toc ul li a:hover{color:#1a73e8;padding-left:.3rem}.toc .h2-heading{font-weight:700;font-size:1.1rem;margin-top:1.2rem}.toc .h2-heading:first-child{margin-top:0}.toc .h3-heading{font-weight:500;font-size:1rem;color:#383a3f}.toc .h4-heading{font-weight:400;font-size:.95rem;color:#50535a}html{scroll-behavior:smooth}::selection{background:rgba(26,115,232,.2);color:#1a73e8}