
    :root {
      --azure: #21abe9;
      --azure-dark: #0f5ca8;
      --ink: #222326;
      --muted: #58595d;
      --soft: #efefef;
      --white: #ffffff;
      --shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
      --radius: 24px;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      scroll-behavior: smooth;
      font-family: 'Poppins', 'Segoe UI', sans-serif;
    }

    body {
      background: #f3f3f3;
      color: var(--ink);
      line-height: 1.5;
      overflow-x: hidden;
    }

    body.modal-open {
      overflow: hidden;
    }

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

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

    .container {
      width: min(1200px, 100%);
      margin: 0 auto;
      padding: 0 24px;
    }

    header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(255, 255, 255, 0.98);
      border-bottom: 4px solid var(--azure-dark);
      backdrop-filter: blur(10px);
    }

    .nav-bar {
      min-height: 76px;
      display: grid;
      grid-template-columns: auto 1fr auto auto;
      align-items: center;
      gap: 20px;
    }

    .menu-toggle {
      display: none;
      width: 46px;
      height: 46px;
      align-items: center;
      justify-content: center;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-radius: 12px;
      font-size: 24px;
      line-height: 1;
      font-weight: 700;
      cursor: pointer;
      color: var(--ink);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    }

    .mobile-email {
      display: none;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 800;
      letter-spacing: 0.2px;
    }

    .brand img {
      width: 52px;
      height: 52px;
      object-fit: contain;
      background: transparent;
      mix-blend-mode: multiply;
    }

    .brand-text {
      font-size: 20px;
      line-height: 1;
      color: var(--azure-dark);
      text-transform: uppercase;
    }

    .nav-menu {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 30px;
      font-size: 15px;
      font-weight: 700;
      padding-left: 0;
    }

    .nav-menu a {
      position: relative;
      padding: 6px 0;
      transition: color 0.2s ease;
    }

    .nav-menu a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -4px;
      width: 0;
      height: 2px;
      background: var(--azure-dark);
      transition: width 0.25s ease;
    }

    .nav-menu a:hover::after,
    .nav-menu a.active::after {
      width: 100%;
    }

    .nav-menu a:hover,
    .nav-menu a.active,
    .top-email:hover {
      color: var(--azure-dark);
    }

    .top-email {
      font-size: 15px;
      font-weight: 700;
      white-space: nowrap;
    }

    .hero {
      padding: 28px 0 0;
      background: #f2f2f2;
      overflow: hidden;
    }

    .hero-inner {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      align-items: center;
      gap: 28px;
      min-height: 560px;
    }

    .hero-copy {
      padding-left: 10px;
      padding-top: 12px;
    }

    .hero-copy h1 {
      font-size: clamp(60px, 7vw, 95px);
      font-weight: 800;
      letter-spacing: 2px;
      margin-bottom: 14px;
      line-height: 1;
    }

    .hero-copy h2 {
      font-size: clamp(24px, 3vw, 38px);
      line-height: 1.15;
      font-weight: 300;
      margin-bottom: 18px;
      max-width: 600px;
    }

    .hero-copy p {
      max-width: 500px;
      font-size: 18px;
      color: #555;
      margin-bottom: 24px;
      line-height: 1.7;
    }

    .hero-buttons {
      display: flex;
      gap: 14px;
      margin-bottom: 28px;
      flex-wrap: wrap;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 160px;
      min-height: 50px;
      padding: 0 22px;
      border-radius: 14px;
      font-size: 15px;
      font-weight: 700;
      transition: 0.2s ease;
      border: 3px solid var(--azure-dark);
      cursor: pointer;
    }

    .btn-primary {
      background: var(--azure-dark);
      color: #fff;
    }

    .btn-outline {
      background: transparent;
      color: var(--ink);
      border-color: #6a6b70;
    }

    .btn:hover {
      transform: translateY(-2px);
    }

    .tagline {
      font-size: clamp(26px, 4vw, 44px);
      font-weight: 800;
      line-height: 1.1;
    }

    .tagline span {
      color: var(--azure);
    }

    .hero-art {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-right: 0;
    }

    .hero-art img {
      width: 130%;
      max-width: 1000px;
      max-height: 800px;
      object-fit: contain;
      background: transparent;
      mix-blend-mode: multiply;
    }

    .section {
      padding: 72px 0;
    }

    .section-title {
      font-size: clamp(46px, 8vw, 60px);
      text-align: center;
      font-weight: 700;
      margin-bottom: 8px;
      color: #313136;
    }

    .section-subtitle {
      text-align: center;
      font-size: clamp(20px, 2vw, 24px);
      color: #2f3034;
      margin-bottom: 40px;
    }

    /* SERVICES */
    .services-section {
      padding: 58px 0 42px;
      background: #f3f3f3;
    }

    .services-heading {
      text-align: center;
      margin-bottom: 26px;
    }

    .services-heading .section-title {
      margin-bottom: 8px;
    }

    .services-tag {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 8px 16px;
      border-radius: 999px;
      background: rgba(33, 171, 233, 0.12);
      color: var(--azure-dark);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      margin-bottom: 14px;
    }

    .services-feature-wrap {
      position: relative;
      width: min(1120px, calc(100% - 24px));
      margin: 0 auto;
    }

    .services-feature-card {
      display: grid;
      grid-template-columns: 1fr 0.88fr;
      gap: 26px;
      align-items: center;
      background: #ffffff;
      border-radius: 28px;
      padding: 30px 30px 26px;
      box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
      border-top: 7px solid var(--azure);
      min-height: 340px;
    }

    .feature-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 16px;
      gap: 14px;
    }

    .feature-label {
      color: var(--azure-dark);
      font-size: 14px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    .feature-index {
      font-size: 16px;
      font-weight: 700;
      color: #3b3f45;
      white-space: nowrap;
    }

    .services-feature-card h3 {
      font-size: clamp(32px, 3vw, 50px);
      font-weight: 800;
      line-height: 1.05;
      margin-bottom: 14px;
      color: #1f2328;
      max-width: 620px;
    }

    .services-feature-card h4 {
      font-size: clamp(20px, 2vw, 28px);
      font-weight: 500;
      line-height: 1.35;
      margin-bottom: 16px;
      color: #23262b;
      max-width: 520px;
    }

    .feature-preview {
      font-size: 14px;
      line-height: 1.8;
      color: #4a4d53;
      max-width: 470px;
      margin-bottom: 20px;
    }

    .feature-dots {
      display: flex;
      gap: 12px;
      margin-top: 22px;
      flex-wrap: wrap;
    }

    .feature-dots span {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: rgba(15, 92, 168, 0.15);
      display: inline-block;
      cursor: pointer;
    }

    .feature-dots span.active {
      background: #3b49b6;
    }

    .feature-image {
      position: relative;
      width: 100%;
      height: 290px;
      overflow: visible;
    }

    .feature-image-frame {
      width: 100%;
      height: 100%;
      overflow: hidden;
      border-radius: 24px;
      background: #edf2f6;
      box-shadow: inset 0 0 0 1px rgba(0,0,0,0.04);
    }

    .feature-image-frame img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 24px;
    }

    .services-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 56px;
      height: 56px;
      border-radius: 50%;
      border: 2px solid rgba(33, 171, 233, 0.7);
      background: #ffffff;
      color: var(--azure-dark);
      font-size: 32px;
      font-weight: 800;
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
      cursor: pointer;
      z-index: 2;
      transition: transform 0.15s ease, opacity 0.15s ease;
    }

    .services-arrow:hover {
      transform: translateY(-50%) scale(1.04);
    }

    .services-arrow:focus-visible {
      outline: 3px solid rgba(33, 171, 233, 0.65);
      outline-offset: 3px;
    }

    .services-arrow-next {
      right: -28px;
    }

    .services-arrow-prev {
      left: -28px;
    }

    .services-arrow.is-hidden {
      opacity: 0;
      pointer-events: none;
      transform: translateY(-50%) scale(0.92);
    }

    .why-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }

    .why-card,
    .about-panel,
    .contact-panel {
      background: #f8f8f8;
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }

    .why-card {
      padding: 28px 22px 24px;
      text-align: center;
      min-height: 320px;
    }

    .why-icon {
      width: 120px;
      height: 120px;
      margin: 0 auto 16px;
      background: linear-gradient(180deg, #f3f3f3, #f7f7f7);
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .why-icon-img {
      width: 140px;
      height: 140px;
      object-fit: contain;
      background: transparent;
    }

    .why-card h4 {
      font-size: 30px;
      margin-bottom: 12px;
      font-weight: 700;
      color: #38393d;
    }

    .why-card p {
      font-size: 20px;
      color: #44464c;
      line-height: 1.6;
    }

    .about-panel {
      padding: 28px 24px 30px;
    }

    .about-label,
    .contact-label {
      color: #4b4c50;
      font-size: 20px;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 24px;
    }

    .about-intro {
      text-align: center;
      font-size: clamp(22px, 2.6vw, 34px);
      line-height: 1.45;
      max-width: 1100px;
      margin: 0 auto 34px;
    }

    .about-intro strong {
      font-weight: 800;
    }

    .about-intro .accent {
      color: var(--azure);
      font-weight: 800;
    }

    .stats-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      margin-top: 18px;
    }

    .stat {
      padding: 10px 22px 16px;
      min-height: 210px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }

    .stat + .stat {
      border-left: 2px solid rgba(0, 0, 0, 0.2);
    }

    .stat-label {
      font-size: 18px;
      font-weight: 700;
      color: #4a4b4f;
      text-transform: uppercase;
      margin-bottom: 16px;
    }

    .stat-number {
      font-size: clamp(38px, 5vw, 60px);
      font-weight: 800;
      line-height: 1;
      margin-bottom: 16px;
    }

    .stat p {
      font-size: 14px;
      color: #46474b;
      line-height: 1.6;
      max-width: 220px;
    }

    /* FEATURED WORK */
    .works-scroll {
      overflow-x: auto;
      overflow-y: hidden;
      padding-bottom: 8px;
      overscroll-behavior-x: contain;
      overscroll-behavior-y: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: thin;
      scrollbar-color: #21abe9 #dfeaf1;
    }

    .works-track {
      display: flex;
      gap: 22px;
      width: max-content;
    }

    .work-card {
      width: 320px;
      flex: 0 0 auto;
      background: #f8f8f8;
      border-radius: 22px;
      overflow: hidden;
      box-shadow: var(--shadow);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .work-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
    }

    .work-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
    }

    .work-body {
      padding: 18px 18px 20px;
    }

    .work-body h4 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 8px;
      color: #34353a;
    }

    .work-body p {
      font-size: 14px;
      line-height: 1.7;
      color: #555;
    }

    .works-note {
      text-align: center;
      font-size: 14px;
      color: #5b5d63;
      margin-top: 16px;
    }

    .clients-scroll {
      overflow-x: auto;
      overflow-y: hidden;
      width: 100%;
      margin-top: 20px;
      position: relative;
      overscroll-behavior-x: contain;
      overscroll-behavior-y: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }

    .clients-scroll::-webkit-scrollbar {
      width: 0;
      height: 0;
    }

    .clients-track {
      display: flex;
      gap: 24px;
      width: max-content;
      animation: scrollClients 35s linear infinite;
    }

    .clients-scroll:hover .clients-track {
      animation-play-state: paused;
    }

    .clients-scroll.is-paused .clients-track {
      animation-play-state: paused;
    }

    .clients-scroll.is-modal-open .clients-track {
      animation-play-state: paused;
    }

    .client-card {
      min-width: 180px;
      min-height: 180px;
      display: grid;
      place-items: center;
      padding: 18px;
      background: #f8f8f8;
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .client-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
    }

    .client-logo {
      width: 130px;
      height: 130px;
      border-radius: 50%;
      border: 2px solid #26272b;
      background: #fff;
      overflow: hidden;
      display: block;
      cursor: pointer;
      transition: transform 0.2s ease;
    }

    .client-logo:hover {
      transform: scale(1.04);
    }

    .client-logo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
      display: block;
    }

    @keyframes scrollClients {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

    .faq-wrap {
      max-width: 1200px;
      margin: 0 auto;
    }

    .faq-title {
      text-align: center;
      font-size: clamp(32px, 4vw, 46px);
      font-weight: 800;
      margin-bottom: 36px;
      color: #313136;
    }

    .faq-item {
      margin-bottom: 30px;
    }

    .faq-item h4 {
      font-size: clamp(20px, 2.2vw, 28px);
      line-height: 1.3;
      margin-bottom: 10px;
      font-weight: 700;
      color: #34353a;
    }

    .faq-item p {
      font-size: clamp(14px, 1.8vw, 17px);
      line-height: 1.8;
      color: #2f3034;
    }

    .faq-item .accent {
      color: var(--azure);
      font-weight: 700;
    }

    .blog-preview-section {
      padding: 70px 0;
      scroll-margin-top: 96px;
      background:
        radial-gradient(900px 420px at 20% 20%, rgba(33, 171, 233, 0.18), transparent 60%),
        radial-gradient(900px 420px at 80% 30%, rgba(15, 92, 168, 0.22), transparent 55%),
        linear-gradient(180deg, rgba(15, 92, 168, 0.55), rgba(34, 35, 38, 0.92));
      color: #f4f7ff;
    }

    .blog-preview-inner {
      display: grid;
      justify-items: center;
      gap: 18px;
      text-align: center;
    }

    .blog-preview-title {
      font-size: clamp(30px, 4vw, 44px);
      font-weight: 900;
      letter-spacing: 6px;
      text-transform: uppercase;
    }

    .blog-latest-scroll {
      width: min(980px, 100%);
      overflow-x: auto;
      overflow-y: hidden;
      scrollbar-width: none;
      -ms-overflow-style: none;
      border-radius: 22px;
      padding: 6px 0;
      overscroll-behavior-x: contain;
      -webkit-overflow-scrolling: touch;
    }

    .blog-latest-scroll::-webkit-scrollbar {
      width: 0;
      height: 0;
    }

    .blog-latest-track {
      display: flex;
      gap: 16px;
      width: max-content;
      padding: 0 6px;
      animation: scrollBlogLatest 34s linear infinite;
      will-change: transform;
    }

    .blog-latest-scroll:hover .blog-latest-track {
      animation-play-state: paused;
    }

    .blog-latest-scroll.is-paused .blog-latest-track {
      animation-play-state: paused;
    }

    @keyframes scrollBlogLatest {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

    .blog-latest-card {
      width: 320px;
      min-height: 230px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
      backdrop-filter: blur(10px);
      text-align: left;
      cursor: pointer;
      transition: transform 0.16s ease, filter 0.16s ease;
    }

    .blog-latest-card:hover {
      transform: translateY(-2px);
      filter: brightness(1.03);
    }

    .blog-latest-media {
      height: 140px;
      background: rgba(0, 0, 0, 0.16);
    }

    .blog-latest-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .blog-latest-body {
      padding: 14px 14px 16px;
      display: grid;
      gap: 8px;
    }

    .blog-latest-meta {
      display: flex;
      gap: 10px;
      align-items: baseline;
      flex-wrap: wrap;
      font-weight: 900;
      font-size: 12px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(245, 248, 255, 0.88);
    }

    .blog-latest-date {
      font-weight: 800;
      font-size: 12px;
      letter-spacing: 0.04em;
      text-transform: none;
      color: rgba(245, 248, 255, 0.70);
    }

    .blog-latest-title {
      font-size: 16px;
      font-weight: 900;
      line-height: 1.2;
      color: #f4f7ff;
    }

    .blog-latest-desc {
      font-size: 13px;
      line-height: 1.55;
      color: rgba(245, 248, 255, 0.82);
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    @media (prefers-reduced-motion: reduce) {
      .blog-latest-track {
        animation: none !important;
      }
    }

    .blog-preview-card {
      width: min(880px, 100%);
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 22px;
      padding: 22px;
      box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
      backdrop-filter: blur(10px);
    }

    .blog-preview-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 14px;
      border-radius: 14px;
      background: rgba(12, 17, 24, 0.32);
      border: 1px solid rgba(255, 255, 255, 0.18);
      color: rgba(245, 248, 255, 0.92);
      font-weight: 900;
      font-size: 12px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin: 0 auto 14px;
      max-width: 100%;
      word-break: break-word;
    }

    .blog-preview-card h3 {
      font-size: clamp(18px, 2.4vw, 24px);
      line-height: 1.2;
      margin-bottom: 10px;
      font-weight: 800;
    }

    .blog-preview-card p {
      color: rgba(245, 248, 255, 0.85);
      font-size: 15px;
      line-height: 1.6;
      margin: 0;
    }

    .blog-preview-actions {
      margin-top: 6px;
      display: flex;
      justify-content: center;
    }

    .blog-preview-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 190px;
      padding: 12px 18px;
      border-radius: 999px;
      font-weight: 800;
      letter-spacing: 0.2px;
      background: var(--azure);
      color: #0b2032;
      box-shadow: 0 18px 34px rgba(0, 0, 0, 0.25);
      border: 1px solid rgba(255, 255, 255, 0.18);
      transition: transform 0.16s ease, filter 0.16s ease;
    }

    .blog-preview-btn:hover {
      transform: translateY(-1px);
      filter: brightness(1.05);
    }

    @media (max-width: 560px) {
      .blog-preview-section {
        padding: 56px 0;
      }

      .blog-preview-title {
        letter-spacing: 0.22em;
      }

      .blog-preview-card {
        padding: 18px;
        border-radius: 18px;
      }

      .blog-preview-btn {
        width: 100%;
        max-width: 320px;
      }
    }

    .contact-section {
      background: linear-gradient(180deg, #2ea9df 0%, #279ed4 100%);
      padding: 60px 0 70px;
    }

    .contact-panel {
      padding: 30px 34px;
      display: grid;
      grid-template-columns: 0.85fr 1fr;
      gap: 30px;
      align-items: center;
    }

    .contact-say {
      font-size: clamp(42px, 6vw, 72px);
      font-weight: 800;
      letter-spacing: 0.12em;
      color: #34353a;
    }

    .message-box {
      background: #83c0e5;
      border-radius: 22px;
      padding: 24px 24px 22px;
      position: relative;
      min-height: 520px;
    }

    .message-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .mail-icon {
      font-size: 28px;
    }

    .field {
      background: #fff;
      border-radius: 10px;
      min-height: 48px;
      display: flex;
      align-items: center;
      padding: 0 16px;
      font-size: 15px;
      margin-bottom: 14px;
      box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
    }

    .field label {
      color: #346eb3;
      min-width: 72px;
      font-weight: 600;
    }

    .field input {
      border: none;
      outline: none;
      background: transparent;
      font-size: 15px;
      flex: 1;
      min-width: 0;
    }

    .message-body {
      background: white;
      border-radius: 10px;
      margin-top: 16px;
      overflow: hidden;
      box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
    }

    .message-textarea {
      width: 100%;
      border: none;
      outline: none;
      background: transparent;
      padding: 24px 22px 22px;
      min-height: 220px;
      font-size: 14px;
      line-height: 1.8;
      color: #34353a;
      resize: vertical;
      display: block;
    }

    .message-footer {
      height: 44px;
      border-top: 1px solid rgba(0,0,0,0.14);
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 0 18px;
      color: #9b9ca1;
      font-size: 18px;
    }

    .message-actions {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      margin-top: 24px;
      flex-wrap: wrap;
    }

    .remind {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 16px;
      font-weight: 500;
    }

    .action-buttons {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

    .small-btn {
      min-width: 150px;
      min-height: 46px;
      border-radius: 10px;
      background: #1150ba;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      font-weight: 700;
      padding: 0 18px;
    }

    .social-badges {
      position: absolute;
      right: -26px;
      top: 190px;
      display: grid;
      gap: 10px;
    }

    .social-badge {
      width: 44px;
      height: 44px;
      border-radius: 10px;
      background: #1f55b9;
      color: #fff;
      display: grid;
      place-items: center;
      font-size: 22px;
      transform: rotate(12deg);
    }

    footer {
      background: #f3f3f3;
      padding: 40px 0 50px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 30px;
      align-items: start;
    }

    .footer-title {
      font-size: 16px;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 12px;
    }

    .footer-text,
    .footer-copy,
    .footer-links {
      font-size: 14px;
      line-height: 1.7;
      color: #303136;
    }

    .footer-accent {
      color: var(--azure);
      font-weight: 700;
    }

    .footer-logo {
      width: 90px;
      margin-top: 16px;
      background: transparent;
      mix-blend-mode: multiply;
    }

    .social-row {
      display: flex;
      gap: 16px;
      margin-bottom: 20px;
      flex-wrap: wrap;
    }

    .social-row a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 10px;
      background: #1f55b9;
      color: #fff;
      font-size: 18px;
      transition: 0.2s;
    }

    .social-row a:hover {
      transform: translateY(-3px);
      background: #0f5ca8;
    }

    .footer-block + .footer-block {
      margin-top: 24px;
    }

    @media (max-width: 900px) {
      .container {
        padding-left: 18px;
        padding-right: 18px;
      }

      .nav-bar {
        grid-template-columns: auto 1fr auto;
        min-height: 74px;
        gap: 12px;
        position: relative;
      }

      .menu-toggle {
        display: inline-flex;
        justify-self: end;
      }

      .top-email {
        display: none;
      }

      .nav-menu {
        display: none;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        background: #ffffff;
        border-radius: 18px;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
        border: 1px solid rgba(0, 0, 0, 0.06);
        padding: 14px;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        z-index: 1001;
        max-height: calc(100vh - 110px);
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
      }

      .nav-menu.show {
        display: flex;
      }

      .nav-menu a {
        padding: 14px 16px;
        border-radius: 12px;
        font-size: 15px;
      }

      .nav-menu a:hover,
      .nav-menu a.active {
        background: #f4f8fc;
        color: var(--azure-dark);
      }

      .nav-menu a::after {
        display: none;
      }

      .mobile-email {
        display: block;
        font-weight: 700;
        color: var(--azure-dark);
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        margin-top: 6px;
        padding-top: 16px !important;
      }

      .hero {
        padding-top: 22px;
      }

      .hero-inner {
        grid-template-columns: 1fr;
        gap: 24px;
        min-height: auto;
        text-align: center;
      }

      .hero-copy {
        padding-left: 0;
        padding-top: 0;
        order: 1;
      }

      .hero-art {
        order: 2;
        justify-content: center;
        align-items: center;
        margin-top: 4px;
      }

      .hero-art img {
        width: min(100%, 430px);
        max-height: 320px;
        margin: 0 auto;
      }

      .hero-copy h1 {
        font-size: clamp(36px, 11vw, 54px);
        margin-bottom: 10px;
        letter-spacing: 1.4px;
      }

      .hero-copy h2 {
        font-size: clamp(20px, 5.5vw, 28px);
        margin: 0 auto 12px;
      }

      .hero-copy p {
        font-size: 14px;
        margin: 0 auto 18px;
        max-width: 520px;
        line-height: 1.7;
      }

      .hero-buttons {
        justify-content: center;
        gap: 10px;
        margin-bottom: 18px;
      }

      .btn {
        min-width: 145px;
        min-height: 46px;
        font-size: 13px;
        padding: 0 16px;
      }

      .tagline {
        font-size: clamp(22px, 6vw, 30px);
      }

      .services-section {
        padding: 44px 0 26px;
      }

      .services-feature-card,
      .why-grid,
      .stats-grid,
      .footer-grid,
      .contact-panel {
        grid-template-columns: 1fr;
      }

      .services-feature-wrap {
        width: min(1120px, calc(100% - 20px));
      }

      .services-feature-card {
        padding: 20px;
        min-height: auto;
        gap: 16px;
      }

      .services-feature-card h3 {
        font-size: 30px;
      }

      .services-feature-card h4 {
        font-size: 18px;
        margin-bottom: 14px;
      }

      .feature-image {
        height: 220px;
      }

      .services-arrow {
        width: 48px;
        height: 48px;
        font-size: 28px;
      }

      .services-arrow-next {
        right: 10px;
      }

      .services-arrow-prev {
        left: 10px;
      }

      .why-card,
      .stat,
      .message-box {
        min-height: auto;
      }

      .contact-panel {
        gap: 16px;
        padding: 20px;
      }

      .contact-say {
        font-size: 30px;
      }

      .message-box {
        padding: 18px;
        overflow: hidden;
        padding-bottom: 86px;
      }

      .section-title {
        font-size: 34px;
      }

      .section-subtitle {
        font-size: 16px;
      }

      .about-intro {
        font-size: 18px;
      }

      .stats-grid {
        gap: 12px;
      }

      .stat + .stat {
        border-left: none;
        border-top: 2px solid rgba(0, 0, 0, 0.12);
      }

      .social-badges {
        position: absolute;
        right: 14px;
        top: auto;
        bottom: 14px;
        display: grid;
        justify-content: initial;
        margin-top: 0;
      }

      .footer-grid {
        gap: 24px;
      }

      .work-card {
        width: 280px;
      }

      .work-card img {
        height: 200px;
      }
    }
  
    .portal-link {
      display: none;
      padding: 8px 14px;
      border: 1px solid rgba(255, 255, 255, 0.38);
      border-radius: 999px;
      margin-left: 10px;
      font-weight: 600;
      letter-spacing: 0.2px;
    }

    .portal-link:hover {
      background: rgba(255, 255, 255, 0.14);
    }

    @media (max-width: 900px) {
      .brand-text {
        font-size: 18px;
      }
    }

    @media (max-width: 480px) {
      .message-box {
        padding: 14px;
        border-radius: 18px;
      }

      .message-top {
        font-size: 18px;
        margin-bottom: 14px;
      }

      .mail-icon {
        font-size: 24px;
      }

      .field {
        padding: 0 12px;
        font-size: 14px;
      }

      .field label {
        min-width: 56px;
      }

      .field input {
        font-size: 14px;
      }

      .message-textarea {
        padding: 18px 16px 16px;
        min-height: 160px;
      }

      .message-actions {
        flex-direction: column;
        align-items: stretch;
        margin-top: 16px;
      }

      .action-buttons {
        width: 100%;
      }

      .small-btn {
        width: 100%;
        min-width: 0;
      }
    }

    @media (max-width: 420px) {
      .brand-text {
        display: none;
      }

      .hero-buttons {
        flex-direction: column;
        align-items: stretch;
      }

      .hero-buttons .btn {
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
      }

      .services-feature-wrap {
        width: calc(100% - 12px);
      }
    }
  

/* WordPress integration */
.admin-bar header{top:32px;}
.wp-post-image{height:auto;}
.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;}
.blog-card{background:#fff;border-radius:22px;box-shadow:var(--shadow);overflow:hidden;padding:22px;}
.blog-card img{width:100%;height:220px;object-fit:cover;border-radius:16px;margin-bottom:18px;}
.blog-card h2{font-size:22px;margin-bottom:10px;color:var(--ink);}
.meta{font-size:14px;color:var(--muted);margin-bottom:14px;}
.single-post{padding:60px 24px;}
.single-post article{background:#fff;border-radius:24px;padding:clamp(24px,4vw,56px);box-shadow:var(--shadow);}
.single-post h1{font-size:clamp(34px,5vw,58px);line-height:1.1;margin-bottom:16px;}
.post-content{font-size:18px;color:#333;line-height:1.8;}
.post-content p,.post-content ul,.post-content ol{margin-bottom:18px;}
.post-content a{color:var(--azure-dark);font-weight:700;}
.pagination,.nav-links{margin:30px 0;display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}
.page-numbers{background:#fff;padding:10px 14px;border-radius:10px;box-shadow:0 6px 16px rgba(0,0,0,.06);}
.page-numbers.current{background:var(--azure-dark);color:#fff;}
.screen-reader-text{position:absolute;left:-9999px;}
