:root{
    --blue:#0068a5;
    --blue-dark:#003b60;
    --red:#c72a09;
    --red-dark:#8a1e06;
    --amber:#ffc000;
    --green:#1fae6e;
    --ink:#0a0a0a;
    --ink-2:#121212;
    --paper:#f7f6f2;
    --line:rgba(255,255,255,0.14);
    --line-dark:rgba(10,10,10,0.1);
    --font-head:'Telegraf','Poppins',-apple-system,sans-serif;
    --font-body:Verdana,Geneva,-apple-system,sans-serif;
    --font-mono:'Roboto Mono','Courier New',monospace;
    --container:1320px;
  }
  *{ box-sizing:border-box; }
  html{ scroll-behavior:smooth; }
  body{
    margin:0; background:var(--ink); color:var(--paper);
    font-family:var(--font-body); font-size:16px; line-height:1.6;
    -webkit-font-smoothing:antialiased; overflow-x:hidden;
  }
  img{ max-width:100%; display:block; }
  a{ color:inherit; text-decoration:none; }
  ul{ margin:0; padding:0; list-style:none; }
  .container{ max-width:var(--container); margin:0 auto; padding:0 60px; position:relative; z-index:2; }
  h1,h2,h3,h4{ font-family:var(--font-head); font-weight:700; margin:0; letter-spacing:-0.01em; }
  ::selection{ background:var(--amber); color:var(--ink); }
  @media (max-width:900px){ .container{ padding:0 24px; } }

  .eyebrow{ font-family:var(--font-mono); font-size:13px; font-weight:600; letter-spacing:0.32em; text-transform:uppercase; color:rgba(255,255,255,0.55); }
  .on-light .eyebrow{ color:rgba(10,10,10,0.5); }

  .btn{
    font-family:var(--font-mono);
    display:inline-flex; align-items:center; gap:10px; padding:16px 30px; font-weight:500;
    font-size:14px; letter-spacing:0.02em; border:1.5px solid transparent; cursor:pointer;
    transition:transform .3s cubic-bezier(.2,.9,.3,1), background .3s ease, color .3s ease, border-color .3s ease;
  }
  .btn-solid{ background:var(--paper); color:var(--ink); }
  .btn-solid:hover{ background:var(--amber); transform:translateY(-2px); }
  .btn-line{ border-color:rgba(255,255,255,0.35); color:var(--paper); }
  .btn-line:hover{ border-color:var(--paper); background:rgba(255,255,255,0.06); }
  .on-light .btn-line{ border-color:rgba(10,10,10,0.3); color:var(--ink); }
  .on-light .btn-line:hover{ border-color:var(--ink); background:rgba(10,10,10,0.05); }
  .btn-boxed{ background:transparent; border:1.5px solid var(--paper); color:var(--paper); font-weight:700; }

  /* ============ TOP HEADER (logo + phone + CTA) ============ */
  .site-header{
    position:fixed; top:0; left:0; right:0; z-index:90;
    display:flex; align-items:center; justify-content:space-between;
    padding:22px 44px; transition:background .35s ease, padding .35s ease, backdrop-filter .35s ease;
  }
  .site-header.scrolled{
    background:rgba(10,10,10,0.82); backdrop-filter:blur(14px); padding:14px 44px;
    border-bottom:1px solid var(--line);
  }
  .header-logo{ display:flex; align-items:center; gap:12px; flex-shrink:0; }
  .header-logo img{ height:34px; width:auto; display:block; }
  .header-logo span{ font-family:var(--font-head); font-weight:700; font-size:20px; letter-spacing:0.04em; color:var(--paper); }
  .header-right{ display:flex; align-items:center; gap:22px; }
  .header-cta{ padding:11px 22px; font-size:13px; flex-shrink:0; white-space:nowrap; }
  @media (max-width:700px){
    .site-header{ padding:18px 20px; }
    .site-header.scrolled{ padding:12px 20px; }
    .header-logo span{ display:none; }
    .header-cta{ padding:9px 16px; font-size:12px; }
  }

  /* ============ TOP BAR (phone) ============ */
  .top-phone{
    font-size:14px; font-weight:600; letter-spacing:0.03em; white-space:nowrap;
    color:var(--paper); display:flex; align-items:center; gap:8px;
  }
  .top-phone::before{ content:"☎"; color:var(--amber); }
  @media (max-width:640px){ .top-phone{ display:none; } }

  .fab-stack{
    position:fixed; right:28px; bottom:28px; z-index:120;
    display:flex; flex-direction:column; align-items:center; gap:14px;
  }
  .fab{
    width:56px; height:56px; border-radius:50%; display:flex; align-items:center; justify-content:center;
    transition:transform .25s ease, box-shadow .25s ease;
  }
  .fab-whatsapp{
    background:#25d366; box-shadow:0 12px 26px rgba(37,211,102,0.45);
    animation:wafloat 3s ease-in-out infinite;
  }
  .fab-whatsapp:hover{ transform:scale(1.08); box-shadow:0 16px 32px rgba(37,211,102,0.6); }
  .fab-mail{
    width:48px; height:48px; background:var(--red); box-shadow:0 10px 22px rgba(199,42,9,0.4);
  }
  .fab-mail:hover{ transform:scale(1.08); box-shadow:0 14px 28px rgba(199,42,9,0.55); }
  @keyframes wafloat{ 0%,100%{ transform:translateY(0);} 50%{ transform:translateY(-6px);} }
  @media (max-width:600px){
    .fab-stack{ right:18px; bottom:18px; gap:12px; }
    .fab-whatsapp{ width:52px; height:52px; }
    .fab-mail{ width:44px; height:44px; }
  }

  /* ============ HERO ============ */
  .hero{
    position:relative; min-height:100vh; display:flex; align-items:flex-end;
    padding:0 0 80px; overflow:hidden;
    background:
      radial-gradient(ellipse at 80% 8%, rgba(255,192,0,0.28), transparent 45%),
      radial-gradient(ellipse at 78% 20%, rgba(0,104,165,0.55), transparent 55%),
      radial-gradient(ellipse at 8% 95%, rgba(199,42,9,0.45), transparent 55%),
      linear-gradient(135deg, #0a0a0a 0%, #0d1b2a 35%, #1a0e08 75%, #0a0a0a 100%);
  }
  .hero-inner{ position:relative; z-index:2; }
  .hero-eyebrow{ font-family:var(--font-mono); font-size:14px; letter-spacing:0.3em; text-transform:uppercase; color:rgba(255,255,255,0.7); margin-bottom:22px; display:block; }
  .hero h1{
    font-size:clamp(42px,6.6vw,98px); line-height:0.98; color:var(--paper); max-width:1080px; text-transform:uppercase;
  }
  .hero h1 .lt{ font-weight:500; }
  .hero-sub{ margin-top:28px; font-size:19px; max-width:620px; color:rgba(255,255,255,0.7); }
  .hero-cta-row{ margin-top:40px; display:flex; gap:16px; flex-wrap:wrap; }

  /* ============ MARQUEE ============ */
  .marquee-wrap{ background:var(--paper); padding:22px 0; overflow:hidden; border-top:1px solid var(--line-dark); border-bottom:1px solid var(--line-dark); }
  .marquee-track{ display:flex; gap:70px; white-space:nowrap; width:max-content; animation:marquee 30s linear infinite; }
  .marquee-track span{ font-family:var(--font-head); font-weight:700; font-size:19px; color:var(--ink); display:flex; align-items:center; gap:18px; }
  .marquee-track span::after{ content:"—"; color:var(--red); }
  @keyframes marquee{ from{ transform:translateX(0);} to{ transform:translateX(-50%);} }

  /* ============ SECTION helpers ============ */
  .sec{ padding:140px 0; position:relative; }
  .on-light{ background:var(--paper); color:var(--ink); }
  .on-dark{ background:var(--ink); color:var(--paper); }
  .on-dark2{ background:var(--ink-2); color:var(--paper); }
  .section-head{ display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:end; margin-bottom:70px; }
  .section-head h2{ font-size:clamp(34px,4.6vw,60px); line-height:1.02; margin-top:16px; }
  .section-head .desc{ font-size:15.5px; opacity:0.65; max-width:420px; justify-self:end; text-align:left; }
  @media (max-width:900px){ .section-head{ grid-template-columns:1fr; } .section-head .desc{ justify-self:start; } }

  /* ============ ABOUT (edirect "working together" style split) ============ */
  .about-split{ display:grid; grid-template-columns:1fr 1fr; gap:0; }
  .about-copy-col{ padding:100px 70px 100px 0; display:flex; flex-direction:column; justify-content:center; }
  .about-media-col{ position:relative; min-height:520px; }
  .about-media-col img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
  .about-copy-col h2{ font-size:clamp(30px,3.8vw,50px); margin:16px 0 24px; }
  .about-copy-col p{ font-size:16.5px; color:#3a3a3a; margin-bottom:18px; max-width:480px; }
  .link-arrow{ display:inline-flex; align-items:center; gap:8px; font-weight:700; font-size:14.5px; margin-top:10px; }
  .link-arrow::after{ content:"→"; transition:transform .25s ease; }
  .link-arrow:hover::after{ transform:translateX(6px); }
  @media (max-width:900px){ .about-split{ grid-template-columns:1fr; } .about-copy-col{ padding:70px 24px; } .about-media-col{ min-height:360px; } }

  /* ============ STATS BAND ============ */
  .stats-band{ background:var(--blue); padding:80px 0; }
  .stats-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:40px; text-align:center; }
  .stats-grid .num{ font-family:var(--font-head); font-size:clamp(38px,4.4vw,58px); font-weight:700; color:var(--paper); }
  .stats-grid .lbl{ font-family:var(--font-mono); font-size:13.5px; letter-spacing:0.06em; text-transform:uppercase; color:rgba(255,255,255,0.8); margin-top:8px; }
  @media (max-width:760px){ .stats-grid{ grid-template-columns:repeat(2,1fr); } }

  /* ============ CLIENT LOGOS ============ */
  .clients-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line-dark); border:1px solid var(--line-dark); }
  .client-cell{
    background:var(--paper); aspect-ratio:2/1; display:flex; align-items:center; justify-content:center;
    padding:clamp(18px,3vw,30px) clamp(20px,3.5vw,32px); transition:background .25s ease;
  }
  .client-cell img{
    max-width:100%; max-height:clamp(98px,15vw,158px); width:auto; height:auto; object-fit:contain;
    filter:grayscale(85%) opacity(0.85); transition:filter .3s ease, transform .3s ease;
  }
  .client-cell:hover{ background:#fff; }
  .client-cell:hover img{ filter:grayscale(0%) opacity(1); transform:scale(1.04); }
  @media (max-width:640px){
    .clients-grid{ grid-template-columns:repeat(2,1fr); }
    .client-cell{ aspect-ratio:1.5/1; padding:18px 16px; }
    .client-cell img{ max-height:93px; }
  }
  @media (max-width:400px){
    .client-cell{ aspect-ratio:1.3/1; }
    .client-cell img{ max-height:87px; }
  }

  /* ============ SERVICES (edirect card style, hover expand) ============ */
  .services-list{ border-top:1px solid var(--line); }
  .svc-row{
    display:grid; grid-template-columns:80px 96px 1fr auto; align-items:center; gap:30px;
    padding:34px 0; border-bottom:1px solid var(--line); transition:padding .3s ease, background .3s ease;
    cursor:default;
  }
  .svc-row:hover{ background:rgba(255,255,255,0.03); padding-left:16px; padding-right:16px; }
  .svc-row .idx{ font-family:var(--font-head); font-size:14px; color:var(--amber); font-weight:700; }
  .svc-thumb{ width:96px; height:96px; border-radius:14px; overflow:hidden; flex-shrink:0; background:rgba(255,255,255,0.06); }
  .svc-thumb img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .4s ease; }
  .svc-row:hover .svc-thumb img{ transform:scale(1.08); }
  .svc-row h3{ font-size:clamp(22px,2.6vw,32px); color:var(--paper); }
  .svc-row p{ font-size:14.5px; color:#b8b8b8; margin:0; }
  .svc-row .go{
    width:48px; height:48px; border-radius:50%; border:1.5px solid rgba(255,255,255,0.3); display:flex;
    align-items:center; justify-content:center; font-size:18px; color:var(--paper); transition:all .3s ease; flex-shrink:0;
  }
  .svc-row:hover .go{ background:var(--amber); border-color:var(--amber); color:var(--ink); transform:rotate(45deg); }
  @media (max-width:900px){
    .svc-row{ grid-template-columns:50px 70px 1fr; }
    .svc-thumb{ width:70px; height:70px; }
    .svc-row p, .svc-row .go{ grid-column:2 / span 2; }
  }

  /* ============ TESTIMONIAL SLIDER ============ */
  .t-slider{ position:relative; max-width:900px; margin:0 auto; text-align:center; }
  .t-slide{ display:none; }
  .t-slide.active{ display:block; animation:fadein .6s ease; }
  @keyframes fadein{ from{opacity:0; transform:translateY(10px);} to{opacity:1; transform:translateY(0);} }
  .t-slide .stars{ color:var(--amber); font-size:18px; letter-spacing:4px; margin-bottom:26px; }
  .t-slide p{ font-family:var(--font-head); font-size:clamp(20px,2.6vw,30px); font-weight:500; line-height:1.4; color:var(--paper); margin-bottom:34px; }
  .t-person{ display:flex; flex-direction:column; align-items:center; gap:4px; }
  .t-name{ font-weight:700; font-size:15px; }
  .t-role{ font-size:13px; color:#999; }
  .t-dots{ display:flex; justify-content:center; gap:10px; margin-top:44px; }
  .t-dots button{ width:9px; height:9px; border-radius:50%; border:none; background:rgba(255,255,255,0.25); cursor:pointer; padding:0; transition:background .25s ease, transform .25s ease; }
  .t-dots button.active{ background:var(--amber); transform:scale(1.3); }

  /* ============ CTA / CONTACT ============ */
  .cta-sec{ position:relative; padding:150px 0 100px; overflow:hidden; }
  .cta-sec::before{
    content:""; position:absolute; inset:0; z-index:0;
    background:radial-gradient(ellipse at 30% 20%, rgba(255,192,0,0.18), transparent 55%), var(--ink);
  }
  .cta-head{ position:relative; z-index:2; text-align:center; margin-bottom:70px; }
  .cta-head h2{ font-size:clamp(40px,6vw,80px); color:var(--paper); text-transform:uppercase; line-height:1; }
  .cta-row{ display:flex; gap:18px; justify-content:center; flex-wrap:wrap; margin-top:34px; }

  .office-grid{ position:relative; z-index:2; display:grid; grid-template-columns:1.1fr 0.9fr; gap:60px; padding-top:70px; border-top:1px solid var(--line); }
  .office-block h4{ color:var(--green); font-size:15px; letter-spacing:0.04em; margin-bottom:14px; }
  .office-block p{ font-size:15px; color:#cfcfcf; line-height:1.7; margin-bottom:14px; }
  .office-block a{ font-size:13.5px; font-weight:700; color:var(--paper); text-decoration:underline; }
  .contact-quick h3{ font-size:26px; color:var(--paper); margin-bottom:20px; }
  .contact-line{ display:flex; justify-content:space-between; padding:16px 0; border-bottom:1px solid var(--line); font-size:15px; }
  .contact-line span:first-child{ color:#999; }
  @media (max-width:900px){ .office-grid{ grid-template-columns:1fr; } }

  /* ============ FOOTER ============ */
  footer.site-footer{ background:var(--ink); border-top:1px solid var(--line); padding:60px 0 30px; }
  .footer-top{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:24px; margin-bottom:50px; }
  .footer-logo{ display:flex; align-items:center; gap:12px; }
  .footer-logo img{ height:34px; width:auto; }
  .footer-logo span{ font-family:var(--font-head); font-weight:700; font-size:20px; }
  .footer-mid{ display:grid; grid-template-columns:1.6fr 1fr; gap:40px; padding-bottom:40px; border-bottom:1px solid var(--line); }
  .footer-col h4{ font-size:12px; text-transform:uppercase; letter-spacing:0.14em; color:#8a8a8a; margin-bottom:18px; }
  .footer-col ul li{ margin-bottom:11px; }
  .footer-col ul a{ font-size:14.5px; color:#d0d0d0; }
  .footer-col ul a:hover{ color:var(--amber); }
  .footer-col ul span{ font-size:14.5px; color:#d0d0d0; display:inline-block; }
  .footer-brand p{ font-size:14.5px; color:#9a9a9a; max-width:320px; }
  .footer-bottom{ display:flex; justify-content:space-between; align-items:center; padding-top:26px; flex-wrap:wrap; gap:14px; }
  .footer-bottom p{ font-size:13px; color:#6b6b6b; margin:0; }
  .social-row{ display:flex; gap:16px; }
  .social-row a{ width:38px; height:38px; border-radius:50%; border:1px solid rgba(255,255,255,0.18); display:flex; align-items:center; justify-content:center; font-size:14px; }
  .social-row a:hover{ background:var(--amber); color:var(--ink); border-color:var(--amber); }
  @media (max-width:700px){ .footer-mid{ grid-template-columns:1fr; } }

  .reveal{ opacity:0; transform:translateY(26px); transition:opacity .8s ease, transform .8s cubic-bezier(.2,.9,.3,1); }
  .reveal.in{ opacity:1; transform:translateY(0); }

  .fx-cursor{
    position:fixed; width:16px; height:16px; border-radius:50%; border:1.5px solid var(--amber); pointer-events:none;
    z-index:300; transform:translate(-50%,-50%); transition:width .2s ease, height .2s ease, background .2s ease;
    mix-blend-mode:difference;
  }
  .fx-cursor.big{ width:52px; height:52px; background:rgba(255,192,0,0.15); }

  /* ============ TYPOGRAPHY: small/UI text set in Roboto Mono ============ */
  .top-phone, .header-cta,
  .t-role, .office-block h4, .office-block a, .contact-line,
  .footer-col h4, .footer-col ul a, .footer-col ul span, .footer-bottom p, .social-row a{
    font-family:var(--font-mono);
  }
