*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: 'Open Sans', Arial, sans-serif; background-color: #0d0d0d; color: #ccc; font-size: 14px; line-height: 1.7; overflow-x: hidden; }
    a { text-decoration: none; color: inherit; }
    .nav-wrapper { position: fixed; top: 16px; left: 50%; transform: translateX(-50%); z-index: 1000; width: calc(100% - 80px); max-width: 1200px; }
    nav { background: rgba(18,18,18,0.45); backdrop-filter: blur(18px) saturate(1.6); -webkit-backdrop-filter: blur(18px) saturate(1.6); border: 1px solid rgba(255,255,255,0.1); border-radius: 50px; padding: 16px 32px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 4px 32px rgba(0,0,0,0.4); }
    .nav-logo img { height: 22px; width: auto; display: block; }
    .nav-logo { font-size: 19px; font-weight: 700; color: #fff; }
    .nav-links { display: flex; gap: 28px; align-items: center; }
    .nav-links a { font-size: 14px; color: #bbb; font-weight: 500; transition: color 0.2s; }
    .nav-links a:hover, .nav-links a.active { color: #84cc16; }
    .nav-links .nav-lang { font-size: 12px; color: #888; }
    .page-hero { padding: 160px 40px 80px; text-align: center; background: #000; position: relative; overflow: hidden; }
    .page-hero .hero-video-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.55; }
    .page-hero .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.65) 100%); z-index: 1; }
    .page-hero .hero-icon, .page-hero h1, .page-hero p, .page-hero .hero-cta { position: relative; z-index: 2; }
    .page-hero .hero-icon { font-size: 56px; margin-bottom: 24px; }
    .page-hero .hero-icon img { width: 96px; height: 96px; object-fit: contain; display: block; margin: 0 auto; }
    .page-hero h1 { font-size: clamp(42px, 6vw, 72px); font-weight: 800; color: #fff; line-height: 1.05; letter-spacing: -2px; margin-bottom: 16px; }
    .page-hero p { font-size: 16px; color: #888; max-width: 600px; margin: 0 auto 32px; line-height: 1.7; }
    .section-badge { display: inline-block; background: #84cc16; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 16px; border-radius: 20px; margin-bottom: 20px; }
    .hero-cta { display: inline-block; background: rgba(132,204,22,0.12); color: #fff; border: 1px solid rgba(132,204,22,0.45); padding: 16px 36px; border-radius: 10px; font-size: 14px; font-weight: 700; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); letter-spacing: 0.3px; box-shadow: 0 0 18px rgba(132,204,22,0.3), 0 0 40px rgba(132,204,22,0.12); transition: background 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s; }
    .hero-cta:hover { background: rgba(132,204,22,0.25); border-color: rgba(132,204,22,0.7); box-shadow: 0 0 32px rgba(132,204,22,0.45), 0 8px 32px rgba(0,0,0,0.35); transform: translateY(-2px); }
    .service-overview { max-width: 1200px; margin: 0 auto; padding: 100px 40px; }
    .overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    @media (max-width: 900px) { .overview-grid { grid-template-columns: 1fr; } }
    .overview-text h2 { font-size: 36px; font-weight: 800; color: #fff; margin-bottom: 20px; }
    .overview-text p { font-size: 15px; color: #888; line-height: 1.8; margin-bottom: 16px; }
    .overview-img { border-radius: 20px; background: #161616; border: 1px solid rgba(255,255,255,0.07); min-height: 360px; display: flex; align-items: center; justify-content: center; font-size: 80px; }
    .features-section { background: #111; padding: 100px 40px; }
    .features-inner { max-width: 1200px; margin: 0 auto; }
    .features-title { text-align: center; margin-bottom: 64px; }
    .features-title h2 { font-size: 36px; font-weight: 800; color: #fff; margin-bottom: 12px; }
    .features-title p { font-size: 16px; color: #888; }
    .features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 28px; }
    .feature-card { background: #161616; border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 36px 32px; transition: border-color 0.3s, transform 0.3s; }
    .feature-card:hover { border-color: #84cc16; transform: translateY(-4px); }
    .feature-card .f-icon { font-size: 32px; margin-bottom: 20px; }
    .feature-card h3 { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 12px; }
    .feature-card p { font-size: 14px; color: #888; line-height: 1.7; }
    .process-section { max-width: 1200px; margin: 0 auto; padding: 100px 40px; }
    .process-title { text-align: center; margin-bottom: 64px; }
    .process-title h2 { font-size: 36px; font-weight: 800; color: #fff; margin-bottom: 12px; }
    .process-steps { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 28px; }
    .process-step { text-align: center; }
    .step-num { width: 56px; height: 56px; background: #84cc16; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 800; color: #fff; margin: 0 auto 20px; }
    .process-step h3 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px; }
    .process-step p { font-size: 14px; color: #888; line-height: 1.6; }
    .results-section { background: #111; padding: 80px 40px; }
    .results-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: center; gap: 80px; flex-wrap: wrap; text-align: center; }
    .result-stat h3 { font-size: 40px; font-weight: 800; color: #84cc16; margin-bottom: 8px; }
    .result-stat p { font-size: 14px; color: #888; }
    .other-services { max-width: 1200px; margin: 0 auto; padding: 100px 40px; }
    .other-title { text-align: center; margin-bottom: 48px; }
    .other-title h2 { font-size: 32px; font-weight: 800; color: #fff; }
    .other-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; }
    .other-card { background: #161616; border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; padding: 24px; text-align: center; transition: border-color 0.3s, transform 0.3s; display: block; }
    .other-card:hover { border-color: #84cc16; transform: translateY(-3px); }
    .other-card .o-icon { font-size: 28px; margin-bottom: 12px; }
    .other-card .o-icon img { width: 52px; height: 52px; object-fit: contain; display: block; margin: 0 auto; }
    .other-card h4 { font-size: 13px; font-weight: 700; color: #fff; }
    .cta-section { background: #111; padding: 80px 40px; text-align: center; }
    .cta-card { max-width: 1200px; margin: 0 auto; background: #161616; border: 1px solid rgba(132,204,22,0.35); border-radius: 24px; padding: 60px 40px; box-shadow: 0 0 48px rgba(132,204,22,0.12), 0 0 120px rgba(132,204,22,0.06); transition: border-color 0.3s, box-shadow 0.3s; }
    .cta-card:hover { border-color: rgba(132,204,22,0.65); box-shadow: 0 0 64px rgba(132,204,22,0.22), 0 0 140px rgba(132,204,22,0.1); }
    .cta-section h2 { font-size: 36px; font-weight: 800; color: #fff; margin-bottom: 8px; }
    .cta-section h2 span { color: #84cc16; }
    .cta-section p { font-size: 14px; color: #888; margin-bottom: 32px; }
    .btn-outline { display: inline-block; background: rgba(255,255,255,0.07); color: #fff; border: 1px solid rgba(255,255,255,0.14); padding: 14px 32px; border-radius: 10px; font-size: 13px; font-weight: 600; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); letter-spacing: 0.3px; transition: background 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s; }
    .btn-outline:hover { background: rgba(132,204,22,0.18); border-color: rgba(132,204,22,0.55); box-shadow: 0 0 28px rgba(132,204,22,0.25), 0 8px 32px rgba(0,0,0,0.35); transform: translateY(-2px); }
    footer { background: #0a0a0a; padding: 80px 40px 40px; }
    .footer-inner { max-width: 1200px; margin: 0 auto; }
    .footer-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 48px; }
    .footer-logo img { height: 36px; width: auto; display: block; }
    .footer-logo { font-size: 22px; font-weight: 800; color: #fff; }
    .footer-logo span { font-style: italic; }
    .footer-cols { display: flex; gap: 60px; flex-wrap: wrap; margin-bottom: 48px; }
    .footer-col { flex: 1; min-width: 140px; }
    .footer-col h4 { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 1px; }
    .footer-col a, .footer-col span { display: block; font-size: 13px; color: #888; margin-bottom: 10px; transition: color 0.2s; }
    .footer-col a:hover { color: #e63946; }
    .footer-col a.accent { color: #888; }
    .footer-col a.accent:hover { color: #e63946; }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
    .footer-bottom p, .footer-legal { font-size: 12px; color: #555; }
    .footer-socials { display: flex; gap: 12px; }
    .footer-socials a { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #888; transition: border-color 0.2s, color 0.2s; }
    .footer-socials a:hover { border-color: #84cc16; color: #84cc16; }
    /* ── SERVICES DROPDOWN ── */
    .nav-dropdown { position: relative; }
    .nav-dropdown-btn { font-size: 14px; color: #bbb; font-weight: 500; cursor: pointer; transition: color 0.2s; white-space: nowrap; }
    .nav-dropdown:hover .nav-dropdown-btn { color: #fff; }
    .dropdown-menu { position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(-6px); background: rgba(14,14,14,0.97); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 8px; min-width: 210px; opacity: 0; visibility: hidden; transition: opacity 0.2s, visibility 0.2s, transform 0.2s; z-index: 200; box-shadow: 0 16px 48px rgba(0,0,0,0.5); }
    .nav-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
    .dropdown-menu a { display: block; padding: 9px 14px; font-size: 13px; color: #aaa; border-radius: 8px; transition: background 0.15s, color 0.15s; white-space: nowrap; }
    .dropdown-menu a:hover { background: rgba(255,255,255,0.06); color: #fff; }
    @keyframes border-spin { from { transform:translate(-50%,-50%) rotate(0deg); } to { transform:translate(-50%,-50%) rotate(360deg); } }
    .modal-box-wrapper { position:relative; border-radius:24px; overflow:hidden; box-shadow:0 0 64px rgba(230,57,70,0.15), 0 0 120px rgba(230,57,70,0.07); padding:2px; }
    .modal-box-wrapper::before { content:''; position:absolute; top:50%; left:50%; width:250%; height:250%; background:conic-gradient(from 0deg, transparent 0deg, transparent 280deg, rgba(230,57,70,0.4) 310deg, #e63946 330deg, rgba(230,57,70,0.4) 350deg, transparent 360deg); animation:border-spin 6s linear infinite; }

    /* ── SERVER STATUS VISUALIZATION ── */
    @keyframes hs-bar-fill { from { width: 0%; } to { width: var(--hs-w); } }
    @keyframes hs-pulse-dot { 0%,100% { box-shadow: 0 0 0 0 rgba(132,204,22,0.7); } 60% { box-shadow: 0 0 0 7px rgba(132,204,22,0); } }
    @keyframes hs-ring-spin { from { stroke-dashoffset: 226; } to { stroke-dashoffset: var(--hs-dash); } }
    @keyframes hs-blink { 0%,49% { opacity: 1; } 50%,100% { opacity: 0.2; } }
    @keyframes hs-clock-pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.18); opacity: 0.75; } }
    @keyframes hs-card-in { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:translateY(0); } }

    .hs-visual { width: 100%; font-family: 'Open Sans', Arial, sans-serif; }

    /* Header */
    .hs-header { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
    .hs-pulse-dot { width: 10px; height: 10px; background: #84cc16; border-radius: 50%; flex-shrink: 0; animation: hs-pulse-dot 1.8s ease-out infinite; }
    .hs-header-title { font-size: 13px; font-weight: 700; color: #fff; letter-spacing: 1.2px; text-transform: uppercase; }
    .hs-header-sub { margin-left: auto; font-size: 11px; color: rgba(132,204,22,0.75); font-weight: 600; letter-spacing: 0.5px; }

    /* Server rows */
    .hs-servers { display: flex; flex-direction: column; gap: 11px; margin-bottom: 24px; }
    .hs-server-row { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.07); border-radius: 10px; padding: 10px 14px; }
    .hs-server-dot { width: 7px; height: 7px; background: #84cc16; border-radius: 50%; flex-shrink: 0; box-shadow: 0 0 6px rgba(132,204,22,0.8); }
    .hs-server-name { font-size: 12px; font-weight: 600; color: #ccc; min-width: 70px; }
    .hs-bar-track { flex: 1; height: 5px; background: rgba(255,255,255,0.07); border-radius: 99px; overflow: hidden; }
    .hs-bar-fill { height: 100%; border-radius: 99px; background: linear-gradient(90deg, rgba(132,204,22,0.6) 0%, #84cc16 100%); width: 0%; animation: hs-bar-fill 1.4s cubic-bezier(0.22,1,0.36,1) forwards; }
    .hs-server-row:nth-child(1) .hs-bar-fill { --hs-w: 98%; animation-delay: 0.2s; }
    .hs-server-row:nth-child(2) .hs-bar-fill { --hs-w: 100%; animation-delay: 0.45s; }
    .hs-server-row:nth-child(3) .hs-bar-fill { --hs-w: 99%; animation-delay: 0.7s; }
    .hs-badge { flex-shrink: 0; font-size: 10px; font-weight: 700; color: #84cc16; background: rgba(132,204,22,0.1); border: 1px solid rgba(132,204,22,0.3); border-radius: 6px; padding: 2px 8px; letter-spacing: 0.4px; }

    /* Metric cards */
    .hs-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .hs-metric { background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 18px 12px 14px; text-align: center; transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s; animation: hs-card-in 0.6s ease both; }
    .hs-metric:nth-child(1) { animation-delay: 0.9s; }
    .hs-metric:nth-child(2) { animation-delay: 1.05s; }
    .hs-metric:nth-child(3) { animation-delay: 1.2s; }
    .hs-metric:hover { border-color: rgba(132,204,22,0.4); box-shadow: 0 0 20px rgba(132,204,22,0.12), 0 4px 20px rgba(0,0,0,0.3); transform: translateY(-3px); }
    .hs-metric-icon { display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }

    /* Uptime ring */
    .hs-ring-svg { width: 54px; height: 54px; }
    .hs-ring-bg { fill: none; stroke: rgba(255,255,255,0.07); stroke-width: 5; }
    .hs-ring-progress { fill: none; stroke: #84cc16; stroke-width: 5; stroke-linecap: round; stroke-dasharray: 226; stroke-dashoffset: 226; --hs-dash: 1; animation: hs-ring-spin 1.6s cubic-bezier(0.22,1,0.36,1) 1s forwards; filter: drop-shadow(0 0 4px rgba(132,204,22,0.6)); }
    .hs-ring-text { font-size: 11px; font-weight: 800; fill: #84cc16; text-anchor: middle; dominant-baseline: middle; }

    /* Blink indicator */
    .hs-blink-wrap { display: flex; align-items: center; justify-content: center; gap: 6px; }
    .hs-blink-dot { width: 9px; height: 9px; background: #84cc16; border-radius: 50%; box-shadow: 0 0 8px rgba(132,204,22,0.9); animation: hs-blink 0.9s step-start infinite; }
    .hs-blink-val { font-size: 22px; font-weight: 800; color: #fff; line-height: 1; }

    /* Clock */
    .hs-clock-icon { font-size: 28px; line-height: 1; animation: hs-clock-pulse 2.2s ease-in-out infinite; display: inline-block; }

    /* Metric label + value */
    .hs-metric-val { font-size: 20px; font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 4px; }
    .hs-metric-label { font-size: 10px; font-weight: 600; color: #666; letter-spacing: 0.8px; text-transform: uppercase; }
    .hs-metric-hint { font-size: 10px; color: rgba(132,204,22,0.6); margin-top: 3px; font-weight: 600; }
    /* -- MODAL CHECKBOXES / RADIO -- */
    .modal-options { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
    .modal-option { position:relative; }
    .modal-option input { position:absolute; opacity:0; width:0; height:0; }
    .modal-option label { display:flex; align-items:center; gap:9px; background:#1e1e1e; border:1px solid rgba(255,255,255,0.1); border-radius:8px; padding:9px 12px; font-size:12.5px; color:#aaa; cursor:pointer; transition:border-color 0.2s, background 0.2s, color 0.2s; user-select:none; line-height:1.3; }
    .modal-option label::before { content:''; width:14px; height:14px; min-width:14px; border:1.5px solid rgba(255,255,255,0.2); border-radius:50%; transition:border-color 0.2s, background 0.2s, box-shadow 0.2s; }
    .modal-option input[type="checkbox"] + label::before { border-radius:4px; }
    .modal-option input[type="radio"]:checked + label::before { background:#e63946; border-color:#e63946; box-shadow:inset 0 0 0 3px #1e1e1e; }
    .modal-option input[type="checkbox"]:checked + label::before { background:#e63946; border-color:#e63946; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:center; background-size:10px; }
    .modal-option input:checked + label { border-color:rgba(230,57,70,0.45); background:rgba(230,57,70,0.07); color:#fff; }
    .modal-option label:hover { border-color:rgba(255,255,255,0.22); color:#fff; }

    /* ── LANGUAGE SWITCHER ── */
    .lang-btn { cursor: pointer; }
    .lang-menu a.lang-active { color: #e63946 !important; font-weight: 600 !important; }
