
  .webeko-tudtad{
    --we-blue:#0072CE;
    --we-dark:#1F2A37;
    --we-light:#F6F8FB;
    --radius:18px;
    color:var(--we-dark);
    background:linear-gradient(180deg, #F9FBFF 0%, #F3F7FF 100%);
    padding:clamp(2rem, 4vw, 4rem) 1rem;
    font-family:"Montserrat", Arial, sans-serif;
  }

  .webeko-tudtad .wrap{
    max-width:900px;
    margin:0 auto;
    background:#fff;
    border-radius:var(--radius);
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    padding:clamp(1.25rem, 3.5vw, 2.75rem);
    text-align:center;
  }

  .webeko-tudtad .brand img{
    height:auto;
    width:auto;
    max-width:180px;
    margin:0 auto 1rem;
    display:block;
  }

  .webeko-tudtad h1{
    font-size:clamp(1.8rem, 4.5vw, 3rem);
    margin:.5rem 0 1rem;
    color:var(--we-blue);
    letter-spacing:.3px;
  }

  .webeko-tudtad .lead{
    font-size:clamp(1.05rem, 2.2vw, 1.35rem);
    line-height:1.6;
    margin:0 0 1.5rem;
  }

  .webeko-tudtad mark{
    background:linear-gradient(transparent 60%, #FFF3A3 60%);
    color:inherit;
    padding:0 .15em;
    border-radius:.2em;
  }

  .webeko-tudtad .illustration{
    margin:1.5rem auto;
  }

  .webeko-tudtad .illustration img{
    width:100%;
    max-width:500px;
    height:auto;
    border-radius:12px;
    box-shadow:0 4px 16px rgba(0,0,0,.08);
  }

  .webeko-tudtad .cta .btn{
    display:inline-block;
    text-decoration:none;
    font-weight:600;
    padding:.9rem 1.25rem;
    border-radius:999px;
    background:var(--we-blue);
    color:#fff;
    transition:transform .12s ease, box-shadow .12s ease;
    box-shadow:0 6px 18px rgba(0,114,206,.25);
  }

  .webeko-tudtad .cta .btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 22px rgba(0,114,206,.32);
  }

  .webeko-tudtad .note{
    font-size:.95rem;
    color:#4B5563;
    margin:.75rem 0 0;
  }

  @media (prefers-color-scheme: dark){
    .webeko-tudtad{
      background:linear-gradient(180deg, #0E1520 0%, #0B1220 100%);
    }
    .webeko-tudtad .wrap{
      background:#0F1A26;
      color:#E5E7EB;
    }
    .webeko-tudtad .note{
      color:#B7C1CC;
    }
  }
