*, *::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; }
    img { max-width: 100%; display: block; }

    /* ── NAV ── */
    .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; letter-spacing: -0.3px; }
    .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: #e63946; }
    .nav-links .nav-lang { font-size: 12px; color: #888; }

    /* ── PAGE HERO ── */
    .page-hero { padding: 160px 40px 80px; text-align: center; background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.75) 100%), url('<?php echo get_template_directory_uri(); ?>/assets/salesfision-site/images/DSC02569.jpg') center center / cover no-repeat; }
    .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; }

    /* ── SHARED ── */
    .section-inner { max-width: 1200px; margin: 0 auto; padding: 120px 40px; }
    .section-title { text-align: center; margin-bottom: 64px; }
    .section-title h2 { font-size: 48px; font-weight: 800; color: #fff; margin-bottom: 12px; }
    .section-title p { color: #888; font-size: 16px; }
    .section-badge { display: inline-block; background: #e63946; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 16px; border-radius: 20px; margin-bottom: 20px; }

    /* ── STATS ── */
    .stats-section { background: #111; padding: 80px 40px; }
    .stats-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: center; gap: 80px; flex-wrap: wrap; text-align: center; }
    .stat-item .icon { font-size: 36px; margin-bottom: 12px; }
    .stat-item h3 { font-size: 32px; font-weight: 800; color: #fff; margin-bottom: 8px; }
    .stat-item p { font-size: 14px; color: #888; max-width: 260px; }

    /* ── TIMELINE ── */
    .timeline-section { background: #0d0d0d; }
    .timeline-inner { max-width: 1200px; margin: 0 auto; padding: 120px 40px; }
    .timeline-title { text-align: center; margin-bottom: 80px; }
    .timeline-title h2 { font-size: 48px; font-weight: 800; color: #fff; margin-bottom: 12px; }
    .timeline { position: relative; }
    .timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: rgba(255,255,255,0.08); transform: translateX(-50%); }
    .timeline-item { display: flex; gap: 60px; align-items: flex-start; margin-bottom: 64px; }
    .timeline-item:nth-child(odd) { flex-direction: row; }
    .timeline-item:nth-child(even) { flex-direction: row-reverse; }
    .timeline-content { flex: 1; background: #161616; border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 36px; }
    .timeline-content:nth-child(1) { text-align: right; }
    .timeline-dot { width: 48px; height: 48px; background: #e63946; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: #fff; flex-shrink: 0; margin-top: 8px; z-index: 1; }
    .timeline-year { font-size: 11px; font-weight: 700; color: #e63946; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 8px; }
    .timeline-content h3 { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 6px; }
    .timeline-content h4 { font-size: 14px; font-weight: 600; color: #aaa; margin-bottom: 12px; }
    .timeline-content p { font-size: 14px; color: #888; line-height: 1.7; }

    /* ── VALUES ── */
    .values-section { background: #111; }
    .values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; margin-top: 0; }
    .value-card { background: #161616; border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 36px; transition: border-color 0.3s, transform 0.3s; }
    .value-card:hover { border-color: #e63946; transform: translateY(-4px); }
    .value-card .val-icon { font-size: 28px; margin-bottom: 16px; }
    .value-card h3 { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 12px; }
    .value-card p { font-size: 14px; color: #888; line-height: 1.7; }

    /* ── VISION/MISSION ── */
    .vision-section { background: #0d0d0d; }
    .vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
    @media (max-width: 768px) { .vision-grid { grid-template-columns: 1fr; } }
    .vision-card { background: #161616; border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 48px 40px; }
    .vision-chapter { font-size: 11px; font-weight: 700; color: #e63946; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 8px; }
    .vision-card h3 { font-size: 13px; font-weight: 700; color: #888; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }
    .vision-card h2 { font-size: 28px; font-weight: 800; color: #fff; margin-bottom: 20px; line-height: 1.2; }
    .vision-card p { font-size: 14px; color: #888; line-height: 1.7; margin-bottom: 28px; }
    .tech-tags { display: flex; flex-wrap: wrap; gap: 8px; }
    .tech-tag { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 6px; padding: 6px 12px; font-size: 12px; color: #888; }

    /* ── TEAM OUTING ── */
    .outing-section { background: #0d0d0d; }
    .outing-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 320px 320px; grid-auto-rows: 320px; gap: 16px; }
    .outing-item { border-radius: 16px; overflow: hidden; position: relative; background: #111; }
    .outing-item img, .outing-item video { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s cubic-bezier(0.22,1,0.36,1); }
    .outing-item:hover img, .outing-item:hover video { transform: scale(1.04); }
    .outing-tall { grid-row: span 2; }
    .outing-wide { grid-column: span 2; }
    @media (max-width: 768px) {
      .outing-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
      .outing-tall, .outing-wide { grid-row: span 1; grid-column: span 1; }
      .outing-item { height: 260px; }
    }

    /* ── TEAM ── */
    .team-section { background: #111; }
    .team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 24px; }
    .team-card { background: #161616; border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 32px 24px; text-align: center; transition: border-color 0.3s, transform 0.3s; }
    .team-card:hover { border-color: #e63946; transform: translateY(-4px); }
    .team-avatar { width: 120px; height: 120px; border-radius: 50%; overflow: hidden; margin: 0 auto 16px; border: 3px solid rgba(230,57,70,0.4); }
    .team-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
    .team-card h3 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 6px; }
    .team-card p { font-size: 12px; color: #888; }

    /* ── FAQ ── */
    .faq-section { background: #0d0d0d; }
    .faq-list { max-width: 800px; margin: 0 auto; }
    .faq-item { border-bottom: 1px solid rgba(255,255,255,0.07); }
    .faq-question { width: 100%; background: none; border: none; color: #fff; font-family: inherit; font-size: 15px; font-weight: 600; text-align: left; padding: 24px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: color 0.2s; }
    .faq-question:hover { color: #e63946; }
    .faq-icon { width: 24px; height: 24px; border: 1px solid rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; transition: transform 0.3s, background 0.2s; }
    .faq-item.open .faq-icon { transform: rotate(45deg); background: #e63946; border-color: #e63946; }
    .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
    .faq-answer-inner { padding: 0 0 24px; font-size: 14px; color: #888; line-height: 1.7; }
    .faq-item.open .faq-answer { max-height: 300px; }

    /* ── CTA ── */
    .cta-section { background: #111; padding: 120px 90px; text-align: center; }
    .cta-card { max-width: 1200px; margin: 0 auto; background: #161616; border: 1px solid rgba(230,57,70,0.35); border-radius: 24px; padding: 80px 60px; box-shadow: 0 0 48px rgba(230,57,70,0.12), 0 0 120px rgba(230,57,70,0.06); transition: border-color 0.3s, box-shadow 0.3s; }
    .cta-card:hover { border-color: rgba(230,57,70,0.65); box-shadow: 0 0 64px rgba(230,57,70,0.22), 0 0 140px rgba(230,57,70,0.1); }
    .cta-section h2 { font-size: 52px; font-weight: 800; color: #fff; margin-bottom: 12px; }
    .cta-section h2 span { color: #e63946; }
    .cta-section p { font-size: 18px; color: #888; margin-bottom: 40px; }
    .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(230,57,70,0.18); border-color: rgba(230,57,70,0.55); box-shadow: 0 0 28px rgba(230,57,70,0.25), 0 8px 32px rgba(0,0,0,0.35); transform: translateY(-2px); }

    /* ── FOOTER ── */
    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; align-items: center; flex-wrap: wrap; gap: 12px; }
    .footer-bottom p, .footer-legal { font-size: 12px; color: #555; }
    .footer-legal a { color: #555; transition: color 0.2s; }
    .footer-legal a:hover { color: #e63946; }
    .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; font-size: 13px; transition: border-color 0.2s, color 0.2s; }
    .footer-socials a:hover { border-color: #e63946; color: #e63946; }
    /* ── 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; }
    /* -- 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; }

    /* ── HERO ENTRANCE ── */
    @keyframes heroUp { from { opacity:0; transform:translateY(36px); } to { opacity:1; transform:translateY(0); } }
    .page-hero .section-badge { animation:heroUp 0.7s cubic-bezier(0.22,1,0.36,1) 0.15s both; }
    .page-hero h1 { animation:heroUp 0.8s cubic-bezier(0.22,1,0.36,1) 0.3s both; }
    .page-hero p { animation:heroUp 0.7s cubic-bezier(0.22,1,0.36,1) 0.48s both; }

    /* ── REVEAL ON SCROLL ── */
    .reveal { opacity:0; transform:translateY(50px); transition:opacity 0.75s cubic-bezier(0.22,1,0.36,1), transform 0.75s cubic-bezier(0.22,1,0.36,1); }
    .reveal.visible { opacity:1; transform:none; }
    .reveal-left { opacity:0; transform:translateX(-60px); transition:opacity 0.75s cubic-bezier(0.22,1,0.36,1), transform 0.75s cubic-bezier(0.22,1,0.36,1); }
    .reveal-left.visible { opacity:1; transform:none; }
    .reveal-right { opacity:0; transform:translateX(60px); transition:opacity 0.75s cubic-bezier(0.22,1,0.36,1), transform 0.75s cubic-bezier(0.22,1,0.36,1); }
    .reveal-right.visible { opacity:1; transform:none; }
    .reveal-scale { opacity:0; transform:scale(0.5); transition:opacity 0.5s cubic-bezier(0.22,1,0.36,1), transform 0.5s cubic-bezier(0.22,1,0.36,1); }
    .reveal-scale.visible { opacity:1; transform:scale(1); }
    .d1{transition-delay:.07s}.d2{transition-delay:.14s}.d3{transition-delay:.21s}.d4{transition-delay:.28s}
    .d5{transition-delay:.35s}.d6{transition-delay:.42s}.d7{transition-delay:.49s}.d8{transition-delay:.56s}

    /* ── STAT COUNTER STYLE ── */
    .count-num { display:inline-block; }
