.elementor-273 .elementor-element.elementor-element-8260bc0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1fa368b */:root {
    --bg: #f8fafc;
    --surface: #ffffff;
    --border: #e2e8f0;
    --text: #0f172a;
    --text-soft: #475569;
    --blue: #2563eb;
    --blue-dark: #1d4ed8;
  }

  * {
    box-sizing: border-box;
  }

  body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--bg);
    color: var(--text);
  }

  a {
    color: inherit;
    text-decoration: none;
  }

  img {
    max-width: 100%;
    display: block;
  }

  .dk-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.2rem;
  }

  @media (min-width: 900px) {
    .dk-container {
      padding: 0 1.5rem;
    }
  }

  /* HERO */
  .dk-hero {
    border-bottom: 1px solid var(--border);
    background: linear-gradient(to bottom, #ffffff, #f8fafc, #e5edf7);
    padding: 3rem 0 3.2rem;
  }

  .dk-hero-inner {
    display: grid;
    gap: 2.5rem;
    align-items: center;
  }

  @media (min-width: 900px) {
    .dk-hero-inner {
      grid-template-columns: 1.1fr 1fr;
    }
  }

  .dk-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.25rem 0.8rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    background: #eff6ff;
    color: var(--blue-dark);
    border: 1px solid #dbeafe;
    margin-bottom: 0.75rem;
  }

  .dk-hero-title {
    font-size: clamp(2rem, 3.2vw, 2.7rem);
    font-weight: 900;
    margin: 0 0 0.6rem;
    letter-spacing: -0.02em;
    color: var(--text);
  }

  .dk-hero-text {
    font-size: 0.96rem;
    color: var(--text-soft);
    max-width: 34rem;
    margin: 0;
    line-height: 1.7;
  }

  .dk-hero-chips {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    font-size: 0.75rem;
  }

  .dk-hero-chip {
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: #ffffff;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
  }

  .dk-hero-cta-row {
    margin-top: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
  }

  .dk-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.6rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    background: var(--blue);
    color: #ffffff;
    box-shadow: 0 14px 32px rgba(37, 99, 235, 0.3);
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
  }

  .dk-btn-primary:hover {
    background: var(--blue-dark);
    box-shadow: 0 18px 44px rgba(37, 99, 235, 0.36);
    transform: translateY(-1px);
  }

  .dk-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.5rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #cbd5e1;
    cursor: pointer;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease;
  }

  .dk-btn-ghost:hover {
    border-color: var(--blue);
    background: #eff6ff;
  }

  /* Hero image block */
  .dk-hero-media-wrapper {
    position: relative;
  }

  .dk-hero-media {
    border-radius: 1.8rem;
    overflow: hidden;
    border: 1px solid var(--border);
    background: #020617;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
  }

  .dk-hero-media img {
    width: 100%;
    height: 260px;
    object-fit: cover;
  }

  @media (min-width: 900px) {
    .dk-hero-media img {
      height: 320px;
    }
  }

  .dk-hero-badge {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: -0.6rem;
    max-width: 260px;
  }

  @media (min-width: 900px) {
    .dk-hero-badge {
      left: 2rem;
      right: auto;
    }
  }

  .dk-hero-badge-inner {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.5rem 0.75rem;
    border-radius: 1.3rem;
    background: #ffffff;
    border: 1px solid var(--border);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.16);
    font-size: 0.78rem;
  }

  .dk-hero-badge-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.9rem;
    background: #eff6ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: var(--blue-dark);
    flex-shrink: 0;
  }

  .dk-hero-badge-title {
    margin: 0;
    font-weight: 600;
    color: var(--text);
  }

  .dk-hero-badge-text {
    margin: 0;
    color: #64748b;
  }

  /* CONTENT SECTION */
  .dk-section {
    padding: 2.8rem 0;
  }

  .dk-section-title {
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0 0 0.8rem;
    letter-spacing: -0.02em;
  }

  .dk-section-text {
    font-size: 0.95rem;
    color: var(--text-soft);
    line-height: 1.7;
    margin: 0 0 1.4rem;
  }

  .dk-details-layout {
    display: grid;
    gap: 2rem;
  }

  @media (min-width: 900px) {
    .dk-details-layout {
      grid-template-columns: 1.4fr 1fr;
    }
  }

  .dk-details-grid {
    display: grid;
    gap: 1.2rem;
  }

  @media (min-width: 700px) {
    .dk-details-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  .dk-card {
    border-radius: 1.2rem;
    background: var(--surface);
    border: 1px solid var(--border);
    padding: 1.1rem 1.1rem;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    font-size: 0.85rem;
  }

  .dk-card-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #94a3b8;
    font-weight: 600;
    margin-bottom: 0.2rem;
  }

  .dk-card-title {
    margin: 0 0 0.2rem;
    font-size: 0.96rem;
    font-weight: 700;
  }

  .dk-card-text {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.85rem;
    line-height: 1.6;
  }

  .dk-two-col {
    display: grid;
    gap: 1.4rem;
    margin-top: 0.8rem;
  }

  @media (min-width: 700px) {
    .dk-two-col {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  .dk-two-col h3 {
    margin: 0 0 0.4rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text);
  }

  .dk-bullet-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.85rem;
    color: var(--text-soft);
  }

  .dk-bullet-list li {
    display: flex;
    gap: 0.45rem;
    align-items: flex-start;
    margin-bottom: 0.35rem;
  }

  .dk-bullet-dot {
    margin-top: 0.3rem;
    font-size: 0.7rem;
    color: var(--blue);
  }

  /* ASIDE */
  .dk-aside-image {
    border-radius: 1.2rem;
    overflow: hidden;
    border: 1px solid var(--border);
    background: #020617;
  }

  .dk-aside-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    opacity: 0.9;
  }

  @media (min-width: 900px) {
    .dk-aside-image img {
      height: 230px;
    }
  }

  .dk-aside-card {
    border-radius: 1.2rem;
    background: var(--surface);
    border: 1px solid var(--border);
    padding: 1rem 1.1rem;
    margin-top: 0.8rem;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    font-size: 0.84rem;
    color: var(--text-soft);
  }

  .dk-aside-card h3 {
    margin: 0 0 0.5rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text);
  }

  .dk-aside-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .dk-aside-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
  }

  .dk-aside-list span:last-child {
    font-weight: 600;
    color: var(--text);
  }

  /* CTA SECTION */
  .dk-cta-section {
    padding: 0 0 3rem;
  }

  .dk-cta-box {
    border-radius: 1.5rem;
    background: #ffffff;
    border: 1px solid var(--border);
    padding: 1.5rem 1.3rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    display: grid;
    gap: 1rem;
  }

  @media (min-width: 800px) {
    .dk-cta-box {
      grid-template-columns: minmax(0, 1.4fr) auto;
      align-items: center;
    }
  }

  .dk-cta-title {
    margin: 0 0 0.4rem;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.01em;
  }

  .dk-cta-text {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-soft);
    line-height: 1.6;
    max-width: 32rem;
  }

  @media (max-width: 700px) {
    .dk-hero,
    .dk-section,
    .dk-cta-section {
      padding-inline: 1.2rem;
    }
  }/* End custom CSS */