:root{
      --bg:#edf1f4;
      --bg2:#e5eaee;
      --surface:rgba(255,255,255,.78);
      --surface-strong:rgba(255,255,255,.92);
      --text:#171a1f;
      --muted:#66707b;
      --line:rgba(23,26,31,.10);
      --blue:#8cc7ea;
      --blue-dark:#5e93b6;
      --grey:#c4beb4;
      --grey-dark:#8f8b84;
      --black:#15171b;
      --gold:#d6b64a;
      --radius-xl:32px;
      --radius-lg:24px;
      --radius-md:18px;
      --shadow-lg:0 24px 60px rgba(16,24,40,.12);
      --shadow-md:0 14px 34px rgba(16,24,40,.08);
      --shadow-sm:0 10px 20px rgba(16,24,40,.06);
      --container:1280px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:Inter,Arial,Helvetica,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at top left, rgba(140,199,234,.18), transparent 28%),
        radial-gradient(circle at right top, rgba(214,182,74,.10), transparent 18%),
        linear-gradient(180deg,var(--bg) 0%, var(--bg2) 100%);
    }
    img{display:block;max-width:100%}
    a{text-decoration:none;color:inherit}
    .container{
      width:min(var(--container), calc(100% - 32px));
      margin:0 auto;
    }

    .section-space{margin-top:28px}

    .kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 14px;
      border-radius:999px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(23,26,31,.08);
      color:var(--blue-dark);
      font-size:12px;
      font-weight:800;
      letter-spacing:.12em;
      text-transform:uppercase;
      backdrop-filter:blur(10px);
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:50px;
      padding:0 20px;
      border-radius:16px;
      font-size:15px;
      font-weight:800;
      border:1px solid transparent;
      transition:.25s ease;
      cursor:pointer;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--black),#2b3139);
      box-shadow:0 14px 30px rgba(21,23,27,.18);
    }
    .btn-primary:hover{transform:translateY(-2px)}
    .btn-ghost{
      color:var(--text);
      background:rgba(255,255,255,.82);
      border-color:rgba(23,26,31,.10);
      backdrop-filter:blur(8px);
    }
    .btn-ghost:hover{
      transform:translateY(-2px);
      background:rgba(140,199,234,.16);
    }

    .glass{
      background:linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.72));
      border:1px solid rgba(23,26,31,.08);
      box-shadow:var(--shadow-md);
      backdrop-filter:blur(12px);
      border-radius:var(--radius-xl);
    }

    /* HEADER */
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(255,255,255,.76);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(23,26,31,.08);
      box-shadow:0 8px 24px rgba(16,24,40,.04);
    }
    .site-header__inner{
      min-height:86px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
      flex-wrap:wrap;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:14px;
      min-width:0;
    }
    .brand__mark{
      width:48px;
      height:48px;
      border-radius:14px;
      flex:0 0 auto;
      background:
        linear-gradient(135deg, var(--grey) 0%, #d9d4cb 45%, var(--blue) 100%);
      border:1px solid rgba(23,26,31,.08);
      box-shadow:var(--shadow-sm);
      display:grid;
      place-items:center;
    }
    .brand__mark svg{
      width:40px;
      height:40px;
      fill:none;
      stroke:var(--black);
      stroke-width:1;
      stroke-linecap:round;
      stroke-linejoin:round;
    }
    .brand__text strong{
      display:block;
      font-size:18px;
      line-height:1;
      letter-spacing:-.03em;
    }
    .brand__text span{
      display:block;
      margin-top:4px;
      font-size:13px;
      color:var(--muted);
    }

    .main-nav{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      justify-content:center;
    }
    .main-nav a{
      display:inline-flex;
      align-items:center;
      min-height:42px;
      padding:0 14px;
      border-radius:999px;
      font-size:14px;
      font-weight:700;
      transition:.25s ease;
    }
    .main-nav a:hover{background:rgba(140,199,234,.16)}

    .header-actions{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
    }

    /* HERO */
    .hero{
      margin-top:28px;
      position:relative;
      overflow:hidden;
      border-radius:36px;
      border:1px solid rgba(23,26,31,.08);
      box-shadow:var(--shadow-lg);
      background:
        linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,255,255,.76)),
        linear-gradient(135deg, rgba(140,199,234,.08), rgba(214,182,74,.05));
    }
    .hero::before,.hero::after{
      content:"";
      position:absolute;
      border-radius:999px;
      pointer-events:none;
    }
    .hero::before{
      width:280px;height:280px;
      right:-60px;top:-80px;
      background:rgba(140,199,234,.18);
      filter:blur(8px);
    }
    .hero::after{
      width:220px;height:220px;
      left:-70px;bottom:-90px;
      background:rgba(214,182,74,.10);
      filter:blur(8px);
    }

    .hero-slider{position:relative;overflow:hidden}
    .hero-track{
      display:flex;
      transition:transform .55s ease;
      will-change:transform;
    }
    .hero-slide{
      min-width:100%;
      padding:56px;
      display:grid;
      grid-template-columns:1.02fr .98fr;
      gap:34px;
      align-items:center;
    }
    .hero-copy h1{
      margin:16px 0 16px;
      font-size:clamp(40px,5vw,70px);
      line-height:.95;
      letter-spacing:-.045em;
      font-weight:900;
      max-width:12ch;
    }
    .hero-copy p{
      margin:0 0 24px;
      max-width:62ch;
      color:var(--muted);
      font-size:18px;
      line-height:1.76;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:22px;
    }
    .hero-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      list-style:none;
      margin:0;
      padding:0;
    }
    .hero-tags li{
      min-height:38px;
      padding:0 14px;
      display:inline-flex;
      align-items:center;
      border-radius:999px;
      background:rgba(23,26,31,.05);
      border:1px solid rgba(23,26,31,.06);
      font-size:13px;
      font-weight:700;
    }

    .hero-visual{
      position:relative;
      min-height:430px;
    }
    .hero-frame{
      position:absolute;
      inset:0 20px 0 20px;
      border-radius:32px;
      overflow:hidden;
      border:1px solid rgba(23,26,31,.08);
      box-shadow:var(--shadow-lg);
      background:#dfe5e9;
    }
    .hero-frame img{
      width:100%;
      height:100%;
      object-fit:cover;
    }
    .hero-frame::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.34));
    }
    .hero-frame__label{
      position:absolute;
      left:24px;
      bottom:24px;
      z-index:2;
      padding:10px 14px;
      border-radius:14px;
      background:rgba(255,255,255,.88);
      border:1px solid rgba(23,26,31,.08);
      font-size:13px;
      font-weight:800;
    }

    .hero-float{
      position:absolute;
      z-index:3;
      padding:14px 16px;
      border-radius:18px;
      background:rgba(255,255,255,.80);
      border:1px solid rgba(23,26,31,.08);
      box-shadow:var(--shadow-md);
      backdrop-filter:blur(10px);
      font-size:13px;
      font-weight:800;
    }
    .hero-float--a{left:0;top:24px}
    .hero-float--b{right:0;bottom:18px}

    .hero-arrow{
      position:absolute;
      top:50%;
      transform:translateY(-50%);
      width:46px;height:46px;
      border:none;
      border-radius:50%;
      background:rgba(255,255,255,.94);
      border:1px solid rgba(23,26,31,.08);
      box-shadow:var(--shadow-sm);
      display:grid;
      place-items:center;
      cursor:pointer;
      z-index:4;
    }
    .hero-arrow svg{
      width:18px;height:18px;
      fill:none;stroke:var(--text);stroke-width:2.2;
      stroke-linecap:round;stroke-linejoin:round;
    }
    .hero-arrow--prev{left:20px}
    .hero-arrow--next{right:20px}

    .hero-dots{
      position:absolute;
      left:50%;
      transform:translateX(-50%);
      bottom:18px;
      display:flex;
      gap:8px;
      z-index:4;
    }
    .hero-dot{
      width:10px;height:10px;
      border:none;border-radius:999px;
      background:rgba(23,26,31,.20);
      cursor:pointer;
    }
    .hero-dot.is-active{
      width:28px;
      background:var(--blue-dark);
    }

    /* INTRO CARDS */
    .intro-grid{
      margin-top:26px;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
    }
    .intro-card{
      padding:24px;
      border-radius:24px;
      background:var(--surface);
      border:1px solid rgba(23,26,31,.08);
      box-shadow:var(--shadow-sm);
      backdrop-filter:blur(10px);
    }
    .intro-icon{
      width:48px;height:48px;
      border-radius:14px;
      display:grid;place-items:center;
      background:linear-gradient(135deg, rgba(140,199,234,.24), rgba(214,182,74,.16));
      border:1px solid rgba(23,26,31,.06);
      margin-bottom:16px;
    }
    .intro-icon svg{
      width:20px;height:20px;
      fill:none;stroke:var(--text);stroke-width:2.2;
      stroke-linecap:round;stroke-linejoin:round;
    }
    .intro-card h2{
      margin:0 0 10px;
      font-size:22px;
      line-height:1.14;
      letter-spacing:-.03em;
    }
    .intro-card p{
      margin:0;
      color:var(--muted);
      font-size:15px;
      line-height:1.72;
    }

    /* MAIN CAROUSEL */
    .main-carousel{
      margin-top:28px;
      padding:28px;
    }
    .section-head{
      display:grid;
      grid-template-columns:1fr minmax(260px,420px);
      gap:20px;
      align-items:end;
      margin-bottom:20px;
    }
    .section-head h2{
      margin:10px 0 0;
      font-size:clamp(30px,4vw,48px);
      line-height:1.02;
      letter-spacing:-.04em;
    }
    .section-head p{
      margin:0;
      color:var(--muted);
      font-size:16px;
      line-height:1.74;
    }

    .main-carousel__tools{
      display:flex;
      justify-content:flex-end;
      gap:8px;
      margin-bottom:14px;
    }
    .carousel-btn{
      width:44px;height:44px;
      border:none;
      border-radius:50%;
      background:rgba(255,255,255,.94);
      border:1px solid rgba(23,26,31,.08);
      box-shadow:var(--shadow-sm);
      display:grid;
      place-items:center;
      cursor:pointer;
    }
    .carousel-btn svg{
      width:18px;height:18px;
      fill:none;stroke:var(--text);stroke-width:2.2;
      stroke-linecap:round;stroke-linejoin:round;
    }

    .main-carousel__track{
      display:flex;
      gap:18px;
      overflow:auto;
      scroll-behavior:smooth;
      scroll-snap-type:x mandatory;
      padding-bottom:8px;
    }
    .main-carousel__track::-webkit-scrollbar{height:10px}
    .main-carousel__track::-webkit-scrollbar-thumb{
      background:rgba(94,147,182,.35);
      border-radius:999px;
    }
