/*
Theme Name: NCS Editable
Theme URI: https://www.ncs-bd.com/
Author: National Cleaning Solutions
Description: Fully editable WordPress conversion of the National Cleaning Solutions HTML website.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: ncs-editable
*/


    :root {
      --green: #006a4e;
      --green-2: #075941;
      --green-3: #0f7b5d;
      --green-soft: #e8f3ef;
      --red: #f42a41;
      --red-dark: #d81f35;
      --red-soft: #fff0f2;
      --ink: #12201a;
      --muted: #5f6d66;
      --paper: #f7f5ef;
      --white: #ffffff;
      --line: #dfe6e1;
      --shadow-sm: 0 10px 30px rgba(18, 32, 26, .07);
      --shadow-lg: 0 26px 70px rgba(18, 32, 26, .14);
      --radius: 22px;
      --radius-sm: 14px;
      --container: 1180px;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; scroll-padding-top: 110px; }
    body {
      font-family: Manrope, "Hind Siliguri", sans-serif;
      color: var(--ink);
      background: var(--paper);
      line-height: 1.6;
      overflow-x: hidden;
    }
    body.bn { font-family: "Hind Siliguri", Manrope, sans-serif; }
    a { color: inherit; text-decoration: none; }
    button, input, textarea, select { font: inherit; }
    img { display: block; max-width: 100%; }
    .container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
    .section { padding: 105px 0; }
    .section-tight { padding: 70px 0; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 7px 12px;
      border: 1px solid rgba(0, 106, 78, .22);
      background: rgba(255,255,255,.7);
      color: var(--green);
      border-radius: 999px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
    .section-head { max-width: 740px; margin-bottom: 48px; }
    .section-head.center { text-align: center; margin-inline: auto; }
    .section-head h2 {
      margin-top: 16px;
      font-size: clamp(34px, 4.8vw, 60px);
      line-height: 1.05;
      letter-spacing: -.045em;
      font-weight: 800;
    }
    .section-head p { margin-top: 18px; color: var(--muted); font-size: 17px; max-width: 680px; }
    .section-head.center p { margin-inline: auto; }

    /* Header */
    .utility-bar {
      background: var(--green);
      color: #fff;
      font-size: 13px;
    }
    .utility-inner {
      min-height: 38px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }
    .utility-list { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
    .utility-list a, .utility-list span { display: inline-flex; align-items: center; gap: 7px; opacity: .95; }
    .utility-list i { color: var(--red); }
    .utility-list .webmail-link { font-weight: 800; }
    .utility-list .webmail-link:hover { opacity: 1; }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      padding: 14px 0;
      background: rgba(247,245,239,.86);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(18,32,26,.06);
    }
    .nav-shell {
      min-height: 68px;
      align-items: center;
      padding: 9px 10px 9px 18px;
      background: rgba(255,255,255,.92);
      border: 1px solid rgba(18,32,26,.08);
      border-radius: 18px;
      box-shadow: 0 8px 30px rgba(18,32,26,.06);
    }
    .brand { display: inline-flex; align-items: center; gap: 14px; min-width: max-content; }
    .brand-logo {
      display: block;
      width: 116px;
      height: auto;
      max-height: 72px;
      object-fit: contain;
      object-position: left center;
      flex-shrink: 0;
    }
    .brand-copy { display: flex; flex-direction: column; gap: 2px; line-height: 1.1; }
    .brand-name { color: var(--green); font-size: 16px; font-weight: 800; letter-spacing: -.02em; }
    .brand-slogan { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
    .footer-logo-box {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 8px 13px;
      background: #ffffff;
      border-radius: 14px;
      box-shadow: 0 10px 26px rgba(0,0,0,.16);
    }
    .footer-logo-box .brand-logo { width: 185px; max-height: 96px; }
    .site-header > .container { width: min(calc(100% - 32px), 1480px); }
    .nav-shell {
      position: relative;
      display: grid;
      grid-template-columns: max-content minmax(0, 1fr) max-content;
      gap: clamp(12px, 1.35vw, 24px);
    }
    .main-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: clamp(12px, 1.15vw, 24px);
      list-style: none;
      min-width: 0;
      width: 100%;
    }
    .main-nav li { flex: 0 0 auto; }
    .main-nav .product-shop-link { min-width: max-content; }
    .main-nav a {
      position: relative;
      display: inline-flex;
      align-items: center;
      min-height: 42px;
      padding: 8px 0 7px;
      font-size: clamp(12px, .86vw, 14px);
      font-weight: 700;
      color: #394740;
      transition: color .2s ease;
      white-space: nowrap;
    }
    .main-nav a::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 2px;
      height: 3px;
      border-radius: 999px;
      background: var(--red);
      transform: scaleX(0);
      transform-origin: center;
      transition: transform .22s ease;
    }
    .main-nav a:hover { color: var(--green); }
    .main-nav a:hover::after,
    .main-nav a.active::after { transform: scaleX(1); }
    .main-nav a.active { color: var(--green); }
    .nav-actions { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; min-width: max-content; }
    .nav-actions .header-book-btn {
      flex: 0 0 auto;
      min-width: 134px;
      white-space: nowrap;
      padding: 14px 20px;
      border-radius: 14px;
      background: var(--red);
      color: #fff;
      box-shadow: 0 12px 27px rgba(244,42,65,.25);
    }
    .nav-actions .header-book-btn:hover { background: var(--red-dark); }
    .nav-actions .header-book-btn span { white-space: nowrap; }
    .lang-switch {
      display: inline-flex; align-items: center; gap: 2px;
      padding: 3px;
      background: #eff3f0;
      border: 1px solid var(--line);
      border-radius: 999px;
    }
    .lang-btn {
      border: 0; background: transparent; cursor: pointer;
      padding: 7px 10px; border-radius: 999px;
      color: var(--muted); font-size: 12px; font-weight: 800;
    }
    .lang-btn.active { background: #fff; color: var(--green); box-shadow: 0 3px 10px rgba(18,32,26,.08); }
    .btn {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 12px;
      padding: 13px 19px;
      border: 1px solid transparent;
      font-size: 14px;
      font-weight: 800;
      cursor: pointer;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-primary { background: var(--green); color: #fff; box-shadow: 0 10px 25px rgba(0,106,78,.22); }
    .btn-primary:hover { background: var(--green-2); }
    .btn-red { background: var(--red); color: #fff; box-shadow: 0 10px 25px rgba(244,42,65,.22); }
    .btn-red:hover { background: var(--red-dark); }
    .btn-ghost { border-color: var(--line); background: rgba(255,255,255,.72); color: var(--ink); }
    .mobile-menu-btn { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; border-radius: 11px; }

    /* Hero */
    .hero {
      position: relative;
      padding: 90px 0 72px;
      overflow: hidden;
    }
    .hero::before {
      content: "";
      position: absolute;
      width: 640px; height: 640px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(0,106,78,.16), rgba(0,106,78,0) 68%);
      right: -170px; top: -210px;
      pointer-events: none;
    }
    .hero::after {
      content: "";
      position: absolute;
      width: 300px; height: 300px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(244,42,65,.13), rgba(244,42,65,0) 70%);
      left: -130px; bottom: -100px;
      pointer-events: none;
    }
    .hero-grid {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1.02fr .98fr;
      gap: 70px;
      align-items: center;
    }
    .hero-copy h1 {
      max-width: 720px;
      margin-top: 22px;
      font-size: clamp(48px, 6.1vw, 82px);
      line-height: .98;
      letter-spacing: -.065em;
      font-weight: 800;
    }
    .hero-copy h1 .accent { color: var(--green); }
    .hero-copy h1 .red { color: var(--red); }
    .hero-copy > p { max-width: 650px; margin-top: 24px; font-size: 18px; color: var(--muted); }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
    .hero-proof { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 30px; color: var(--muted); font-size: 13px; }
    .avatar-stack { display: flex; }
    .avatar-stack span {
      width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--paper);
      display: grid; place-items: center; margin-left: -8px; background: var(--green); color: #fff; font-size: 10px; font-weight: 800;
    }
    .avatar-stack span:first-child { margin-left: 0; }
    .avatar-stack span:nth-child(2) { background: var(--red); }
    .avatar-stack span:nth-child(3) { background: #163f66; }
    .avatar-stack span:nth-child(4) { background: #9d6b18; }
    .proof-stars { color: #e8a300; letter-spacing: 1px; }

    .hero-dashboard {
      position: relative;
      padding: 18px;
      border-radius: 28px;
      background: linear-gradient(145deg, #163b30, #06291f);
      box-shadow: var(--shadow-lg);
      transform: rotate(1deg);
    }
    .hero-dashboard::before {
      content: "";
      position: absolute;
      inset: -1px;
      border-radius: inherit;
      padding: 1px;
      background: linear-gradient(135deg, rgba(255,255,255,.4), rgba(255,255,255,0));
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
    }
    .dashboard-window { background: #fbfcfb; border-radius: 19px; overflow: hidden; transform: rotate(-1deg); }
    .dash-top { display: flex; align-items: center; justify-content: space-between; padding: 14px 17px; border-bottom: 1px solid #e4e9e6; }
    .dash-dots { display: flex; gap: 6px; }
    .dash-dots span { width: 8px; height: 8px; border-radius: 50%; background: #d4dbd7; }
    .dash-dots span:first-child { background: var(--red); }
    .dash-top small { font-size: 10px; color: var(--muted); font-weight: 700; }
    .dash-body { padding: 18px; }
    .dash-summary { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
    .dash-summary h3 { font-size: 17px; line-height: 1.25; }
    .dash-summary p { margin-top: 4px; color: var(--muted); font-size: 11px; }
    .status-pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 999px; background: var(--green-soft); color: var(--green); font-size: 10px; font-weight: 800; white-space: nowrap; }
    .status-pill::before { content: ""; width: 6px; height: 6px; background: var(--green); border-radius: 50%; }
    .booking-steps { margin-top: 18px; display: grid; gap: 10px; }
    .booking-row {
      display: grid;
      grid-template-columns: 34px 1fr auto;
      gap: 11px;
      align-items: center;
      padding: 11px;
      background: #fff;
      border: 1px solid #e4e9e6;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(18,32,26,.035);
    }
    .service-icon { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--green-soft); color: var(--green); }
    .booking-row:nth-child(2) .service-icon { background: var(--red-soft); color: var(--red); }
    .booking-row:nth-child(3) .service-icon { background: #edf0ff; color: #4856a8; }
    .booking-name strong { display: block; font-size: 11px; }
    .booking-name small { display: block; color: var(--muted); font-size: 9px; margin-top: 2px; }
    .booking-price { text-align: right; }
    .booking-price strong { display: block; font-size: 11px; }
    .booking-price small { color: var(--green); font-size: 9px; font-weight: 800; }
    .dash-total {
      margin-top: 12px;
      padding: 14px;
      border-radius: 12px;
      background: var(--green);
      color: #fff;
      display: flex; justify-content: space-between; align-items: center;
    }
    .dash-total small { opacity: .75; font-size: 9px; }
    .dash-total strong { font-size: 17px; }
    .float-note {
      position: absolute;
      right: -38px;
      bottom: 60px;
      width: 170px;
      padding: 13px;
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 18px 45px rgba(18,32,26,.18);
      transform: rotate(-4deg);
    }
    .float-note i { color: var(--red); }
    .float-note strong { display: block; margin-top: 6px; font-size: 11px; }
    .float-note small { color: var(--muted); font-size: 9px; }

    /* Trust */
    .trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.55); }
    .trust-title { text-align: center; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
    .client-row { margin-top: 28px; display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; align-items: center; }
    .client-name { text-align: center; padding: 13px 7px; color: #58675f; font-size: 12px; font-weight: 800; border-radius: 10px; transition: .2s ease; }
    .client-name:hover { background: #fff; color: var(--green); }
    .compliance-row { margin-top: 26px; display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; }
    .mini-tag { padding: 7px 11px; border: 1px solid var(--line); background: #fff; border-radius: 999px; color: var(--muted); font-size: 11px; font-weight: 700; }

    /* Steps */
    .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .step-card {
      min-height: 300px;
      padding: 30px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      position: relative;
      overflow: hidden;
      transition: .25s ease;
    }
    .step-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
    .step-number { font-size: 82px; line-height: .8; font-weight: 800; color: #edf1ee; letter-spacing: -.08em; }
    .step-card h3 { margin-top: 40px; font-size: 23px; line-height: 1.2; }
    .step-card p { margin-top: 13px; color: var(--muted); font-size: 14px; }
    .step-label { position: absolute; left: 30px; bottom: 27px; display: inline-flex; align-items: center; gap: 7px; color: var(--green); font-size: 12px; font-weight: 800; }
    .step-card:nth-child(2) .step-label { color: var(--red); }
    .step-card:nth-child(2) { background: #fff8f9; }
    .step-card:nth-child(3) { background: #edf6f2; }

    /* Bento services */
    .services-section { background: #10251d; color: #fff; }
    .services-section .section-head p { color: rgba(255,255,255,.62); }
    .services-section .eyebrow { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.15); }
    .bento-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; grid-auto-rows: minmax(245px, auto); gap: 16px; align-items: stretch; }
    .bento-grid > .bento-card { height: 100%; }
    .bento-card {
      padding: 27px;
      border-radius: var(--radius);
      border: 1px solid rgba(255,255,255,.11);
      background: rgba(255,255,255,.06);
      position: relative;
      overflow: hidden;
      min-height: 245px;
    }
    .bento-card.large { grid-row: span 2; background: #f9fbfa; color: var(--ink); }
    .bento-card.wide { grid-column: span 2; }
    .bento-icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: rgba(255,255,255,.1); color: #fff; font-size: 18px; }
    .bento-card.large .bento-icon { background: var(--green-soft); color: var(--green); }
    .bento-card h3 { margin-top: 23px; font-size: 22px; line-height: 1.18; }
    .bento-card p { margin-top: 10px; font-size: 13px; color: rgba(255,255,255,.6); max-width: 450px; }
    .bento-card.large p { color: var(--muted); }
    .feature-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
    .feature-chip { padding: 7px 9px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; font-size: 10px; font-weight: 800; color: rgba(255,255,255,.82); }
    .large .feature-chip { background: #fff; border-color: var(--line); color: var(--green); }
    .cleaning-visual {
      position: absolute;
      left: 26px; right: 26px; bottom: 26px;
      height: 185px;
      background: linear-gradient(135deg, #eaf3ef, #fff);
      border: 1px solid var(--line);
      border-radius: 17px;
      padding: 14px;
    }
    .visual-top { display: flex; justify-content: space-between; align-items: center; }
    .visual-top small { color: var(--muted); font-size: 9px; }
    .visual-bars { margin-top: 17px; display: flex; align-items: end; gap: 9px; height: 80px; }
    .visual-bars span { flex: 1; background: var(--green); border-radius: 5px 5px 2px 2px; opacity: .85; }
    .visual-bars span:nth-child(1) { height: 42%; }
    .visual-bars span:nth-child(2) { height: 66%; }
    .visual-bars span:nth-child(3) { height: 52%; background: var(--red); }
    .visual-bars span:nth-child(4) { height: 83%; }
    .visual-bars span:nth-child(5) { height: 96%; }
    .visual-foot { display: flex; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 12px; padding-top: 10px; font-size: 9px; color: var(--muted); }

    /* Bangladesh local section */
    .local-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
    .flag-card {
      min-height: 480px;
      border-radius: 32px;
      background: var(--green);
      display: grid;
      place-items: center;
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow-lg);
    }
    .flag-card::before { content: ""; width: 210px; height: 210px; border-radius: 50%; background: var(--red); transform: translateX(-12%); }
    .flag-card::after {
      content: "Made for Bangladesh";
      position: absolute;
      left: 28px; bottom: 26px;
      color: rgba(255,255,255,.82);
      font-weight: 800;
      font-size: 12px;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .local-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 30px; }
    .local-item { padding: 21px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.65); }
    .local-item .code { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: var(--green-soft); color: var(--green); font-size: 11px; font-weight: 900; }
    .local-item:nth-child(2) .code, .local-item:nth-child(5) .code { background: var(--red-soft); color: var(--red); }
    .local-item h3 { margin-top: 15px; font-size: 16px; }
    .local-item p { margin-top: 6px; color: var(--muted); font-size: 12px; }

    /* Metrics */
    .metrics-wrap {
      padding: 54px;
      border-radius: 30px;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow-sm);
    }
    .metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
    .metric strong { display: block; font-size: clamp(36px, 5vw, 62px); line-height: 1; letter-spacing: -.06em; color: var(--green); }
    .metric:nth-child(2) strong { color: var(--red); }
    .metric span { display: block; margin-top: 10px; color: var(--muted); font-size: 13px; }
    .metric-badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--line); }
    .metric-badge { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; font-weight: 700; }
    .metric-badge i { color: var(--green); }

    /* Testimonials */
    .testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
    .quote-card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; min-height: 310px; }
    .quote-mark { font-size: 40px; line-height: 1; color: var(--green); }
    .quote-card blockquote { margin-top: 20px; font-size: 16px; line-height: 1.65; flex: 1; }
    .person { display: flex; align-items: center; gap: 12px; margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); }
    .person-avatar { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--green); font-size: 12px; font-weight: 800; }
    .quote-card:nth-child(2) .person-avatar { background: var(--red); }
    .quote-card:nth-child(3) .person-avatar { background: #325480; }
    .person strong { display: block; font-size: 13px; }
    .person small { display: block; color: var(--muted); font-size: 10px; margin-top: 2px; }

    /* Pricing */
    .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
    .price-card { padding: 31px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; position: relative; }
    .price-card.featured { background: var(--green); color: #fff; border-color: var(--green); transform: translateY(-12px); box-shadow: var(--shadow-lg); }
    .popular { position: absolute; right: 20px; top: 20px; padding: 6px 9px; background: var(--red); color: #fff; border-radius: 999px; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
    .price-card h3 { font-size: 21px; }
    .price-card > p { margin-top: 8px; color: var(--muted); font-size: 13px; min-height: 42px; }
    .price-card.featured > p { color: rgba(255,255,255,.7); }
    .price { margin-top: 23px; font-size: 33px; font-weight: 800; letter-spacing: -.045em; }
    .price small { font-size: 11px; font-weight: 600; color: var(--muted); }
    .featured .price small { color: rgba(255,255,255,.65); }
    .price-list { list-style: none; display: grid; gap: 11px; margin: 26px 0 30px; flex: 1; }
    .price-list li { display: flex; align-items: flex-start; gap: 9px; font-size: 12px; color: var(--muted); }
    .price-list i { color: var(--green); margin-top: 3px; }
    .featured .price-list li { color: rgba(255,255,255,.78); }
    .featured .price-list i { color: #8ee0c4; }
    .featured .btn { background: #fff; color: var(--green); }

    /* Shop */
    .shop-shell { padding: 46px; border-radius: 30px; background: linear-gradient(135deg, #fff, #eef6f2); border: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; }
    .shop-shell h2 { margin-top: 15px; font-size: clamp(34px, 4.5vw, 56px); line-height: 1.05; letter-spacing: -.045em; }
    .shop-shell p { margin-top: 18px; color: var(--muted); }
    .product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .product-card { background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 14px; min-height: 170px; display: flex; flex-direction: column; justify-content: space-between; }
    .product-art { height: 82px; border-radius: 11px; display: grid; place-items: center; background: var(--green-soft); color: var(--green); font-size: 30px; }
    .product-card:nth-child(2) .product-art { background: var(--red-soft); color: var(--red); }
    .product-card:nth-child(3) .product-art { background: #eef0fb; color: #4856a8; }
    .product-card strong { display: block; font-size: 11px; margin-top: 11px; }
    .product-card span { display: block; color: var(--green); font-size: 11px; font-weight: 800; margin-top: 3px; }



    /* FACEBOOK LIVE UPDATES */
    .facebook-section { background: #f7faf8; overflow: hidden; }
    .facebook-shell {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
      gap: 42px;
      align-items: center;
    }
    .facebook-copy h2 {
      margin-top: 15px;
      font-size: clamp(34px, 4.5vw, 58px);
      line-height: 1.03;
      letter-spacing: -.045em;
      max-width: 690px;
    }
    .facebook-copy > p {
      margin-top: 20px;
      color: var(--muted);
      max-width: 620px;
    }
    .facebook-points {
      list-style: none;
      display: grid;
      gap: 14px;
      margin: 28px 0 32px;
    }
    .facebook-points li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      color: var(--ink);
      font-size: 14px;
      font-weight: 700;
    }
    .facebook-points i {
      width: 28px;
      height: 28px;
      flex: 0 0 28px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: rgba(0, 106, 78, .1);
      color: var(--green);
      font-size: 12px;
    }
    .facebook-card {
      position: relative;
      width: min(100%, 520px);
      max-width: 520px;
      justify-self: center;
      padding: 20px;
      border-radius: 28px;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: 0 24px 70px rgba(14, 42, 31, .1);
    }
    .facebook-card::before {
      content: "";
      position: absolute;
      width: 125px;
      height: 125px;
      right: -36px;
      top: -38px;
      border-radius: 50%;
      background: rgba(218, 37, 29, .09);
      z-index: 0;
    }
    .facebook-card-head {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 16px;
    }
    .facebook-card-title {
      display: flex;
      align-items: center;
      gap: 11px;
      min-width: 0;
    }
    .facebook-card-title i { color: #1877f2; font-size: 27px; }
    .facebook-card-title strong { display: block; font-size: 14px; }
    .facebook-card-title small { display: block; color: var(--muted); font-size: 11px; margin-top: 2px; }
    .facebook-live-badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      border-radius: 999px;
      padding: 7px 10px;
      background: #eef8f4;
      color: var(--green);
      font-size: 10px;
      font-weight: 900;
      letter-spacing: .06em;
      text-transform: uppercase;
      white-space: nowrap;
    }
    .facebook-live-badge::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--red);
      box-shadow: 0 0 0 5px rgba(218, 37, 29, .1);
    }
    .facebook-feed-wrap {
      position: relative;
      z-index: 1;
      width: 100%;
      min-height: 560px;
      display: flex;
      justify-content: center;
      align-items: stretch;
      overflow: hidden;
      border-radius: 18px;
      background: #fff;
    }
    .facebook-feed-wrap .fb-page,
    .facebook-feed-wrap > span,
    .facebook-feed-wrap iframe {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 100% !important;
    }
    .facebook-fallback {
      position: relative;
      z-index: 1;
      margin-top: 14px;
      padding-top: 14px;
      border-top: 1px solid var(--line);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      color: var(--muted);
      font-size: 11px;
    }
    .facebook-fallback a { color: #1877f2; font-weight: 800; white-space: nowrap; }

    /* FAQ */
    .faq-wrap { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
    .faq-side { position: sticky; top: 125px; }
    .faq-list { border-top: 1px solid var(--line); }
    .faq-item { border-bottom: 1px solid var(--line); }
    .faq-question { width: 100%; border: 0; background: transparent; padding: 23px 0; display: flex; justify-content: space-between; gap: 20px; text-align: left; cursor: pointer; color: var(--ink); font-weight: 800; }
    .faq-question i { color: var(--green); transition: .25s ease; }
    .faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
    .faq-answer p { padding: 0 35px 23px 0; color: var(--muted); font-size: 14px; }
    .faq-item.open .faq-answer { max-height: 240px; }
    .faq-item.open .faq-question i { transform: rotate(45deg); color: var(--red); }

    /* Final CTA */
    .final-cta { padding: 95px 0; }
    .cta-shell {
      position: relative;
      overflow: hidden;
      padding: 70px 55px;
      background: var(--green);
      color: #fff;
      border-radius: 34px;
      text-align: center;
    }
    .cta-shell::before { content: ""; position: absolute; width: 380px; height: 380px; border-radius: 50%; background: var(--red); right: -210px; top: -180px; opacity: .9; }
    .cta-shell::after { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; border: 55px solid rgba(255,255,255,.08); left: -130px; bottom: -155px; }
    .cta-content { position: relative; z-index: 2; max-width: 830px; margin: auto; }
    .cta-shell h2 { font-size: clamp(38px, 5vw, 66px); line-height: 1.03; letter-spacing: -.05em; }
    .cta-shell p { max-width: 680px; margin: 19px auto 0; color: rgba(255,255,255,.75); }
    .cta-actions { margin-top: 29px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
    .cta-shell .btn-red { background: #fff; color: var(--green); box-shadow: none; }
    .cta-shell .btn-ghost { color: #fff; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.08); }
    .cta-points { margin-top: 24px; display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; color: rgba(255,255,255,.68); font-size: 11px; }
    .cta-points span { display: inline-flex; align-items: center; gap: 6px; }

    /* Footer */
    footer { background: #0d1813; color: rgba(255,255,255,.65); padding: 70px 0 28px; }
    .footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .65fr .9fr; gap: 45px; }
    .footer-brand p { max-width: 360px; margin-top: 18px; font-size: 13px; }
    .footer-title { color: #fff; font-size: 12px; font-weight: 800; margin-bottom: 17px; }
    .footer-links { list-style: none; display: grid; gap: 10px; }
    .footer-links a { font-size: 12px; transition: .2s; }
    .footer-links a:hover { color: #fff; }
    .footer-contact { display: grid; gap: 12px; font-size: 12px; }
    .footer-contact span, .footer-contact a { display: flex; align-items: flex-start; gap: 9px; }
    .footer-contact i { color: #77cbb0; margin-top: 4px; }
    .socials { display: flex; gap: 8px; margin-top: 20px; }
    .socials a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,.08); color: #fff; }
    .footer-bottom { margin-top: 55px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; font-size: 10px; }

    /* Floating contact */
    .contact-float { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: grid; gap: 9px; }
    .float-btn { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: #fff; box-shadow: 0 12px 26px rgba(18,32,26,.22); font-size: 19px; }
    .float-phone { background: var(--red); }
    .float-wa { background: #22b65c; }

    /* Reveal */
    .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
    .reveal.visible { opacity: 1; transform: none; }

    @media (min-width: 1241px) and (max-width: 1380px) {
      .brand { gap: 10px; }
      .brand-logo { width: 98px; }
      .brand-name { font-size: 14px; }
      .brand-slogan { font-size: 10px; letter-spacing: .09em; }
      .main-nav { gap: 12px; }
      .main-nav a { font-size: 12px; }
      .lang-btn { padding: 7px 8px; }
      .nav-actions .header-book-btn { min-width: 116px; padding: 13px 15px; }
    }

    @media (max-width: 1240px) {
      .site-header > .container { width: min(calc(100% - 24px), 1180px); }
      .nav-shell { grid-template-columns: minmax(0, 1fr) max-content; }
      .brand { min-width: 0; }
      .main-nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 10px);
        z-index: 1100;
        width: auto;
        max-height: min(72vh, 620px);
        overflow-y: auto;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 15px;
        padding: 16px 18px;
        box-shadow: var(--shadow-lg);
        flex-direction: column;
        align-items: stretch;
        gap: 2px;
      }
      .main-nav.open { display: flex; }
      .main-nav li { width: 100%; }
      .main-nav a { width: 100%; min-height: 44px; padding: 10px 4px; font-size: 14px; }
      .main-nav a::after { left: 4px; right: auto; width: 46px; }
      .mobile-menu-btn { display: grid; place-items: center; flex: 0 0 auto; }
      .hero-grid { grid-template-columns: 1fr; gap: 60px; }
      .hero-copy { max-width: 840px; }
      .hero-dashboard { max-width: 700px; margin-inline: auto; }
      .client-row { grid-template-columns: repeat(4, 1fr); }
      .bento-grid { grid-template-columns: repeat(2, 1fr); }
      .bento-card.large { grid-row: span 2; }
      .bento-card.wide { grid-column: span 1; }
      .local-grid { grid-template-columns: 1fr; }
      .flag-card { min-height: 360px; max-width: 650px; }
      .facebook-shell { grid-template-columns: 1fr; gap: 40px; }
      .facebook-card { justify-self: center; width: min(100%, 500px); }
      .faq-wrap { grid-template-columns: 1fr; gap: 35px; }
      .faq-side { position: static; }
      .footer-grid { grid-template-columns: repeat(2, 1fr); }
    }


    @media (max-width: 760px) {
      .brand-logo { width: 72px; max-height: 54px; }
      .brand { gap: 9px; }
      .brand-name { font-size: 13px; }
      .brand-slogan { font-size: 9px; letter-spacing: .07em; }
      .nav-actions { gap: 6px; }
      .nav-actions .header-book-btn { min-width: 104px; padding: 11px 13px; border-radius: 12px; font-size: 13px; }
      .lang-btn { padding: 6px 8px; }
    }

    @media (max-width: 620px) {
      .brand-copy { display: none; }
      .brand-logo { width: 70px; max-height: 52px; }
      .nav-shell { padding: 8px 9px; }
      .nav-actions .header-book-btn { min-width: 96px; padding: 10px 12px; }
    }

    @media (max-width: 430px) {
      .site-header > .container { width: calc(100% - 16px); }
      .brand-logo { width: 60px; }
      .lang-switch { padding: 2px; }
      .lang-btn { padding: 5px 6px; font-size: 11px; }
      .nav-actions .header-book-btn { min-width: 84px; padding: 10px 10px; font-size: 12px; }
      .nav-actions .header-book-btn i { display: none; }
      .mobile-menu-btn { width: 40px; height: 40px; }
      .main-nav { left: -1px; right: -1px; }
    }

    @media (max-width: 820px) {
      .utility-bar { display: none; }
      .site-header { padding: 9px 0; }
      .nav-shell { min-height: 62px; }
      .hero { padding-top: 65px; }
      .steps-grid, .testimonial-grid, .pricing-grid { grid-template-columns: 1fr; }
      .price-card.featured { transform: none; }
      .bento-grid { grid-template-columns: 1fr; }
      .bento-card.large, .bento-card.wide { grid-row: auto; grid-column: auto; }
      .bento-card.large { min-height: 530px; }
      .local-list { grid-template-columns: 1fr; }
      .metrics-grid { grid-template-columns: repeat(2, 1fr); }
      .metric-badges { grid-template-columns: repeat(2, 1fr); }
      .shop-shell { grid-template-columns: 1fr; padding: 34px 25px; }
      .float-note { right: -10px; }
    }

    @media (max-width: 580px) {
      .container { width: min(calc(100% - 24px), var(--container)); }
      .section { padding: 76px 0; }
      .nav-shell { padding-left: 10px; }
      .footer-logo-box .brand-logo { width: 165px; }
      .lang-btn { padding: 6px 7px; }
      .hero-copy h1 { font-size: 47px; }
      .hero-copy > p { font-size: 16px; }
      .hero-actions { display: grid; }
      .hero-actions .btn { width: 100%; }
      .hero-dashboard { padding: 10px; border-radius: 21px; }
      .float-note { display: none; }
      .client-row { grid-template-columns: repeat(2, 1fr); }
      .client-name:nth-child(7) { grid-column: span 2; }
      .step-card { min-height: 280px; }
      .flag-card { min-height: 300px; }
      .flag-card::before { width: 150px; height: 150px; }
      .metrics-wrap { padding: 30px 22px; }
      .metrics-grid { gap: 25px 12px; }
      .metric strong { font-size: 40px; }
      .metric-badges { grid-template-columns: 1fr; }
      .product-grid { grid-template-columns: 1fr; }
      .facebook-card { padding: 14px; border-radius: 20px; }
      .facebook-card-head { align-items: flex-start; }
      .facebook-live-badge { font-size: 9px; }
      .facebook-feed-wrap { min-height: 520px; }
      .facebook-fallback { align-items: flex-start; flex-direction: column; }
      .product-card { min-height: 120px; display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: 13px; }
      .product-art { height: 80px; }
      .cta-shell { padding: 55px 22px; }
      .cta-actions { display: grid; }
      .footer-grid { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; }
      .contact-float { right: 14px; bottom: 14px; }
      .float-btn { width: 46px; height: 46px; }
    }
  

    /* Added informative sections from index_ncs_main_final — adapted to current NCS design */
    .webmail-link { font-weight: 800; white-space: nowrap; }
    .webmail-link i { color: #fff !important; }

    .audience-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 48px; align-items: center; }
    .audience-copy h2 { margin-top: 16px; font-size: clamp(34px, 4.8vw, 60px); line-height: 1.05; letter-spacing: -.045em; }
    .audience-copy p { margin-top: 18px; color: var(--muted); font-size: 16px; }
    .audience-tabs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .audience-card { display: block; min-height: 270px; padding: 28px; border: 2px solid var(--line); background: #fff; border-radius: var(--radius); transition: .25s ease; }
    .audience-card:hover { transform: translateY(-5px); border-color: var(--green); box-shadow: var(--shadow-sm); }
    .audience-card .audience-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: var(--green-soft); color: var(--green); font-size: 21px; }
    .audience-card.corporate .audience-icon { background: var(--red-soft); color: var(--red); }
    .audience-card h3 { margin-top: 22px; font-size: 22px; }
    .audience-card p { margin-top: 9px; color: var(--muted); font-size: 13px; }
    .audience-card .audience-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--green); font-size: 13px; font-weight: 900; }
    .audience-card.corporate .audience-link { color: var(--red); }

    .results-note { display: inline-flex; align-items: flex-start; gap: 9px; margin-top: 16px; padding: 10px 13px; border: 1px solid var(--line); background: rgba(255,255,255,.72); border-radius: 12px; color: var(--muted); font-size: 11px; }
    .results-note i { color: var(--green); margin-top: 3px; }
    .ba-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .ba-card { overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); }
    .ba-images { display: grid; grid-template-columns: 1fr 1fr; height: 250px; }
    .ba-image { position: relative; overflow: hidden; }
    .ba-image img { width: 100%; height: 100%; object-fit: cover; }
    .ba-label { position: absolute; left: 10px; top: 10px; padding: 5px 9px; border-radius: 999px; background: rgba(16,35,28,.82); color: #fff; font-size: 10px; font-weight: 900; text-transform: uppercase; }
    .ba-image.after .ba-label { background: var(--green); }
    .ba-copy { padding: 20px; }
    .ba-copy h3 { font-size: 17px; }
    .ba-copy p { margin-top: 6px; color: var(--muted); font-size: 12px; }

    .why-grid-added { display: grid; grid-template-columns: .95fr 1.05fr; gap: 55px; align-items: center; }
    .why-photo { position: relative; }
    .why-photo > img { width: 100%; height: 560px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow-lg); }
    .why-badge-added { position: absolute; right: -18px; bottom: 28px; max-width: 235px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-lg); }
    .why-badge-added strong { display: block; color: var(--green); font-size: 27px; }
    .why-badge-added span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }
    .why-copy-added h2 { margin-top: 16px; font-size: clamp(34px, 4.8vw, 60px); line-height: 1.05; letter-spacing: -.045em; }
    .why-list-added { display: grid; gap: 13px; margin-top: 26px; }
    .why-item-added { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
    .why-item-added > i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--green-soft); color: var(--green); }
    .why-item-added strong { display: block; font-size: 14px; }
    .why-item-added span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }

    .project-grid-added { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 260px 260px; gap: 16px; }
    .project-card-added { position: relative; overflow: hidden; min-height: 220px; border-radius: var(--radius); background: #17372c; }
    .project-card-added:first-child { grid-row: 1 / 3; }
    .project-card-added img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
    .project-card-added:hover img { transform: scale(1.05); }
    .project-card-added::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,20,14,0) 30%, rgba(2,20,14,.86) 100%); }
    .project-overlay-added { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 19px; color: #fff; }
    .project-overlay-added small { display: block; color: #a8e2cf; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
    .project-overlay-added strong { display: block; margin-top: 4px; font-size: 15px; line-height: 1.3; }
    .project-actions-added { display: flex; justify-content: center; margin-top: 26px; }

    .staff-access { margin-top: 16px; }
    .staff-access a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; color: #fff; font-size: 11px; font-weight: 800; }
    .legal-links-added { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
    .legal-links-added button { border: 0; padding: 0; background: transparent; color: rgba(255,255,255,.72); cursor: pointer; font-size: 11px; }
    .legal-links-added button:hover { color: #fff; text-decoration: underline; }
    .footer-legal-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; }
    .footer-made { display: block; margin-top: 7px; color: rgba(255,255,255,.64); font-size: 11px; }

    dialog { width: min(620px, calc(100% - 30px)); border: 0; border-radius: 22px; padding: 0; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
    dialog::backdrop { background: rgba(2,17,12,.68); backdrop-filter: blur(5px); }
    .dialog-body { padding: 28px; }
    .dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
    .dialog-head h3 { font-size: 22px; color: var(--green); }
    .dialog-close { width: 38px; height: 38px; border: 0; border-radius: 10px; background: var(--green-soft); color: var(--green); cursor: pointer; }
    .dialog-body p { color: var(--muted); font-size: 13px; }

    @media (max-width: 1040px) {
      .audience-shell, .why-grid-added { grid-template-columns: 1fr; }
      .why-badge-added { right: 20px; }
      .project-grid-added { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 250px 250px; }
      .project-card-added:first-child { grid-column: 1 / 3; grid-row: auto; }
    }
    @media (max-width: 760px) {
      .audience-tabs, .ba-grid { grid-template-columns: 1fr; }
      .audience-card { min-height: auto; }
      .why-photo > img { height: 430px; }
      .why-badge-added { position: static; max-width: none; margin: -42px 16px 0; transform: translateY(0); }
      .project-grid-added { grid-template-columns: 1fr; grid-template-rows: none; }
      .project-card-added:first-child { grid-column: auto; }
      .project-card-added { height: 300px; }
      .footer-legal-wrap { align-items: flex-start; flex-direction: column; }
      .legal-links-added { justify-content: flex-start; }
    }

/* WordPress compatibility */
.admin-bar .site-header { top: 32px; }
.ncs-editable-text { display: contents; }
.screen-reader-text { position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }
.ncs-standard-content { width:min(calc(100% - 40px),1180px); margin:70px auto; padding:40px; background:#fff; border-radius:22px; }
.ncs-standard-content h1 { margin-bottom:24px; }
@media (max-width:782px){ .admin-bar .site-header{top:46px;} }
