/* Standalone page body reset. Remove this class if embedding only the .wj-d365-page block. */
.wj-d365-standalone-body {
  margin: 0;
  background: #f7f8fb;
}

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
* { 
    margin:0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    outline: 0;
    box-sizing: border-box;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    color:var(--sub_text);
    letter-spacing: -0.2px;
  }
  
/* Replaces former inline progress-bar widths. */
.wj-d365-progress-85 {
  width: 85%;
}

.wj-d365-progress-68 {
  width: 68%;
}

.wj-d365-progress-92 {
  width: 92%;
}

.wj-d365-progress-74 {
  width: 74%;
}

/* Replaces former inline final CTA button-row style. */
.wj-d365-final-button-row {
  justify-content: center;
  margin-top: 46px;
}

.wj-d365-page,
    .wj-d365-page * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    .wj-d365-page {
      font-family: Inter, Arial, Helvetica, sans-serif;
      background: #f7f8fb;
      color: #0f172a;
      line-height: 1.6;
    }

    .wj-d365-page a {
      text-decoration: none;
      color: inherit;
    }

    .wj-d365-container {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 24px;
    }

    /* HEADER */
    .wj-d365-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255, 255, 255, 0.88);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .wj-d365-nav {
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .wj-d365-brand {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .wj-d365-brand-mark {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      background: linear-gradient(135deg, #1d4ed8, #22d3ee);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 900;
      box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
    }

    .wj-d365-brand-title {
      font-weight: 800;
      font-size: 15px;
    }

    .wj-d365-brand-subtitle {
      color: #64748b;
      font-size: 12px;
    }

    .wj-d365-nav-links {
      display: flex;
      align-items: center;
      gap: 28px;
      color: #475569;
      font-size: 14px;
      font-weight: 600;
    }

    .wj-d365-nav-links a:hover {
      color: #1d4ed8;
    }

    .wj-d365-nav-button {
      background: #020617;
      color: white !important;
      padding: 11px 20px;
      border-radius: 999px;
      box-shadow: 0 10px 25px rgba(15, 23, 42, 0.2);
    }

    .wj-d365-nav-button:hover {
      background: #1d4ed8;
    }

    /* HERO */
    .wj-d365-hero {
      position: relative;
      overflow: hidden;
      color: white;
      background:
        radial-gradient(circle at 18% 20%, rgba(37, 99, 235, 0.52), transparent 32%),
        radial-gradient(circle at 82% 8%, rgba(34, 211, 238, 0.28), transparent 28%),
        linear-gradient(135deg, #020617 0%, #0f172a 48%, #111827 100%);
    }

    .wj-d365-hero::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 140px;
      background: linear-gradient(to top, #f7f8fb, transparent);
      pointer-events: none;
    }

    .wj-d365-hero-inner {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1.03fr 0.97fr;
      gap: 58px;
      align-items: center;
      padding: 100px 24px 130px;
    }

    .wj-d365-badge {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 9px 16px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.16);
      background: rgba(255,255,255,0.08);
      color: #cffafe;
      font-size: 14px;
      margin-bottom: 28px;
      backdrop-filter: blur(10px);
    }

    .wj-d365-badge-dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: #67e8f9;
      box-shadow: 0 0 18px rgba(103, 232, 249, 0.95);
    }

    .wj-d365-page h1 {
      font-size: clamp(48px, 7vw, 88px);
      line-height: 0.95;
      letter-spacing: -0.06em;
      font-weight: 950;
    }

    .wj-d365-gradient-text {
      display: block;
      margin-top: 10px;
      background: linear-gradient(90deg, #a5f3fc, #ffffff, #93c5fd);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .wj-d365-hero-copy {
      margin-top: 28px;
      max-width: 640px;
      color: #cbd5e1;
      font-size: 20px;
      line-height: 1.65;
    }

    .wj-d365-button-row {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      margin-top: 40px;
    }

    .wj-d365-primary-button,
    .wj-d365-secondary-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 18px;
      padding: 16px 26px;
      font-weight: 800;
      transition: all 0.25s ease;
    }

    .wj-d365-primary-button {
      background: white;
      color: #020617 !important;
      box-shadow: 0 18px 45px rgba(255,255,255,0.16);
    }

    .wj-d365-secondary-button {
      color: white;
      border: 1px solid rgba(255,255,255,0.16);
      background: rgba(255,255,255,0.1);
      backdrop-filter: blur(10px);
    }

    .wj-d365-primary-button:hover,
    .wj-d365-secondary-button:hover {
      transform: translateY(-4px);
    }

    .wj-d365-hero-stats {
      margin-top: 48px;
      padding-top: 28px;
      border-top: 1px solid rgba(255,255,255,0.1);
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      max-width: 620px;
    }

    .wj-d365-stat-title {
      font-size: 30px;
      font-weight: 950;
    }

    .wj-d365-stat-text {
      color: #94a3b8;
      font-size: 14px;
      margin-top: 4px;
    }

    .wj-d365-dashboard-wrap {
      position: relative;
    }

    .wj-d365-dashboard-glow {
      position: absolute;
      inset: -28px;
      border-radius: 42px;
      background: linear-gradient(135deg, rgba(34,211,238,0.2), rgba(37,99,235,0.25));
      filter: blur(36px);
    }

    .wj-d365-dashboard-card {
      position: relative;
      border-radius: 34px;
      border: 1px solid rgba(255,255,255,0.16);
      background: rgba(255,255,255,0.1);
      padding: 16px;
      box-shadow: 0 30px 80px rgba(0,0,0,0.35);
      backdrop-filter: blur(18px);
    }

    .wj-d365-dashboard-inner {
      background: rgba(15, 23, 42, 0.96);
      border-radius: 26px;
      padding: 26px;
    }

    .wj-d365-dashboard-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 22px;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .wj-d365-dashboard-label {
      color: #94a3b8;
      font-size: 14px;
    }

    .wj-d365-dashboard-title {
      margin-top: 4px;
      font-size: 22px;
      font-weight: 850;
    }

    .wj-d365-live-pill {
      background: rgba(52, 211, 153, 0.14);
      color: #6ee7b7;
      padding: 5px 12px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 800;
    }

    .wj-d365-metrics-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
      margin-top: 24px;
    }

    .wj-d365-metric {
      border: 1px solid rgba(255,255,255,0.1);
      background: rgba(255,255,255,0.06);
      border-radius: 20px;
      padding: 20px;
    }

    .wj-d365-metric-name {
      color: #94a3b8;
      font-size: 13px;
    }

    .wj-d365-metric-value {
      margin-top: 10px;
      font-size: 26px;
      font-weight: 950;
    }

    .wj-d365-progress-panel {
      margin-top: 18px;
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 20px;
      padding: 22px;
      background: linear-gradient(135deg, rgba(37,99,235,0.25), rgba(34,211,238,0.1));
    }

    .wj-d365-progress-head {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 16px;
      color: #cffafe;
      font-weight: 800;
      font-size: 14px;
    }

    .wj-d365-progress-head span:last-child {
      color: #94a3b8;
      font-size: 12px;
      font-weight: 600;
    }

    .wj-d365-bar {
      height: 12px;
      background: rgba(255,255,255,0.1);
      border-radius: 999px;
      overflow: hidden;
      margin-top: 12px;
    }

    .wj-d365-bar div {
      height: 100%;
      border-radius: 999px;
      background: linear-gradient(90deg, #67e8f9, #60a5fa);
    }

    .wj-d365-mini-tags {
      margin-top: 18px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      color: #cbd5e1;
      font-size: 12px;
      font-weight: 800;
      text-align: center;
    }

    .wj-d365-mini-tags div {
      padding: 12px 8px;
      border-radius: 14px;
      background: rgba(255,255,255,0.06);
    }

    /* SECTION COMMON */
    .wj-d365-page section {
      position: relative;
    }

    .wj-d365-section-padding {
      padding: 96px 0;
    }

    .wj-d365-section-kicker {
      color: #1d4ed8;
      font-size: 13px;
      font-weight: 950;
      letter-spacing: 0.28em;
      text-transform: uppercase;
    }

    .wj-d365-page h2 {
      margin-top: 18px;
      font-size: clamp(38px, 5vw, 62px);
      line-height: 1.02;
      letter-spacing: -0.045em;
      font-weight: 950;
    }

    .wj-d365-section-copy {
      font-size: 18px;
      color: #475569;
      line-height: 1.75;
    }

    .wj-d365-two-col {
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      gap: 54px;
      align-items: end;
    }

    .wj-d365-benefit-grid {
      margin-top: 60px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .wj-d365-benefit-card {
      background: white;
      border: 1px solid #e2e8f0;
      border-radius: 32px;
      padding: 34px;
      box-shadow: 0 8px 24px rgba(15,23,42,0.04);
      transition: all 0.25s ease;
    }

    .wj-d365-benefit-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 28px 60px rgba(15,23,42,0.12);
    }

    .wj-d365-benefit-label {
      display: inline-flex;
      background: #eff6ff;
      color: #1d4ed8;
      border-radius: 999px;
      padding: 9px 15px;
      font-size: 11px;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: 0.17em;
      margin-bottom: 30px;
    }

    .wj-d365-benefit-card h3 {
      font-size: 25px;
      line-height: 1.18;
      letter-spacing: -0.025em;
      font-weight: 950;
    }

    .wj-d365-benefit-card p {
      margin-top: 18px;
      color: #64748b;
      line-height: 1.7;
    }

    /* CLOUD PLATFORM */
    .wj-d365-white-section {
      background: white;
    }

    .wj-d365-cloud-box {
      overflow: hidden;
      border-radius: 42px;
      background: linear-gradient(135deg, #020617, #172554 48%, #0f172a);
      color: white;
      padding: 48px;
      box-shadow: 0 32px 85px rgba(15,23,42,0.26);
    }

    .wj-d365-cloud-grid {
      display: grid;
      grid-template-columns: 0.85fr 1.15fr;
      gap: 54px;
      align-items: center;
    }

    .wj-d365-cloud-box .wj-d365-section-kicker {
      color: #67e8f9;
    }

    .wj-d365-cloud-box p {
      margin-top: 24px;
      color: #cbd5e1;
      font-size: 18px;
      line-height: 1.75;
    }

    .wj-d365-product-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }

    .wj-d365-product-card {
      border: 1px solid rgba(255,255,255,0.1);
      background: rgba(255,255,255,0.07);
      border-radius: 28px;
      padding: 26px;
      backdrop-filter: blur(12px);
      transition: 0.25s ease;
    }

    .wj-d365-product-card:hover {
      background: rgba(255,255,255,0.11);
      transform: translateY(-5px);
    }

    .wj-d365-product-icon {
      width: 42px;
      height: 42px;
      border-radius: 16px;
      background: linear-gradient(135deg, #67e8f9, #2563eb);
      margin-bottom: 32px;
      box-shadow: 0 14px 32px rgba(34,211,238,0.2);
    }

    .wj-d365-product-title {
      font-size: 20px;
      font-weight: 950;
    }

    .wj-d365-product-subtitle {
      margin-top: 8px;
      color: #94a3b8;
      font-size: 14px;
    }

    /* MODULES */
    .wj-d365-center-title {
      max-width: 860px;
      margin: 0 auto;
      text-align: center;
    }

    .wj-d365-center-title .wj-d365-section-copy {
      margin-top: 24px;
    }

    .wj-d365-module-grid {
      margin-top: 62px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }

    .wj-d365-module-item {
      background: white;
      border: 1px solid #e2e8f0;
      border-radius: 20px;
      padding: 20px 22px;
      font-weight: 800;
      color: #1e293b;
      box-shadow: 0 5px 18px rgba(15,23,42,0.035);
      transition: all 0.2s ease;
    }

    .wj-d365-module-item:hover {
      border-color: #93c5fd;
      box-shadow: 0 18px 36px rgba(37,99,235,0.12);
      transform: translateY(-4px);
    }

    /* LICENSING */
    .wj-d365-dark-section {
      background: #020617;
      color: white;
    }

    .wj-d365-dark-section .wj-d365-section-kicker {
      color: #67e8f9;
    }

    .wj-d365-dark-section .wj-d365-section-copy {
      color: #cbd5e1;
      margin-top: 28px;
    }

    .wj-d365-checklist {
      border: 1px solid rgba(255,255,255,0.1);
      background: rgba(255,255,255,0.06);
      border-radius: 34px;
      padding: 34px;
      box-shadow: 0 28px 70px rgba(0,0,0,0.24);
    }

    .wj-d365-check-row {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      padding: 18px 0;
      border-bottom: 1px solid rgba(255,255,255,0.1);
      font-size: 18px;
      font-weight: 750;
      color: #f8fafc;
    }

    .wj-d365-check-row:last-child {
      border-bottom: none;
    }

    .wj-d365-number-dot {
      flex-shrink: 0;
      width: 34px;
      height: 34px;
      border-radius: 999px;
      background: #67e8f9;
      color: #020617;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 950;
    }

    /* FINAL CTA */
    .wj-d365-final-cta {
      position: relative;
      overflow: hidden;
      background: white;
      text-align: center;
      padding: 110px 0;
    }

    .wj-d365-final-cta::before {
      content: "";
      position: absolute;
      width: 420px;
      height: 420px;
      border-radius: 999px;
      background: #dbeafe;
      top: -150px;
      left: 50%;
      transform: translateX(-50%);
      filter: blur(70px);
    }

    .wj-d365-final-cta .wj-d365-container {
      position: relative;
      z-index: 2;
      max-width: 960px;
    }

    .wj-d365-final-cta p {
      margin: 26px auto 0;
      max-width: 760px;
      color: #475569;
      font-size: 18px;
      line-height: 1.75;
    }

    .wj-d365-dark-button {
      background: #020617;
      color: white !important;
      box-shadow: 0 20px 45px rgba(15,23,42,0.24);
    }

    .wj-d365-outline-button {
      border: 1px solid #cbd5e1;
      background: white;
      color: #020617;
      box-shadow: 0 8px 20px rgba(15,23,42,0.05);
    }

    .wj-d365-dark-button:hover {
      background: #1d4ed8;
    }

    .wj-d365-outline-button:hover {
      border-color: #60a5fa;
      box-shadow: 0 20px 40px rgba(37,99,235,0.12);
    }

    @media (max-width: 980px) {
      .wj-d365-nav-links {
        display: none;
      }

      .wj-d365-hero-inner,
      .wj-d365-two-col,
      .wj-d365-cloud-grid {
        grid-template-columns: 1fr;
      }

      .wj-d365-hero-inner {
        padding-top: 78px;
      }

      .wj-d365-benefit-grid,
      .wj-d365-module-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 640px) {
      .wj-d365-container {
        padding: 0 18px;
      }

      .wj-d365-hero-inner {
        padding-left: 18px;
        padding-right: 18px;
      }

      .wj-d365-hero-stats,
      .wj-d365-metrics-grid,
      .wj-d365-product-grid {
        grid-template-columns: 1fr;
      }

      .wj-d365-cloud-box {
        padding: 30px;
        border-radius: 32px;
      }

      .wj-d365-button-row {
        flex-direction: column;
      }

      .wj-d365-primary-button,
      .wj-d365-secondary-button {
        width: 80%;
      }
    }
    .footer{
      background:#222;
      color:#a9a9a9;
      padding:3rem 0 1.5rem;
      font-family: "Barlow", sans-serif;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/barlow/v13/7cHtv4kjgoGqM7E_CfNY8HIJmAci.woff2) format('woff2');
    }

    

    .contents_inner{
      width:1600px;
      margin:0 auto;
    }

    .footer-nav ul{
      display:flex;
      gap:40px;
      list-style:none;
      padding:0;
      margin:0 0 3rem;
    }

    .footer-nav a{
      color:#fff;
      text-decoration:none;
      font-weight:400;
      font-size:1.125rem;
    }

    .footer-offices{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:7.5rem;
      margin-bottom:4rem;
       font-size:1rem;
     
    }

    .footer-offices h4{
      margin-bottom:10px;
       color:var(--gray100);
    }

    .footer-offices p{
      margin:4px 0;
       color:var(--gray100);
    }

    .footer-bottom p{
      font-size:0.875rem;
      color:var(--gray100);
      opacity: 0.6;
    }