.wrap-category {
  margin-bottom: 50px;
}
.wrap-category .btn {
  margin-top: 20px;
}
    .kicker--logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.kicker--logo img,
.kicker--logo svg {
  display: block;
  max-width: 120px;
  height: auto;
  object-fit: contain;
}

    .main-card{
      min-width:310px;
      max-width:310px;
      scroll-snap-align:start;
      overflow:hidden;
      border-radius:24px;
      background:rgba(255,255,255,.92);
      border:1px solid rgba(23,26,31,.08);
      box-shadow:var(--shadow-sm);
      transition:.25s ease;
    }
    .main-card:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow-md);
    }
    .main-card__media{
      position:relative;
      height:230px;
      overflow:hidden;
      background:#f5f7f8;
    }
    .main-card__media img{
      width:100%;
      height:100%;
      object-fit:cover;
    }
    .main-card__media--logo{
      display:grid;
      place-items:center;
      background:
        radial-gradient(circle at top left, rgba(140,199,234,.28), transparent 32%),
        linear-gradient(135deg, #f3f6f8 0%, #e8edf1 100%);
    }
    .main-card__media--logo img{
      width:72%;
      height:auto;
      object-fit:contain;
    }
    .main-card__badge{
      position:absolute;
      left:14px;
      top:14px;
      z-index:2;
      min-height:32px;
      padding:0 12px;
      border-radius:999px;
      background:rgba(255,255,255,.9);
      border:1px solid rgba(23,26,31,.08);
      display:inline-flex;
      align-items:center;
      font-size:12px;
      font-weight:800;
    }
    .main-card__body{padding:18px}
    .main-card__eyebrow{
      margin:0 0 8px;
      color:var(--blue-dark);
      font-size:12px;
      font-weight:800;
      letter-spacing:.12em;
      text-transform:uppercase;
    }
    .main-card h3{
      margin:0 0 10px;
      font-size:22px;
      line-height:1.12;
      letter-spacing:-.03em;
    }
    .main-card p{
      margin:0 0 14px;
      color:var(--muted);
      font-size:15px;
      line-height:1.72;
    }
    .card-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:42px;
      padding:0 14px;
      border-radius:14px;
      background:rgba(23,26,31,.05);
      border:1px solid rgba(23,26,31,.08);
      font-size:14px;
      font-weight:800;
    }

    /* CATEGORY GRID */
    .category-section{
      margin-top:28px;
      padding:28px;
    }
    .category-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:18px;
    }
    .category-card{
      position:relative;
      min-height:340px;
      overflow:hidden;
      border-radius:26px;
      border:1px solid rgba(23,26,31,.08);
      box-shadow:var(--shadow-sm);
      background:#e6ecef;
    }
    .category-card img{
      position:absolute;
      inset:0;
      width:100%;
      height:100%;
      object-fit:cover;
    }
    .category-card::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg, rgba(8,10,14,.06) 0%, rgba(8,10,14,.62) 100%);
    }
    .category-card__content{
      position:absolute;
      left:22px;
      right:22px;
      bottom:22px;
      z-index:2;
    }
    .category-card__content h3{
      margin:10px 0 10px;
      color:#fff;
      font-size:34px;
      line-height:1.02;
      letter-spacing:-.04em;
      font-weight:900;
    }
    .category-card__content p{
      margin:0 0 14px;
      color:rgba(255,255,255,.86);
      font-size:15px;
      line-height:1.72;
      max-width:54ch;
    }

    /* POLOIM GRID */
    .poloim-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:18px;
    }
    .poloim-card{
      padding:24px;
      border-radius:24px;
      background:rgba(255,255,255,.90);
      border:1px solid rgba(23,26,31,.08);
      box-shadow:var(--shadow-sm);
      display:flex;
      gap:20px;
      align-items:flex-start;
    }
    .poloim-card__logo{
      width:120px;
      min-width:120px;

      border-radius:20px;
      background:
        radial-gradient(circle at top left, rgba(140,199,234,.24), transparent 34%),
        linear-gradient(135deg, #f4f7f9 0%, #e7edf2 100%);
      border:1px solid rgba(23,26,31,.08);
      display:grid;
      place-items:center;
      box-shadow:var(--shadow-sm);
    }
    .poloim-card__logo img{
      width:78%;
      height:auto;
    }
    .poloim-card h3{
      margin:0 0 10px;
      font-size:26px;
      line-height:1.1;
      letter-spacing:-.03em;
    }
    .poloim-card p{
      margin:0 0 14px;
      color:var(--muted);
      font-size:15px;
      line-height:1.72;
    }
    .chip-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin:0 0 14px;
      padding:0;
      list-style:none;
    }
    .chip-row li{
      min-height:34px;
      padding:0 12px;
      display:inline-flex;
      align-items:center;
      border-radius:999px;
      background:rgba(23,26,31,.05);
      border:1px solid rgba(23,26,31,.06);
      font-size:13px;
      font-weight:700;
    }

    /* CONTENT */
    .content-grid{
      margin-top:28px;
      padding:30px;
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
    }
    .content-box{
      padding:26px;
      border-radius:24px;
      background:rgba(255,255,255,.56);
      border:1px solid rgba(23,26,31,.06);
    }
    .content-box h2{
      margin:10px 0 14px;
      font-size:clamp(30px,4vw,46px);
      line-height:1.04;
      letter-spacing:-.04em;
    }
    .content-box h3{
      margin:0 0 10px;
      font-size:24px;
      line-height:1.16;
      letter-spacing:-.03em;
    }
    .content-box p{
      margin:0 0 16px;
      color:var(--muted);
      font-size:16px;
      line-height:1.82;
    }

    /* FAQ */
    .faq{
      margin-top:28px;
      padding:30px;
    }
    .faq-head{
      text-align:center;
      margin-bottom:20px;
    }
    .faq-head h2{
      margin:10px 0 0;
      font-size:clamp(30px,4vw,46px);
      line-height:1.04;
      letter-spacing:-.04em;
    }
    .faq-list{
      display:grid;
      gap:14px;
    }
    .faq-item{
      overflow:hidden;
      border-radius:20px;
      background:rgba(255,255,255,.88);
      border:1px solid rgba(23,26,31,.08);
    }
    .faq-item summary{
      list-style:none;
      cursor:pointer;
      padding:22px 58px 22px 22px;
      font-size:18px;
      font-weight:800;
      line-height:1.45;
      position:relative;
    }
    .faq-item summary::-webkit-details-marker{display:none}
    .faq-item summary::after{
      content:"+";
      position:absolute;
      right:20px;
      top:50%;
      transform:translateY(-50%);
      font-size:28px;
      color:var(--blue-dark);
    }

    .faq-item p{
      margin:0;
      padding:0 22px 22px;
      color:var(--muted);
      font-size:16px;
      line-height:1.8;
    }

    .faq-item summary h3 {
  margin: 0;
  display: inline;
  font-size: inherit;
  font-weight: inherit;
}
.faq {
  margin-top: 48px;
}

