:root {
      --page: #f7f7fb;
      --surface: #ffffff;
      --surface-soft: #f0eef9;
      --ink: #181526;
      --muted: #6d687b;
      --line: rgba(74, 58, 122, 0.14);
      --primary: #6d4aff;
      --primary-dark: #4a2dcc;
      --primary-soft: #eae5ff;
      --secondary: #36c6b4;
      --dark: #171329;
      --dark-soft: #241d42;
      --white: #ffffff;
      --shadow-sm: 0 12px 30px rgba(74, 45, 204, 0.08);
      --shadow-lg: 0 28px 80px rgba(74, 45, 204, 0.16);
      --radius-sm: 14px;
      --radius-md: 22px;
      --radius-lg: 32px;
      --wrap: 1180px;
    }

    *, *::before, *::after { box-sizing: border-box; }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 92px;
    }

    body {
      margin: 0;
      background: var(--page);
      color: var(--ink);
      font-family: "Manrope", sans-serif;
      font-size: 16px;
      line-height: 1.65;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

    body.menu-open { overflow: hidden; }

    img, svg { display: block; max-width: 100%; }
    button, input, textarea, select { font: inherit; }
    a { color: inherit; }

    h1, h2, h3, p { margin-top: 0; }

    h1, h2, h3 {
      font-family: "Syne", sans-serif;
      line-height: 1.08;
      letter-spacing: -0.035em;
    }

    h1 { font-size: clamp(3rem, 7vw, 6.1rem); }
    h2 { font-size: clamp(2.15rem, 4.2vw, 4.1rem); }
    h3 { font-size: 1.35rem; }

    .skip-link {
      position: fixed;
      left: 18px;
      top: -80px;
      z-index: 999;
      padding: 12px 18px;
      border-radius: 10px;
      background: var(--dark);
      color: var(--white);
      text-decoration: none;
      transition: top 0.2s ease;
    }

    .skip-link:focus { top: 18px; }

    .wrap {
      width: min(calc(100% - 40px), var(--wrap));
      margin-inline: auto;
    }

    .section {
      position: relative;
      padding: 110px 0;
    }

    .section-soft {
      background: var(--surface);
      border-block: 1px solid var(--line);
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 18px;
      color: var(--primary-dark);
      font-size: 0.76rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .eyebrow::before {
      content: "";
      width: 28px;
      height: 2px;
      border-radius: 999px;
      background: currentColor;
    }

    .section-heading {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
      gap: 48px;
      align-items: end;
      margin-bottom: 54px;
    }

    .section-heading h2 { margin-bottom: 0; max-width: 800px; }

    .section-heading > p {
      margin-bottom: 6px;
      color: var(--muted);
      font-size: 1.04rem;
    }

    .btn {
      display: inline-flex;
      min-height: 52px;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 14px 22px;
      border: 1px solid transparent;
      border-radius: 999px;
      font-size: 0.92rem;
      font-weight: 800;
      line-height: 1;
      text-decoration: none;
      cursor: pointer;
      transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }

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

    .btn-primary {
      background: var(--primary);
      color: var(--white);
      box-shadow: 0 12px 28px rgba(109, 74, 255, 0.28);
    }

    .btn-primary:hover { background: var(--primary-dark); }

    .btn-light {
      background: var(--white);
      color: var(--dark);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
    }

    .btn-outline {
      border-color: var(--line);
      background: rgba(255, 255, 255, 0.72);
      color: var(--ink);
    }

    .btn-outline:hover { border-color: var(--primary); }

    .btn svg { width: 17px; height: 17px; }

    /* Header */
    .site-header {
      position: fixed;
      inset: 0 0 auto;
      z-index: 100;
      border-bottom: 1px solid rgba(22, 19, 31, 0.08);
      background: rgba(247, 247, 251, 0.88);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
    }

    .nav {
      display: flex;
      min-height: 78px;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }

    .wordmark {
      position: relative;
      z-index: 102;
      font-family: "Syne", sans-serif;
      font-size: 1.3rem;
      font-weight: 800;
      letter-spacing: -0.05em;
      text-decoration: none;
    }

    .wordmark span { color: var(--primary); }

    .mobile-booking-item { display: none; }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 30px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .nav-links a {
      color: var(--muted);
      font-size: 0.9rem;
      font-weight: 700;
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .nav-links a:hover, .nav-links a:focus-visible { color: var(--ink); }

    .nav-actions { display: flex; align-items: center; gap: 12px; }
    .nav-actions .btn { min-height: 44px; padding: 12px 18px; }

    .menu-toggle {
      display: none;
      position: relative;
      z-index: 102;
      width: 46px;
      height: 46px;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line);
      border-radius: 50%;
      background: var(--surface);
      color: var(--ink);
      cursor: pointer;
    }

    .menu-toggle svg { width: 21px; }

    /* Hero */
    .hero {
      position: relative;
      min-height: 820px;
      padding: 170px 0 92px;
      overflow: hidden;
    }

    .hero::before {
      content: "";
      position: absolute;
      width: 620px;
      height: 620px;
      top: -190px;
      right: -110px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(109, 74, 255, 0.20) 0%, rgba(109, 74, 255, 0) 70%);
      pointer-events: none;
    }

    .hero::after {
      content: "";
      position: absolute;
      width: 470px;
      height: 470px;
      left: -220px;
      bottom: -180px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(54, 198, 180, 0.16) 0%, rgba(54, 198, 180, 0) 70%);
      pointer-events: none;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
      gap: 70px;
      align-items: center;
    }

    .hero-copy { position: relative; z-index: 2; }

    .availability {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 24px;
      padding: 9px 13px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.72);
      color: var(--muted);
      font-size: 0.78rem;
      font-weight: 700;
      box-shadow: var(--shadow-sm);
    }

    .availability-dot {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--secondary);
      box-shadow: 0 0 0 5px rgba(54, 198, 180, 0.14);
    }

    .hero h1 { margin-bottom: 28px; max-width: 780px; }

    .hero h1 .accent {
      position: relative;
      display: inline-block;
      color: var(--primary);
    }

    .hero h1 .accent::after {
      content: "";
      position: absolute;
      height: 10px;
      left: 2%;
      right: 2%;
      bottom: 1px;
      z-index: -1;
      border-radius: 999px;
      background: rgba(109, 74, 255, 0.14);
      transform: rotate(-1.5deg);
    }

    .hero-lede {
      max-width: 650px;
      margin-bottom: 34px;
      color: var(--muted);
      font-size: clamp(1.05rem, 1.7vw, 1.22rem);
    }

    .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

    .hero-proof {
      display: flex;
      flex-wrap: wrap;
      gap: 12px 22px;
      margin-top: 34px;
      color: var(--muted);
      font-size: 0.84rem;
      font-weight: 700;
    }

    .hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
    .hero-proof svg { width: 17px; color: var(--primary); }

    .browser-wrap {
      position: relative;
      z-index: 2;
      min-height: 510px;
    }

    .browser-card {
      position: absolute;
      inset: 0 0 auto auto;
      width: min(100%, 530px);
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.55);
      border-radius: var(--radius-lg);
      background: var(--surface);
      box-shadow: var(--shadow-lg);
      transform: rotate(2deg);
    }

    .browser-top {
      display: flex;
      height: 52px;
      align-items: center;
      gap: 8px;
      padding: 0 18px;
      border-bottom: 1px solid var(--line);
      background: #fbfaff;
    }

    .browser-dot { width: 9px; height: 9px; border-radius: 50%; background: #d9d4e6; }

    .browser-address {
      width: 54%;
      height: 25px;
      margin-left: 9px;
      border-radius: 999px;
      background: var(--surface-soft);
    }

    .mock-site {
      position: relative;
      min-height: 430px;
      padding: 30px;
      overflow: hidden;
      background:
        linear-gradient(145deg, rgba(17, 15, 26, 0.96), rgba(23, 19, 41, 0.96)),
        var(--dark);
      color: var(--white);
    }

    .mock-site::after {
      content: "";
      position: absolute;
      width: 280px;
      height: 280px;
      top: -120px;
      right: -90px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(109, 74, 255, 0.85), rgba(109, 74, 255, 0));
    }

    .mock-nav {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 0.65rem;
      font-weight: 800;
    }

    .mock-nav strong { font-family: "Syne", sans-serif; font-size: 0.9rem; }
    .mock-nav span { color: rgba(255, 255, 255, 0.66); }

    .mock-copy {
      position: relative;
      z-index: 2;
      width: 78%;
      padding-top: 62px;
    }

    .mock-kicker {
      color: #cfc5ff;
      font-size: 0.58rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .mock-copy h3 {
      margin: 12px 0 16px;
      color: var(--white);
      font-size: clamp(2rem, 4vw, 3.3rem);
    }

    .mock-copy p {
      max-width: 30ch;
      color: rgba(255, 255, 255, 0.68);
      font-size: 0.78rem;
    }

    .mock-button {
      display: inline-flex;
      margin-top: 12px;
      padding: 10px 15px;
      border-radius: 999px;
      background: var(--white);
      color: var(--dark);
      font-size: 0.66rem;
      font-weight: 800;
    }

    .floating-card {
      position: absolute;
      z-index: 4;
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 15px 17px;
      border: 1px solid rgba(255, 255, 255, 0.68);
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.9);
      box-shadow: var(--shadow-sm);
      backdrop-filter: blur(12px);
    }

    .floating-card svg {
      width: 38px;
      height: 38px;
      padding: 9px;
      border-radius: 12px;
      background: var(--primary-soft);
      color: var(--primary);
    }

    .floating-card strong { display: block; font-size: 0.84rem; }
    .floating-card span { display: block; color: var(--muted); font-size: 0.7rem; }

    .floating-card.booking { left: -26px; bottom: 36px; }
    .floating-card.mobile { right: -20px; top: 94px; }

    /* Value strip */
    .value-strip { padding: 0 0 30px; }

    .value-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius-md);
      background: rgba(255, 255, 255, 0.72);
      box-shadow: var(--shadow-sm);
    }

    .value-item { padding: 26px; }
    .value-item + .value-item { border-left: 1px solid var(--line); }
    .value-item strong { display: block; margin-bottom: 4px; font-family: "Syne", sans-serif; }
    .value-item span { color: var(--muted); font-size: 0.83rem; }

    /* Services */
    .services-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
    }

    .service-card {
      position: relative;
      min-height: 300px;
      padding: 34px;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius-md);
      background: var(--surface);
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }

    .service-card:hover {
      transform: translateY(-5px);
      border-color: rgba(109, 74, 255, 0.35);
      box-shadow: var(--shadow-sm);
    }

    .service-card.featured {
      background: var(--dark);
      color: var(--white);
    }

    .service-card.featured h3 { color: var(--white); }
    .service-card.featured p { color: rgba(255, 255, 255, 0.68); }

    .service-icon {
      display: grid;
      width: 54px;
      height: 54px;
      place-items: center;
      margin-bottom: 52px;
      border-radius: 16px;
      background: var(--primary-soft);
      color: var(--primary);
    }

    .featured .service-icon { background: rgba(255, 255, 255, 0.1); color: #cfc5ff; }
    .service-icon svg { width: 24px; }
    .service-card h3 { margin-bottom: 12px; font-size: 1.65rem; }
    .service-card p { max-width: 48ch; margin-bottom: 0; color: var(--muted); }

    .service-number {
      position: absolute;
      top: 30px;
      right: 32px;
      color: rgba(22, 19, 31, 0.22);
      font-family: "Syne", sans-serif;
      font-size: 0.86rem;
      font-weight: 800;
    }

    .featured .service-number { color: rgba(255, 255, 255, 0.3); }

    /* Process */
    .process-wrap {
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background: var(--surface);
      box-shadow: var(--shadow-sm);
    }

    .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }

    .process-step {
      position: relative;
      min-height: 280px;
      padding: 34px 28px;
    }

    .process-step + .process-step { border-left: 1px solid var(--line); }

    .process-num {
      display: grid;
      width: 42px;
      height: 42px;
      place-items: center;
      margin-bottom: 58px;
      border-radius: 50%;
      background: var(--primary-soft);
      color: var(--primary);
      font-family: "Syne", sans-serif;
      font-size: 0.78rem;
      font-weight: 800;
    }

    .process-step h3 { margin-bottom: 12px; }
    .process-step p { margin-bottom: 0; color: var(--muted); font-size: 0.92rem; }

    /* Work */
    .work-grid {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: 22px;
    }

    .project-card {
      position: relative;
      min-height: 430px;
      overflow: hidden;
      border-radius: var(--radius-md);
      color: var(--white);
      box-shadow: var(--shadow-sm);
    }

    .project-card:nth-child(1) { grid-column: span 7; }
    .project-card:nth-child(2) { grid-column: span 5; }
    .project-card:nth-child(3) { grid-column: span 5; }
    .project-card:nth-child(4) { grid-column: span 7; }

    .project-bg {
      position: absolute;
      inset: 0;
      transition: transform 0.5s ease;
    }

    .project-card:hover .project-bg { transform: scale(1.035); }

    .project-a .project-bg {
      background:
        radial-gradient(circle at 80% 20%, rgba(157, 135, 255, 0.55), transparent 34%),
        linear-gradient(145deg, #33255f, #19152b);
    }

    .project-b .project-bg {
      background:
        radial-gradient(circle at 20% 20%, rgba(120, 224, 211, 0.58), transparent 38%),
        linear-gradient(145deg, #5f5782, #1f1a33);
    }

    .project-c .project-bg {
      background:
        radial-gradient(circle at 76% 22%, rgba(128, 99, 255, 0.64), transparent 34%),
        linear-gradient(145deg, #241c43, #12101c);
    }

    .project-d .project-bg {
      background:
        radial-gradient(circle at 18% 30%, rgba(54, 198, 180, 0.45), transparent 36%),
        linear-gradient(145deg, #1e4e49, #102624);
    }

    .project-ui {
      position: absolute;
      inset: 32px 30px 118px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 19px;
      background: rgba(255, 255, 255, 0.09);
      backdrop-filter: blur(8px);
    }

    .project-ui::before {
      content: "";
      display: block;
      height: 38px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.14);
      background: rgba(255, 255, 255, 0.05);
    }

    .project-ui::after {
      content: "";
      position: absolute;
      left: 34px;
      top: 88px;
      width: 44%;
      height: 92px;
      border-radius: 10px;
      background:
        linear-gradient(rgba(255, 255, 255, 0.86) 0 0) 0 0 / 80% 12px no-repeat,
        linear-gradient(rgba(255, 255, 255, 0.28) 0 0) 0 28px / 100% 7px no-repeat,
        linear-gradient(rgba(255, 255, 255, 0.28) 0 0) 0 44px / 82% 7px no-repeat,
        linear-gradient(rgba(255, 255, 255, 0.72) 0 0) 0 70px / 34% 22px no-repeat;
    }

    .project-meta {
      position: absolute;
      inset: auto 30px 28px;
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 20px;
    }

    .project-tag {
      display: inline-flex;
      margin-bottom: 8px;
      color: rgba(255, 255, 255, 0.68);
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .project-meta h3 { margin: 0; color: var(--white); font-size: 1.55rem; }

    .concept-badge {
      flex: 0 0 auto;
      padding: 8px 11px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.08);
      color: rgba(255, 255, 255, 0.78);
      font-size: 0.64rem;
      font-weight: 800;
      text-transform: uppercase;
    }

    /* Why us */
    .why-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
      gap: 70px;
      align-items: start;
    }

    .why-intro {
      position: sticky;
      top: 130px;
    }

    .why-intro p { max-width: 50ch; color: var(--muted); }

    .why-list { border-top: 1px solid var(--line); }

    .why-item {
      display: grid;
      grid-template-columns: 56px 1fr;
      gap: 22px;
      padding: 30px 0;
      border-bottom: 1px solid var(--line);
    }

    .why-item .number {
      padding-top: 4px;
      color: var(--primary);
      font-family: "Syne", sans-serif;
      font-size: 0.78rem;
      font-weight: 800;
    }

    .why-item h3 { margin-bottom: 9px; }
    .why-item p { margin-bottom: 0; color: var(--muted); }

    /* Booking */
    .booking-section {
      position: relative;
      overflow: hidden;
      background: var(--dark);
      color: var(--white);
    }

    .booking-section::before {
      content: "";
      position: absolute;
      width: 620px;
      height: 620px;
      right: -220px;
      top: -250px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(109, 74, 255, 0.72), rgba(109, 74, 255, 0));
    }

    .booking-section .eyebrow { color: #cfc5ff; }
    .booking-section h2 { color: var(--white); }

    .booking-grid {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
      gap: 64px;
      align-items: center;
    }

    .booking-copy { padding-top: 30px; }
    .booking-copy > p { max-width: 50ch; color: rgba(255, 255, 255, 0.66); }

    .booking-points {
      display: grid;
      gap: 15px;
      margin: 30px 0 0;
      padding: 0;
      list-style: none;
    }

    .booking-points li {
      display: flex;
      align-items: center;
      gap: 11px;
      color: rgba(255, 255, 255, 0.82);
      font-size: 0.9rem;
      font-weight: 700;
    }

    .booking-points svg { width: 18px; color: #78e0d3; }

    .calendar-shell {
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 25px;
      background: var(--white);
      box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
    }

    .consultation-card {
      width: 100%;
      max-width: 560px;
      justify-self: end;
    }

    .calendar-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 15px;
      padding: 18px 20px;
      border-bottom: 1px solid #e9e6f0;
      color: var(--ink);
    }

    .calendar-top > div { display: grid; gap: 2px; }
    .calendar-top strong { font-size: 0.86rem; }
    .calendar-top span { color: var(--muted); font-size: 0.72rem; }

    .consultation-badge {
      flex: 0 0 auto;
      padding: 7px 10px;
      border-radius: 999px;
      background: var(--primary-soft);
      color: var(--primary-dark) !important;
      font-weight: 800;
    }

    .consultation-calendar {
      display: flex;
      min-height: 390px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 48px 34px 52px;
      color: var(--ink);
      text-align: center;
    }

    .consultation-icon {
      display: grid;
      width: 66px;
      height: 66px;
      margin-bottom: 24px;
      place-items: center;
      border-radius: 20px;
      background: var(--primary-soft);
      color: var(--primary);
      box-shadow: inset 0 0 0 1px rgba(109, 74, 255, 0.12);
    }

    .consultation-icon svg { width: 29px; height: 29px; }
    .consultation-calendar h3 { margin-bottom: 12px; font-size: 1.65rem; }
    .consultation-calendar > p { max-width: 38ch; margin-bottom: 26px; color: var(--muted); }

    /* Google creates the button after the page loads. These rules make it match KanataNest. */
    .consultation-calendar .qxCTlb,
    .consultation-calendar button,
    .consultation-calendar [role="button"] {
      min-height: 54px !important;
      padding: 15px 25px !important;
      border: 0 !important;
      border-radius: 999px !important;
      background: var(--primary) !important;
      color: var(--white) !important;
      font-family: "Manrope", sans-serif !important;
      font-size: 0.94rem !important;
      font-weight: 800 !important;
      letter-spacing: 0 !important;
      text-transform: none !important;
      box-shadow: 0 14px 32px rgba(109, 74, 255, 0.32) !important;
      transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease !important;
    }

    .consultation-calendar .qxCTlb:hover,
    .consultation-calendar button:hover,
    .consultation-calendar [role="button"]:hover {
      background: var(--primary-dark) !important;
      box-shadow: 0 17px 38px rgba(109, 74, 255, 0.38) !important;
      transform: translateY(-2px);
    }

    /* FAQ */
    .faq-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
      gap: 70px;
      align-items: start;
    }

    .faq-intro p { max-width: 44ch; color: var(--muted); }
    .faq-list { border-top: 1px solid var(--line); }

    details { border-bottom: 1px solid var(--line); }

    summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 25px 0;
      font-family: "Syne", sans-serif;
      font-size: 1.02rem;
      font-weight: 700;
      cursor: pointer;
      list-style: none;
    }

    summary::-webkit-details-marker { display: none; }

    summary::after {
      content: "+";
      display: grid;
      flex: 0 0 auto;
      width: 32px;
      height: 32px;
      place-items: center;
      border: 1px solid var(--line);
      border-radius: 50%;
      color: var(--primary);
      font-family: "Manrope", sans-serif;
      font-size: 1.2rem;
      font-weight: 500;
      transition: transform 0.2s ease;
    }

    details[open] summary::after { transform: rotate(45deg); }

    details p {
      max-width: 70ch;
      margin-bottom: 25px;
      padding-right: 48px;
      color: var(--muted);
    }

    /* Contact */
    .contact-section {
      background: linear-gradient(180deg, var(--page), var(--surface-soft));
    }

    .contact-simple {
      max-width: 860px;
      padding: 58px;
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background: var(--surface);
      text-align: center;
      box-shadow: var(--shadow-sm);
    }

    .contact-simple h2 { max-width: 720px; margin-inline: auto; }
    .contact-simple > p { max-width: 620px; margin: 18px auto 0; color: var(--muted); }

    .contact-links {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      max-width: 680px;
      margin: 34px auto 0;
      text-align: left;
    }

    .contact-link {
      display: flex;
      min-width: 0;
      align-items: center;
      gap: 14px;
      padding: 17px;
      border: 1px solid var(--line);
      border-radius: 16px;
      background: var(--page);
      text-decoration: none;
      transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
    }

    .contact-link:hover {
      transform: translateY(-2px);
      border-color: rgba(109, 74, 255, 0.35);
      background: var(--primary-soft);
    }

    .contact-link svg {
      width: 40px;
      height: 40px;
      flex: 0 0 auto;
      padding: 9px;
      border-radius: 12px;
      background: var(--primary-soft);
      color: var(--primary);
    }

    .contact-link div { min-width: 0; }
    .contact-link span { display: block; color: var(--muted); font-size: 0.72rem; }
    .contact-link strong { display: block; overflow-wrap: anywhere; font-size: 0.88rem; }
    .contact-booking-btn { margin-top: 28px; }

    /* Footer */
    footer {
      padding: 38px 0;
      border-top: 1px solid var(--line);
      background: var(--surface);
    }

    .footer-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .footer-copy { color: var(--muted); font-size: 0.8rem; }

    .footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
    .footer-links a { color: var(--muted); font-size: 0.78rem; font-weight: 700; text-decoration: none; }
    .footer-links a:hover { color: var(--primary); }

    /* Reveal */
    .reveal {
      opacity: 0;
      transform: translateY(22px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .reveal.visible { opacity: 1; transform: none; }

    :focus-visible {
      outline: 3px solid rgba(109, 74, 255, 0.45);
      outline-offset: 3px;
    }

    @media (max-width: 1020px) {
      .hero-grid { grid-template-columns: 1fr; gap: 58px; }
      .hero { padding-top: 145px; }
      .hero-copy { max-width: 800px; }
      .browser-wrap { min-height: 500px; width: min(100%, 640px); margin-inline: auto; }
      .browser-card { width: 100%; }
      .value-grid { grid-template-columns: repeat(2, 1fr); }
      .value-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
      .value-item:nth-child(4) { border-top: 1px solid var(--line); }
      .process-grid { grid-template-columns: repeat(2, 1fr); }
      .process-step:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
      .process-step:nth-child(4) { border-top: 1px solid var(--line); }
      .project-card:nth-child(n) { grid-column: span 6; }
      .booking-grid { grid-template-columns: 1fr; }
      .booking-copy { padding-top: 0; max-width: 700px; }
      .consultation-card { max-width: 700px; justify-self: stretch; }
      .faq-grid, .contact-grid, .why-grid { grid-template-columns: 1fr; gap: 50px; }
      .why-intro { position: static; }
    }

    @media (max-width: 820px) {
      .section { padding: 82px 0; }
      .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 38px; }
      .nav-links, .nav-actions .btn { display: none; }
      .menu-toggle { display: inline-flex; }
      .nav-links.mobile-open {
        display: flex;
        position: fixed;
        inset: 0;
        z-index: 101;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 24px;
        padding: 95px 26px 40px;
        background: rgba(247, 247, 251, 0.99);
      }
      .nav-links.mobile-open a { color: var(--ink); font-family: "Syne", sans-serif; font-size: 2rem; }
      .mobile-booking-item { display: block; width: 100%; }
      .nav-links.mobile-open .mobile-booking-cta {
        display: inline-flex;
        width: auto;
        margin-top: 8px;
        padding: 15px 20px;
        border-radius: 999px;
        background: var(--primary);
        color: var(--white);
        font-family: "Manrope", sans-serif;
        font-size: 0.9rem;
        font-weight: 800;
      }
      .services-grid { grid-template-columns: 1fr; }
      .project-card:nth-child(n) { grid-column: 1 / -1; }
      .booking-grid { grid-template-columns: minmax(0, 1fr); }
    }

    @media (max-width: 600px) {
      .wrap { width: min(calc(100% - 28px), var(--wrap)); }
      .hero { min-height: auto; padding: 126px 0 70px; }
      h1 { font-size: clamp(2.7rem, 15vw, 4.25rem); }
      h2 { font-size: clamp(2rem, 11vw, 3.1rem); }
      .hero-actions { flex-direction: column; align-items: stretch; }
      .hero-actions .btn { width: 100%; }
      .hero-proof { display: grid; }
      .browser-wrap { min-height: 410px; }
      .browser-card { border-radius: 22px; transform: none; }
      .mock-site { min-height: 345px; padding: 24px; }
      .mock-copy { width: 88%; padding-top: 42px; }
      .floating-card.mobile { display: none; }
      .floating-card.booking { left: 12px; bottom: 0; }
      .value-grid { grid-template-columns: 1fr; }
      .value-item + .value-item { border-left: 0; border-top: 1px solid var(--line); }
      .service-card { min-height: 270px; padding: 27px; }
      .service-icon { margin-bottom: 42px; }
      .process-grid { grid-template-columns: 1fr; }
      .process-step + .process-step { border-left: 0; border-top: 1px solid var(--line); }
      .process-step { min-height: auto; }
      .process-num { margin-bottom: 36px; }
      .project-card { min-height: 380px; }
      .project-ui { inset: 22px 20px 112px; }
      .project-meta { inset: auto 22px 24px; }
      .project-meta h3 { font-size: 1.3rem; }
      .concept-badge { display: none; }
      .why-item { grid-template-columns: 38px 1fr; gap: 14px; }
      .calendar-top { align-items: flex-start; flex-direction: column; }
      .consultation-calendar { min-height: 360px; padding: 42px 22px 46px; }
      .form-row { grid-template-columns: 1fr; gap: 0; }
      .contact-form { padding: 23px; }
      .footer-inner { align-items: flex-start; flex-direction: column; }
    }

    @media (max-width: 820px) {
      .nav { min-height: 70px; }
      .nav-links.mobile-open { overflow-y: auto; }
      .booking-section { padding-top: 78px; padding-bottom: 78px; }
      .calendar-shell { width: 100%; }
      .consultation-calendar .qxCTlb,
      .consultation-calendar button,
      .consultation-calendar [role="button"] { max-width: 100% !important; }
      .contact-simple { padding: 44px 28px; }
    }

    @media (max-width: 600px) {
      html { scroll-padding-top: 76px; }
      body { font-size: 15px; }
      .section { padding: 70px 0; }
      .nav-links.mobile-open { padding-inline: 20px; }
      .nav-links.mobile-open a { font-size: clamp(1.65rem, 9vw, 2rem); }
      .availability { max-width: 100%; line-height: 1.35; }
      .browser-wrap { min-height: 370px; }
      .floating-card.booking { right: 8px; left: 8px; width: auto; }
      .booking-section h2 { font-size: clamp(2rem, 11vw, 3rem); }
      .booking-points li { align-items: flex-start; }
      .calendar-shell { border-radius: 22px; }
      .consultation-calendar { min-height: 330px; padding: 36px 18px 38px; }
      .consultation-calendar h3 { font-size: 1.4rem; }
      .consultation-calendar .qxCTlb,
      .consultation-calendar button,
      .consultation-calendar [role="button"] {
        width: 100% !important;
        min-width: 0 !important;
        padding-inline: 16px !important;
        white-space: normal !important;
        line-height: 1.25 !important;
      }
      .contact-simple { width: 100%; padding: 36px 18px; border-radius: 22px; }
      .contact-links { grid-template-columns: 1fr; }
      .contact-link { padding: 15px; }
      .contact-booking-btn { width: 100%; }
      .footer-links { gap: 12px 16px; }
    }

    @media (max-width: 390px) {
      .wrap { width: min(calc(100% - 22px), var(--wrap)); }
      h1 { font-size: 2.55rem; }
      h2 { font-size: 2rem; }
      .mock-nav span { display: none; }
      .floating-card.booking { font-size: 0.78rem; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
      .reveal { opacity: 1; transform: none; }
    }


/* =========================================================
   MOBILE NAVIGATION + RESPONSIVE REFINEMENT V2
   ========================================================= */

.nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(23, 19, 41, 0.42);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

body.menu-open .nav-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-toggle {
  flex-direction: column;
  gap: 4px;
}

.menu-line {
  display: block;
  width: 19px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition: transform 0.22s ease, opacity 0.18s ease, width 0.22s ease;
}

.menu-toggle.is-active .menu-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-active .menu-line:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-toggle.is-active .menu-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 820px) {
  .site-header {
    background: rgba(247, 247, 251, 0.96);
  }

  .nav {
    min-height: 70px;
    gap: 16px;
  }

  .wordmark {
    font-size: 1.2rem;
  }

  .nav-actions .btn {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    border-radius: 14px;
    background: var(--surface);
    box-shadow: 0 8px 22px rgba(74, 45, 204, 0.10);
  }

  .nav-links,
  .nav-links.mobile-open {
    display: flex;
    position: fixed;
    inset: 82px 14px auto;
    z-index: 101;
    max-height: calc(100dvh - 98px);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 3px;
    margin: 0;
    padding: 12px;
    overflow-y: auto;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.985);
    box-shadow: 0 28px 70px rgba(74, 45, 204, 0.24);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(0.985);
    transform-origin: top right;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .nav-links.mobile-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .nav-links li {
    width: 100%;
  }

  .nav-links a,
  .nav-links.mobile-open a {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    padding: 13px 15px;
    border-radius: 13px;
    color: var(--ink);
    font-family: "Manrope", sans-serif;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.25;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible {
    background: var(--primary-soft);
    color: var(--primary-dark);
  }

  .mobile-booking-item {
    display: block;
    margin-top: 7px;
    padding-top: 11px;
    border-top: 1px solid var(--line);
  }

  .nav-links.mobile-open .mobile-booking-cta,
  .nav-links .mobile-booking-cta {
    display: flex;
    width: 100%;
    min-height: 50px;
    justify-content: center;
    margin: 0;
    padding: 14px 18px;
    border-radius: 13px;
    background: var(--primary);
    color: var(--white);
    font-family: "Manrope", sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    box-shadow: 0 12px 26px rgba(109, 74, 255, 0.24);
  }

  .nav-links.mobile-open .mobile-booking-cta:hover,
  .nav-links .mobile-booking-cta:hover {
    background: var(--primary-dark);
    color: var(--white);
  }

  .section-heading {
    gap: 16px;
  }

  .section-heading > p {
    max-width: 62ch;
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  html {
    scroll-padding-top: 78px;
  }

  body {
    font-size: 15px;
  }

  .wrap {
    width: min(calc(100% - 28px), var(--wrap));
  }

  .section {
    padding: 64px 0;
  }

  h1 {
    font-size: clamp(2.5rem, 12vw, 3.35rem);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(1.95rem, 9.4vw, 2.7rem);
    line-height: 1.06;
  }

  h3 {
    font-size: 1.2rem;
  }

  .eyebrow {
    margin-bottom: 13px;
    font-size: 0.69rem;
  }

  .nav-links,
  .nav-links.mobile-open {
    inset: 80px 10px auto;
    max-height: calc(100dvh - 92px);
    border-radius: 19px;
  }

  .hero {
    min-height: auto;
    padding: 112px 0 58px;
  }

  .hero-grid {
    gap: 42px;
  }

  .availability {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 8px 11px;
    font-size: 0.7rem;
    line-height: 1.3;
  }

  .hero h1 {
    margin-bottom: 20px;
  }

  .hero-lede {
    margin-bottom: 26px;
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .btn {
    min-height: 50px;
    width: 100%;
    padding-inline: 18px;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 26px;
  }

  .browser-wrap {
    min-height: 0;
    width: 100%;
    margin: 0;
  }

  .browser-card {
    position: relative;
    inset: auto;
    width: 100%;
    border-radius: 20px;
    transform: none;
  }

  .browser-top {
    height: 42px;
    padding-inline: 15px;
  }

  .mock-site {
    min-height: 285px;
    padding: 20px;
  }

  .mock-nav {
    font-size: 0.7rem;
  }

  .mock-nav span {
    display: none;
  }

  .mock-copy {
    width: 94%;
    padding-top: 34px;
  }

  .mock-copy h3 {
    font-size: 2.05rem;
  }

  .floating-card {
    display: none;
  }

  .value-strip {
    padding-bottom: 18px;
  }

  .value-grid {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .value-item {
    padding: 19px 20px;
  }

  .value-item + .value-item,
  .value-item:nth-child(3),
  .value-item:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .services-grid {
    gap: 14px;
  }

  .service-card {
    min-height: 0;
    padding: 24px;
    border-radius: 19px;
  }

  .service-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 28px;
    border-radius: 14px;
  }

  .service-card h3 {
    margin-bottom: 9px;
    font-size: 1.35rem;
  }

  .service-card p {
    font-size: 0.94rem;
  }

  .service-number {
    top: 23px;
    right: 24px;
  }

  .process-wrap {
    border-radius: 19px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-step {
    display: grid;
    min-height: 0;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 15px;
    row-gap: 7px;
    padding: 22px 20px;
  }

  .process-step + .process-step,
  .process-step:nth-child(3),
  .process-step:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .process-num {
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
    margin: 0;
  }

  .process-step h3 {
    margin: 1px 0 0;
  }

  .process-step p {
    grid-column: 2;
    font-size: 0.9rem;
  }

  .work-grid {
    gap: 14px;
  }

  .project-card,
  .project-card:nth-child(n) {
    min-height: 330px;
    grid-column: 1 / -1;
    border-radius: 19px;
  }

  .project-ui {
    inset: 18px 17px 104px;
    border-radius: 14px;
  }

  .project-ui::after {
    left: 24px;
    top: 76px;
    width: 58%;
  }

  .project-meta {
    inset: auto 20px 21px;
    gap: 10px;
  }

  .project-meta h3 {
    font-size: 1.25rem;
  }

  .concept-badge {
    display: none;
  }

  .why-grid {
    gap: 34px;
  }

  .why-intro {
    position: static;
  }

  .why-item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 22px 0;
  }

  .why-item h3 {
    margin-bottom: 7px;
  }

  .why-item p {
    font-size: 0.93rem;
  }

  .booking-section {
    padding: 66px 0;
  }

  .booking-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }

  .booking-copy {
    padding-top: 0;
  }

  .booking-points {
    gap: 12px;
    margin-top: 24px;
  }

  .booking-points li {
    align-items: flex-start;
    font-size: 0.86rem;
  }

  .calendar-shell {
    width: 100%;
    border-radius: 20px;
  }

  .calendar-top {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
  }

  .consultation-badge {
    align-self: flex-start;
  }

  .consultation-calendar {
    min-height: 300px;
    padding: 32px 17px 35px;
  }

  .consultation-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 19px;
    border-radius: 17px;
  }

  .consultation-calendar h3 {
    font-size: 1.35rem;
  }

  .consultation-calendar > p {
    margin-bottom: 22px;
    font-size: 0.91rem;
  }

  .consultation-calendar .qxCTlb,
  .consultation-calendar button,
  .consultation-calendar [role="button"] {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 51px !important;
    padding: 13px 15px !important;
    white-space: normal !important;
    line-height: 1.25 !important;
  }

  .faq-grid {
    gap: 32px;
  }

  summary {
    gap: 14px;
    padding: 20px 0;
    font-size: 0.96rem;
    line-height: 1.4;
  }

  summary::after {
    width: 30px;
    height: 30px;
  }

  details p {
    padding-right: 0;
    font-size: 0.92rem;
  }

  .contact-simple {
    width: 100%;
    padding: 31px 17px;
    border-radius: 20px;
  }

  .contact-simple > p {
    margin-top: 14px;
  }

  .contact-links {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 25px;
  }

  .contact-link {
    padding: 14px;
    border-radius: 14px;
  }

  .contact-link svg {
    width: 38px;
    height: 38px;
  }

  .contact-booking-btn {
    width: 100%;
    margin-top: 20px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 19px;
  }

  .footer-links {
    gap: 10px 16px;
  }
}

@media (max-width: 380px) {
  .wrap {
    width: min(calc(100% - 22px), var(--wrap));
  }

  h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  .nav-links,
  .nav-links.mobile-open {
    inset-inline: 8px;
    padding: 10px;
  }

  .nav-links a,
  .nav-links.mobile-open a {
    padding: 12px 13px;
  }
}
