   .av-home{
      --av-accent:#ff4d2e;
      --av-text:#0f172a;
      --av-muted:#64748b;
      --av-line:#e2e8f0;
      --av-shadow: 0 22px 60px rgba(15,23,42,.10);
      background:#ffffff;
      color:var(--av-text);
    }

    .av-container{
      max-width:1200px;
      margin:0 auto;
      padding:0 16px;
    }

    .av-section{ padding:78px 0; }
    .av-section.av-soft{
      background:
        radial-gradient(1200px 420px at 20% 0%, rgba(255,77,46,.10), transparent 55%),
        radial-gradient(1000px 380px at 85% 15%, rgba(15,23,42,.06), transparent 60%),
        linear-gradient(180deg, #ffffff, #ffffff);
      border-top:1px solid var(--av-line);
      border-bottom:1px solid var(--av-line);
    }

    .av-kicker{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid var(--av-line);
      background:#fff;
      color:var(--av-muted);
      font-size:13px;
      width:fit-content;
    }
    .av-kicker i{
      width: 9px;
      height: 9px;
      border-radius: 999px;
      background: #7c3aed;
      box-shadow: 0 0 0 4px rgba(255,77,46,.15);
      display: inline-block;
    }

    .av-h2{
      margin:14px 0 10px;
      font-size:clamp(30px,3.2vw,44px);
      line-height:1.08;
      letter-spacing:-0.03em;
    }
    .av-lead{
      margin:0;
      color:var(--av-muted);
      line-height:1.8;
      font-size:16px;
      max-width:70ch;
    }

    /* HERO (new layout) */
    .av-hero{
      padding:84px 0 68px;
      border-bottom:1px solid var(--av-line);
      background: radial-gradient(1100px 460px at 55% -30%, rgba(124,58,237,.18), transparent 60%), radial-gradient(900px 420px at 15% 10%, rgba(124,58,237,.08), transparent 55%), linear-gradient(180deg, #f5f3ff, #fff);
    }
    .av-hero-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:20px;
      align-items:stretch;
    }
    .av-hero-left{
      padding-right:10px;
    }
    .av-hero-title{
      margin:14px 0 12px;
      font-size:clamp(40px,4.4vw,60px);
      line-height:1.02;
      letter-spacing:-0.045em;
    }
    .av-hero-sub{
      margin:0 0 18px;
      color:var(--av-muted);
      line-height:1.85;
      font-size:16px;
      max-width:68ch;
    }
    .av-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-top:14px;
    }
    .av-btn{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border: none;
      background: linear-gradient(135deg, #6366F1 0%, #4F46F5 100%);
      color: #fff;
      padding: 12px 16px;
      border-radius: 14px;
      font-weight: 900;
      cursor: pointer;
      box-shadow: 0 10px 24px rgba(53, 46, 255, 0.18);
      text-decoration: none;
      white-space: nowrap;
    }

    .av-btn:hover{ filter:brightness(.96); transform:translateY(-1px); }
    .av-btn.secondary{
      background:#fff;
      color:var(--av-text);
      border:1px solid var(--av-line);
      box-shadow:none;
    }

    .av-hero-right{
      display:grid;
      grid-template-rows: 1fr auto;
      gap:12px;
    }
    .av-hero-card{
      background:#ffffff;
      border:1px solid var(--av-line);
      border-radius:22px;
      overflow:hidden;
      box-shadow:var(--av-shadow);
      position:relative;
      min-height:420px;
    }
    .av-hero-card img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
      filter:saturate(1.05);
    }
    .av-hero-glass{
      position:absolute;
      left:14px; right:14px; bottom:14px;
      padding:14px 14px;
      border-radius:18px;
      background:rgba(15,23,42,.70);
      color:#fff;
      border:1px solid rgba(255,255,255,.18);
      backdrop-filter: blur(10px);
    }
    .av-hero-glass b{ display:block; font-size:14px; margin-bottom:4px; }
    .av-hero-glass span{ display:block; font-size:13px; opacity:.9; line-height:1.5; }

    .av-metrics{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
    }
    .av-metric{
      background:#fff;
      border:1px solid var(--av-line);
      border-radius:18px;
      box-shadow:var(--av-shadow);
      padding:12px 12px;
    }
    .av-metric b{ display:block; font-size:15px; }
    .av-metric span{ display:block; font-size:12px; color:var(--av-muted); margin-top:2px; }

    /* LOGO STRIP */
    .av-strip{
      margin-top:18px;
      padding:14px 14px;
      border:1px solid var(--av-line);
      border-radius:20px;
      background:rgba(255,255,255,.85);
      backdrop-filter: blur(8px);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
    }
    .av-strip small{ color:var(--av-muted); font-weight:800; }
    .av-logos{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .av-logo-pill{
      font-size:12px;
      font-weight:900;
      color:#0f172a;
      border:1px solid var(--av-line);
      border-radius:999px;
      padding:8px 10px;
      background:#fff;
    }

    /* SERVICES (new cards) */
    .av-grid3{
      margin-top:26px;
      display:grid;
      grid-template-columns:repeat(3, 1fr);
      gap:14px;
      align-items:stretch;
    }
    .av-service{
      background:#fff;
      border:1px solid var(--av-line);
      border-radius:22px;
      box-shadow:var(--av-shadow);
      overflow:hidden;
      display:flex;
      flex-direction:column;
      transition:.22s ease;
    }
    .av-service:hover{
      transform: translateY(-4px);
      border-color: rgba(255,77,46,.30);
      box-shadow:0 26px 80px rgba(255,77,46,.10), var(--av-shadow);
    }
    .av-service-media{
      height:180px;
      border-bottom:1px solid var(--av-line);
      position:relative;
      overflow:hidden;
      background:#fff;
    }
    .av-service-media img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }
    .av-service-chip{
      position:absolute;
      left:12px; top:12px;
      padding:8px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.90);
      border:1px solid rgba(226,232,240,.9);
      font-size:12px;
      font-weight:900;
      color:#0f172a;
    }
    .av-service-body{
      padding:18px;
      display:flex;
      flex-direction:column;
      gap:10px;
      flex:1;
    }
    .av-title-row{
      display:flex;
      gap:10px;
      align-items:center;
    }
    .av-ico{
      width:44px;height:44px;
      border-radius:16px;
      background:rgba(255,77,46,.10);
      border:1px solid rgba(255,77,46,.16);
      display:grid;
      place-items:center;
      flex:0 0 auto;
    }
    .av-ico svg{ width:22px;height:22px; fill:var(--av-accent); }
    .av-service h3{ margin:0; font-size:16px; letter-spacing:.2px; }
    .av-service p{ margin:0; color:var(--av-muted); line-height:1.75; font-size:14px; }

    .av-list{
      margin:0;
      padding:0;
      list-style:none;
      display:flex;
      flex-direction:column;
      gap:8px;
    }
    .av-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:var(--av-muted);
      font-size:14px;
      line-height:1.55;
    }
    .av-check{
      width:18px;height:18px;
      border-radius:7px;
      background:rgba(255,77,46,.12);
      border:1px solid rgba(255,77,46,.22);
      display:grid;
      place-items:center;
      flex:0 0 auto;
      margin-top:2px;
    }
    .av-check svg{ width:12px;height:12px; }

    .av-service-actions{
      margin-top:auto;
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .av-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid var(--av-line);
      background:#fff;
      text-decoration:none;
      color:#0f172a;
      font-weight:900;
      font-size:13px;
      transition:.2s ease;
      flex:1;
      justify-content:center;
      min-width:140px;
    }
    .av-link:hover{
      border-color: rgba(255,77,46,.30);
      background:rgba(255,77,46,.06);
      transform: translateY(-1px);
    }

    /* WHY CHOOSE (new) */
    .av-two{
      margin-top:26px;
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:14px;
      align-items:stretch;
    }
    .av-panel{
      background:#fff;
      border:1px solid var(--av-line);
      border-radius:22px;
      box-shadow:var(--av-shadow);
      padding:22px;
    }
    .av-points{
      margin:14px 0 0;
      padding:0;
      list-style:none;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .av-points li{
      display:flex;
      gap:12px;
      align-items:flex-start;
      color:var(--av-muted);
      line-height:1.7;
      font-size:14px;
    }
    .av-num{
      width:32px;height:32px;
      border-radius:14px;
      border:1px solid rgba(255,77,46,.25);
      background:rgba(255,77,46,.10);
      color:var(--av-text);
      font-weight:950;
      display:grid;
      place-items:center;
      flex:0 0 auto;
    }
    .av-side{
      border-radius:22px;
      overflow:hidden;
      border:1px solid var(--av-line);
      box-shadow:var(--av-shadow);
      background:#fff;
      position:relative;
      min-height:420px;
    }
    .av-side img{ width:100%; height:100%; object-fit:cover; display:block; }
    .av-side-tag{
      position:absolute;
      left:14px; top:14px;
      padding:10px 12px;
      border-radius:18px;
      background:rgba(255,255,255,.92);
      border:1px solid rgba(226,232,240,.95);
      font-size:13px;
      font-weight:950;
    }

    /* PORTFOLIO (filter + grid) */
    .av-portfolio-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
      margin-top:10px;
    }
    .av-filters{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
    }
    .av-filter{
      border:1px solid var(--av-line);
      background:#fff;
      border-radius:999px;
      padding:10px 12px;
      font-weight:900;
      font-size:12px;
      color:#0f172a;
      cursor:pointer;
      transition:.2s ease;
    }
    .av-filter.av-active{
      border-color: rgba(255,77,46,.35);
      background: rgba(255,77,46,.10);
    }

    .av-works{
      margin-top:18px;
      display:grid;
      grid-template-columns:repeat(3, 1fr);
      gap:14px;
    }
    .av-work{
      border:1px solid var(--av-line);
      border-radius:22px;
      overflow:hidden;
      background:#fff;
      box-shadow:var(--av-shadow);
      transition:.22s ease;
    }
    .av-work:hover{ transform:translateY(-4px); border-color:rgba(255,77,46,.28); }
    .av-work img{ width:100%; height:200px; object-fit:cover; display:block; }
    .av-work-body{ padding:16px; }
    .av-work-body b{ display:block; margin-bottom:6px; font-size:14px; }
    .av-work-body span{ color:var(--av-muted); font-size:13px; line-height:1.6; display:block; }

    /* TESTIMONIALS (carousel-like) */
    .av-quotes{
      margin-top:18px;
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:14px;
      align-items:stretch;
    }
    .av-quote-main{
      border:1px solid var(--av-line);
      border-radius:22px;
      background:#fff;
      box-shadow:var(--av-shadow);
      padding:22px;
      display:flex;
      flex-direction:column;
      gap:14px;
      position:relative;
      overflow:hidden;
    }
    .av-quote-mark{
      position:absolute;
      right:-10px; top:-30px;
      font-size:140px;
      line-height:1;
      opacity:.06;
      font-weight:1000;
      color:#0f172a;
      user-select:none;
    }
    .av-stars{ display:flex; gap:4px; }
    .av-stars svg{ width:18px;height:18px; fill:rgba(255,77,46,.9); }
    .av-quote-text{
      margin:0;
      color:var(--av-muted);
      line-height:1.85;
      font-size:15px;
    }
    .av-person{
      display:flex;
      gap:10px;
      align-items:center;
      margin-top:auto;
    }
    .av-avatar{
      width:44px;height:44px;border-radius:16px;
      border:1px solid var(--av-line);
      background:linear-gradient(180deg, rgba(255,77,46,.20), #ffffff);
      display:grid;
      place-items:center;
      font-weight:950;
      color:#0f172a;
      flex:0 0 auto;
    }
    .av-person b{ display:block; font-size:14px; }
    .av-person span{ display:block; font-size:12px; color:var(--av-muted); }

    .av-quote-side{
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .av-quote-mini{
      border:1px solid var(--av-line);
      border-radius:18px;
      background:#fff;
      box-shadow:var(--av-shadow);
      padding:14px;
      cursor:pointer;
      transition:.2s ease;
    }
    .av-quote-mini:hover{ transform:translateY(-2px); border-color:rgba(255,77,46,.28); }
    .av-quote-mini p{
      margin:0;
      color:var(--av-muted);
      line-height:1.65;
      font-size:13px;
    }
    .av-quote-mini b{
      display:block;
      margin-top:10px;
      font-size:12px;
      letter-spacing:.2px;
    }

    /* CONTACT (new) */
    .av-contact{
      margin-top:26px;
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:14px;
      align-items:stretch;
    }
    .av-form{
      display:flex;
      flex-direction:column;
      gap:12px;
      margin-top:12px;
    }
    .av-field{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px;
    }
    .av-input, .av-textarea{
      width:100%;
      padding:13px 14px;
      border-radius:14px;
      border:1px solid var(--av-line);
      font-size:15px;
      outline:none;
      background:#fff;
    }
    .av-textarea{ resize:vertical; min-height:150px; grid-column:1/-1; }
    .av-input:focus, .av-textarea:focus{
      border-color:var(--av-accent);
      box-shadow:0 0 0 4px rgba(255,77,46,.15);
    }

    .av-contact-cards{
      margin-top:12px;
      display:grid;
      grid-template-columns:1fr;
      gap:10px;
    }
    .av-mini{
      border:1px solid var(--av-line);
      border-radius:20px;
      background:#fff;
      box-shadow:var(--av-shadow);
      padding:16px;
    }
    .av-mini b{ display:block; margin-bottom:6px; }
    .av-mini a{ color:#0f172a; text-decoration:none; font-weight:950; }
    .av-mini a:hover{ color:var(--av-accent); }
    .av-mini span{ color:var(--av-muted); font-size:13px; line-height:1.6; display:block; }

    /* RESPONSIVE */
    @media(max-width: 980px){
      .av-hero-grid{ grid-template-columns:1fr; }
      .av-hero-right{ grid-template-rows:auto auto; }
      .av-metrics{ grid-template-columns:1fr; }
      .av-grid3{ grid-template-columns:1fr 1fr; }
      .av-two{ grid-template-columns:1fr; }
      .av-works{ grid-template-columns:1fr 1fr; }
      .av-quotes{ grid-template-columns:1fr; }
      .av-contact{ grid-template-columns:1fr; }
    }
    @media(max-width: 560px){
      .av-grid3{ grid-template-columns:1fr; }
      .av-works{ grid-template-columns:1fr; }
      .av-field{ grid-template-columns:1fr; }
      .av-textarea{ grid-column:auto; }
    }