.faq-head {
  margin-bottom: 24px;
}

.faq-head .kicker {
  display: inline-block;
  margin-bottom: 10px;
}

.faq-head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.15;
}

.faq-list {
  display: grid;
  gap: 14px;
}



.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(17, 17, 17, 0.14);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 20px 58px 20px 22px;
  display: block;
  user-select: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 11px;
  height: 11px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.25s ease;
  opacity: 0.75;
}

.faq-item[open] summary::after {
  transform: translateY(-35%) rotate(-135deg);
}

.faq-item summary h3 {
  margin: 0;
  display: inline;
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  line-height: 1.4;
  font-weight: 700;
  color: #111;
}

.faq-item p {
  margin: 0;
  padding: 0 22px 22px;
  color: rgba(17, 17, 17, 0.82);
  line-height: 1.7;
  font-size: 0.97rem;
  max-width: 90ch;
}

.faq-item {
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.72) 0%, rgba(245,247,250,0.52) 100%);
  border-radius: 18px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.faq-item[open] {
  background: linear-gradient(
    135deg,
    rgba(199, 205, 214, 0.42) 0%,
    rgba(217, 212, 203, 0.28) 45%,
    rgba(104, 120, 150, 0.34) 100%
  );
  border-color: rgba(17, 17, 17, 0.12);
}

