*{margin:0;padding:0;box-sizing:border-box}:root{--svh-dark:#0F0F0F;--svh-dark-2:#1A1A1A;--svh-dark-3:#242424;--svh-white:#FFFFFF;--svh-gray:#A0A0A0;--svh-purple:#8B5CF6;--svh-blue:#3B82F6;--svh-green:#10B981}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto',sans-serif;background-color:var(--svh-dark);color:var(--svh-white);line-height:1.6;font-size:16px}.svh-container{max-width:1200px;margin:0 auto;padding:0 20px}.svh-header{background:var(--svh-dark);padding:24px 0;border-bottom:1px solid var(--svh-dark-3);position:sticky;top:0;z-index:100;backdrop-filter:blur(10px)}.svh-header-wrap{display:flex;justify-content:space-between;align-items:center}.svh-logo{font-size:24px;font-weight:700;color:var(--svh-white);text-decoration:none;letter-spacing:-.5px}.svh-nav-desktop{display:flex;gap:40px;list-style:none}.svh-nav-desktop a{color:var(--svh-gray);text-decoration:none;font-weight:500;font-size:15px;transition:color 0.3s}.svh-nav-desktop a:hover{color:var(--svh-white)}.svh-header-cta{padding:10px 24px;background:linear-gradient(135deg,var(--svh-purple),var(--svh-blue));color:var(--svh-white);text-decoration:none;border-radius:8px;font-weight:600;font-size:14px;transition:opacity 0.3s}.svh-header-cta:hover{opacity:.9}.svh-menu-btn{display:none;width:44px;height:44px;background:var(--svh-dark-2);border:1px solid var(--svh-dark-3);border-radius:8px;color:var(--svh-white);font-size:20px;cursor:pointer}.svh-nav-mobile{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:var(--svh-dark);z-index:1000;padding:100px 40px}.svh-nav-mobile.active{display:block}.svh-nav-mobile ul{list-style:none}.svh-nav-mobile li{border-bottom:1px solid var(--svh-dark-3)}.svh-nav-mobile a{display:block;padding:20px 0;color:var(--svh-white);text-decoration:none;font-size:20px;font-weight:600}.svh-hero{padding:100px 0;text-align:center;position:relative}.svh-hero-subtitle{font-size:14px;color:var(--svh-purple);font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px}.svh-hero h1{font-size:64px;font-weight:800;line-height:1.1;margin-bottom:24px;letter-spacing:-2px;background:linear-gradient(135deg,var(--svh-white),var(--svh-gray));-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.svh-hero p{font-size:20px;color:var(--svh-gray);max-width:700px;margin:0 auto 40px;line-height:1.7}.svh-btn-group{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.svh-btn{padding:16px 32px;background:linear-gradient(135deg,var(--svh-purple),var(--svh-blue));color:var(--svh-white);text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;transition:transform 0.3s;display:inline-block}.svh-btn:hover{transform:translateY(-2px)}.svh-btn-outline{background:#fff0;border:1px solid var(--svh-dark-3);color:var(--svh-white)}.svh-btn-outline:hover{border-color:var(--svh-purple)}.svh-section{padding:100px 0}.svh-section-alt{background:var(--svh-dark-2)}.svh-section-header{max-width:800px;margin:0 auto 60px;text-align:center}.svh-section-tag{font-size:12px;color:var(--svh-purple);font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;display:block}.svh-section-title{font-size:48px;font-weight:800;margin-bottom:20px;line-height:1.2;letter-spacing:-1px}.svh-section-desc{font-size:18px;color:var(--svh-gray);line-height:1.7}.svh-process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.svh-process-card{background:var(--svh-dark-2);border:1px solid var(--svh-dark-3);border-radius:16px;padding:40px;transition:transform 0.3s,border-color 0.3s;position:relative}.svh-process-card:hover{transform:translateY(-5px);border-color:var(--svh-purple)}.svh-process-icon{font-size:48px;margin-bottom:24px}.svh-process-title{font-size:24px;font-weight:700;margin-bottom:12px}.svh-process-desc{color:var(--svh-gray);line-height:1.7}.svh-service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.svh-service-card{background:var(--svh-dark-2);border:1px solid var(--svh-dark-3);border-radius:16px;padding:40px;transition:all 0.3s}.svh-service-card:hover{border-color:var(--svh-purple);transform:translateY(-5px)}.svh-service-icon{font-size:40px;margin-bottom:20px}.svh-service-title{font-size:22px;font-weight:700;margin-bottom:12px}.svh-service-desc{color:var(--svh-gray);line-height:1.7}.svh-benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.svh-benefit-card{background:var(--svh-dark-2);border:1px solid var(--svh-dark-3);border-radius:16px;padding:40px}.svh-benefit-title{font-size:24px;font-weight:700;margin-bottom:12px}.svh-benefit-desc{color:var(--svh-gray);line-height:1.7}.svh-post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:30px}.svh-post-card{background:var(--svh-dark-2);border:1px solid var(--svh-dark-3);border-radius:16px;overflow:hidden;transition:all 0.3s}.svh-post-card:hover{transform:translateY(-5px);border-color:var(--svh-purple)}.svh-post-thumbnail{width:100%;height:240px;object-fit:cover;background:linear-gradient(135deg,var(--svh-purple),var(--svh-blue))}.svh-post-content{padding:30px}.svh-post-meta{font-size:13px;color:var(--svh-gray);margin-bottom:12px;font-weight:500}.svh-post-title{font-size:22px;font-weight:700;margin-bottom:12px;line-height:1.4}.svh-post-title a{color:var(--svh-white);text-decoration:none}.svh-post-title a:hover{color:var(--svh-purple)}.svh-post-excerpt{color:var(--svh-gray);line-height:1.7;margin-bottom:16px}.svh-read-more{color:var(--svh-purple);text-decoration:none;font-weight:600;font-size:14px}.svh-read-more:hover{text-decoration:underline}.svh-single-post{padding:80px 0;max-width:800px;margin:0 auto}.svh-single-title{font-size:48px;font-weight:800;margin-bottom:20px;line-height:1.2;letter-spacing:-1px}.svh-single-content{font-size:18px;line-height:1.8;color:var(--svh-gray)}.svh-single-content h2{color:var(--svh-white);font-size:36px;margin:40px 0 20px;font-weight:700}.svh-single-content p{margin-bottom:20px}.svh-single-content img{max-width:100%;border-radius:12px;margin:30px 0}.svh-footer{background:var(--svh-dark-2);border-top:1px solid var(--svh-dark-3);padding:80px 0 40px}.svh-footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:60px;margin-bottom:60px}.svh-footer-section h3{font-size:18px;margin-bottom:20px;font-weight:700}.svh-footer-section p{color:var(--svh-gray);line-height:1.7;font-size:15px}.svh-footer-section ul{list-style:none}.svh-footer-section li{margin-bottom:12px}.svh-footer-section a{color:var(--svh-gray);text-decoration:none;font-size:15px;transition:color 0.3s}.svh-footer-section a:hover{color:var(--svh-white)}.svh-footer-bottom{text-align:center;padding-top:40px;border-top:1px solid var(--svh-dark-3);color:var(--svh-gray);font-size:14px}.svh-pagination{display:flex;justify-content:center;gap:10px;margin-top:60px}.svh-pagination a,.svh-pagination span{padding:12px 20px;background:var(--svh-dark-2);border:1px solid var(--svh-dark-3);border-radius:8px;color:var(--svh-white);text-decoration:none;font-weight:600;transition:all 0.3s}.svh-pagination a:hover{border-color:var(--svh-purple);background:var(--svh-purple)}.svh-pagination .current{background:linear-gradient(135deg,var(--svh-purple),var(--svh-blue));border-color:#fff0}@media (max-width:768px){.svh-nav-desktop,.svh-header-cta{display:none}.svh-menu-btn{display:block}.svh-hero h1{font-size:40px}.svh-section-title{font-size:36px}.svh-post-grid{grid-template-columns:1fr}.svh-single-title{font-size:36px}.svh-btn-group{flex-direction:column}}@media (max-width:480px){.svh-hero{padding:60px 0}.svh-hero h1{font-size:32px}.svh-hero p{font-size:16px}.svh-section-title{font-size:28px}}