*, *::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: #f97316; }
    .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: #f97316; 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(249,115,22,0.12); color: #fff; border: 1px solid rgba(249,115,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(249,115,22,0.3), 0 0 40px rgba(249,115,22,0.12); transition: background 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s; }
    .hero-cta:hover { background: rgba(249,115,22,0.25); border-color: rgba(249,115,22,0.7); box-shadow: 0 0 32px rgba(249,115,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: #f97316; 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: #f97316; 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: #f97316; 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: #f97316; 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(249,115,22,0.35); border-radius: 24px; padding: 60px 40px; box-shadow: 0 0 48px rgba(249,115,22,0.12), 0 0 120px rgba(249,115,22,0.06); transition: border-color 0.3s, box-shadow 0.3s; }
    .cta-card:hover { border-color: rgba(249,115,22,0.65); box-shadow: 0 0 64px rgba(249,115,22,0.22), 0 0 140px rgba(249,115,22,0.1); }
    .cta-section h2 { font-size: 36px; font-weight: 800; color: #fff; margin-bottom: 8px; }
    .cta-section h2 span { color: #f97316; }
    .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(249,115,22,0.18); border-color: rgba(249,115,22,0.55); box-shadow: 0 0 28px rgba(249,115,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: #f97316; color: #f97316; }
    /* ── 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; }

    /* ── Service Management Kanban Visualization ── */
    .sm-visual { display:flex; gap:10px; width:100%; max-width:520px; margin:0 auto; }

    .sm-col { flex:1; display:flex; flex-direction:column; gap:8px; }

    .sm-col-header { padding:8px 10px 10px; border-top:2px solid rgba(249,115,22,0.7); background:rgba(249,115,22,0.05); border-radius:6px 6px 0 0; }
    .sm-col-header span { font-size:10px; font-weight:700; letter-spacing:1px; text-transform:uppercase; color:rgba(249,115,22,0.9); }
    .sm-col-header .sm-count { display:inline-block; margin-left:5px; background:rgba(249,115,22,0.18); color:rgba(249,115,22,0.8); font-size:9px; font-weight:700; padding:1px 5px; border-radius:8px; }

    .sm-card { background:#1a1a1a; border:1px solid rgba(255,255,255,0.07); border-radius:8px; padding:10px; cursor:default; transition:transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease; position:relative; overflow:hidden; }
    .sm-card:hover { transform:translateY(-3px); border-color:rgba(249,115,22,0.35); box-shadow:0 6px 20px rgba(0,0,0,0.4); }

    .sm-card-top { display:flex; align-items:center; gap:7px; margin-bottom:7px; }
    .sm-dot { width:7px; height:7px; border-radius:50%; flex-shrink:0; }
    .sm-dot-high { background:#f97316; box-shadow:0 0 5px rgba(249,115,22,0.7); }
    .sm-dot-med  { background:#facc15; box-shadow:0 0 5px rgba(250,204,21,0.5); }
    .sm-dot-low  { background:#64748b; }

    .sm-card-title { font-size:10.5px; font-weight:600; color:#e2e2e2; flex:1; line-height:1.3; }

    .sm-avatar { width:18px; height:18px; border-radius:50%; background:rgba(249,115,22,0.2); border:1px solid rgba(249,115,22,0.35); flex-shrink:0; display:flex; align-items:center; justify-content:center; }
    .sm-avatar::after { content:''; width:6px; height:6px; border-radius:50%; background:rgba(249,115,22,0.55); display:block; }

    .sm-avatar-b { background:rgba(100,116,139,0.2); border-color:rgba(100,116,139,0.3); }
    .sm-avatar-b::after { background:rgba(100,116,139,0.5); }

    /* Progress bar on active card */
    .sm-progress { height:3px; border-radius:2px; background:rgba(255,255,255,0.07); margin-top:4px; overflow:hidden; }
    .sm-progress-fill { height:100%; border-radius:2px; background:linear-gradient(90deg, rgba(249,115,22,0.5), rgba(249,115,22,1), rgba(249,115,22,0.5)); background-size:200% 100%; animation:sm-progress-anim 2.2s ease-in-out infinite; width:62%; }
    @keyframes sm-progress-anim {
      0%   { background-position:200% 0; width:30%; }
      50%  { background-position:0% 0;   width:72%; }
      100% { background-position:200% 0; width:30%; }
    }

    /* Delivered column — green glow on cards */
    .sm-col-delivered .sm-card { border-color:rgba(34,197,94,0.18); }
    .sm-col-delivered .sm-card:hover { border-color:rgba(34,197,94,0.45); box-shadow:0 0 14px rgba(34,197,94,0.12), 0 6px 20px rgba(0,0,0,0.4); }
    .sm-col-delivered .sm-col-header { border-top-color:#22c55e; background:rgba(34,197,94,0.05); }
    .sm-col-delivered .sm-col-header span { color:#22c55e; }
    .sm-col-delivered .sm-col-header .sm-count { background:rgba(34,197,94,0.15); color:#22c55e; }

    /* Checkmark badge on delivered cards */
    .sm-check { position:absolute; top:8px; right:8px; width:14px; height:14px; border-radius:50%; background:rgba(34,197,94,0.15); border:1px solid rgba(34,197,94,0.35); display:flex; align-items:center; justify-content:center; }
    .sm-check::after { content:'✓'; font-size:8px; color:#22c55e; line-height:1; }

    /* Flying card animation: In Progress → Delivered */
    .sm-card-fly { animation:sm-fly 4s ease-in-out 2s infinite; }
    @keyframes sm-fly {
      0%,72%  { transform:translateX(0) translateY(0) scale(1); opacity:1; }
      80%     { transform:translateX(8px) translateY(-6px) scale(0.95); opacity:0.85; }
      88%     { transform:translateX(0) translateY(0) scale(1); opacity:1; }
      94%     { transform:translateX(0) translateY(-2px) scale(1.02); box-shadow:0 0 12px rgba(34,197,94,0.25); border-color:rgba(34,197,94,0.4); }
      100%    { transform:translateX(0) translateY(0) scale(1); opacity:1; }
    }

    /* Pulse on "In Progress" header */
    .sm-col-inprogress .sm-col-header { position:relative; }
    .sm-col-inprogress .sm-col-header::after { content:''; position:absolute; right:8px; top:50%; transform:translateY(-50%); width:6px; height:6px; border-radius:50%; background:rgba(249,115,22,0.9); animation:sm-pulse 1.6s ease-in-out infinite; }
    @keyframes sm-pulse {
      0%,100% { opacity:1; transform:translateY(-50%) scale(1); box-shadow:0 0 0 0 rgba(249,115,22,0.5); }
      50%     { opacity:0.7; transform:translateY(-50%) scale(1.4); box-shadow:0 0 0 4px rgba(249,115,22,0); }
    }
    /* -- 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; }