.faq-item[open] summary {
  padding-bottom: 14px;
}

@media (max-width: 767px) {
  .faq-list {
    gap: 12px;
  }

  .faq-item summary {
    padding: 18px 50px 18px 18px;
  }

  .faq-item p {
    padding: 0 18px 18px;
    font-size: 0.95rem;
  }

  .faq-item summary::after {
    right: 18px;
  }
}
    /* CTA */
    .cta{
      margin-top:28px;
      padding:56px;
      text-align:center;
      border-radius:34px;
      border:1px solid rgba(23,26,31,.08);
      box-shadow:var(--shadow-lg);
    }
    .bg-blue {
      box-shadow:var(--shadow-lg);
      background:
        radial-gradient(circle at top center, rgba(140,199,234,.22), transparent 28%),
        radial-gradient(circle at bottom left, rgba(214,182,74,.10), transparent 22%),
        linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,255,255,.74));
    }
    .bg-orange  {
      background:
        radial-gradient(circle at top center, rgba(185, 141, 29, 0.22), transparent 28%),
        radial-gradient(circle at bottom left, rgba(214,182,74,.10), transparent 22%),
        linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,255,255,.74));
    }
    .cta h2{
      margin:10px 0 14px;
      font-size:clamp(32px,4vw,52px);
      line-height:1.02;
      letter-spacing:-.045em;
    }
    .cta p{
      max-width:760px;
      margin:0 auto 24px;
      color:var(--muted);
      font-size:17px;
      line-height:1.82;
    }
    .cta-actions{
      display:flex;
      gap:12px;
      justify-content:center;
      flex-wrap:wrap;
    }

    /* FOOTER */
    .site-footer{
      margin-top:36px;
      border-top:1px solid rgba(23,26,31,.08);
      background:
        radial-gradient(circle at left top, rgba(140,199,234,.16), transparent 22%),
        linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.74));
    }
    .footer-grid{
      padding:38px 0 18px;
      display:grid;
      grid-template-columns:1.2fr .9fr .8fr;
      gap:24px;
    }
    .footer-brand{
      display:inline-block;
      margin-bottom:12px;
      font-size:28px;
      font-weight:900;
      letter-spacing:-.03em;
    }
    .footer-text{
      margin:0;
      max-width:46ch;
      color:var(--muted);
      font-size:15px;
      line-height:1.82;
    }
    .footer-links{
      list-style:none;
      margin:0;
      padding:0;
    }
    .footer-links li{margin-bottom:10px}
    .footer-links a{
      color:var(--text);
      font-size:15px;
      font-weight:700;
    }
    .footer-links a:hover{color:var(--blue-dark)}
    .socials{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .social{
      width:46px;height:46px;
      border-radius:50%;
      display:grid;place-items:center;
      background:rgba(255,255,255,.96);
      border:1px solid rgba(23,26,31,.08);
      box-shadow:var(--shadow-sm);
    }
    .social svg{
      width:18px;height:18px;
      fill:none;stroke:var(--text);stroke-width:2;
      stroke-linecap:round;stroke-linejoin:round;
    }
    .footer-bottom{
      padding:18px 0 28px;
      border-top:1px solid rgba(23,26,31,.08);
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    .footer-bottom p{
      margin:0;
      color:var(--muted);
      font-size:14px;
    }

    /* RESPONSIVE */
    @media (max-width:1180px){
      .hero-slide,
      .section-head,
      .content-grid{
        grid-template-columns:1fr;
      }
      .intro-grid{grid-template-columns:repeat(2,1fr)}
      .category-grid,
      .poloim-grid{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
    }

    @media (max-width:860px){
      .site-header__inner{
        min-height:76px;
        padding:12px 0;
      }
      .main-nav,
      .header-actions{
        width:100%;
        justify-content:flex-start;
      }
      .hero-slide{padding:24px}
      .hero-copy h1{font-size:38px}
      .hero-copy p{font-size:16px}
      .hero-visual{min-height:320px}
      .hero-frame{inset:0}
      .hero-arrow{display:none}
      .intro-grid{grid-template-columns:1fr}
      .main-carousel,
      .category-section,
      .content-grid,
      .faq,
      .cta{padding:20px}
      .footer-grid{grid-template-columns:1fr}
      .footer-bottom{
        flex-direction:column;
        align-items:flex-start;
      }
    }

    @media (max-width:560px){
      .container{
        width:min(var(--container), calc(100% - 20px));
      }
      .hero{border-radius:24px}
      .hero-slide{padding:18px}
      .hero-copy h1{font-size:32px}
      .hero-float{display:none}
      .section-head h2,
      .content-box h2,
      .faq-head h2,
      .cta h2{font-size:30px}
      .poloim-card{
        flex-direction:column;
      }
      .poloim-card__logo{
        width:100%;
        min-width:0;
      }
      .category-card{min-height:300px}
    }
    /* =========================================================
   MOBIL MENÜ
   ========================================================= */

body.menu-open {
  overflow: hidden;
}

.mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(23,26,31,.08);
  background: rgba(255,255,255,.92);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
  position: relative;
  z-index: 1200;
  transition: background .24s ease, border-color .24s ease, transform .24s ease;
}

.mobile-menu-toggle:hover {
  background: rgba(140,199,234,.14);
}

.mobile-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transform-origin: center;
  transition: transform .28s ease, opacity .2s ease, width .2s ease;
}

body.menu-open .mobile-menu-toggle {
  background: rgba(255,255,255,.98);
  border-color: rgba(23,26,31,.12);
}

body.menu-open .mobile-menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.menu-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
  transform: scaleX(.4);
}

body.menu-open .mobile-menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-drawer__close {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border: 1px solid rgba(23,26,31,.08);
  background: rgba(255,255,255,.92);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  transition: background .22s ease, transform .22s ease, border-color .22s ease;
}

.mobile-drawer__close:hover {
  background: rgba(140,199,234,.14);
  border-color: rgba(23,26,31,.12);
  transform: rotate(90deg);
}

.mobile-drawer__close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--text);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-drawer__nav {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.mobile-drawer__nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 14px;
  border-radius: 14px;
  background: rgba(23,26,31,.04);
  border: 1px solid rgba(23,26,31,.05);
  font-size: 15px;
  font-weight: 700;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.mobile-drawer__nav a:hover {
  background: rgba(140,199,234,.14);
  border-color: rgba(94,147,182,.16);
  transform: translateX(2px);
}

.mobile-drawer__icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(140,199,234,.20), rgba(214,182,74,.12));
  border: 1px solid rgba(23,26,31,.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
}

.mobile-drawer__icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--text);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(23,26,31,.34);
  opacity: 0;
  visibility: hidden;
  transition: opacity .28s ease, visibility .28s ease;
  z-index: 1090;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(88vw, 360px);
  height: 100dvh;
  background:
    radial-gradient(circle at top left, rgba(140,199,234,.18), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.97), rgba(255,255,255,.92));
  border-right: 1px solid rgba(23,26,31,.08);
  box-shadow: 20px 0 50px rgba(16,24,40,.16);
  transform: translateX(-102%);
  transition: transform .32s ease;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.mobile-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.mobile-drawer__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.mobile-drawer__brand-text strong {
  display: block;
  font-size: 17px;
  line-height: 1.05;
  letter-spacing: -.03em;
}

.mobile-drawer__brand-text span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.mobile-drawer__close {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border: 1px solid rgba(23,26,31,.08);
  background: rgba(255,255,255,.92);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
}

.mobile-drawer__close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--text);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-drawer__nav {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.mobile-drawer__nav a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  background: rgba(23,26,31,.04);
  border: 1px solid rgba(23,26,31,.05);
  font-size: 15px;
  font-weight: 700;
  transition: .2s ease;
}

.mobile-drawer__nav a:hover {
  background: rgba(140,199,234,.14);
}

.mobile-drawer__actions {
  margin-top: auto;
  display: grid;
  gap: 10px;
}

body.menu-open .mobile-overlay {
  opacity: 1;
  visibility: visible;
}

body.menu-open .mobile-drawer {
  transform: translateX(0);
}

/* =========================================================
   HERO TOUCH UX
   ========================================================= */

.hero-slider {
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.hero-track.is-dragging {
  transition: none !important;
}

@media (max-width: 991px) {
  .site-header__inner {
    min-height: 74px;
    flex-wrap: nowrap;
  }

  .main-nav,
  .header-actions {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .brand__text span {
    display: none;
  }

  .brand__text strong {
    font-size: 17px;
  }
}
.poloim-card__logo--has-image {
    padding: 0;
    overflow: hidden;
    background: #f5f7f8;
}

.poloim-card__logo--has-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-section{
  margin-top:28px;
}

.blog-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}

.blog-card{
  overflow:hidden;
  border-radius:24px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(23,26,31,.08);
  box-shadow:var(--shadow-sm);
  transition:.25s ease;
}

.blog-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow-md);
}

.blog-card__image{
  display:block;
  height:230px;
  overflow:hidden;
  background:#f5f7f8;
}

.blog-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}

.blog-card:hover .blog-card__image img{
  transform:scale(1.04);
}

.blog-card__content{
  padding:18px;
}

.blog-card__content h3{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.2;
  letter-spacing:-.03em;
}

.blog-card__content h3 a{
  color:var(--text);
}

.blog-card__content p{
  margin:0 0 14px;
  color:var(--muted);
  font-size:15px;
  line-height:1.72;
}

.blog-card__more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 14px;
  border-radius:14px;
  background:rgba(23,26,31,.05);
  border:1px solid rgba(23,26,31,.08);
  font-size:14px;
  font-weight:800;
}

@media (max-width: 1180px){
  .blog-grid{
    grid-template-columns:repeat(2, 1fr);
  }
}

@media (max-width: 860px){
  .blog-grid{
    grid-template-columns:1fr;
  }
}

.hero-slider {
  position: relative;
}

#heroPrev,
#heroNext {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  height: auto !important;
  width: 42px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: none !important;
  background: rgba(0, 0, 0, 0.05);
  color: #fff;
  z-index: 30;
}

#heroPrev {
  left: 0 !important;
  right: auto !important;
}

#heroNext {
  right: 0 !important;
  left: auto !important;
}

#heroPrev svg,
#heroNext svg {
  width: 22px;
  height: 22px;
  display: block;
  pointer-events: none;
}

.cta-actions img {
  height: 30px;
  margin-right: 10px;
}
