/* ===== case.html ===== */
body.page-case {
      --bg: #08111f;
      --panel: #0f1b2d;
      --panel-2: #13243b;
      --line: rgba(255,255,255,0.08);
      --text: #eef4ff;
      --muted: rgba(238,244,255,0.76);
      --accent: #f59e0b;
      --accent-2: #dc2626;
      --max: 1120px;
      --shadow: 0 18px 50px rgba(0,0,0,0.28);
      --success: #22c55e;
      --error: #ef4444;
    }

    body.page-case * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
      -webkit-text-size-adjust: 100%;
    }

    body.page-case {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: linear-gradient(180deg, #08111f 0%, #0b1220 30%, #09111d 100%);
      color: var(--text);
      line-height: 1.6;
      word-break: break-word;
    }

    body.page-case.menu-open,
body.page-case.contact-open {
      overflow: hidden;
    }

    body.page-case img {
      max-width: 100%;
      display: block;
    }

    body.page-case a {
      color: inherit;
      text-decoration: none;
    }

    body.page-case button,
body.page-case input,
body.page-case select,
body.page-case textarea {
      font: inherit;
    }

    body.page-case .container {
      width: min(calc(100% - 40px), var(--max));
      margin: 0 auto;
    }

    body.page-case .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      backdrop-filter: blur(12px);
      background: rgba(8, 17, 31, 0.72);
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    body.page-case .site-header .container {
      display: grid;
      grid-template-columns: max-content 1fr auto;
      align-items: center;
      gap: 20px;
      min-height: 92px;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 0;
      padding-right: 0;
    }

    body.page-case .logo {
      display: inline-flex;
      align-items: center;
      justify-self: start;
      gap: 14px;
      font-weight: 800;
      letter-spacing: 0.01em;
      min-width: 0;
      max-width: none;
      flex-shrink: 0;
      margin-left: -60px;
    }

    body.page-case .logo-image {
      width: 76px;
      height: 76px;
      object-fit: contain;
      display: block;
      flex: 0 0 auto;
    }

    body.page-case .logo span {
      display: block;
      line-height: 1.15;
      font-size: 1.18rem;
      white-space: nowrap;
      text-align: left;
    }

    body.page-case .nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      color: rgba(255,255,255,0.88);
      font-size: 0.88rem;
      white-space: nowrap;
      min-width: 0;
      padding: 0 20px;
    }

    body.page-case .nav-item {
      position: relative;
      display: flex;
      align-items: center;
    }

    body.page-case .nav-link,
body.page-case .submenu a {
      transition: opacity 0.2s ease, color 0.2s ease;
    }

    body.page-case .nav-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 4px;
      font-weight: 700;
    }

    body.page-case .nav-link:hover,
body.page-case .submenu a:hover {
      opacity: 0.75;
    }

    body.page-case .submenu {
      position: absolute;
      top: calc(100% + 14px);
      left: 0;
      min-width: 220px;
      padding: 12px;
      display: grid;
      gap: 6px;
      background: rgba(8, 17, 31, 0.94);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 18px;
      box-shadow: 0 18px 40px rgba(0,0,0,0.28);
      opacity: 0;
      visibility: hidden;
      transform: translateY(8px);
      transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
      backdrop-filter: blur(12px);
      z-index: 20;
    }

    body.page-case .submenu a {
      padding: 10px 12px;
      border-radius: 12px;
      color: rgba(255,255,255,0.88);
      background: rgba(255,255,255,0.02);
    }

    body.page-case .nav-item:hover .submenu,
body.page-case .nav-item:focus-within .submenu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    body.page-case .header-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      justify-self: end;
      gap: 10px;
      flex-wrap: nowrap;
      margin-right: 0;
      transform: translateX(10px);
    }

    body.page-case .header-tel {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 2px;
      color: #ffffff;
      font-weight: 800;
      letter-spacing: 0.01em;
      white-space: nowrap;
      line-height: 1.15;
      background: linear-gradient(135deg, rgba(220, 38, 38, 0.18), rgba(245, 158, 11, 0.16));
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 14px;
      padding: 8px 12px;
      box-shadow: 0 10px 24px rgba(0,0,0,0.22);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    body.page-case .header-tel small {
      color: rgba(255,255,255,0.74);
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.05em;
    }

    body.page-case .header-tel span {
      font-size: 1rem;
      font-weight: 900;
      color: #ffd089;
      letter-spacing: 0.02em;
    }

    body.page-case .header-tel:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 30px rgba(0,0,0,0.28);
    }

    body.page-case .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 0 22px;
      border-radius: 999px;
      font-weight: 800;
      transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
      border: 1px solid transparent;
      white-space: nowrap;
      text-align: center;
      position: relative;
      cursor: pointer;
    }

    body.page-case .btn:hover {
      transform: translateY(-2px) scale(1.01);
      opacity: 1;
    }

    body.page-case .btn-primary {
      background: linear-gradient(135deg, #facc15, #f97316 55%, #ef4444);
      color: #111827;
      box-shadow:
        0 14px 30px rgba(249, 115, 22, 0.35),
        0 0 0 6px rgba(249, 115, 22, 0.08);
      font-weight: 900;
    }

    body.page-case .btn-primary:hover {
      box-shadow:
        0 18px 38px rgba(249, 115, 22, 0.42),
        0 0 0 8px rgba(249, 115, 22, 0.12);
    }

    body.page-case .btn-secondary {
      background: rgba(255,255,255,0.04);
      border-color: rgba(255,255,255,0.12);
      color: var(--text);
    }

    body.page-case .cta-pulse {
      animation: ctaPulse 1.8s ease-in-out infinite;
    }

    body.page-case .menu-toggle {
      display: none;
      width: 48px;
      height: 48px;
      border: 1px solid rgba(255,255,255,0.12);
      background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
      border-radius: 14px;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow:
        0 10px 24px rgba(0,0,0,0.18),
        inset 0 1px 0 rgba(255,255,255,0.08);
    }

    body.page-case .menu-toggle:hover {
      background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
      border-color: rgba(255,255,255,0.2);
      transform: translateY(-1px);
    }

    body.page-case .menu-toggle span {
      display: block;
      width: 21px;
      height: 2px;
      border-radius: 999px;
      background: #ffffff;
      transition: transform 0.28s ease, opacity 0.28s ease;
    }

    body.page-case .menu-toggle.is-open span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }

    body.page-case .menu-toggle.is-open span:nth-child(2) {
      opacity: 0;
    }

    body.page-case .menu-toggle.is-open span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }

    body.page-case .mobile-menu-overlay {
      display: none;
    }

    body.page-case .mobile-menu {
      display: none;
    }

    body.page-case .flash-message {
      position: fixed;
      top: 110px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 130;
      width: min(calc(100% - 24px), 640px);
      padding: 14px 18px;
      border-radius: 16px;
      color: #fff;
      font-weight: 700;
      box-shadow: 0 20px 40px rgba(0,0,0,0.28);
      display: none;
    }

    body.page-case .flash-message.is-show {
      display: block;
    }

    body.page-case .flash-message.success {
      background: rgba(34, 197, 94, 0.95);
    }

    body.page-case .flash-message.error {
      background: rgba(239, 68, 68, 0.95);
    }

    body.page-case .contact-modal {
      position: fixed;
      inset: 0;
      z-index: 120;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    body.page-case .contact-modal.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    body.page-case .contact-modal-overlay {
      position: absolute;
      inset: 0;
      background: rgba(2, 6, 23, 0.72);
      backdrop-filter: blur(8px);
    }

    body.page-case .contact-modal-dialog {
      position: relative;
      width: min(calc(100% - 32px), 760px);
      max-height: calc(100svh - 40px);
      margin: 20px auto;
      overflow-y: auto;
      border-radius: 28px;
      border: 1px solid rgba(255,255,255,0.1);
      background:
        radial-gradient(circle at top left, rgba(245,158,11,0.08), transparent 30%),
        linear-gradient(180deg, rgba(19,36,59,0.98), rgba(8,17,31,0.98));
      box-shadow: 0 30px 80px rgba(0,0,0,0.42);
    }

    body.page-case .contact-modal-close {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 44px;
      height: 44px;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 999px;
      background: rgba(255,255,255,0.06);
      color: #fff;
      font-size: 1.4rem;
      cursor: pointer;
    }

    body.page-case .contact-modal-body {
      padding: 40px 28px 28px;
    }

    body.page-case .contact-modal-kicker {
      color: #ffd089;
      font-size: 0.82rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    body.page-case .contact-modal-body h2 {
      font-size: clamp(1.8rem, 3vw, 2.5rem);
      line-height: 1.2;
      margin-bottom: 12px;
    }

    body.page-case .contact-modal-lead {
      color: rgba(255,255,255,0.76);
      margin-bottom: 24px;
      line-height: 1.8;
    }

    body.page-case .contact-form {
      display: grid;
      gap: 18px;
    }

    body.page-case .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    body.page-case .form-field {
      display: grid;
      gap: 8px;
    }

    body.page-case .form-field label {
      font-weight: 700;
      color: #fff;
    }

    body.page-case .form-field label span {
      color: #ffd089;
      font-size: 0.82rem;
      margin-left: 6px;
    }

    body.page-case .form-field input,
body.page-case .form-field select,
body.page-case .form-field textarea {
      width: 100%;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 14px;
      background: rgba(255,255,255,0.04);
      color: #fff;
      padding: 14px 16px;
      outline: none;
      transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    }

    body.page-case .form-field input::placeholder,
body.page-case .form-field textarea::placeholder {
      color: rgba(255,255,255,0.4);
    }

    body.page-case .form-field input:focus,
body.page-case .form-field select:focus,
body.page-case .form-field textarea:focus {
      border-color: rgba(245,158,11,0.7);
      background: rgba(255,255,255,0.06);
      box-shadow: 0 0 0 4px rgba(245,158,11,0.12);
    }

    body.page-case .form-field select option {
      color: #111827;
    }

    body.page-case .form-field textarea {
      resize: vertical;
      min-height: 140px;
    }

    body.page-case .form-check {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: rgba(255,255,255,0.8);
      font-size: 0.94rem;
    }

    body.page-case .form-check input {
      margin-top: 3px;
      width: auto;
    }

    body.page-case .form-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 6px;
    }

    body.page-case .form-note {
      color: rgba(255,255,255,0.52);
      font-size: 0.88rem;
      line-height: 1.7;
    }

    body.page-case .captcha-help {
      color: rgba(255,255,255,0.6);
      font-size: 0.85rem;
    }

    body.page-case .honeypot {
      position: absolute !important;
      left: -9999px !important;
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
      opacity: 0 !important;
      pointer-events: none !important;
    }

    body.page-case .page-hero {
      position: relative;
      padding: 130px 0 72px;
      overflow: hidden;
      background:
        radial-gradient(circle at 15% 20%, rgba(255,255,255,0.06), transparent 28%),
        linear-gradient(135deg, #0f172a, #1e293b 60%, #334155);
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    body.page-case .page-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        repeating-linear-gradient(
          90deg,
          transparent,
          transparent 80px,
          rgba(255,255,255,0.03) 81px,
          transparent 82px
        );
      pointer-events: none;
    }

    body.page-case .page-hero .container {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
      align-items: center;
      gap: 40px;
    }

    body.page-case .page-hero-copy {
      min-width: 0;
    }

    body.page-case .page-hero-visual {
      width: 100%;
      max-width: 520px;
      justify-self: end;
      border-radius: 28px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.1);
      box-shadow: var(--shadow);
      background: rgba(255,255,255,0.04);
    }

    body.page-case .page-hero-visual img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      aspect-ratio: 16 / 10;
    }

    body.page-case .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #ffd089;
      font-size: 0.88rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    body.page-case .eyebrow::before {
      content: "";
      width: 36px;
      height: 1px;
      background: rgba(255,255,255,0.28);
    }

    body.page-case .page-hero h1 {
      margin-top: 18px;
      font-size: clamp(2.2rem, 5vw, 4rem);
      line-height: 1.15;
      letter-spacing: 0.04em;
      text-shadow: 0 8px 24px rgba(0,0,0,0.35);
    }

    body.page-case .page-hero p {
      margin-top: 16px;
      max-width: 760px;
      color: rgba(255,255,255,0.88);
      font-size: clamp(1rem, 1.8vw, 1.12rem);
    }

    body.page-case .section {
      padding: 88px 0;
    }

    body.page-case .section + .section {
      padding-top: 0;
    }

    body.page-case .section-head {
      display: grid;
      gap: 14px;
      margin-bottom: 34px;
      max-width: 760px;
    }

    body.page-case .section-head h2 {
      font-size: clamp(1.8rem, 3vw, 2.8rem);
      line-height: 1.2;
    }

    body.page-case .section-lead {
      color: var(--muted);
      font-size: 1.02rem;
      white-space: pre-line;
    }

    body.page-case .staff-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }

    body.page-case .staff-card,
body.page-case .interview-card,
body.page-case .photo-card,
body.page-case .video-card {
      background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
      border: 1px solid var(--line);
      border-radius: 28px;
      padding: 28px;
      box-shadow: var(--shadow);
    }

    body.page-case .photo-card,
body.page-case .video-card {
      padding: 0;
      overflow: hidden;
    }

    body.page-case .staff-photo {
      aspect-ratio: 4 / 5;
      border-radius: 22px;
      overflow: hidden;
      background: linear-gradient(135deg, rgba(245,158,11,0.18), rgba(220,38,38,0.16));
      border: 1px solid rgba(255,255,255,0.08);
      margin-bottom: 20px;
    }

    body.page-case .staff-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    body.page-case .staff-role {
      display: inline-block;
      margin-bottom: 12px;
      padding: 7px 12px;
      border-radius: 999px;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.08);
      color: rgba(255,255,255,0.86);
      font-size: 0.84rem;
      font-weight: 700;
    }

    body.page-case .staff-profile {
      list-style: none;
      display: grid;
      gap: 12px;
    }

    body.page-case .staff-profile > li {
      display: grid;
      gap: 4px;
      padding-bottom: 12px;
      border-bottom: 1px solid rgba(255,255,255,0.08);
      color: var(--muted);
    }

    body.page-case .staff-profile > li:last-child {
      padding-bottom: 0;
      border-bottom: 0;
    }

    body.page-case .staff-profile strong {
      color: #fff3c4;
      font-size: 0.92rem;
      font-weight: 700;
    }

    body.page-case .career-block {
      display: grid;
      gap: 10px;
    }

    body.page-case .career-list {
      list-style: none;
      display: grid;
      gap: 8px;
      margin: 0;
      padding: 0;
    }

    body.page-case .career-list li {
      padding: 10px 12px;
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 12px;
      background: rgba(255,255,255,0.03);
      color: var(--muted);
      line-height: 1.5;
    }

    body.page-case .interview-layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px;
    }

    body.page-case .interview-card h3 {
      font-size: clamp(1.45rem, 2.2vw, 2rem);
      line-height: 1.35;
      margin-bottom: 16px;
      letter-spacing: 0.02em;
    }

    body.page-case .interview-card .lead {
      display: inline-flex;
      align-items: center;
      padding: 6px 12px;
      margin-bottom: 14px;
      border-radius: 999px;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.08);
      color: #fff3c4;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      line-height: 1;
    }

    body.page-case .interview-card .lead.lead-profile {
      display: grid;
      justify-items: center;
      gap: 6px;
      width: 260px;
      margin-bottom: 14px;
      padding: 12px 16px;
      text-align: center;
      line-height: 1.4;
    }

    body.page-case .lead-team,
body.page-case .lead-name {
      display: block;
      width: 100%;
      text-align: center;
    }

    body.page-case .lead-team {
      font-size: 0.82rem;
      letter-spacing: 0.08em;
    }

    body.page-case .lead-name {
      font-size: 1rem;
      font-weight: 800;
    }

    body.page-case .interview-feature {
      display: grid;
      grid-template-columns: minmax(220px, 300px) 1fr;
      gap: 28px;
      align-items: start;
    }

    body.page-case .interview-figure {
      width: 100%;
      max-width: 300px;
    }

    body.page-case .interview-figure img {
      width: 100%;
      aspect-ratio: 4 / 5;
      object-fit: cover;
      border-radius: 22px;
      border: 1px solid rgba(255,255,255,0.08);
      box-shadow: 0 16px 36px rgba(0,0,0,0.22);
      background: rgba(255,255,255,0.03);
    }

    body.page-case .interview-name {
      display: inline-flex;
      align-items: center;
      margin-bottom: 12px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.08);
      color: rgba(255,255,255,0.92);
      font-size: 0.92rem;
      font-weight: 700;
      letter-spacing: 0.03em;
    }

    body.page-case .interview-body {
      display: grid;
      gap: 16px;
    }

    body.page-case .interview-body p {
      margin: 0;
      line-height: 1.9;
      color: var(--muted);
    }

    body.page-case .gallery-section {
      padding-top: 0;
    }

    body.page-case .media-grid {
      display: grid;
      gap: 24px;
    }

    body.page-case .photo-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    body.page-case .photo-card img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      display: block;
    }

    body.page-case .photo-card span,
body.page-case .video-card .video-body {
      display: block;
      padding: 14px 16px;
      color: var(--muted);
      font-size: 0.95rem;
    }

    body.page-case .video-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }

    body.page-case .video-frame {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
      background: rgba(255,255,255,0.03);
    }

    body.page-case .video-frame iframe,
body.page-case .video-frame video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
    }

    body.page-case .video-frame video {
      object-fit: cover;
      background: #000;
    }

    body.page-case .video-body strong {
      display: block;
      margin-bottom: 8px;
      color: #fff3c4;
      font-size: 1rem;
    }

    body.page-case .site-footer {
      padding: 40px 0 48px;
      color: rgba(255,255,255,0.72);
      font-size: 0.94rem;
    }

    body.page-case .site-footer .container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 220px;
      gap: 24px;
      justify-content: start;
      align-items: start;
      border-top: 1px solid rgba(255,255,255,0.08);
      padding-top: 24px;
    }

    body.page-case .footer-info {
      padding-left: 8px;
    }

    body.page-case .footer-block h3 {
      font-size: 1rem;
      color: #ffffff;
      margin-bottom: 10px;
    }

    body.page-case .footer-block p {
      margin: 0 0 8px;
      color: rgba(255,255,255,0.72);
      line-height: 1.8;
      word-break: break-word;
    }

    body.page-case .footer-block a {
      color: #ffd089;
    }
body.page-case .footer-copy {
      margin-top: 28px;
      padding-top: 18px;
      border-top: 1px solid rgba(255,255,255,0.08);
      text-align: center;
      color: rgba(255,255,255,0.5);
      font-size: 0.82rem;
    }

    body.page-case .footer-copy p {
      margin: 0;
    }

    @keyframes ctaPulse {
      0%, 100% {
        box-shadow:
          0 14px 30px rgba(249, 115, 22, 0.35),
          0 0 0 0 rgba(249, 115, 22, 0.22);
      }
      50% {
        box-shadow:
          0 18px 36px rgba(249, 115, 22, 0.45),
          0 0 0 10px rgba(249, 115, 22, 0);
      }
    }

    @media (min-width: 1025px) {

      body.page-case .site-header .container {
        min-height: 96px;
        padding-right: 0;
      }

      body.page-case .logo {
        gap: 16px;
        margin-left: -48px;
      }

      body.page-case .logo-image {
        width: 82px;
        height: 82px;
      }

      body.page-case .logo span {
        font-size: 1.24rem;
        line-height: 1.12;
      }

      body.page-case .header-actions {
        transform: translateX(14px);
      }
    
}

    @media (max-width: 1024px) {

      body.page-case .site-header .container {
        grid-template-columns: max-content 1fr max-content;
        gap: 14px;
        min-height: 80px;
        padding-right: 6px;
      }

      body.page-case .logo {
        gap: 10px;
        margin-left: 0;
      }

      body.page-case .logo-image {
        width: 60px;
        height: 60px;
      }

      body.page-case .logo span {
        font-size: 0.98rem;
      }

      body.page-case .nav {
        gap: 16px;
        font-size: 0.8rem;
        padding: 0 12px;
      }

      body.page-case .nav-link {
        min-height: 40px;
        padding: 0 2px;
      }

      body.page-case .header-actions {
        gap: 8px;
        margin-right: -6px;
        transform: none;
      }

      body.page-case .header-actions .btn {
        min-height: 42px;
        padding: 0 14px;
        font-size: 0.82rem;
      }

      body.page-case .header-tel {
        padding: 7px 10px;
      }

      body.page-case .header-tel small {
        font-size: 0.56rem;
      }

      body.page-case .header-tel span {
        font-size: 0.9rem;
      }

      body.page-case .staff-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      body.page-case .photo-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      body.page-case .video-grid {
        grid-template-columns: 1fr;
      }

      body.page-case .site-footer .container {
        grid-template-columns: 1fr 1fr;
      }

      body.page-case .page-hero .container {
        grid-template-columns: 1fr;
        gap: 28px;
      }

      body.page-case .page-hero-visual {
        max-width: 100%;
        justify-self: stretch;
      }

      body.page-case .interview-feature {
        grid-template-columns: 260px 1fr;
        gap: 24px;
      }

      body.page-case .interview-figure {
        max-width: 260px;
      }
    
}

    @media (max-width: 768px) {

      body.page-case .container {
        width: min(calc(100% - 28px), var(--max));
      }

      body.page-case .site-header .container {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
      }

      body.page-case .logo {
        gap: 10px;
        margin-left: 0;
      }

      body.page-case .logo-image {
        width: 64px;
        height: 64px;
      }

      body.page-case .logo span {
        font-size: 1rem;
      }

      body.page-case .menu-toggle {
        display: inline-flex;
        position: relative;
        z-index: 70;
      }

      body.page-case .nav {
        display: none;
      }

      body.page-case .header-actions {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        margin-right: 0;
        transform: none;
      }

      body.page-case .header-actions .btn {
        width: 100%;
        max-width: 320px;
      }

      body.page-case .header-tel {
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 320px;
      }

      body.page-case .header-tel small {
        font-size: 0.68rem;
      }

      body.page-case .header-tel span {
        font-size: 1.08rem;
      }

      body.page-case .mobile-menu-overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 58;
        background: linear-gradient(180deg, rgba(2,6,23,0.45), rgba(2,6,23,0.78));
        backdrop-filter: blur(6px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.32s ease, visibility 0.32s ease;
      }

      body.page-case .mobile-menu-overlay.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      body.page-case .mobile-menu {
        display: block;
        position: fixed;
        top: 84px;
        right: 14px;
        left: 14px;
        z-index: 60;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px) scale(0.98);
        transition: opacity 0.32s ease, visibility 0.32s ease, transform 0.32s ease;
        pointer-events: none;
      }

      body.page-case .mobile-menu.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        pointer-events: auto;
      }

      body.page-case .mobile-menu-panel {
        border-radius: 26px;
        padding: 18px;
        border: 1px solid rgba(255,255,255,0.08);
        background:
          radial-gradient(circle at top left, rgba(245,158,11,0.08), transparent 28%),
          linear-gradient(180deg, rgba(18,28,45,0.98), rgba(8,17,31,0.98));
        box-shadow: 0 28px 70px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.06);
        backdrop-filter: blur(18px);
        max-height: calc(100svh - 110px);
        overflow-y: auto;
      }

      body.page-case .mobile-menu-head {
        margin-bottom: 16px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
      }

      body.page-case .mobile-menu-kicker {
        color: rgba(255,255,255,0.58);
        font-size: 0.74rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
      }

      body.page-case .mobile-menu-title {
        margin-top: 6px;
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        color: #fff;
      }

      body.page-case .mobile-nav {
        display: grid;
        gap: 8px;
      }

      body.page-case .mobile-nav a {
        display: block;
        padding: 14px 16px;
        border-radius: 16px;
        background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
        border: 1px solid rgba(255,255,255,0.06);
        color: rgba(255,255,255,0.94);
        font-size: 0.98rem;
        line-height: 1.45;
      }

      body.page-case .mobile-nav a.sub-link {
        padding-left: 24px;
        font-size: 0.92rem;
        color: rgba(255,255,255,0.74);
      }

      body.page-case .mobile-menu-actions {
        display: grid;
        gap: 10px;
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid rgba(255,255,255,0.08);
      }

      body.page-case .mobile-menu-actions .btn {
        width: 100%;
      }

      body.page-case .mobile-menu-foot {
        margin-top: 14px;
        text-align: center;
        color: rgba(255,255,255,0.48);
        line-height: 1.7;
      }

      body.page-case .mobile-menu-foot small {
        font-size: 0.75rem;
      }

      body.page-case .page-hero {
        padding: 108px 0 56px;
      }

      body.page-case .page-hero .container {
        grid-template-columns: 1fr;
        gap: 24px;
      }

      body.page-case .page-hero-copy {
        text-align: center;
      }

      body.page-case .eyebrow {
        justify-content: center;
        font-size: 0.8rem;
        letter-spacing: 0.1em;
      }

      body.page-case .eyebrow::before {
        width: 24px;
      }

      body.page-case .page-hero h1 {
        margin-top: 14px;
        font-size: clamp(1.9rem, 9vw, 2.6rem);
        line-height: 1.2;
      }

      body.page-case .page-hero p {
        font-size: 0.96rem;
        line-height: 1.8;
      }

      body.page-case .page-hero-visual {
        max-width: 100%;
        justify-self: stretch;
        border-radius: 20px;
      }

      body.page-case .section {
        padding: 64px 0;
      }

      body.page-case .section-head {
        margin-bottom: 26px;
      }

      body.page-case .section-head h2 {
        font-size: clamp(1.45rem, 6vw, 2rem);
      }

      body.page-case .section-lead {
        font-size: 0.95rem;
        line-height: 1.9;
      }

      body.page-case .staff-grid,
body.page-case .photo-grid,
body.page-case .video-grid {
        grid-template-columns: 1fr;
      }

      body.page-case .staff-card,
body.page-case .interview-card {
        padding: 22px 18px;
        border-radius: 20px;
      }

      body.page-case .photo-card,
body.page-case .video-card {
        border-radius: 18px;
      }

      body.page-case .staff-photo {
        border-radius: 18px;
        margin-bottom: 16px;
      }

      body.page-case .staff-role {
        font-size: 0.8rem;
      }

      body.page-case .staff-profile {
        gap: 10px;
      }

      body.page-case .staff-profile > li {
        padding-bottom: 10px;
      }

      body.page-case .career-list li {
        padding: 9px 10px;
        font-size: 0.94rem;
      }

      body.page-case .interview-feature {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      body.page-case .interview-figure {
        max-width: 240px;
        margin: 0 auto;
      }

      body.page-case .interview-card h3 {
        font-size: 1.3rem;
        line-height: 1.5;
      }

      body.page-case .interview-body {
        gap: 14px;
      }

      body.page-case .interview-body p {
        font-size: 0.95rem;
        line-height: 1.9;
      }

      body.page-case .interview-name {
        font-size: 0.88rem;
      }

      body.page-case .interview-card .lead.lead-profile {
        width: 100%;
        max-width: 260px;
      }

      body.page-case .photo-card span,
body.page-case .video-card .video-body {
        font-size: 0.92rem;
        line-height: 1.7;
      }

      body.page-case .site-footer {
        padding: 28px 0 36px;
        font-size: 0.86rem;
      }

      body.page-case .site-footer .container {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      body.page-case .footer-info {
        padding-left: 0;
      }
body.page-case .footer-copy {
        margin-top: 22px;
        padding-top: 16px;
        font-size: 0.78rem;
      }

      body.page-case .contact-modal-dialog {
        width: min(calc(100% - 20px), 760px);
        margin: 10px auto;
        max-height: calc(100svh - 20px);
        border-radius: 22px;
      }

      body.page-case .contact-modal-body {
        padding: 36px 18px 20px;
      }

      body.page-case .form-grid {
        grid-template-columns: 1fr;
      }

      body.page-case .form-actions {
        flex-direction: column;
      }

      body.page-case .form-actions .btn {
        width: 100%;
      }
    
}

    @media (max-width: 480px) {

      body.page-case .container {
        width: min(calc(100% - 22px), var(--max));
      }

      body.page-case .site-header .container {
        grid-template-columns: 1fr auto;
        gap: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
      }

      body.page-case .logo {
        gap: 8px;
      }

      body.page-case .logo-image {
        width: 52px;
        height: 52px;
      }

      body.page-case .logo span {
        font-size: 0.84rem;
      }

      body.page-case .menu-toggle {
        width: 44px;
        height: 44px;
        border-radius: 12px;
      }

      body.page-case .btn {
        min-height: 44px;
        font-size: 0.9rem;
        padding: 0 14px;
      }

      body.page-case .mobile-menu {
        top: 76px;
        right: 10px;
        left: 10px;
      }

      body.page-case .mobile-menu-panel {
        border-radius: 22px;
        padding: 14px;
      }

      body.page-case .mobile-nav a {
        padding: 13px 14px;
        font-size: 0.93rem;
      }

      body.page-case .mobile-nav a.sub-link {
        padding-left: 20px;
        font-size: 0.88rem;
      }

      body.page-case .page-hero {
        padding: 100px 0 48px;
      }

      body.page-case .staff-card,
body.page-case .interview-card {
        padding: 18px 16px;
      }

      body.page-case .interview-figure {
        max-width: 220px;
      }

      body.page-case .photo-card span,
body.page-case .video-card .video-body {
        padding: 12px 14px;
      }
    
}

    @media (prefers-reduced-motion: reduce) {

      html {
        scroll-behavior: auto;
      }

      body.page-case .btn,
body.page-case .nav a,
body.page-case .menu-toggle span,
body.page-case .mobile-menu,
body.page-case .mobile-menu-overlay {
        transition: none !important;
      }
    
}

    /* ===== Header Instagram link ===== */
    body.page-case .header-instagram {
      display: inline-grid;
      place-items: center;
      justify-self: end;
      width: 50px;
      height: 50px;
      flex: 0 0 auto;
      border-radius: 16px;
      color: #ffffff;
      background:
        radial-gradient(circle at 30% 105%, #feda75 0 18%, #fa7e1e 32%, transparent 54%),
        linear-gradient(135deg, #833ab4, #c13584 45%, #e1306c 72%, #fd1d1d);
      border: 1px solid rgba(255,255,255,0.2);
      box-shadow: 0 12px 28px rgba(0,0,0,0.24);
      transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }

    body.page-case .header-instagram:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(0,0,0,0.3);
      filter: brightness(1.06);
    }

    body.page-case .header-instagram:focus-visible {
      outline: 3px solid #ffd089;
      outline-offset: 3px;
    }

    body.page-case .header-instagram svg {
      width: 26px;
      height: 26px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    body.page-case .site-footer .container {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    @media (min-width: 769px) {

      body.page-case .site-header .container {
        grid-template-columns: max-content minmax(0, 1fr) auto auto;
        gap: 14px;
      }
    
}

    @media (max-width: 1024px) and (min-width: 769px) {

      body.page-case .site-header .container {
        grid-template-columns: max-content minmax(0, 1fr) max-content max-content;
        gap: 8px;
      }

      body.page-case .header-instagram {
        width: 44px;
        height: 44px;
        border-radius: 14px;
      }

      body.page-case .header-instagram svg {
        width: 23px;
        height: 23px;
      }

      body.page-case .site-footer .container {
        grid-template-columns: 1fr 1fr;
      }
    
}

    @media (max-width: 768px) {

      body.page-case .site-header .container {
        grid-template-columns: 1fr auto auto;
      }

      body.page-case .site-header .logo {
        grid-column: 1;
        grid-row: 1;
      }

      body.page-case .site-header .menu-toggle {
        grid-column: 2;
        grid-row: 1;
      }

      body.page-case .header-instagram {
        grid-column: 3;
        grid-row: 1;
        width: 48px;
        height: 48px;
        border-radius: 14px;
      }

      body.page-case .header-actions {
        grid-column: 1 / -1;
        grid-row: 2;
      }

      body.page-case .site-footer .container {
        grid-template-columns: 1fr;
      }
    
}

    @media (prefers-reduced-motion: reduce) {

      body.page-case .header-instagram {
        transition: none !important;
      }
    
}

  

    /* ===== Balanced responsive header layout ===== */
    body.page-case .site-header .container {
      width: min(calc(100% - 32px), 1420px);
      max-width: none;
      grid-template-columns: minmax(220px, auto) minmax(420px, 1fr) auto auto;
      align-items: center;
      column-gap: clamp(10px, 1.25vw, 20px);
      min-height: 84px;
      padding: 10px 0;
    }

    body.page-case .site-header .logo {
      margin: 0;
      gap: 10px;
      max-width: 280px;
    }

    body.page-case .site-header .logo-image {
      width: 66px;
      height: 66px;
    }

    body.page-case .site-header .logo span {
      font-size: 1.04rem;
      line-height: 1.12;
    }

    body.page-case .site-header .nav {
      width: 100%;
      padding: 0;
      gap: clamp(12px, 1.2vw, 22px);
      font-size: 0.84rem;
    }

    body.page-case .site-header .nav-link {
      padding: 0 2px;
    }

    body.page-case .site-header .header-actions {
      width: auto;
      margin: 0;
      transform: none;
      gap: 8px;
    }

    body.page-case .site-header .header-actions .btn {
      min-height: 46px;
      padding: 0 16px;
      font-size: 0.82rem;
    }

    body.page-case .site-header .header-tel {
      min-height: 46px;
      padding: 6px 10px;
      align-items: center;
      text-align: center;
    }

    body.page-case .site-header .header-tel small {
      font-size: 0.54rem;
    }

    body.page-case .site-header .header-tel span {
      font-size: 0.88rem;
    }

    body.page-case .site-header .header-instagram {
      width: 46px;
      height: 46px;
      border-radius: 14px;
      margin: 0;
      transform: none;
    }

    body.page-case .site-header .header-instagram:hover {
      transform: translateY(-2px);
    }

    @media (max-width: 1279px) and (min-width: 1101px) {

      body.page-case .site-header .container {
        width: min(calc(100% - 24px), 1260px);
        grid-template-columns: minmax(185px, auto) minmax(360px, 1fr) auto auto;
        column-gap: 10px;
        min-height: 76px;
        padding: 8px 0;
      }

      body.page-case .site-header .logo {
        gap: 8px;
      }

      body.page-case .site-header .logo-image {
        width: 56px;
        height: 56px;
      }

      body.page-case .site-header .logo span {
        font-size: 0.9rem;
      }

      body.page-case .site-header .nav {
        gap: 11px;
        font-size: 0.76rem;
      }

      body.page-case .site-header .header-actions .btn {
        min-height: 42px;
        padding: 0 12px;
        font-size: 0.75rem;
      }

      body.page-case .site-header .header-tel {
        min-height: 42px;
        padding: 6px 9px;
      }

      body.page-case .site-header .header-tel small {
        display: none;
      }

      body.page-case .site-header .header-tel span {
        font-size: 0.8rem;
      }

      body.page-case .site-header .header-instagram {
        width: 42px;
        height: 42px;
        border-radius: 13px;
      }

      body.page-case .site-header .header-instagram svg {
        width: 22px;
        height: 22px;
      }
    
}

    @media (max-width: 1100px) {

      body.page-case .site-header .container {
        width: min(calc(100% - 24px), 1040px);
        grid-template-columns: minmax(0, 1fr) auto auto auto;
        gap: 10px;
        min-height: 74px;
        padding: 8px 0;
      }

      body.page-case .site-header .logo {
        grid-column: 1;
        grid-row: 1;
        min-width: 0;
        max-width: none;
        gap: 9px;
      }

      body.page-case .site-header .logo-image {
        width: 56px;
        height: 56px;
      }

      body.page-case .site-header .logo span {
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.92rem;
      }

      body.page-case .site-header .nav {
        display: none;
      }

      body.page-case .site-header .header-actions {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        width: auto;
        gap: 0;
      }

      body.page-case .site-header .header-actions .btn {
        display: none;
      }

      body.page-case .site-header .header-tel {
        width: auto;
        min-height: 44px;
        padding: 7px 11px;
        border-radius: 13px;
      }

      body.page-case .site-header .header-tel small {
        display: none;
      }

      body.page-case .site-header .header-tel span {
        font-size: 0.82rem;
      }

      body.page-case .site-header .menu-toggle {
        display: inline-flex;
        grid-column: 3;
        grid-row: 1;
        position: relative;
        z-index: 70;
        width: 44px;
        height: 44px;
        border-radius: 13px;
      }

      body.page-case .site-header .header-instagram {
        grid-column: 4;
        grid-row: 1;
        width: 44px;
        height: 44px;
        border-radius: 13px;
      }

      body.page-case .site-header .header-instagram svg {
        width: 23px;
        height: 23px;
      }

      body.page-case .mobile-menu-overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 58;
        background: linear-gradient(180deg, rgba(2,6,23,0.45), rgba(2,6,23,0.78));
        backdrop-filter: blur(6px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.32s ease, visibility 0.32s ease;
      }

      body.page-case .mobile-menu-overlay.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      body.page-case .mobile-menu {
        display: block;
        position: fixed;
        top: 82px;
        right: 14px;
        left: 14px;
        z-index: 60;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px) scale(0.98);
        transition: opacity 0.32s ease, visibility 0.32s ease, transform 0.32s ease;
        pointer-events: none;
      }

      body.page-case .mobile-menu.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        pointer-events: auto;
      }

      body.page-case .mobile-menu-panel {
        border-radius: 26px;
        padding: 18px;
        border: 1px solid rgba(255,255,255,0.08);
        background:
          radial-gradient(circle at top left, rgba(245,158,11,0.08), transparent 28%),
          linear-gradient(180deg, rgba(18,28,45,0.98), rgba(8,17,31,0.98));
        box-shadow: 0 28px 70px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.06);
        backdrop-filter: blur(18px);
        max-height: calc(100svh - 104px);
        overflow-y: auto;
      }

      body.page-case .mobile-menu-head {
        margin-bottom: 16px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
      }

      body.page-case .mobile-menu-kicker {
        color: rgba(255,255,255,0.58);
        font-size: 0.74rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
      }

      body.page-case .mobile-menu-title {
        margin-top: 6px;
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        color: #fff;
      }

      body.page-case .mobile-nav {
        display: grid;
        gap: 8px;
      }

      body.page-case .mobile-nav a {
        display: block;
        padding: 14px 16px;
        border-radius: 16px;
        background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
        border: 1px solid rgba(255,255,255,0.06);
        color: rgba(255,255,255,0.94);
        font-size: 0.98rem;
        line-height: 1.45;
      }

      body.page-case .mobile-nav a.sub-link {
        padding-left: 24px;
        font-size: 0.92rem;
        color: rgba(255,255,255,0.74);
      }

      body.page-case .mobile-menu-actions {
        display: grid;
        gap: 10px;
        margin-top: 18px;
      }

      body.page-case .mobile-menu-actions .btn {
        width: 100%;
      }

      body.page-case .mobile-menu-foot {
        margin-top: 16px;
        padding-top: 14px;
        border-top: 1px solid rgba(255,255,255,0.08);
        color: rgba(255,255,255,0.58);
        line-height: 1.7;
      }
    
}

    @media (max-width: 768px) {

      body.page-case .site-header .container {
        width: min(calc(100% - 20px), var(--max));
        grid-template-columns: minmax(0, 1fr) auto auto;
        gap: 8px;
        min-height: auto;
        padding: 8px 0 9px;
      }

      body.page-case .site-header .logo {
        grid-column: 1;
        grid-row: 1;
        gap: 8px;
      }

      body.page-case .site-header .logo-image {
        width: 50px;
        height: 50px;
      }

      body.page-case .site-header .logo span {
        font-size: 0.82rem;
        white-space: nowrap;
      }

      body.page-case .site-header .menu-toggle {
        grid-column: 2;
        grid-row: 1;
        width: 42px;
        height: 42px;
      }

      body.page-case .site-header .header-instagram {
        grid-column: 3;
        grid-row: 1;
        width: 42px;
        height: 42px;
      }

      body.page-case .site-header .header-actions {
        grid-column: 1 / -1;
        grid-row: 2;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        width: 100%;
        gap: 8px;
      }

      body.page-case .site-header .header-actions .btn {
        display: inline-flex;
        width: 100%;
        max-width: none;
        min-height: 40px;
        padding: 0 10px;
        font-size: 0.76rem;
      }

      body.page-case .site-header .header-tel {
        width: 100%;
        max-width: none;
        min-height: 40px;
        padding: 6px 8px;
      }

      body.page-case .site-header .header-tel span {
        font-size: 0.76rem;
      }

      body.page-case .mobile-menu {
        top: 126px;
      }

      body.page-case .mobile-menu-panel {
        max-height: calc(100svh - 146px);
      }
    
}

    @media (max-width: 540px) {

      body.page-case .site-header .container {
        width: min(calc(100% - 16px), var(--max));
        gap: 7px;
      }

      body.page-case .site-header .logo-image {
        width: 46px;
        height: 46px;
      }

      body.page-case .site-header .logo span {
        font-size: 0.74rem;
        letter-spacing: 0;
      }

      body.page-case .site-header .menu-toggle,
body.page-case .site-header .header-instagram {
        width: 40px;
        height: 40px;
        border-radius: 12px;
      }

      body.page-case .site-header .header-instagram svg {
        width: 21px;
        height: 21px;
      }

      body.page-case .site-header .header-actions .btn,
body.page-case .site-header .header-tel {
        min-height: 38px;
      }

      body.page-case .site-header .header-actions .btn {
        padding: 0 6px;
        font-size: 0.7rem;
      }

      body.page-case .site-header .header-tel span {
        font-size: 0.7rem;
        letter-spacing: 0;
      }

      body.page-case .mobile-menu {
        top: 118px;
        right: 8px;
        left: 8px;
      }

      body.page-case .mobile-menu-panel {
        padding: 14px;
        border-radius: 22px;
        max-height: calc(100svh - 132px);
      }
    
}


/* ===== faq.html ===== */
body.page-faq {
      --bg: #08111f;
      --panel: #0f1b2d;
      --panel-2: #13243b;
      --line: rgba(255,255,255,0.08);
      --text: #eef4ff;
      --muted: rgba(238,244,255,0.76);
      --accent: #f59e0b;
      --accent-2: #dc2626;
      --max: 1120px;
      --shadow: 0 18px 50px rgba(0,0,0,0.28);
      --success: #22c55e;
      --error: #ef4444;
    }

    body.page-faq * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
      -webkit-text-size-adjust: 100%;
    }

    body.page-faq {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: linear-gradient(180deg, #08111f 0%, #0b1220 30%, #09111d 100%);
      color: var(--text);
      line-height: 1.6;
      overflow-x: hidden;
      word-break: break-word;
    }

    body.page-faq.menu-open,
body.page-faq.contact-open {
      overflow: hidden;
    }

    body.page-faq img {
      max-width: 100%;
      display: block;
    }

    body.page-faq a {
      color: inherit;
      text-decoration: none;
    }

    body.page-faq button,
body.page-faq input,
body.page-faq select,
body.page-faq textarea {
      font: inherit;
    }

    body.page-faq .container {
      width: min(calc(100% - 40px), var(--max));
      margin: 0 auto;
    }

    body.page-faq .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      backdrop-filter: blur(12px);
      background: rgba(8, 17, 31, 0.72);
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    body.page-faq .site-header .container {
      display: grid;
      grid-template-columns: max-content 1fr auto;
      align-items: center;
      gap: 20px;
      min-height: 92px;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 0;
      padding-right: 0;
    }

    body.page-faq .logo {
      display: inline-flex;
      align-items: center;
      justify-self: start;
      gap: 14px;
      font-weight: 800;
      letter-spacing: 0.01em;
      min-width: 0;
      max-width: none;
      flex-shrink: 0;
      margin-left: -60px;
    }

    body.page-faq .logo-image {
      width: 76px;
      height: 76px;
      object-fit: contain;
      display: block;
      flex: 0 0 auto;
    }

    body.page-faq .logo span {
      display: block;
      line-height: 1.15;
      font-size: 1.18rem;
      white-space: nowrap;
      text-align: left;
    }

    body.page-faq .nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      color: rgba(255,255,255,0.88);
      font-size: 0.88rem;
      white-space: nowrap;
      min-width: 0;
      padding: 0 20px;
    }

    body.page-faq .nav-item {
      position: relative;
      display: flex;
      align-items: center;
    }

    body.page-faq .nav-link,
body.page-faq .submenu a {
      transition: opacity 0.2s ease, color 0.2s ease;
    }

    body.page-faq .nav-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 4px;
      font-weight: 700;
    }

    body.page-faq .nav-link:hover,
body.page-faq .submenu a:hover {
      opacity: 0.75;
    }

    body.page-faq .submenu {
      position: absolute;
      top: calc(100% + 14px);
      left: 0;
      min-width: 220px;
      padding: 12px;
      display: grid;
      gap: 6px;
      background: rgba(8, 17, 31, 0.94);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 18px;
      box-shadow: 0 18px 40px rgba(0,0,0,0.28);
      opacity: 0;
      visibility: hidden;
      transform: translateY(8px);
      transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
      backdrop-filter: blur(12px);
      z-index: 20;
    }

    body.page-faq .submenu a {
      padding: 10px 12px;
      border-radius: 12px;
      color: rgba(255,255,255,0.88);
      background: rgba(255,255,255,0.02);
    }

    body.page-faq .nav-item:hover .submenu,
body.page-faq .nav-item:focus-within .submenu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    body.page-faq .header-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      justify-self: end;
      gap: 10px;
      flex-wrap: nowrap;
      margin-right: 0;
      transform: translateX(10px);
    }

    body.page-faq .header-tel {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 2px;
      color: #ffffff;
      font-weight: 800;
      letter-spacing: 0.01em;
      white-space: nowrap;
      line-height: 1.15;
      background: linear-gradient(135deg, rgba(220, 38, 38, 0.18), rgba(245, 158, 11, 0.16));
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 14px;
      padding: 8px 12px;
      box-shadow: 0 10px 24px rgba(0,0,0,0.22);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    body.page-faq .header-tel small {
      color: rgba(255,255,255,0.74);
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.05em;
    }

    body.page-faq .header-tel span {
      font-size: 1rem;
      font-weight: 900;
      color: #ffd089;
      letter-spacing: 0.02em;
    }

    body.page-faq .header-tel:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 30px rgba(0,0,0,0.28);
    }

    body.page-faq .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 0 22px;
      border-radius: 999px;
      font-weight: 800;
      transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
      border: 1px solid transparent;
      white-space: nowrap;
      text-align: center;
      position: relative;
      cursor: pointer;
    }

    body.page-faq .btn:hover {
      transform: translateY(-2px) scale(1.01);
      opacity: 1;
    }

    body.page-faq .btn-primary {
      background: linear-gradient(135deg, #facc15, #f97316 55%, #ef4444);
      color: #111827;
      box-shadow:
        0 14px 30px rgba(249, 115, 22, 0.35),
        0 0 0 6px rgba(249, 115, 22, 0.08);
      font-weight: 900;
    }

    body.page-faq .btn-primary:hover {
      box-shadow:
        0 18px 38px rgba(249, 115, 22, 0.42),
        0 0 0 8px rgba(249, 115, 22, 0.12);
    }

    body.page-faq .btn-secondary {
      background: rgba(255,255,255,0.04);
      border-color: rgba(255,255,255,0.12);
      color: var(--text);
    }

    body.page-faq .cta-pulse {
      animation: ctaPulse 1.8s ease-in-out infinite;
    }

    body.page-faq .menu-toggle {
      display: none;
      width: 48px;
      height: 48px;
      border: 1px solid rgba(255,255,255,0.12);
      background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
      border-radius: 14px;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow:
        0 10px 24px rgba(0,0,0,0.18),
        inset 0 1px 0 rgba(255,255,255,0.08);
    }

    body.page-faq .menu-toggle:hover {
      background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
      border-color: rgba(255,255,255,0.2);
      transform: translateY(-1px);
    }

    body.page-faq .menu-toggle span {
      display: block;
      width: 21px;
      height: 2px;
      border-radius: 999px;
      background: #ffffff;
      transition: transform 0.28s ease, opacity 0.28s ease;
    }

    body.page-faq .menu-toggle.is-open span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }

    body.page-faq .menu-toggle.is-open span:nth-child(2) {
      opacity: 0;
    }

    body.page-faq .menu-toggle.is-open span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }

    body.page-faq .mobile-menu-overlay {
      display: none;
    }

    body.page-faq .mobile-menu {
      display: none;
    }

    body.page-faq .page-hero {
      position: relative;
      padding: 130px 0 72px;
      overflow: hidden;
      background:
        radial-gradient(circle at 15% 20%, rgba(255,255,255,0.06), transparent 28%),
        linear-gradient(135deg, #0f172a, #1e293b 60%, #334155);
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    body.page-faq .page-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        repeating-linear-gradient(
          90deg,
          transparent,
          transparent 80px,
          rgba(255,255,255,0.03) 81px,
          transparent 82px
        );
      pointer-events: none;
    }

    body.page-faq .page-hero .container {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
      align-items: center;
      gap: 44px;
    }

    body.page-faq .hero-copy {
      max-width: 760px;
    }

    body.page-faq .hero-visual {
      width: 100%;
      max-width: 520px;
      margin-left: auto;
    }

    body.page-faq .hero-visual img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      border-radius: 28px;
      border: 1px solid rgba(255,255,255,0.12);
      box-shadow: 0 20px 50px rgba(0,0,0,0.35);
    }

    body.page-faq .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #ffd089;
      font-size: 0.88rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    body.page-faq .eyebrow::before {
      content: "";
      width: 36px;
      height: 1px;
      background: rgba(255,255,255,0.28);
    }

    body.page-faq .page-hero h1 {
      margin-top: 18px;
      font-size: clamp(2.2rem, 5vw, 4rem);
      line-height: 1.15;
      letter-spacing: 0.04em;
      text-shadow: 0 8px 24px rgba(0,0,0,0.35);
    }

    body.page-faq .page-hero p {
      margin-top: 16px;
      max-width: 760px;
      color: rgba(255,255,255,0.88);
      font-size: clamp(1rem, 1.8vw, 1.12rem);
    }

    body.page-faq .section {
      padding: 88px 0;
    }

    body.page-faq .section-head {
      display: grid;
      gap: 14px;
      margin-bottom: 34px;
      max-width: 760px;
    }

    body.page-faq .section-head h2 {
      font-size: clamp(1.8rem, 3vw, 2.8rem);
      line-height: 1.2;
    }

    body.page-faq .section-lead {
      color: var(--muted);
      font-size: 1.02rem;
    }

    body.page-faq .faq-layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: 18px;
    }

    body.page-faq .faq-item {
      background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 0 24px;
      box-shadow: var(--shadow);
    }

    body.page-faq .faq-item summary {
      list-style: none;
      cursor: pointer;
      padding: 22px 0;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      font-size: 1rem;
    }

    body.page-faq .faq-item summary::-webkit-details-marker {
      display: none;
    }

    body.page-faq .faq-item summary::after {
      content: "+";
      font-size: 1.4rem;
      line-height: 1;
      color: #ffd089;
      flex: 0 0 auto;
    }

    body.page-faq .faq-item[open] summary::after {
      content: "−";
    }

    body.page-faq .faq-answer {
      padding-bottom: 22px;
      color: var(--muted);
    }

    body.page-faq .faq-answer p + p {
      margin-top: 10px;
    }

    body.page-faq .cta-box {
      margin-top: 40px;
      padding: 30px;
      border-radius: 32px;
      background:
        radial-gradient(circle at top left, rgba(245,158,11,0.14), transparent 32%),
        linear-gradient(135deg, #101c2d, #16253b 55%, #1f314a);
      border: 1px solid rgba(255,255,255,0.08);
      box-shadow: var(--shadow);
    }

    body.page-faq .cta-box h3 {
      font-size: clamp(1.4rem, 2vw, 2rem);
      line-height: 1.3;
    }

    body.page-faq .cta-box p {
      color: var(--muted);
      margin-top: 12px;
      max-width: 720px;
    }

    body.page-faq .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 20px;
    }

    body.page-faq .site-footer {
      padding: 40px 0 48px;
      color: rgba(255,255,255,0.72);
      font-size: 0.94rem;
    }

    body.page-faq .site-footer .container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 220px;
      gap: 24px;
      justify-content: start;
      align-items: start;
      border-top: 1px solid rgba(255,255,255,0.08);
      padding-top: 24px;
    }

    body.page-faq .footer-info {
      padding-left: 8px;
    }

    body.page-faq .footer-block h3 {
      font-size: 1rem;
      color: #ffffff;
      margin-bottom: 10px;
    }

    body.page-faq .footer-block p {
      margin: 0 0 8px;
      color: rgba(255,255,255,0.72);
      line-height: 1.8;
      word-break: break-word;
    }

    body.page-faq .footer-block a {
      color: #ffd089;
    }
body.page-faq .footer-copy {
      margin-top: 28px;
      padding-top: 18px;
      border-top: 1px solid rgba(255,255,255,0.08);
      text-align: center;
      color: rgba(255,255,255,0.5);
      font-size: 0.82rem;
    }

    body.page-faq .footer-copy p {
      margin: 0;
    }

    body.page-faq .flash-message {
      position: fixed;
      top: 110px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 130;
      width: min(calc(100% - 24px), 640px);
      padding: 14px 18px;
      border-radius: 16px;
      color: #fff;
      font-weight: 700;
      box-shadow: 0 20px 40px rgba(0,0,0,0.28);
      display: none;
    }

    body.page-faq .flash-message.is-show {
      display: block;
    }

    body.page-faq .flash-message.success {
      background: rgba(34, 197, 94, 0.95);
    }

    body.page-faq .flash-message.error {
      background: rgba(239, 68, 68, 0.95);
    }

    body.page-faq .contact-modal {
      position: fixed;
      inset: 0;
      z-index: 120;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    body.page-faq .contact-modal.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    body.page-faq .contact-modal-overlay {
      position: absolute;
      inset: 0;
      background: rgba(2, 6, 23, 0.72);
      backdrop-filter: blur(8px);
    }

    body.page-faq .contact-modal-dialog {
      position: relative;
      width: min(calc(100% - 32px), 760px);
      max-height: calc(100svh - 40px);
      margin: 20px auto;
      overflow-y: auto;
      border-radius: 28px;
      border: 1px solid rgba(255,255,255,0.1);
      background:
        radial-gradient(circle at top left, rgba(245,158,11,0.08), transparent 30%),
        linear-gradient(180deg, rgba(19,36,59,0.98), rgba(8,17,31,0.98));
      box-shadow: 0 30px 80px rgba(0,0,0,0.42);
    }

    body.page-faq .contact-modal-close {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 44px;
      height: 44px;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 999px;
      background: rgba(255,255,255,0.06);
      color: #fff;
      font-size: 1.4rem;
      cursor: pointer;
    }

    body.page-faq .contact-modal-body {
      padding: 40px 28px 28px;
    }

    body.page-faq .contact-modal-kicker {
      color: #ffd089;
      font-size: 0.82rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    body.page-faq .contact-modal-body h2 {
      font-size: clamp(1.8rem, 3vw, 2.5rem);
      line-height: 1.2;
      margin-bottom: 12px;
    }

    body.page-faq .contact-modal-lead {
      color: rgba(255,255,255,0.76);
      margin-bottom: 24px;
      line-height: 1.8;
    }

    body.page-faq .contact-form {
      display: grid;
      gap: 18px;
    }

    body.page-faq .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    body.page-faq .form-field {
      display: grid;
      gap: 8px;
    }

    body.page-faq .form-field label {
      font-weight: 700;
      color: #fff;
    }

    body.page-faq .form-field label span {
      color: #ffd089;
      font-size: 0.82rem;
      margin-left: 6px;
    }

    body.page-faq .form-field input,
body.page-faq .form-field select,
body.page-faq .form-field textarea {
      width: 100%;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 14px;
      background: rgba(255,255,255,0.04);
      color: #fff;
      padding: 14px 16px;
      outline: none;
      transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    }

    body.page-faq .form-field input::placeholder,
body.page-faq .form-field textarea::placeholder {
      color: rgba(255,255,255,0.4);
    }

    body.page-faq .form-field input:focus,
body.page-faq .form-field select:focus,
body.page-faq .form-field textarea:focus {
      border-color: rgba(245,158,11,0.7);
      background: rgba(255,255,255,0.06);
      box-shadow: 0 0 0 4px rgba(245,158,11,0.12);
    }

    body.page-faq .form-field select option {
      color: #111827;
    }

    body.page-faq .form-field textarea {
      resize: vertical;
      min-height: 140px;
    }

    body.page-faq .form-check {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: rgba(255,255,255,0.8);
      font-size: 0.94rem;
    }

    body.page-faq .form-check input {
      margin-top: 3px;
      width: auto;
    }

    body.page-faq .form-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 6px;
    }

    body.page-faq .form-note {
      color: rgba(255,255,255,0.52);
      font-size: 0.88rem;
      line-height: 1.7;
    }

    body.page-faq .captcha-help {
      color: rgba(255,255,255,0.6);
      font-size: 0.85rem;
    }

    body.page-faq .honeypot {
      position: absolute !important;
      left: -9999px !important;
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
      opacity: 0 !important;
      pointer-events: none !important;
    }

    @keyframes ctaPulse {
      0%, 100% {
        box-shadow:
          0 14px 30px rgba(249, 115, 22, 0.35),
          0 0 0 0 rgba(249, 115, 22, 0.22);
      }
      50% {
        box-shadow:
          0 18px 36px rgba(249, 115, 22, 0.45),
          0 0 0 10px rgba(249, 115, 22, 0);
      }
    }

    @media (min-width: 1025px) {

      body.page-faq .site-header .container {
        min-height: 96px;
        padding-right: 0;
      }

      body.page-faq .logo {
        gap: 16px;
        margin-left: -48px;
      }

      body.page-faq .logo-image {
        width: 82px;
        height: 82px;
      }

      body.page-faq .logo span {
        font-size: 1.24rem;
        line-height: 1.12;
      }

      body.page-faq .header-actions {
        transform: translateX(14px);
      }
    
}

    @media (max-width: 1024px) {

      body.page-faq .site-header .container {
        grid-template-columns: max-content 1fr max-content;
        gap: 14px;
        min-height: 80px;
        padding-right: 6px;
      }

      body.page-faq .logo {
        gap: 10px;
        margin-left: 0;
      }

      body.page-faq .logo-image {
        width: 60px;
        height: 60px;
      }

      body.page-faq .logo span {
        font-size: 0.98rem;
      }

      body.page-faq .nav {
        gap: 16px;
        font-size: 0.8rem;
        padding: 0 12px;
      }

      body.page-faq .nav-link {
        min-height: 40px;
        padding: 0 2px;
      }

      body.page-faq .header-actions {
        gap: 8px;
        margin-right: -6px;
        transform: none;
      }

      body.page-faq .header-actions .btn {
        min-height: 42px;
        padding: 0 14px;
        font-size: 0.82rem;
      }

      body.page-faq .header-tel {
        padding: 7px 10px;
      }

      body.page-faq .header-tel small {
        font-size: 0.56rem;
      }

      body.page-faq .header-tel span {
        font-size: 0.9rem;
      }

      body.page-faq .site-footer .container {
        grid-template-columns: 1fr 1fr;
      }

      body.page-faq .page-hero .container {
        grid-template-columns: 1fr;
        gap: 28px;
      }

      body.page-faq .hero-visual {
        max-width: 100%;
      }
    
}

    @media (max-width: 768px) {

      body.page-faq .container {
        width: min(calc(100% - 28px), var(--max));
      }

      body.page-faq .site-header .container {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
      }

      body.page-faq .logo {
        gap: 10px;
        margin-left: 0;
      }

      body.page-faq .logo-image {
        width: 64px;
        height: 64px;
      }

      body.page-faq .logo span {
        font-size: 1rem;
      }

      body.page-faq .menu-toggle {
        display: inline-flex;
        position: relative;
        z-index: 70;
      }

      body.page-faq .nav {
        display: none;
      }

      body.page-faq .header-actions {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        margin-right: 0;
        transform: none;
      }

      body.page-faq .header-actions .btn {
        width: 100%;
        max-width: 320px;
      }

      body.page-faq .header-tel {
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 320px;
      }

      body.page-faq .header-tel small {
        font-size: 0.68rem;
      }

      body.page-faq .header-tel span {
        font-size: 1.08rem;
      }

      body.page-faq .mobile-menu-overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 58;
        background: linear-gradient(180deg, rgba(2,6,23,0.45), rgba(2,6,23,0.78));
        backdrop-filter: blur(6px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.32s ease, visibility 0.32s ease;
      }

      body.page-faq .mobile-menu-overlay.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      body.page-faq .mobile-menu {
        display: block;
        position: fixed;
        top: 84px;
        right: 14px;
        left: 14px;
        z-index: 60;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px) scale(0.98);
        transition: opacity 0.32s ease, visibility 0.32s ease, transform 0.32s ease;
        pointer-events: none;
      }

      body.page-faq .mobile-menu.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        pointer-events: auto;
      }

      body.page-faq .mobile-menu-panel {
        border-radius: 26px;
        padding: 18px;
        border: 1px solid rgba(255,255,255,0.08);
        background:
          radial-gradient(circle at top left, rgba(245,158,11,0.08), transparent 28%),
          linear-gradient(180deg, rgba(18,28,45,0.98), rgba(8,17,31,0.98));
        box-shadow: 0 28px 70px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.06);
        backdrop-filter: blur(18px);
        max-height: calc(100svh - 110px);
        overflow-y: auto;
      }

      body.page-faq .mobile-menu-head {
        margin-bottom: 16px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
      }

      body.page-faq .mobile-menu-kicker {
        color: rgba(255,255,255,0.58);
        font-size: 0.74rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
      }

      body.page-faq .mobile-menu-title {
        margin-top: 6px;
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        color: #fff;
      }

      body.page-faq .mobile-nav {
        display: grid;
        gap: 8px;
      }

      body.page-faq .mobile-nav a {
        display: block;
        padding: 14px 16px;
        border-radius: 16px;
        background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
        border: 1px solid rgba(255,255,255,0.06);
        color: rgba(255,255,255,0.94);
        font-size: 0.98rem;
        line-height: 1.45;
      }

      body.page-faq .mobile-nav a.sub-link {
        padding-left: 24px;
        font-size: 0.92rem;
        color: rgba(255,255,255,0.74);
      }

      body.page-faq .mobile-menu-actions {
        display: grid;
        gap: 10px;
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid rgba(255,255,255,0.08);
      }

      body.page-faq .mobile-menu-actions .btn {
        width: 100%;
      }

      body.page-faq .mobile-menu-foot {
        margin-top: 14px;
        text-align: center;
        color: rgba(255,255,255,0.48);
        line-height: 1.7;
      }

      body.page-faq .mobile-menu-foot small {
        font-size: 0.75rem;
      }

      body.page-faq .page-hero {
        padding: 108px 0 56px;
      }

      body.page-faq .page-hero .container {
        grid-template-columns: 1fr;
        gap: 24px;
      }

      body.page-faq .hero-copy {
        text-align: center;
      }

      body.page-faq .eyebrow {
        justify-content: center;
        font-size: 0.8rem;
        letter-spacing: 0.1em;
      }

      body.page-faq .eyebrow::before {
        width: 24px;
      }

      body.page-faq .page-hero h1 {
        margin-top: 14px;
        font-size: clamp(1.9rem, 9vw, 2.6rem);
        line-height: 1.2;
      }

      body.page-faq .page-hero p {
        font-size: 0.96rem;
        line-height: 1.8;
      }

      body.page-faq .hero-visual {
        max-width: 100%;
      }

      body.page-faq .hero-visual img {
        max-height: 420px;
        border-radius: 20px;
      }

      body.page-faq .section {
        padding: 64px 0;
      }

      body.page-faq .section-head {
        margin-bottom: 26px;
      }

      body.page-faq .section-head h2 {
        font-size: clamp(1.45rem, 6vw, 2rem);
      }

      body.page-faq .section-lead {
        font-size: 0.95rem;
        line-height: 1.9;
      }

      body.page-faq .faq-item {
        border-radius: 18px;
        padding: 0 18px;
      }

      body.page-faq .faq-item summary {
        padding: 18px 0;
        font-size: 0.98rem;
      }

      body.page-faq .faq-answer {
        padding-bottom: 18px;
        font-size: 0.95rem;
        line-height: 1.8;
      }

      body.page-faq .cta-box {
        border-radius: 22px;
        padding: 24px 18px;
      }

      body.page-faq .cta-box p {
        font-size: 0.95rem;
        line-height: 1.8;
      }

      body.page-faq .cta-actions {
        display: grid;
        grid-template-columns: 1fr;
      }

      body.page-faq .site-footer {
        padding: 28px 0 36px;
        font-size: 0.86rem;
      }

      body.page-faq .site-footer .container {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      body.page-faq .footer-info {
        padding-left: 0;
      }
body.page-faq .footer-copy {
        margin-top: 22px;
        padding-top: 16px;
        font-size: 0.78rem;
      }

      body.page-faq .contact-modal-dialog {
        width: min(calc(100% - 20px), 760px);
        margin: 10px auto;
        max-height: calc(100svh - 20px);
        border-radius: 22px;
      }

      body.page-faq .contact-modal-body {
        padding: 36px 18px 20px;
      }

      body.page-faq .form-grid {
        grid-template-columns: 1fr;
      }

      body.page-faq .form-actions {
        flex-direction: column;
      }

      body.page-faq .form-actions .btn {
        width: 100%;
      }
    
}

    @media (max-width: 480px) {

      body.page-faq .container {
        width: min(calc(100% - 22px), var(--max));
      }

      body.page-faq .site-header .container {
        grid-template-columns: 1fr auto;
        gap: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
      }

      body.page-faq .logo {
        gap: 8px;
      }

      body.page-faq .logo-image {
        width: 52px;
        height: 52px;
      }

      body.page-faq .logo span {
        font-size: 0.84rem;
      }

      body.page-faq .menu-toggle {
        width: 44px;
        height: 44px;
        border-radius: 12px;
      }

      body.page-faq .btn {
        min-height: 44px;
        font-size: 0.9rem;
        padding: 0 14px;
      }

      body.page-faq .mobile-menu {
        top: 76px;
        right: 10px;
        left: 10px;
      }

      body.page-faq .mobile-menu-panel {
        border-radius: 22px;
        padding: 14px;
      }

      body.page-faq .mobile-nav a {
        padding: 13px 14px;
        font-size: 0.93rem;
      }

      body.page-faq .mobile-nav a.sub-link {
        padding-left: 20px;
        font-size: 0.88rem;
      }

      body.page-faq .page-hero {
        padding: 100px 0 48px;
      }

      body.page-faq .faq-item {
        padding: 0 16px;
      }

      body.page-faq .cta-box {
        padding: 20px 16px;
      }
    
}

    @media (prefers-reduced-motion: reduce) {

      html {
        scroll-behavior: auto;
      }

      body.page-faq .btn,
body.page-faq .nav a,
body.page-faq .menu-toggle span,
body.page-faq .mobile-menu,
body.page-faq .mobile-menu-overlay {
        transition: none !important;
        animation: none !important;
      }
    
}

    /* ===== Header Instagram link ===== */
    body.page-faq .header-instagram {
      display: inline-grid;
      place-items: center;
      justify-self: end;
      width: 50px;
      height: 50px;
      flex: 0 0 auto;
      border-radius: 16px;
      color: #ffffff;
      background:
        radial-gradient(circle at 30% 105%, #feda75 0 18%, #fa7e1e 32%, transparent 54%),
        linear-gradient(135deg, #833ab4, #c13584 45%, #e1306c 72%, #fd1d1d);
      border: 1px solid rgba(255,255,255,0.2);
      box-shadow: 0 12px 28px rgba(0,0,0,0.24);
      transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }

    body.page-faq .header-instagram:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(0,0,0,0.3);
      filter: brightness(1.06);
    }

    body.page-faq .header-instagram:focus-visible {
      outline: 3px solid #ffd089;
      outline-offset: 3px;
    }

    body.page-faq .header-instagram svg {
      width: 26px;
      height: 26px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    body.page-faq .site-footer .container {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    @media (min-width: 769px) {

      body.page-faq .site-header .container {
        grid-template-columns: max-content minmax(0, 1fr) auto auto;
        gap: 14px;
      }
    
}

    @media (max-width: 1024px) and (min-width: 769px) {

      body.page-faq .site-header .container {
        grid-template-columns: max-content minmax(0, 1fr) max-content max-content;
        gap: 8px;
      }

      body.page-faq .header-instagram {
        width: 44px;
        height: 44px;
        border-radius: 14px;
      }

      body.page-faq .header-instagram svg {
        width: 23px;
        height: 23px;
      }

      body.page-faq .site-footer .container {
        grid-template-columns: 1fr 1fr;
      }
    
}

    @media (max-width: 768px) {

      body.page-faq .site-header .container {
        grid-template-columns: 1fr auto auto;
      }

      body.page-faq .site-header .logo {
        grid-column: 1;
        grid-row: 1;
      }

      body.page-faq .site-header .menu-toggle {
        grid-column: 2;
        grid-row: 1;
      }

      body.page-faq .header-instagram {
        grid-column: 3;
        grid-row: 1;
        width: 48px;
        height: 48px;
        border-radius: 14px;
      }

      body.page-faq .header-actions {
        grid-column: 1 / -1;
        grid-row: 2;
      }

      body.page-faq .site-footer .container {
        grid-template-columns: 1fr;
      }
    
}

    @media (prefers-reduced-motion: reduce) {

      body.page-faq .header-instagram {
        transition: none !important;
      }
    
}

  

    /* ===== Balanced responsive header layout ===== */
    body.page-faq .site-header .container {
      width: min(calc(100% - 32px), 1420px);
      max-width: none;
      grid-template-columns: minmax(220px, auto) minmax(420px, 1fr) auto auto;
      align-items: center;
      column-gap: clamp(10px, 1.25vw, 20px);
      min-height: 84px;
      padding: 10px 0;
    }

    body.page-faq .site-header .logo {
      margin: 0;
      gap: 10px;
      max-width: 280px;
    }

    body.page-faq .site-header .logo-image {
      width: 66px;
      height: 66px;
    }

    body.page-faq .site-header .logo span {
      font-size: 1.04rem;
      line-height: 1.12;
    }

    body.page-faq .site-header .nav {
      width: 100%;
      padding: 0;
      gap: clamp(12px, 1.2vw, 22px);
      font-size: 0.84rem;
    }

    body.page-faq .site-header .nav-link {
      padding: 0 2px;
    }

    body.page-faq .site-header .header-actions {
      width: auto;
      margin: 0;
      transform: none;
      gap: 8px;
    }

    body.page-faq .site-header .header-actions .btn {
      min-height: 46px;
      padding: 0 16px;
      font-size: 0.82rem;
    }

    body.page-faq .site-header .header-tel {
      min-height: 46px;
      padding: 6px 10px;
      align-items: center;
      text-align: center;
    }

    body.page-faq .site-header .header-tel small {
      font-size: 0.54rem;
    }

    body.page-faq .site-header .header-tel span {
      font-size: 0.88rem;
    }

    body.page-faq .site-header .header-instagram {
      width: 46px;
      height: 46px;
      border-radius: 14px;
      margin: 0;
      transform: none;
    }

    body.page-faq .site-header .header-instagram:hover {
      transform: translateY(-2px);
    }

    @media (max-width: 1279px) and (min-width: 1101px) {

      body.page-faq .site-header .container {
        width: min(calc(100% - 24px), 1260px);
        grid-template-columns: minmax(185px, auto) minmax(360px, 1fr) auto auto;
        column-gap: 10px;
        min-height: 76px;
        padding: 8px 0;
      }

      body.page-faq .site-header .logo {
        gap: 8px;
      }

      body.page-faq .site-header .logo-image {
        width: 56px;
        height: 56px;
      }

      body.page-faq .site-header .logo span {
        font-size: 0.9rem;
      }

      body.page-faq .site-header .nav {
        gap: 11px;
        font-size: 0.76rem;
      }

      body.page-faq .site-header .header-actions .btn {
        min-height: 42px;
        padding: 0 12px;
        font-size: 0.75rem;
      }

      body.page-faq .site-header .header-tel {
        min-height: 42px;
        padding: 6px 9px;
      }

      body.page-faq .site-header .header-tel small {
        display: none;
      }

      body.page-faq .site-header .header-tel span {
        font-size: 0.8rem;
      }

      body.page-faq .site-header .header-instagram {
        width: 42px;
        height: 42px;
        border-radius: 13px;
      }

      body.page-faq .site-header .header-instagram svg {
        width: 22px;
        height: 22px;
      }
    
}

    @media (max-width: 1100px) {

      body.page-faq .site-header .container {
        width: min(calc(100% - 24px), 1040px);
        grid-template-columns: minmax(0, 1fr) auto auto auto;
        gap: 10px;
        min-height: 74px;
        padding: 8px 0;
      }

      body.page-faq .site-header .logo {
        grid-column: 1;
        grid-row: 1;
        min-width: 0;
        max-width: none;
        gap: 9px;
      }

      body.page-faq .site-header .logo-image {
        width: 56px;
        height: 56px;
      }

      body.page-faq .site-header .logo span {
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.92rem;
      }

      body.page-faq .site-header .nav {
        display: none;
      }

      body.page-faq .site-header .header-actions {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        width: auto;
        gap: 0;
      }

      body.page-faq .site-header .header-actions .btn {
        display: none;
      }

      body.page-faq .site-header .header-tel {
        width: auto;
        min-height: 44px;
        padding: 7px 11px;
        border-radius: 13px;
      }

      body.page-faq .site-header .header-tel small {
        display: none;
      }

      body.page-faq .site-header .header-tel span {
        font-size: 0.82rem;
      }

      body.page-faq .site-header .menu-toggle {
        display: inline-flex;
        grid-column: 3;
        grid-row: 1;
        position: relative;
        z-index: 70;
        width: 44px;
        height: 44px;
        border-radius: 13px;
      }

      body.page-faq .site-header .header-instagram {
        grid-column: 4;
        grid-row: 1;
        width: 44px;
        height: 44px;
        border-radius: 13px;
      }

      body.page-faq .site-header .header-instagram svg {
        width: 23px;
        height: 23px;
      }

      body.page-faq .mobile-menu-overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 58;
        background: linear-gradient(180deg, rgba(2,6,23,0.45), rgba(2,6,23,0.78));
        backdrop-filter: blur(6px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.32s ease, visibility 0.32s ease;
      }

      body.page-faq .mobile-menu-overlay.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      body.page-faq .mobile-menu {
        display: block;
        position: fixed;
        top: 82px;
        right: 14px;
        left: 14px;
        z-index: 60;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px) scale(0.98);
        transition: opacity 0.32s ease, visibility 0.32s ease, transform 0.32s ease;
        pointer-events: none;
      }

      body.page-faq .mobile-menu.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        pointer-events: auto;
      }

      body.page-faq .mobile-menu-panel {
        border-radius: 26px;
        padding: 18px;
        border: 1px solid rgba(255,255,255,0.08);
        background:
          radial-gradient(circle at top left, rgba(245,158,11,0.08), transparent 28%),
          linear-gradient(180deg, rgba(18,28,45,0.98), rgba(8,17,31,0.98));
        box-shadow: 0 28px 70px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.06);
        backdrop-filter: blur(18px);
        max-height: calc(100svh - 104px);
        overflow-y: auto;
      }

      body.page-faq .mobile-menu-head {
        margin-bottom: 16px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
      }

      body.page-faq .mobile-menu-kicker {
        color: rgba(255,255,255,0.58);
        font-size: 0.74rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
      }

      body.page-faq .mobile-menu-title {
        margin-top: 6px;
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        color: #fff;
      }

      body.page-faq .mobile-nav {
        display: grid;
        gap: 8px;
      }

      body.page-faq .mobile-nav a {
        display: block;
        padding: 14px 16px;
        border-radius: 16px;
        background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
        border: 1px solid rgba(255,255,255,0.06);
        color: rgba(255,255,255,0.94);
        font-size: 0.98rem;
        line-height: 1.45;
      }

      body.page-faq .mobile-nav a.sub-link {
        padding-left: 24px;
        font-size: 0.92rem;
        color: rgba(255,255,255,0.74);
      }

      body.page-faq .mobile-menu-actions {
        display: grid;
        gap: 10px;
        margin-top: 18px;
      }

      body.page-faq .mobile-menu-actions .btn {
        width: 100%;
      }

      body.page-faq .mobile-menu-foot {
        margin-top: 16px;
        padding-top: 14px;
        border-top: 1px solid rgba(255,255,255,0.08);
        color: rgba(255,255,255,0.58);
        line-height: 1.7;
      }
    
}

    @media (max-width: 768px) {

      body.page-faq .site-header .container {
        width: min(calc(100% - 20px), var(--max));
        grid-template-columns: minmax(0, 1fr) auto auto;
        gap: 8px;
        min-height: auto;
        padding: 8px 0 9px;
      }

      body.page-faq .site-header .logo {
        grid-column: 1;
        grid-row: 1;
        gap: 8px;
      }

      body.page-faq .site-header .logo-image {
        width: 50px;
        height: 50px;
      }

      body.page-faq .site-header .logo span {
        font-size: 0.82rem;
        white-space: nowrap;
      }

      body.page-faq .site-header .menu-toggle {
        grid-column: 2;
        grid-row: 1;
        width: 42px;
        height: 42px;
      }

      body.page-faq .site-header .header-instagram {
        grid-column: 3;
        grid-row: 1;
        width: 42px;
        height: 42px;
      }

      body.page-faq .site-header .header-actions {
        grid-column: 1 / -1;
        grid-row: 2;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        width: 100%;
        gap: 8px;
      }

      body.page-faq .site-header .header-actions .btn {
        display: inline-flex;
        width: 100%;
        max-width: none;
        min-height: 40px;
        padding: 0 10px;
        font-size: 0.76rem;
      }

      body.page-faq .site-header .header-tel {
        width: 100%;
        max-width: none;
        min-height: 40px;
        padding: 6px 8px;
      }

      body.page-faq .site-header .header-tel span {
        font-size: 0.76rem;
      }

      body.page-faq .mobile-menu {
        top: 126px;
      }

      body.page-faq .mobile-menu-panel {
        max-height: calc(100svh - 146px);
      }
    
}

    @media (max-width: 540px) {

      body.page-faq .site-header .container {
        width: min(calc(100% - 16px), var(--max));
        gap: 7px;
      }

      body.page-faq .site-header .logo-image {
        width: 46px;
        height: 46px;
      }

      body.page-faq .site-header .logo span {
        font-size: 0.74rem;
        letter-spacing: 0;
      }

      body.page-faq .site-header .menu-toggle,
body.page-faq .site-header .header-instagram {
        width: 40px;
        height: 40px;
        border-radius: 12px;
      }

      body.page-faq .site-header .header-instagram svg {
        width: 21px;
        height: 21px;
      }

      body.page-faq .site-header .header-actions .btn,
body.page-faq .site-header .header-tel {
        min-height: 38px;
      }

      body.page-faq .site-header .header-actions .btn {
        padding: 0 6px;
        font-size: 0.7rem;
      }

      body.page-faq .site-header .header-tel span {
        font-size: 0.7rem;
        letter-spacing: 0;
      }

      body.page-faq .mobile-menu {
        top: 118px;
        right: 8px;
        left: 8px;
      }

      body.page-faq .mobile-menu-panel {
        padding: 14px;
        border-radius: 22px;
        max-height: calc(100svh - 132px);
      }
    
}


/* ===== index.html ===== */
body.page-index {
      --bg: #08111f;
      --panel: #0f1b2d;
      --panel-2: #13243b;
      --line: rgba(255,255,255,0.08);
      --text: #eef4ff;
      --muted: rgba(238,244,255,0.76);
      --accent: #f59e0b;
      --accent-2: #dc2626;
      --max: 1120px;
      --shadow: 0 18px 50px rgba(0,0,0,0.28);
      --success: #22c55e;
      --error: #ef4444;
    }

    body.page-index * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
      -webkit-text-size-adjust: 100%;
    }

    body.page-index {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: linear-gradient(180deg, #08111f 0%, #0b1220 30%, #09111d 100%);
      color: var(--text);
      line-height: 1.6;
      overflow-x: hidden;
      word-break: break-word;
    }

    body.page-index.menu-open,
body.page-index.contact-open {
      overflow: hidden;
    }

    body.page-index img {
      max-width: 100%;
      display: block;
    }

    body.page-index a {
      color: inherit;
      text-decoration: none;
    }

    body.page-index button,
body.page-index input,
body.page-index select,
body.page-index textarea {
      font: inherit;
    }

    body.page-index .container {
      width: min(calc(100% - 40px), var(--max));
      margin: 0 auto;
    }

    body.page-index .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      backdrop-filter: blur(12px);
      background: rgba(8, 17, 31, 0.72);
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    body.page-index .site-header .container {
      display: grid;
      grid-template-columns: max-content 1fr auto;
      align-items: center;
      gap: 20px;
      min-height: 92px;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 0;
      padding-right: 0;
    }

    body.page-index .logo {
      display: inline-flex;
      align-items: center;
      justify-self: start;
      gap: 14px;
      font-weight: 800;
      letter-spacing: 0.01em;
      min-width: 0;
      max-width: none;
      flex-shrink: 0;
      margin-left: -60px;
    }

    body.page-index .logo-image {
      width: 76px;
      height: 76px;
      object-fit: contain;
      display: block;
      flex: 0 0 auto;
    }

    body.page-index .logo span {
      display: block;
      line-height: 1.15;
      font-size: 1.18rem;
      white-space: nowrap;
      text-align: left;
    }

    body.page-index .nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      color: rgba(255,255,255,0.88);
      font-size: 0.88rem;
      white-space: nowrap;
      min-width: 0;
      padding: 0 20px;
    }

    body.page-index .nav-item {
      position: relative;
      display: flex;
      align-items: center;
    }

    body.page-index .nav-link,
body.page-index .submenu a {
      transition: opacity 0.2s ease, color 0.2s ease;
    }

    body.page-index .nav-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 4px;
      font-weight: 700;
    }

    body.page-index .nav-link:hover,
body.page-index .submenu a:hover {
      opacity: 0.75;
    }

    body.page-index .submenu {
      position: absolute;
      top: calc(100% + 14px);
      left: 0;
      min-width: 220px;
      padding: 12px;
      display: grid;
      gap: 6px;
      background: rgba(8, 17, 31, 0.94);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 18px;
      box-shadow: 0 18px 40px rgba(0,0,0,0.28);
      opacity: 0;
      visibility: hidden;
      transform: translateY(8px);
      transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
      backdrop-filter: blur(12px);
      z-index: 20;
    }

    body.page-index .submenu a {
      padding: 10px 12px;
      border-radius: 12px;
      color: rgba(255,255,255,0.88);
      background: rgba(255,255,255,0.02);
    }

    body.page-index .nav-item:hover .submenu,
body.page-index .nav-item:focus-within .submenu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    body.page-index .header-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      justify-self: end;
      gap: 10px;
      flex-wrap: nowrap;
      margin-right: 0;
      transform: translateX(10px);
    }

    body.page-index .header-tel {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 2px;
      color: #ffffff;
      font-weight: 800;
      letter-spacing: 0.01em;
      white-space: nowrap;
      line-height: 1.15;
      background: linear-gradient(135deg, rgba(220, 38, 38, 0.18), rgba(245, 158, 11, 0.16));
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 14px;
      padding: 8px 12px;
      box-shadow: 0 10px 24px rgba(0,0,0,0.22);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    body.page-index .header-tel small {
      color: rgba(255,255,255,0.74);
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.05em;
    }

    body.page-index .header-tel span {
      font-size: 1rem;
      font-weight: 900;
      color: #ffd089;
      letter-spacing: 0.02em;
    }

    body.page-index .header-tel:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 30px rgba(0,0,0,0.28);
    }

    body.page-index .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 0 22px;
      border-radius: 999px;
      font-weight: 800;
      transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
      border: 1px solid transparent;
      white-space: nowrap;
      text-align: center;
      position: relative;
      cursor: pointer;
    }

    body.page-index .btn:hover {
      transform: translateY(-2px) scale(1.01);
      opacity: 1;
    }

    body.page-index .btn-primary {
      background: linear-gradient(135deg, #facc15, #f97316 55%, #ef4444);
      color: #111827;
      box-shadow:
        0 14px 30px rgba(249, 115, 22, 0.35),
        0 0 0 6px rgba(249, 115, 22, 0.08);
      font-weight: 900;
    }

    body.page-index .btn-primary:hover {
      box-shadow:
        0 18px 38px rgba(249, 115, 22, 0.42),
        0 0 0 8px rgba(249, 115, 22, 0.12);
    }

    body.page-index .btn-secondary {
      background: rgba(255,255,255,0.04);
      border-color: rgba(255,255,255,0.12);
      color: var(--text);
    }

    body.page-index .cta-pulse {
      animation: ctaPulse 1.8s ease-in-out infinite;
    }

    body.page-index .menu-toggle {
      display: none;
      width: 48px;
      height: 48px;
      border: 1px solid rgba(255,255,255,0.12);
      background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
      border-radius: 14px;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow:
        0 10px 24px rgba(0,0,0,0.18),
        inset 0 1px 0 rgba(255,255,255,0.08);
    }

    body.page-index .menu-toggle:hover {
      background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
      border-color: rgba(255,255,255,0.2);
      transform: translateY(-1px);
    }

    body.page-index .menu-toggle span {
      display: block;
      width: 21px;
      height: 2px;
      border-radius: 999px;
      background: #ffffff;
      transition: transform 0.28s ease, opacity 0.28s ease;
    }

    body.page-index .menu-toggle.is-open span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }

    body.page-index .menu-toggle.is-open span:nth-child(2) {
      opacity: 0;
    }

    body.page-index .menu-toggle.is-open span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }

    body.page-index .mobile-menu-overlay {
      display: none;
    }

    body.page-index .mobile-menu {
      display: none;
    }

    body.page-index .hero {
      position: relative;
      min-height: 100svh;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px 20px;
      background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.06), transparent 30%),
        linear-gradient(135deg, #0f172a, #1e293b 60%, #334155);
      isolation: isolate;
    }

    body.page-index .slideshow {
      position: absolute;
      inset: 0;
      opacity: 0;
      transition: opacity 0.8s ease;
      z-index: 0;
    }

    body.page-index .hero.is-slideshow .slideshow {
      opacity: 1;
    }

    body.page-index .slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      transform: scale(1.06);
      transition:
        opacity 0.9s ease,
        transform 5s ease;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    body.page-index .slide.is-active {
      opacity: 1;
      transform: scale(1);
    }

    body.page-index .slide::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(to top, rgba(0,0,0,0.45), rgba(0,0,0,0.15) 40%, rgba(0,0,0,0.4)),
        linear-gradient(90deg, rgba(0,0,0,0.22), transparent 35%, transparent 65%, rgba(0,0,0,0.18));
    }

    body.page-index .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        repeating-linear-gradient(
          90deg,
          transparent,
          transparent 80px,
          rgba(255,255,255,0.03) 81px,
          transparent 82px
        );
      pointer-events: none;
      z-index: 1;
    }

    body.page-index .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to top,
        rgba(11,18,32,0.55),
        rgba(11,18,32,0.12) 40%,
        rgba(11,18,32,0.45)
      );
      pointer-events: none;
      z-index: 1;
    }

    body.page-index .content {
      position: relative;
      z-index: 3;
      width: min(100%, 760px);
      text-align: center;
      animation: fadeUp 1.2s ease-out forwards;
      opacity: 0;
      animation-delay: 0.7s;
      padding: 0 24px;
    }

    body.page-index .content h1 {
      font-size: clamp(2rem, 4.8vw, 3.8rem);
      line-height: 1.2;
      letter-spacing: 0.04em;
      font-weight: 800;
      text-shadow: 0 8px 24px rgba(0,0,0,0.35);
    }

    body.page-index .keep-line {
      white-space: nowrap;
    }

    body.page-index .content p {
      margin: 12px auto 0;
      max-width: 520px;
      font-size: clamp(0.95rem, 1.6vw, 1.15rem);
      line-height: 1.7;
      color: rgba(255,255,255,0.88);
      text-shadow: 0 4px 18px rgba(0,0,0,0.28);
    }

    body.page-index .hero-title-anim,
body.page-index .hero-text-anim {
      min-height: 1em;
    }

    body.page-index .char {
      display: inline-block;
      opacity: 0;
      transform: translateY(14px);
      animation: charFadeUp 0.5s ease forwards;
    }

    body.page-index .hero-badges {
      margin-top: 28px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 12px;
    }

    body.page-index .hero-badge {
      padding: 10px 14px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.14);
      background: rgba(8,17,31,0.36);
      color: rgba(255,255,255,0.92);
      font-size: 0.92rem;
      backdrop-filter: blur(8px);
    }

    body.page-index .hero-actions {
      margin-top: 28px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 12px;
    }

    body.page-index .ball-wrap {
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
    }

    body.page-index .ball {
      position: absolute;
      width: 90px;
      height: 90px;
      border-radius: 50%;
      top: 58%;
      left: -120px;
      transform: translateY(-50%);
      transform-origin: 50% 50%;
      animation:
        ballFly 2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards,
        ballSpinTilt 2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards,
        fadeOut 0.45s ease 2.15s forwards;
      z-index: 2;
      overflow: visible;
      filter:
        drop-shadow(0 12px 28px rgba(0, 0, 0, 0.28))
        drop-shadow(0 4px 10px rgba(0, 0, 0, 0.18));
    }

    body.page-index .ball-svg {
      display: block;
      width: 100%;
      height: 100%;
      overflow: visible;
    }

    body.page-index .ball-outline {
      fill: url(#ballBodyGradient);
      stroke: rgba(28, 35, 48, 0.18);
      stroke-width: 1;
    }

    body.page-index .ball-surface-shadow {
      fill: url(#ballSurfaceShadow);
      opacity: 0.72;
    }

    body.page-index .ball-core-shadow {
      fill: rgba(55, 65, 81, 0.08);
    }

    body.page-index .ball-bottom-shadow {
      fill: rgba(17, 24, 39, 0.12);
    }

    body.page-index .ball-highlight-main {
      fill: url(#ballHighlightGradient);
      opacity: 0.92;
    }

    body.page-index .ball-highlight-soft {
      fill: rgba(255,255,255,0.22);
    }

    body.page-index .ball-grain {
      fill: url(#ballLeatherTexture);
      opacity: 0.2;
      mix-blend-mode: soft-light;
    }

    body.page-index .seam-group {
      transform-origin: 50px 50px;
      animation: seamWobble 2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    }

    body.page-index .seam-shadow {
      fill: none;
      stroke: rgba(33, 24, 24, 0.3);
      stroke-width: 2.2;
      stroke-linecap: round;
      opacity: 0.9;
    }

    body.page-index .seam-groove {
      fill: none;
      stroke: rgba(120, 32, 32, 0.2);
      stroke-width: 3.2;
      stroke-linecap: round;
      opacity: 0.7;
    }

    body.page-index .seam-red {
      fill: none;
      stroke: #c81e1e;
      stroke-width: 5.2;
      stroke-linecap: round;
      stroke-dasharray: 0.1 5.8;
      animation: seamRedShift 2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    }

    body.page-index .seam-red-soft {
      fill: none;
      stroke: rgba(255,255,255,0.18);
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-dasharray: 0.1 5.8;
      transform: translate(-0.5px, -0.5px);
      opacity: 0.72;
      animation: seamRedSoftShift 2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    }

    body.page-index .trail {
      position: absolute;
      width: 220px;
      height: 10px;
      background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.55));
      border-radius: 999px;
      top: 58%;
      left: 0;
      transform: translateY(-50%);
      filter: blur(4px);
      animation:
        trailFly 2s ease-out forwards,
        fadeOut 0.35s ease 2.05s forwards;
      z-index: 1;
    }

    body.page-index .section {
      padding: 96px 0;
    }

    body.page-index .section-head {
      display: grid;
      gap: 14px;
      margin-bottom: 42px;
      max-width: 720px;
    }

    body.page-index .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #ffd089;
      font-size: 0.88rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    body.page-index .eyebrow::before {
      content: "";
      width: 36px;
      height: 1px;
      background: rgba(255,255,255,0.28);
    }

    body.page-index .section h2 {
      font-size: clamp(1.8rem, 3.2vw, 3rem);
      line-height: 1.2;
    }

    body.page-index .section-lead {
      color: var(--muted);
      font-size: 1.02rem;
    }

    body.page-index .news-list {
      display: grid;
      gap: 16px;
    }

    body.page-index .news-item {
      display: grid;
      grid-template-columns: 140px 1fr;
      gap: 18px;
      align-items: start;
      padding: 22px 24px;
      border-radius: 20px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
      box-shadow: var(--shadow);
    }

    body.page-index .news-date {
      color: #ffd089;
      font-weight: 700;
      font-size: 0.95rem;
    }

    body.page-index .news-item h3 {
      font-size: 1.08rem;
      margin-bottom: 8px;
      line-height: 1.5;
    }

    body.page-index .news-item p {
      color: var(--muted);
    }

    body.page-index .site-footer {
      padding: 40px 0 48px;
      color: rgba(255,255,255,0.72);
      font-size: 0.94rem;
    }

    body.page-index .site-footer .container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 220px;
      gap: 24px;
      justify-content: start;
      align-items: start;
      border-top: 1px solid rgba(255,255,255,0.08);
      padding-top: 24px;
    }

    body.page-index .footer-info {
      padding-left: 8px;
    }

    body.page-index .footer-block h3 {
      font-size: 1rem;
      color: #ffffff;
      margin-bottom: 10px;
    }

    body.page-index .footer-block p {
      margin: 0 0 8px;
      color: rgba(255,255,255,0.72);
      line-height: 1.8;
    }

    body.page-index .footer-block a {
      color: #ffd089;
    }
body.page-index .footer-copy {
      margin-top: 28px;
      padding-top: 18px;
      border-top: 1px solid rgba(255,255,255,0.08);
      text-align: center;
      color: rgba(255,255,255,0.5);
      font-size: 0.82rem;
    }

    body.page-index .footer-copy p {
      margin: 0;
    }

    body.page-index .flash-message {
      position: fixed;
      top: 110px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 130;
      width: min(calc(100% - 24px), 640px);
      padding: 14px 18px;
      border-radius: 16px;
      color: #fff;
      font-weight: 700;
      box-shadow: 0 20px 40px rgba(0,0,0,0.28);
      display: none;
    }

    body.page-index .flash-message.is-show {
      display: block;
    }

    body.page-index .flash-message.success {
      background: rgba(34, 197, 94, 0.95);
    }

    body.page-index .flash-message.error {
      background: rgba(239, 68, 68, 0.95);
    }

    body.page-index .contact-modal {
      position: fixed;
      inset: 0;
      z-index: 120;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    body.page-index .contact-modal.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    body.page-index .contact-modal-overlay {
      position: absolute;
      inset: 0;
      background: rgba(2, 6, 23, 0.72);
      backdrop-filter: blur(8px);
    }

    body.page-index .contact-modal-dialog {
      position: relative;
      width: min(calc(100% - 32px), 760px);
      max-height: calc(100svh - 40px);
      margin: 20px auto;
      overflow-y: auto;
      border-radius: 28px;
      border: 1px solid rgba(255,255,255,0.1);
      background:
        radial-gradient(circle at top left, rgba(245,158,11,0.08), transparent 30%),
        linear-gradient(180deg, rgba(19,36,59,0.98), rgba(8,17,31,0.98));
      box-shadow: 0 30px 80px rgba(0,0,0,0.42);
    }

    body.page-index .contact-modal-close {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 44px;
      height: 44px;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 999px;
      background: rgba(255,255,255,0.06);
      color: #fff;
      font-size: 1.4rem;
      cursor: pointer;
    }

    body.page-index .contact-modal-body {
      padding: 40px 28px 28px;
    }

    body.page-index .contact-modal-kicker {
      color: #ffd089;
      font-size: 0.82rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    body.page-index .contact-modal-body h2 {
      font-size: clamp(1.8rem, 3vw, 2.5rem);
      line-height: 1.2;
      margin-bottom: 12px;
    }

    body.page-index .contact-modal-lead {
      color: rgba(255,255,255,0.76);
      margin-bottom: 24px;
      line-height: 1.8;
    }

    body.page-index .contact-form {
      display: grid;
      gap: 18px;
    }

    body.page-index .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    body.page-index .form-field {
      display: grid;
      gap: 8px;
    }

    body.page-index .form-field label {
      font-weight: 700;
      color: #fff;
    }

    body.page-index .form-field label span {
      color: #ffd089;
      font-size: 0.82rem;
      margin-left: 6px;
    }

    body.page-index .form-field input,
body.page-index .form-field select,
body.page-index .form-field textarea {
      width: 100%;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 14px;
      background: rgba(255,255,255,0.04);
      color: #fff;
      padding: 14px 16px;
      outline: none;
      transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    }

    body.page-index .form-field input::placeholder,
body.page-index .form-field textarea::placeholder {
      color: rgba(255,255,255,0.4);
    }

    body.page-index .form-field input:focus,
body.page-index .form-field select:focus,
body.page-index .form-field textarea:focus {
      border-color: rgba(245,158,11,0.7);
      background: rgba(255,255,255,0.06);
      box-shadow: 0 0 0 4px rgba(245,158,11,0.12);
    }

    body.page-index .form-field select option {
      color: #111827;
    }

    body.page-index .form-field textarea {
      resize: vertical;
      min-height: 140px;
    }

    body.page-index .form-check {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: rgba(255,255,255,0.8);
      font-size: 0.94rem;
    }

    body.page-index .form-check input {
      margin-top: 3px;
      width: auto;
    }

    body.page-index .form-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 6px;
    }

    body.page-index .form-note {
      color: rgba(255,255,255,0.52);
      font-size: 0.88rem;
      line-height: 1.7;
    }

    body.page-index .captcha-help {
      color: rgba(255,255,255,0.6);
      font-size: 0.85rem;
    }

    body.page-index .honeypot {
      position: absolute !important;
      left: -9999px !important;
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
      opacity: 0 !important;
      pointer-events: none !important;
    }

    @keyframes ballFly {
      0% {
        left: -140px;
        transform: translateY(-50%) scale(0.45);
      }
      55% {
        left: 45%;
        transform: translateY(-50%) scale(1.05);
      }
      100% {
        left: 70%;
        transform: translateY(-50%) scale(0.82);
      }
    }

    @keyframes ballSpinTilt {
      0% { rotate: 0deg; }
      35% { rotate: 120deg; }
      70% { rotate: 260deg; }
      100% { rotate: 380deg; }
    }

    @keyframes seamWobble {
      0% {
        transform: rotate(0deg) translateX(0) translateY(0);
      }
      18% {
        transform: rotate(-2.2deg) translateX(-0.4px) translateY(0.2px);
      }
      38% {
        transform: rotate(1.8deg) translateX(0.3px) translateY(-0.2px);
      }
      58% {
        transform: rotate(-1.4deg) translateX(-0.2px) translateY(0.15px);
      }
      78% {
        transform: rotate(1deg) translateX(0.15px) translateY(-0.1px);
      }
      100% {
        transform: rotate(0.6deg) translateX(0) translateY(0);
      }
    }

    @keyframes seamRedShift {
      0% {
        stroke: #b91c1c;
        opacity: 0.92;
        filter: brightness(0.96) saturate(0.96);
      }
      22% {
        stroke: #cf2020;
        opacity: 1;
        filter: brightness(1.03) saturate(1.02);
      }
      48% {
        stroke: #a91818;
        opacity: 0.9;
        filter: brightness(0.9) saturate(0.94);
      }
      72% {
        stroke: #d32222;
        opacity: 0.98;
        filter: brightness(1.05) saturate(1.04);
      }
      100% {
        stroke: #c81e1e;
        opacity: 0.96;
        filter: brightness(1) saturate(1);
      }
    }

    @keyframes seamRedSoftShift {
      0% { opacity: 0.16; }
      22% { opacity: 0.24; }
      48% { opacity: 0.12; }
      72% { opacity: 0.22; }
      100% { opacity: 0.18; }
    }

    @keyframes trailFly {
      0% { left: -240px; opacity: 0; }
      10% { opacity: 1; }
      100% { left: 52%; opacity: 0; }
    }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(26px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeOut {
      to { opacity: 0; visibility: hidden; }
    }

    @keyframes charFadeUp {
      from { opacity: 0; transform: translateY(14px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes ctaPulse {
      0%, 100% {
        box-shadow:
          0 14px 30px rgba(249, 115, 22, 0.35),
          0 0 0 0 rgba(249, 115, 22, 0.22);
      }
      50% {
        box-shadow:
          0 18px 36px rgba(249, 115, 22, 0.45),
          0 0 0 10px rgba(249, 115, 22, 0);
      }
    }

    @media (min-width: 1025px) {

      body.page-index .site-header .container {
        min-height: 96px;
        padding-right: 0;
      }

      body.page-index .logo {
        gap: 16px;
        margin-left: -48px;
      }

      body.page-index .logo-image {
        width: 82px;
        height: 82px;
      }

      body.page-index .logo span {
        font-size: 1.24rem;
        line-height: 1.12;
      }

      body.page-index .header-actions {
        transform: translateX(14px);
      }
    
}

    @media (max-width: 1024px) {

      body.page-index .site-header .container {
        grid-template-columns: max-content 1fr max-content;
        gap: 14px;
        min-height: 80px;
        padding-right: 6px;
      }

      body.page-index .logo {
        gap: 10px;
        margin-left: 0;
      }

      body.page-index .logo-image {
        width: 60px;
        height: 60px;
      }

      body.page-index .logo span {
        font-size: 0.98rem;
      }

      body.page-index .nav {
        gap: 16px;
        font-size: 0.8rem;
        padding: 0 12px;
      }

      body.page-index .nav-link {
        min-height: 40px;
        padding: 0 2px;
      }

      body.page-index .header-actions {
        gap: 8px;
        margin-right: -6px;
        transform: none;
      }

      body.page-index .header-actions .btn {
        min-height: 42px;
        padding: 0 14px;
        font-size: 0.82rem;
      }

      body.page-index .header-tel {
        padding: 7px 10px;
      }

      body.page-index .header-tel small {
        font-size: 0.56rem;
      }

      body.page-index .header-tel span {
        font-size: 0.9rem;
      }

      body.page-index .site-footer .container {
        grid-template-columns: 1fr 1fr;
      }
    
}

    @media (max-width: 768px) {

      body.page-index .container {
        width: min(calc(100% - 28px), var(--max));
      }

      body.page-index .site-header .container {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
      }

      body.page-index .logo {
        gap: 10px;
        margin-left: 0;
      }

      body.page-index .logo-image {
        width: 64px;
        height: 64px;
      }

      body.page-index .logo span {
        font-size: 1rem;
      }

      body.page-index .menu-toggle {
        display: inline-flex;
        position: relative;
        z-index: 70;
      }

      body.page-index .nav {
        display: none;
      }

      body.page-index .header-actions {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        margin-right: 0;
        transform: none;
      }

      body.page-index .header-actions .btn {
        width: 100%;
        max-width: 320px;
      }

      body.page-index .header-tel {
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 320px;
      }

      body.page-index .header-tel small {
        font-size: 0.68rem;
      }

      body.page-index .header-tel span {
        font-size: 1.08rem;
      }

      body.page-index .mobile-menu-overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 58;
        background: linear-gradient(180deg, rgba(2,6,23,0.45), rgba(2,6,23,0.78));
        backdrop-filter: blur(6px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.32s ease, visibility 0.32s ease;
      }

      body.page-index .mobile-menu-overlay.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      body.page-index .mobile-menu {
        display: block;
        position: fixed;
        top: 84px;
        right: 14px;
        left: 14px;
        z-index: 60;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px) scale(0.98);
        transition: opacity 0.32s ease, visibility 0.32s ease, transform 0.32s ease;
        pointer-events: none;
      }

      body.page-index .mobile-menu.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        pointer-events: auto;
      }

      body.page-index .mobile-menu-panel {
        border-radius: 26px;
        padding: 18px;
        border: 1px solid rgba(255,255,255,0.08);
        background:
          radial-gradient(circle at top left, rgba(245,158,11,0.08), transparent 28%),
          linear-gradient(180deg, rgba(18,28,45,0.98), rgba(8,17,31,0.98));
        box-shadow: 0 28px 70px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.06);
        backdrop-filter: blur(18px);
        max-height: calc(100svh - 110px);
        overflow-y: auto;
      }

      body.page-index .mobile-menu-head {
        margin-bottom: 16px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
      }

      body.page-index .mobile-menu-kicker {
        color: rgba(255,255,255,0.58);
        font-size: 0.74rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
      }

      body.page-index .mobile-menu-title {
        margin-top: 6px;
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        color: #fff;
      }

      body.page-index .mobile-nav {
        display: grid;
        gap: 8px;
      }

      body.page-index .mobile-nav a {
        display: block;
        padding: 14px 16px;
        border-radius: 16px;
        background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
        border: 1px solid rgba(255,255,255,0.06);
        color: rgba(255,255,255,0.94);
        font-size: 0.98rem;
        line-height: 1.45;
      }

      body.page-index .mobile-nav a.sub-link {
        padding-left: 24px;
        font-size: 0.92rem;
        color: rgba(255,255,255,0.74);
      }

      body.page-index .mobile-menu-actions {
        display: grid;
        gap: 10px;
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid rgba(255,255,255,0.08);
      }

      body.page-index .mobile-menu-actions .btn {
        width: 100%;
      }

      body.page-index .mobile-menu-foot {
        margin-top: 14px;
        text-align: center;
        color: rgba(255,255,255,0.48);
        line-height: 1.7;
      }

      body.page-index .mobile-menu-foot small {
        font-size: 0.75rem;
      }

      body.page-index .hero {
        min-height: auto;
        padding: 72px 14px 56px;
      }

      body.page-index .ball {
        width: 64px;
        height: 64px;
      }

      body.page-index .trail {
        width: 140px;
      }

      body.page-index .content {
        width: 100%;
        max-width: 100%;
        padding: 0 4px;
      }

      body.page-index .content h1 {
        line-height: 1.22;
        letter-spacing: 0.01em;
      }

      body.page-index .content p {
        margin-top: 10px;
        font-size: 0.98rem;
        line-height: 1.75;
      }

      body.page-index .hero-badges {
        display: none;
      }

      body.page-index .hero-actions {
        flex-direction: column;
        align-items: center;
        gap: 10px;
      }

      body.page-index .hero-actions .btn {
        width: 100%;
        max-width: 320px;
      }

      body.page-index .section {
        padding: 72px 0;
      }

      body.page-index .section-head {
        margin-bottom: 28px;
      }

      body.page-index .section-lead {
        font-size: 0.96rem;
        line-height: 1.8;
      }

      body.page-index .news-item {
        grid-template-columns: 1fr;
        gap: 10px;
        border-radius: 22px;
        padding: 18px 16px;
      }

      body.page-index .news-item h3 {
        font-size: 1rem;
      }

      body.page-index .site-footer {
        padding: 28px 0 36px;
        font-size: 0.86rem;
      }

      body.page-index .site-footer .container {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      body.page-index .footer-info {
        padding-left: 0;
      }
body.page-index .footer-copy {
        margin-top: 22px;
        padding-top: 16px;
        font-size: 0.78rem;
      }

      body.page-index .contact-modal-dialog {
        width: min(calc(100% - 20px), 760px);
        margin: 10px auto;
        max-height: calc(100svh - 20px);
        border-radius: 22px;
      }

      body.page-index .contact-modal-body {
        padding: 36px 18px 20px;
      }

      body.page-index .form-grid {
        grid-template-columns: 1fr;
      }

      body.page-index .form-actions {
        flex-direction: column;
      }

      body.page-index .form-actions .btn {
        width: 100%;
      }
    
}

    @media (max-width: 480px) {

      body.page-index .container {
        width: min(calc(100% - 22px), var(--max));
      }

      body.page-index .site-header .container {
        grid-template-columns: 1fr auto;
        gap: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
      }

      body.page-index .logo {
        gap: 8px;
      }

      body.page-index .logo-image {
        width: 52px;
        height: 52px;
      }

      body.page-index .logo span {
        font-size: 0.84rem;
      }

      body.page-index .menu-toggle {
        width: 44px;
        height: 44px;
        border-radius: 12px;
      }

      body.page-index .btn {
        min-height: 44px;
        font-size: 0.9rem;
        padding: 0 14px;
      }

      body.page-index .mobile-menu {
        top: 76px;
        right: 10px;
        left: 10px;
      }

      body.page-index .mobile-menu-panel {
        border-radius: 22px;
        padding: 14px;
      }

      body.page-index .mobile-nav a {
        padding: 13px 14px;
        font-size: 0.93rem;
      }

      body.page-index .mobile-nav a.sub-link {
        padding-left: 20px;
        font-size: 0.88rem;
      }

      body.page-index .hero {
        padding: 64px 10px 48px;
      }

      body.page-index .content {
        padding: 0 2px;
      }

      body.page-index .content p {
        font-size: 0.92rem;
      }

      body.page-index .hero-badge {
        width: 100%;
        justify-content: center;
        text-align: center;
      }

      body.page-index .news-date {
        font-size: 0.88rem;
      }

      body.page-index .news-item p {
        font-size: 0.92rem;
        line-height: 1.75;
      }
    
}

    @media (prefers-reduced-motion: reduce) {

      html {
        scroll-behavior: auto;
      }

      body.page-index .content,
body.page-index .ball,
body.page-index .trail,
body.page-index .slideshow,
body.page-index .slide,
body.page-index .btn,
body.page-index .nav a,
body.page-index .char,
body.page-index .seam-group,
body.page-index .seam-red,
body.page-index .seam-red-soft {
        animation: none !important;
        transition: none !important;
      }

      body.page-index .char {
        opacity: 1 !important;
        transform: none !important;
      }
    
}

    /* ===== Header Instagram link ===== */
    body.page-index .header-instagram {
      display: inline-grid;
      place-items: center;
      justify-self: end;
      width: 50px;
      height: 50px;
      flex: 0 0 auto;
      border-radius: 16px;
      color: #ffffff;
      background:
        radial-gradient(circle at 30% 105%, #feda75 0 18%, #fa7e1e 32%, transparent 54%),
        linear-gradient(135deg, #833ab4, #c13584 45%, #e1306c 72%, #fd1d1d);
      border: 1px solid rgba(255,255,255,0.2);
      box-shadow: 0 12px 28px rgba(0,0,0,0.24);
      transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }

    body.page-index .header-instagram:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(0,0,0,0.3);
      filter: brightness(1.06);
    }

    body.page-index .header-instagram:focus-visible {
      outline: 3px solid #ffd089;
      outline-offset: 3px;
    }

    body.page-index .header-instagram svg {
      width: 26px;
      height: 26px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    body.page-index .site-footer .container {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    @media (min-width: 769px) {

      body.page-index .site-header .container {
        grid-template-columns: max-content minmax(0, 1fr) auto auto;
        gap: 14px;
      }
    
}

    @media (max-width: 1024px) and (min-width: 769px) {

      body.page-index .site-header .container {
        grid-template-columns: max-content minmax(0, 1fr) max-content max-content;
        gap: 8px;
      }

      body.page-index .header-instagram {
        width: 44px;
        height: 44px;
        border-radius: 14px;
      }

      body.page-index .header-instagram svg {
        width: 23px;
        height: 23px;
      }

      body.page-index .site-footer .container {
        grid-template-columns: 1fr 1fr;
      }
    
}

    @media (max-width: 768px) {

      body.page-index .site-header .container {
        grid-template-columns: 1fr auto auto;
      }

      body.page-index .site-header .logo {
        grid-column: 1;
        grid-row: 1;
      }

      body.page-index .site-header .menu-toggle {
        grid-column: 2;
        grid-row: 1;
      }

      body.page-index .header-instagram {
        grid-column: 3;
        grid-row: 1;
        width: 48px;
        height: 48px;
        border-radius: 14px;
      }

      body.page-index .header-actions {
        grid-column: 1 / -1;
        grid-row: 2;
      }

      body.page-index .site-footer .container {
        grid-template-columns: 1fr;
      }
    
}

    @media (prefers-reduced-motion: reduce) {

      body.page-index .header-instagram {
        transition: none !important;
      }
    
}

  

    /* ===== Balanced responsive header layout ===== */
    body.page-index .site-header .container {
      width: min(calc(100% - 32px), 1420px);
      max-width: none;
      grid-template-columns: minmax(220px, auto) minmax(420px, 1fr) auto auto;
      align-items: center;
      column-gap: clamp(10px, 1.25vw, 20px);
      min-height: 84px;
      padding: 10px 0;
    }

    body.page-index .site-header .logo {
      margin: 0;
      gap: 10px;
      max-width: 280px;
    }

    body.page-index .site-header .logo-image {
      width: 66px;
      height: 66px;
    }

    body.page-index .site-header .logo span {
      font-size: 1.04rem;
      line-height: 1.12;
    }

    body.page-index .site-header .nav {
      width: 100%;
      padding: 0;
      gap: clamp(12px, 1.2vw, 22px);
      font-size: 0.84rem;
    }

    body.page-index .site-header .nav-link {
      padding: 0 2px;
    }

    body.page-index .site-header .header-actions {
      width: auto;
      margin: 0;
      transform: none;
      gap: 8px;
    }

    body.page-index .site-header .header-actions .btn {
      min-height: 46px;
      padding: 0 16px;
      font-size: 0.82rem;
    }

    body.page-index .site-header .header-tel {
      min-height: 46px;
      padding: 6px 10px;
      align-items: center;
      text-align: center;
    }

    body.page-index .site-header .header-tel small {
      font-size: 0.54rem;
    }

    body.page-index .site-header .header-tel span {
      font-size: 0.88rem;
    }

    body.page-index .site-header .header-instagram {
      width: 46px;
      height: 46px;
      border-radius: 14px;
      margin: 0;
      transform: none;
    }

    body.page-index .site-header .header-instagram:hover {
      transform: translateY(-2px);
    }

    @media (max-width: 1279px) and (min-width: 1101px) {

      body.page-index .site-header .container {
        width: min(calc(100% - 24px), 1260px);
        grid-template-columns: minmax(185px, auto) minmax(360px, 1fr) auto auto;
        column-gap: 10px;
        min-height: 76px;
        padding: 8px 0;
      }

      body.page-index .site-header .logo {
        gap: 8px;
      }

      body.page-index .site-header .logo-image {
        width: 56px;
        height: 56px;
      }

      body.page-index .site-header .logo span {
        font-size: 0.9rem;
      }

      body.page-index .site-header .nav {
        gap: 11px;
        font-size: 0.76rem;
      }

      body.page-index .site-header .header-actions .btn {
        min-height: 42px;
        padding: 0 12px;
        font-size: 0.75rem;
      }

      body.page-index .site-header .header-tel {
        min-height: 42px;
        padding: 6px 9px;
      }

      body.page-index .site-header .header-tel small {
        display: none;
      }

      body.page-index .site-header .header-tel span {
        font-size: 0.8rem;
      }

      body.page-index .site-header .header-instagram {
        width: 42px;
        height: 42px;
        border-radius: 13px;
      }

      body.page-index .site-header .header-instagram svg {
        width: 22px;
        height: 22px;
      }
    
}

    @media (max-width: 1100px) {

      body.page-index .site-header .container {
        width: min(calc(100% - 24px), 1040px);
        grid-template-columns: minmax(0, 1fr) auto auto auto;
        gap: 10px;
        min-height: 74px;
        padding: 8px 0;
      }

      body.page-index .site-header .logo {
        grid-column: 1;
        grid-row: 1;
        min-width: 0;
        max-width: none;
        gap: 9px;
      }

      body.page-index .site-header .logo-image {
        width: 56px;
        height: 56px;
      }

      body.page-index .site-header .logo span {
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.92rem;
      }

      body.page-index .site-header .nav {
        display: none;
      }

      body.page-index .site-header .header-actions {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        width: auto;
        gap: 0;
      }

      body.page-index .site-header .header-actions .btn {
        display: none;
      }

      body.page-index .site-header .header-tel {
        width: auto;
        min-height: 44px;
        padding: 7px 11px;
        border-radius: 13px;
      }

      body.page-index .site-header .header-tel small {
        display: none;
      }

      body.page-index .site-header .header-tel span {
        font-size: 0.82rem;
      }

      body.page-index .site-header .menu-toggle {
        display: inline-flex;
        grid-column: 3;
        grid-row: 1;
        position: relative;
        z-index: 70;
        width: 44px;
        height: 44px;
        border-radius: 13px;
      }

      body.page-index .site-header .header-instagram {
        grid-column: 4;
        grid-row: 1;
        width: 44px;
        height: 44px;
        border-radius: 13px;
      }

      body.page-index .site-header .header-instagram svg {
        width: 23px;
        height: 23px;
      }

      body.page-index .mobile-menu-overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 58;
        background: linear-gradient(180deg, rgba(2,6,23,0.45), rgba(2,6,23,0.78));
        backdrop-filter: blur(6px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.32s ease, visibility 0.32s ease;
      }

      body.page-index .mobile-menu-overlay.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      body.page-index .mobile-menu {
        display: block;
        position: fixed;
        top: 82px;
        right: 14px;
        left: 14px;
        z-index: 60;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px) scale(0.98);
        transition: opacity 0.32s ease, visibility 0.32s ease, transform 0.32s ease;
        pointer-events: none;
      }

      body.page-index .mobile-menu.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        pointer-events: auto;
      }

      body.page-index .mobile-menu-panel {
        border-radius: 26px;
        padding: 18px;
        border: 1px solid rgba(255,255,255,0.08);
        background:
          radial-gradient(circle at top left, rgba(245,158,11,0.08), transparent 28%),
          linear-gradient(180deg, rgba(18,28,45,0.98), rgba(8,17,31,0.98));
        box-shadow: 0 28px 70px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.06);
        backdrop-filter: blur(18px);
        max-height: calc(100svh - 104px);
        overflow-y: auto;
      }

      body.page-index .mobile-menu-head {
        margin-bottom: 16px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
      }

      body.page-index .mobile-menu-kicker {
        color: rgba(255,255,255,0.58);
        font-size: 0.74rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
      }

      body.page-index .mobile-menu-title {
        margin-top: 6px;
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        color: #fff;
      }

      body.page-index .mobile-nav {
        display: grid;
        gap: 8px;
      }

      body.page-index .mobile-nav a {
        display: block;
        padding: 14px 16px;
        border-radius: 16px;
        background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
        border: 1px solid rgba(255,255,255,0.06);
        color: rgba(255,255,255,0.94);
        font-size: 0.98rem;
        line-height: 1.45;
      }

      body.page-index .mobile-nav a.sub-link {
        padding-left: 24px;
        font-size: 0.92rem;
        color: rgba(255,255,255,0.74);
      }

      body.page-index .mobile-menu-actions {
        display: grid;
        gap: 10px;
        margin-top: 18px;
      }

      body.page-index .mobile-menu-actions .btn {
        width: 100%;
      }

      body.page-index .mobile-menu-foot {
        margin-top: 16px;
        padding-top: 14px;
        border-top: 1px solid rgba(255,255,255,0.08);
        color: rgba(255,255,255,0.58);
        line-height: 1.7;
      }
    
}

    @media (max-width: 768px) {

      body.page-index .site-header .container {
        width: min(calc(100% - 20px), var(--max));
        grid-template-columns: minmax(0, 1fr) auto auto;
        gap: 8px;
        min-height: auto;
        padding: 8px 0 9px;
      }

      body.page-index .site-header .logo {
        grid-column: 1;
        grid-row: 1;
        gap: 8px;
      }

      body.page-index .site-header .logo-image {
        width: 50px;
        height: 50px;
      }

      body.page-index .site-header .logo span {
        font-size: 0.82rem;
        white-space: nowrap;
      }

      body.page-index .site-header .menu-toggle {
        grid-column: 2;
        grid-row: 1;
        width: 42px;
        height: 42px;
      }

      body.page-index .site-header .header-instagram {
        grid-column: 3;
        grid-row: 1;
        width: 42px;
        height: 42px;
      }

      body.page-index .site-header .header-actions {
        grid-column: 1 / -1;
        grid-row: 2;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        width: 100%;
        gap: 8px;
      }

      body.page-index .site-header .header-actions .btn {
        display: inline-flex;
        width: 100%;
        max-width: none;
        min-height: 40px;
        padding: 0 10px;
        font-size: 0.76rem;
      }

      body.page-index .site-header .header-tel {
        width: 100%;
        max-width: none;
        min-height: 40px;
        padding: 6px 8px;
      }

      body.page-index .site-header .header-tel span {
        font-size: 0.76rem;
      }

      body.page-index .mobile-menu {
        top: 126px;
      }

      body.page-index .mobile-menu-panel {
        max-height: calc(100svh - 146px);
      }
    
}

    @media (max-width: 540px) {

      body.page-index .site-header .container {
        width: min(calc(100% - 16px), var(--max));
        gap: 7px;
      }

      body.page-index .site-header .logo-image {
        width: 46px;
        height: 46px;
      }

      body.page-index .site-header .logo span {
        font-size: 0.74rem;
        letter-spacing: 0;
      }

      body.page-index .site-header .menu-toggle,
body.page-index .site-header .header-instagram {
        width: 40px;
        height: 40px;
        border-radius: 12px;
      }

      body.page-index .site-header .header-instagram svg {
        width: 21px;
        height: 21px;
      }

      body.page-index .site-header .header-actions .btn,
body.page-index .site-header .header-tel {
        min-height: 38px;
      }

      body.page-index .site-header .header-actions .btn {
        padding: 0 6px;
        font-size: 0.7rem;
      }

      body.page-index .site-header .header-tel span {
        font-size: 0.7rem;
        letter-spacing: 0;
      }

      body.page-index .mobile-menu {
        top: 118px;
        right: 8px;
        left: 8px;
      }

      body.page-index .mobile-menu-panel {
        padding: 14px;
        border-radius: 22px;
        max-height: calc(100svh - 132px);
      }
    
}


/* ===== practice.html ===== */
body.page-practice {
      --bg: #08111f;
      --panel: #0f1b2d;
      --panel-2: #13243b;
      --line: rgba(255,255,255,0.08);
      --text: #eef4ff;
      --muted: rgba(238,244,255,0.76);
      --accent: #f59e0b;
      --accent-2: #dc2626;
      --max: 1120px;
      --shadow: 0 18px 50px rgba(0,0,0,0.28);
      --surface: #f3f6fa;
      --surface-line: rgba(8, 17, 31, 0.08);
      --surface-text: #0f172a;
      --surface-muted: rgba(15, 23, 42, 0.72);
      --brand: #0b3f78;
      --success: #22c55e;
      --error: #ef4444;
    }

    body.page-practice * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
      -webkit-text-size-adjust: 100%;
    }

    body.page-practice {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: linear-gradient(180deg, #08111f 0%, #0b1220 30%, #09111d 100%);
      color: var(--text);
      line-height: 1.6;
      overflow-x: hidden;
      word-break: break-word;
    }

    body.page-practice.menu-open,
body.page-practice.contact-open {
      overflow: hidden;
    }

    body.page-practice img {
      max-width: 100%;
      display: block;
    }

    body.page-practice a {
      color: inherit;
      text-decoration: none;
    }

    body.page-practice button,
body.page-practice input,
body.page-practice select,
body.page-practice textarea {
      font: inherit;
    }

    body.page-practice .container {
      width: min(calc(100% - 40px), var(--max));
      margin: 0 auto;
    }

    body.page-practice .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      backdrop-filter: blur(12px);
      background: rgba(8, 17, 31, 0.72);
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    body.page-practice .site-header .container {
      display: grid;
      grid-template-columns: max-content 1fr auto;
      align-items: center;
      gap: 20px;
      min-height: 92px;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 0;
      padding-right: 0;
    }

    body.page-practice .logo {
      display: inline-flex;
      align-items: center;
      justify-self: start;
      gap: 14px;
      font-weight: 800;
      letter-spacing: 0.01em;
      min-width: 0;
      max-width: none;
      flex-shrink: 0;
      margin-left: -60px;
    }

    body.page-practice .logo-image {
      width: 76px;
      height: 76px;
      object-fit: contain;
      display: block;
      flex: 0 0 auto;
    }

    body.page-practice .logo span {
      display: block;
      line-height: 1.15;
      font-size: 1.18rem;
      white-space: nowrap;
      text-align: left;
    }

    body.page-practice .nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      color: rgba(255,255,255,0.88);
      font-size: 0.88rem;
      white-space: nowrap;
      min-width: 0;
      padding: 0 20px;
    }

    body.page-practice .nav-item {
      position: relative;
      display: flex;
      align-items: center;
    }

    body.page-practice .nav-link,
body.page-practice .submenu a {
      transition: opacity 0.2s ease, color 0.2s ease;
    }

    body.page-practice .nav-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 4px;
      font-weight: 700;
    }

    body.page-practice .nav-link:hover,
body.page-practice .submenu a:hover {
      opacity: 0.75;
    }

    body.page-practice .submenu {
      position: absolute;
      top: calc(100% + 14px);
      left: 0;
      min-width: 220px;
      padding: 12px;
      display: grid;
      gap: 6px;
      background: rgba(8, 17, 31, 0.94);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 18px;
      box-shadow: 0 18px 40px rgba(0,0,0,0.28);
      opacity: 0;
      visibility: hidden;
      transform: translateY(8px);
      transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
      backdrop-filter: blur(12px);
      z-index: 20;
    }

    body.page-practice .submenu a {
      padding: 10px 12px;
      border-radius: 12px;
      color: rgba(255,255,255,0.88);
      background: rgba(255,255,255,0.02);
    }

    body.page-practice .nav-item:hover .submenu,
body.page-practice .nav-item:focus-within .submenu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    body.page-practice .header-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      justify-self: end;
      gap: 10px;
      flex-wrap: nowrap;
      margin-right: 0;
      transform: translateX(10px);
    }

    body.page-practice .header-tel {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 2px;
      color: #ffffff;
      font-weight: 800;
      letter-spacing: 0.01em;
      white-space: nowrap;
      line-height: 1.15;
      background: linear-gradient(135deg, rgba(220, 38, 38, 0.18), rgba(245, 158, 11, 0.16));
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 14px;
      padding: 8px 12px;
      box-shadow: 0 10px 24px rgba(0,0,0,0.22);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    body.page-practice .header-tel small {
      color: rgba(255,255,255,0.74);
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.05em;
    }

    body.page-practice .header-tel span {
      font-size: 1rem;
      font-weight: 900;
      color: #ffd089;
      letter-spacing: 0.02em;
    }

    body.page-practice .header-tel:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 30px rgba(0,0,0,0.28);
    }

    body.page-practice .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 0 22px;
      border-radius: 999px;
      font-weight: 800;
      transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
      border: 1px solid transparent;
      white-space: nowrap;
      text-align: center;
      position: relative;
      cursor: pointer;
    }

    body.page-practice .btn:hover {
      transform: translateY(-2px) scale(1.01);
      opacity: 1;
    }

    body.page-practice .btn-primary {
      background: linear-gradient(135deg, #facc15, #f97316 55%, #ef4444);
      color: #111827;
      box-shadow:
        0 14px 30px rgba(249, 115, 22, 0.35),
        0 0 0 6px rgba(249, 115, 22, 0.08);
      font-weight: 900;
    }

    body.page-practice .btn-primary:hover {
      box-shadow:
        0 18px 38px rgba(249, 115, 22, 0.42),
        0 0 0 8px rgba(249, 115, 22, 0.12);
    }

    body.page-practice .btn-secondary {
      background: rgba(255,255,255,0.04);
      border-color: rgba(255,255,255,0.12);
      color: var(--text);
    }

    body.page-practice .cta-pulse {
      animation: ctaPulse 1.8s ease-in-out infinite;
    }

    body.page-practice .menu-toggle {
      display: none;
      width: 48px;
      height: 48px;
      border: 1px solid rgba(255,255,255,0.12);
      background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
      border-radius: 14px;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow:
        0 10px 24px rgba(0,0,0,0.18),
        inset 0 1px 0 rgba(255,255,255,0.08);
    }

    body.page-practice .menu-toggle:hover {
      background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
      border-color: rgba(255,255,255,0.2);
      transform: translateY(-1px);
    }

    body.page-practice .menu-toggle span {
      display: block;
      width: 21px;
      height: 2px;
      border-radius: 999px;
      background: #ffffff;
      transition: transform 0.28s ease, opacity 0.28s ease;
    }

    body.page-practice .menu-toggle.is-open span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }

    body.page-practice .menu-toggle.is-open span:nth-child(2) {
      opacity: 0;
    }

    body.page-practice .menu-toggle.is-open span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }

    body.page-practice .mobile-menu-overlay {
      display: none;
    }

    body.page-practice .mobile-menu {
      display: none;
    }

    body.page-practice .page-hero {
      position: relative;
      overflow: hidden;
      padding: 110px 0 86px;
      background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.08), transparent 30%),
        linear-gradient(135deg, #0f172a, #1e293b 60%, #334155);
    }

    body.page-practice .page-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(135deg, rgba(245,158,11,0.08), transparent 35%),
        repeating-linear-gradient(
          90deg,
          transparent,
          transparent 90px,
          rgba(255,255,255,0.03) 91px,
          transparent 92px
        );
      pointer-events: none;
    }

    body.page-practice .page-hero-inner {
      position: relative;
      z-index: 1;
      max-width: 760px;
    }

    body.page-practice .hero-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.12);
      color: #ffd089;
      font-size: 0.84rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 18px;
    }

    body.page-practice .page-hero h1 {
      font-size: clamp(2.2rem, 5vw, 4rem);
      line-height: 1.15;
      margin-bottom: 18px;
      text-shadow: 0 8px 24px rgba(0,0,0,0.28);
    }

    body.page-practice .page-hero p {
      max-width: 640px;
      color: rgba(255,255,255,0.84);
      font-size: 1.04rem;
      line-height: 1.9;
    }

    body.page-practice .section-light {
      position: relative;
      padding: 96px 0;
      background: var(--surface);
      color: var(--surface-text);
      overflow: hidden;
    }

    body.page-practice .section-light::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 70% 20%, rgba(11,63,120,0.05), transparent 22%),
        radial-gradient(circle at 30% 80%, rgba(11,63,120,0.04), transparent 20%);
      pointer-events: none;
    }

    body.page-practice .section-dark {
      padding: 96px 0;
      background: linear-gradient(180deg, rgba(8,17,31,0.98), rgba(10,20,36,0.98));
    }

    body.page-practice .section-head {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 14px;
      margin-bottom: 42px;
      max-width: 760px;
    }

    body.page-practice .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #ffd089;
      font-size: 0.88rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    body.page-practice .section-light .eyebrow {
      color: var(--brand);
    }

    body.page-practice .eyebrow::before {
      content: "";
      width: 36px;
      height: 1px;
      background: currentColor;
      opacity: 0.34;
    }

    body.page-practice .section-head h2 {
      font-size: clamp(1.9rem, 3.2vw, 3rem);
      line-height: 1.2;
    }

    body.page-practice .section-head p {
      font-size: 1.02rem;
      line-height: 1.9;
      color: var(--surface-muted);
    }

    body.page-practice .section-dark .section-head p {
      color: var(--muted);
    }

    body.page-practice .program-flow {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 28px;
    }

    body.page-practice .flow-item {
      display: grid;
      grid-template-columns: 120px 1fr;
      gap: 24px;
      align-items: stretch;
    }

    body.page-practice .flow-index {
      position: relative;
      display: flex;
      justify-content: center;
    }

    body.page-practice .flow-index::after {
      content: "";
      position: absolute;
      top: 96px;
      bottom: -28px;
      width: 4px;
      border-radius: 999px;
      background: linear-gradient(180deg, #0b3f78, rgba(11,63,120,0.12));
    }

    body.page-practice .flow-item:last-child .flow-index::after {
      display: none;
    }

    body.page-practice .flow-number {
      position: relative;
      z-index: 1;
      width: 88px;
      height: 88px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #0b3f78;
      color: #fff;
      font-size: 2rem;
      font-weight: 900;
      letter-spacing: 0.04em;
      box-shadow: 0 18px 30px rgba(11,63,120,0.18);
    }

    body.page-practice .flow-card {
      background: rgba(255,255,255,0.78);
      border: 1px solid rgba(11,63,120,0.08);
      border-radius: 28px;
      box-shadow: 0 20px 50px rgba(15,23,42,0.08);
      padding: 28px;
      display: grid;
      gap: 20px;
      backdrop-filter: blur(8px);
    }

    body.page-practice .flow-card h3 {
      font-size: clamp(1.4rem, 2vw, 2rem);
      line-height: 1.4;
      color: #020617;
    }

    body.page-practice .flow-card p {
      color: var(--surface-muted);
      line-height: 1.9;
    }

    body.page-practice .flow-points {
      display: grid;
      gap: 12px;
      margin-top: 4px;
    }

    body.page-practice .flow-points li {
      list-style: none;
      position: relative;
      padding-left: 18px;
      color: #0f172a;
      font-weight: 600;
    }

    body.page-practice .flow-points li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.7em;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: linear-gradient(135deg, #0b3f78, #2563eb);
      transform: translateY(-50%);
    }

    body.page-practice .video-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      max-width: 100%;
      margin: 0 auto;
    }

    body.page-practice .video-card {
      background: #ffffff;
      border-radius: 22px;
      overflow: hidden;
      border: 1px solid rgba(11,63,120,0.08);
      box-shadow: 0 12px 26px rgba(15,23,42,0.08);
    }

    body.page-practice .video-embed {
      width: 100%;
      aspect-ratio: 16 / 9;
      background: linear-gradient(135deg, #cbd5e1, #e2e8f0);
      position: relative;
      overflow: hidden;
    }

    body.page-practice .video-embed video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      background: #000;
    }

    body.page-practice .video-caption {
      padding: 16px 18px 18px;
    }

    body.page-practice .video-caption h4 {
      font-size: 1rem;
      color: #0f172a;
      margin-bottom: 6px;
    }

    body.page-practice .video-caption p {
      font-size: 0.94rem;
      color: var(--surface-muted);
      line-height: 1.8;
    }

    body.page-practice .results-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    body.page-practice .result-card {
      border-radius: 24px;
      padding: 24px;
      background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    body.page-practice .result-card small {
      display: inline-block;
      margin-bottom: 12px;
      color: #ffd089;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    body.page-practice .result-card h3 {
      font-size: 1.22rem;
      margin-bottom: 10px;
      line-height: 1.5;
    }

    body.page-practice .result-card p {
      color: var(--muted);
      line-height: 1.9;
    }

    body.page-practice .before-after-section {
      margin-top: 56px;
    }

    body.page-practice .before-after-head {
      margin-bottom: 24px;
    }

    body.page-practice .before-after-head h3 {
      font-size: clamp(1.5rem, 2.4vw, 2.2rem);
      margin-bottom: 10px;
      color: #ffffff;
    }

    body.page-practice .before-after-head p {
      color: var(--muted);
      line-height: 1.9;
    }

    body.page-practice .before-after-group {
      margin-top: 28px;
    }

    body.page-practice .before-after-group h4 {
      font-size: 1.2rem;
      margin-bottom: 14px;
      color: #ffd089;
    }

    body.page-practice .before-after-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    body.page-practice .before-after-card {
      background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
      border: 1px solid var(--line);
      border-radius: 24px;
      overflow: hidden;
      box-shadow: var(--shadow);
    }

    body.page-practice .before-after-label {
      display: inline-block;
      margin: 16px 18px 0;
      padding: 6px 12px;
      border-radius: 999px;
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      background: rgba(255,255,255,0.08);
      color: #ffd089;
    }

    body.page-practice .before-after-card .video-embed {
      margin-top: 14px;
      background: #0f172a;
    }

    body.page-practice .before-after-card .video-caption {
      padding: 16px 18px 20px;
    }

    body.page-practice .before-after-card .video-caption h5 {
      font-size: 1rem;
      margin-bottom: 6px;
      color: #ffffff;
    }

    body.page-practice .before-after-card .video-caption p {
      color: var(--muted);
      line-height: 1.8;
      font-size: 0.94rem;
    }

    body.page-practice .cta-box {
      margin-top: 42px;
      padding: 28px;
      border-radius: 28px;
      background: linear-gradient(135deg, rgba(245,158,11,0.14), rgba(220,38,38,0.12));
      border: 1px solid rgba(255,255,255,0.08);
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 18px;
    }

    body.page-practice .cta-box h3 {
      font-size: 1.4rem;
      margin-bottom: 8px;
    }

    body.page-practice .cta-box p {
      color: var(--muted);
    }

    body.page-practice .site-footer {
      padding: 40px 0 48px;
      color: rgba(255,255,255,0.72);
      font-size: 0.94rem;
    }

    body.page-practice .site-footer .container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 220px;
      gap: 24px;
      justify-content: start;
      align-items: start;
      border-top: 1px solid rgba(255,255,255,0.08);
      padding-top: 24px;
    }

    body.page-practice .footer-info {
      padding-left: 8px;
    }

    body.page-practice .footer-block h3 {
      font-size: 1rem;
      color: #ffffff;
      margin-bottom: 10px;
    }

    body.page-practice .footer-block p {
      margin: 0 0 8px;
      color: rgba(255,255,255,0.72);
      line-height: 1.8;
    }

    body.page-practice .footer-block a {
      color: #ffd089;
    }
body.page-practice .footer-copy {
      margin-top: 28px;
      padding-top: 18px;
      border-top: 1px solid rgba(255,255,255,0.08);
      text-align: center;
      color: rgba(255,255,255,0.5);
      font-size: 0.82rem;
    }

    body.page-practice .footer-copy p {
      margin: 0;
    }

    body.page-practice .flash-message {
      position: fixed;
      top: 110px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 130;
      width: min(calc(100% - 24px), 640px);
      padding: 14px 18px;
      border-radius: 16px;
      color: #fff;
      font-weight: 700;
      box-shadow: 0 20px 40px rgba(0,0,0,0.28);
      display: none;
    }

    body.page-practice .flash-message.is-show {
      display: block;
    }

    body.page-practice .flash-message.success {
      background: rgba(34, 197, 94, 0.95);
    }

    body.page-practice .flash-message.error {
      background: rgba(239, 68, 68, 0.95);
    }

    body.page-practice .contact-modal {
      position: fixed;
      inset: 0;
      z-index: 120;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    body.page-practice .contact-modal.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    body.page-practice .contact-modal-overlay {
      position: absolute;
      inset: 0;
      background: rgba(2, 6, 23, 0.72);
      backdrop-filter: blur(8px);
    }

    body.page-practice .contact-modal-dialog {
      position: relative;
      width: min(calc(100% - 32px), 760px);
      max-height: calc(100svh - 40px);
      margin: 20px auto;
      overflow-y: auto;
      border-radius: 28px;
      border: 1px solid rgba(255,255,255,0.1);
      background:
        radial-gradient(circle at top left, rgba(245,158,11,0.08), transparent 30%),
        linear-gradient(180deg, rgba(19,36,59,0.98), rgba(8,17,31,0.98));
      box-shadow: 0 30px 80px rgba(0,0,0,0.42);
    }

    body.page-practice .contact-modal-close {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 44px;
      height: 44px;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 999px;
      background: rgba(255,255,255,0.06);
      color: #fff;
      font-size: 1.4rem;
      cursor: pointer;
    }

    body.page-practice .contact-modal-body {
      padding: 40px 28px 28px;
    }

    body.page-practice .contact-modal-kicker {
      color: #ffd089;
      font-size: 0.82rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    body.page-practice .contact-modal-body h2 {
      font-size: clamp(1.8rem, 3vw, 2.5rem);
      line-height: 1.2;
      margin-bottom: 12px;
    }

    body.page-practice .contact-modal-lead {
      color: rgba(255,255,255,0.76);
      margin-bottom: 24px;
      line-height: 1.8;
    }

    body.page-practice .contact-form {
      display: grid;
      gap: 18px;
    }

    body.page-practice .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    body.page-practice .form-field {
      display: grid;
      gap: 8px;
    }

    body.page-practice .form-field label {
      font-weight: 700;
      color: #fff;
    }

    body.page-practice .form-field label span {
      color: #ffd089;
      font-size: 0.82rem;
      margin-left: 6px;
    }

    body.page-practice .form-field input,
body.page-practice .form-field select,
body.page-practice .form-field textarea {
      width: 100%;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 14px;
      background: rgba(255,255,255,0.04);
      color: #fff;
      padding: 14px 16px;
      outline: none;
      transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    }

    body.page-practice .form-field input::placeholder,
body.page-practice .form-field textarea::placeholder {
      color: rgba(255,255,255,0.4);
    }

    body.page-practice .form-field input:focus,
body.page-practice .form-field select:focus,
body.page-practice .form-field textarea:focus {
      border-color: rgba(245,158,11,0.7);
      background: rgba(255,255,255,0.06);
      box-shadow: 0 0 0 4px rgba(245,158,11,0.12);
    }

    body.page-practice .form-field select option {
      color: #111827;
    }

    body.page-practice .form-field textarea {
      resize: vertical;
      min-height: 140px;
    }

    body.page-practice .form-check {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: rgba(255,255,255,0.8);
      font-size: 0.94rem;
    }

    body.page-practice .form-check input {
      margin-top: 3px;
      width: auto;
    }

    body.page-practice .form-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 6px;
    }

    body.page-practice .form-note {
      color: rgba(255,255,255,0.52);
      font-size: 0.88rem;
      line-height: 1.7;
    }

    body.page-practice .captcha-help {
      color: rgba(255,255,255,0.6);
      font-size: 0.85rem;
    }

    body.page-practice .honeypot {
      position: absolute !important;
      left: -9999px !important;
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
      opacity: 0 !important;
      pointer-events: none !important;
    }

    @keyframes ctaPulse {
      0%, 100% {
        box-shadow:
          0 14px 30px rgba(249, 115, 22, 0.35),
          0 0 0 0 rgba(249, 115, 22, 0.22);
      }
      50% {
        box-shadow:
          0 18px 36px rgba(249, 115, 22, 0.45),
          0 0 0 10px rgba(249, 115, 22, 0);
      }
    }

    @media (min-width: 1180px) {

      body.page-practice .video-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    
}

    @media (min-width: 1025px) {

      body.page-practice .site-header .container {
        min-height: 96px;
        padding-right: 0;
      }

      body.page-practice .logo {
        gap: 16px;
        margin-left: -48px;
      }

      body.page-practice .logo-image {
        width: 82px;
        height: 82px;
      }

      body.page-practice .logo span {
        font-size: 1.24rem;
        line-height: 1.12;
      }

      body.page-practice .header-actions {
        transform: translateX(14px);
      }
    
}

    @media (max-width: 1024px) {

      body.page-practice .site-header .container {
        grid-template-columns: max-content 1fr max-content;
        gap: 14px;
        min-height: 80px;
        padding-right: 6px;
      }

      body.page-practice .logo {
        gap: 10px;
        margin-left: 0;
      }

      body.page-practice .logo-image {
        width: 60px;
        height: 60px;
      }

      body.page-practice .logo span {
        font-size: 0.98rem;
      }

      body.page-practice .nav {
        gap: 16px;
        font-size: 0.8rem;
        padding: 0 12px;
      }

      body.page-practice .nav-link {
        min-height: 40px;
        padding: 0 2px;
      }

      body.page-practice .header-actions {
        gap: 8px;
        margin-right: -6px;
        transform: none;
      }

      body.page-practice .header-actions .btn {
        min-height: 42px;
        padding: 0 14px;
        font-size: 0.82rem;
      }

      body.page-practice .header-tel {
        padding: 7px 10px;
      }

      body.page-practice .header-tel small {
        font-size: 0.56rem;
      }

      body.page-practice .header-tel span {
        font-size: 0.9rem;
      }

      body.page-practice .results-grid,
body.page-practice .before-after-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      body.page-practice .site-footer .container {
        grid-template-columns: 1fr 1fr;
      }
    
}

    @media (max-width: 768px) {

      body.page-practice .container {
        width: min(calc(100% - 28px), var(--max));
      }

      body.page-practice .site-header .container {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
      }

      body.page-practice .logo {
        gap: 10px;
        margin-left: 0;
      }

      body.page-practice .logo-image {
        width: 64px;
        height: 64px;
      }

      body.page-practice .logo span {
        font-size: 1rem;
      }

      body.page-practice .menu-toggle {
        display: inline-flex;
        position: relative;
        z-index: 70;
      }

      body.page-practice .nav {
        display: none;
      }

      body.page-practice .header-actions {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        margin-right: 0;
        transform: none;
      }

      body.page-practice .header-actions .btn {
        width: 100%;
        max-width: 320px;
      }

      body.page-practice .header-tel {
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 320px;
      }

      body.page-practice .header-tel small {
        font-size: 0.68rem;
      }

      body.page-practice .header-tel span {
        font-size: 1.08rem;
      }

      body.page-practice .mobile-menu-overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 58;
        background: linear-gradient(180deg, rgba(2,6,23,0.45), rgba(2,6,23,0.78));
        backdrop-filter: blur(6px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.32s ease, visibility 0.32s ease;
      }

      body.page-practice .mobile-menu-overlay.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      body.page-practice .mobile-menu {
        display: block;
        position: fixed;
        top: 84px;
        right: 14px;
        left: 14px;
        z-index: 60;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px) scale(0.98);
        transition: opacity 0.32s ease, visibility 0.32s ease, transform 0.32s ease;
        pointer-events: none;
      }

      body.page-practice .mobile-menu.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        pointer-events: auto;
      }

      body.page-practice .mobile-menu-panel {
        border-radius: 26px;
        padding: 18px;
        border: 1px solid rgba(255,255,255,0.08);
        background:
          radial-gradient(circle at top left, rgba(245,158,11,0.08), transparent 28%),
          linear-gradient(180deg, rgba(18,28,45,0.98), rgba(8,17,31,0.98));
        box-shadow: 0 28px 70px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.06);
        backdrop-filter: blur(18px);
        max-height: calc(100svh - 110px);
        overflow-y: auto;
      }

      body.page-practice .mobile-menu-head {
        margin-bottom: 16px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
      }

      body.page-practice .mobile-menu-kicker {
        color: rgba(255,255,255,0.58);
        font-size: 0.74rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
      }

      body.page-practice .mobile-menu-title {
        margin-top: 6px;
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        color: #fff;
      }

      body.page-practice .mobile-nav {
        display: grid;
        gap: 8px;
      }

      body.page-practice .mobile-nav a {
        display: block;
        padding: 14px 16px;
        border-radius: 16px;
        background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
        border: 1px solid rgba(255,255,255,0.06);
        color: rgba(255,255,255,0.94);
        font-size: 0.98rem;
        line-height: 1.45;
      }

      body.page-practice .mobile-nav a.sub-link {
        padding-left: 24px;
        font-size: 0.92rem;
        color: rgba(255,255,255,0.74);
      }

      body.page-practice .mobile-menu-actions {
        display: grid;
        gap: 10px;
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid rgba(255,255,255,0.08);
      }

      body.page-practice .mobile-menu-actions .btn {
        width: 100%;
      }

      body.page-practice .mobile-menu-foot {
        margin-top: 14px;
        text-align: center;
        color: rgba(255,255,255,0.48);
        line-height: 1.7;
      }

      body.page-practice .mobile-menu-foot small {
        font-size: 0.75rem;
      }

      body.page-practice .page-hero {
        padding: 86px 0 64px;
      }

      body.page-practice .section-light,
body.page-practice .section-dark {
        padding: 72px 0;
      }

      body.page-practice .flow-item {
        grid-template-columns: 1fr;
        gap: 14px;
      }

      body.page-practice .flow-index {
        justify-content: flex-start;
      }

      body.page-practice .flow-index::after {
        left: 42px;
        top: 88px;
        bottom: -20px;
      }

      body.page-practice .flow-number {
        width: 84px;
        height: 84px;
      }

      body.page-practice .flow-card {
        padding: 22px;
      }

      body.page-practice .video-grid,
body.page-practice .results-grid,
body.page-practice .before-after-grid {
        grid-template-columns: 1fr;
      }

      body.page-practice .cta-box {
        flex-direction: column;
        align-items: flex-start;
      }

      body.page-practice .site-footer {
        padding: 28px 0 36px;
        font-size: 0.86rem;
      }

      body.page-practice .site-footer .container {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      body.page-practice .footer-info {
        padding-left: 0;
      }
body.page-practice .footer-copy {
        margin-top: 22px;
        padding-top: 16px;
        font-size: 0.78rem;
      }

      body.page-practice .contact-modal-dialog {
        width: min(calc(100% - 20px), 760px);
        margin: 10px auto;
        max-height: calc(100svh - 20px);
        border-radius: 22px;
      }

      body.page-practice .contact-modal-body {
        padding: 36px 18px 20px;
      }

      body.page-practice .form-grid {
        grid-template-columns: 1fr;
      }

      body.page-practice .form-actions {
        flex-direction: column;
      }

      body.page-practice .form-actions .btn {
        width: 100%;
      }
    
}

    @media (max-width: 480px) {

      body.page-practice .container {
        width: min(calc(100% - 22px), var(--max));
      }

      body.page-practice .site-header .container {
        grid-template-columns: 1fr auto;
        gap: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
      }

      body.page-practice .logo {
        gap: 8px;
      }

      body.page-practice .logo-image {
        width: 52px;
        height: 52px;
      }

      body.page-practice .logo span {
        font-size: 0.84rem;
      }

      body.page-practice .menu-toggle {
        width: 44px;
        height: 44px;
        border-radius: 12px;
      }

      body.page-practice .btn {
        min-height: 44px;
        font-size: 0.9rem;
        padding: 0 14px;
      }

      body.page-practice .mobile-menu {
        top: 76px;
        right: 10px;
        left: 10px;
      }

      body.page-practice .mobile-menu-panel {
        border-radius: 22px;
        padding: 14px;
      }

      body.page-practice .mobile-nav a {
        padding: 13px 14px;
        font-size: 0.93rem;
      }

      body.page-practice .mobile-nav a.sub-link {
        padding-left: 20px;
        font-size: 0.88rem;
      }

      body.page-practice .flow-number {
        width: 74px;
        height: 74px;
        font-size: 1.7rem;
      }

      body.page-practice .flow-index::after {
        left: 36px;
        top: 78px;
      }

      body.page-practice .flow-card,
body.page-practice .result-card,
body.page-practice .before-after-card,
body.page-practice .cta-box {
        padding: 18px;
      }

      body.page-practice .before-after-card .video-caption {
        padding: 14px 16px 18px;
      }
    
}

    @media (prefers-reduced-motion: reduce) {

      html {
        scroll-behavior: auto;
      }

      body.page-practice .btn,
body.page-practice .menu-toggle span,
body.page-practice .mobile-menu,
body.page-practice .mobile-menu-overlay {
        transition: none !important;
        animation: none !important;
      }
    
}

    /* ===== ヒーロー右画像レイアウト ===== */
body.page-practice .hero-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 40px;
  max-width: 1100px;
}

body.page-practice .hero-copy {
  min-width: 0;
}

body.page-practice .hero-image {
  display: flex;
  justify-content: flex-end;
   transform: translateX(40px);
}

body.page-practice .hero-image img {
  width: 100%;
  max-width: 460px;
  height: auto;
  display: block;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  object-fit: cover;
}

/* スマホ対応 */
@media (max-width: 768px) {

  body.page-practice .hero-split {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.page-practice .hero-image {
    justify-content: center;
  }

  body.page-practice .hero-image img {
    max-width: 100%;
  }

}

body.page-practice .page-hero-inner.hero-split {
  max-width: 1100px; /* 横幅を広げる */
}

body.page-practice .page-hero h1 {
  white-space: nowrap;
}

@media (max-width: 768px) {

  body.page-practice .hero-image {
    justify-content: center;
    transform: none; /* ←これが超重要 */
  }

  body.page-practice .hero-image img {
    width: 100%;
    max-width: 92%;
    height: auto;
    object-fit: contain; /* ←見切れ防止 */
  }

}

    /* ===== Header Instagram link ===== */
    body.page-practice .header-instagram {
      display: inline-grid;
      place-items: center;
      justify-self: end;
      width: 50px;
      height: 50px;
      flex: 0 0 auto;
      border-radius: 16px;
      color: #ffffff;
      background:
        radial-gradient(circle at 30% 105%, #feda75 0 18%, #fa7e1e 32%, transparent 54%),
        linear-gradient(135deg, #833ab4, #c13584 45%, #e1306c 72%, #fd1d1d);
      border: 1px solid rgba(255,255,255,0.2);
      box-shadow: 0 12px 28px rgba(0,0,0,0.24);
      transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }

    body.page-practice .header-instagram:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(0,0,0,0.3);
      filter: brightness(1.06);
    }

    body.page-practice .header-instagram:focus-visible {
      outline: 3px solid #ffd089;
      outline-offset: 3px;
    }

    body.page-practice .header-instagram svg {
      width: 26px;
      height: 26px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    body.page-practice .site-footer .container {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    @media (min-width: 769px) {

      body.page-practice .site-header .container {
        grid-template-columns: max-content minmax(0, 1fr) auto auto;
        gap: 14px;
      }
    
}

    @media (max-width: 1024px) and (min-width: 769px) {

      body.page-practice .site-header .container {
        grid-template-columns: max-content minmax(0, 1fr) max-content max-content;
        gap: 8px;
      }

      body.page-practice .header-instagram {
        width: 44px;
        height: 44px;
        border-radius: 14px;
      }

      body.page-practice .header-instagram svg {
        width: 23px;
        height: 23px;
      }

      body.page-practice .site-footer .container {
        grid-template-columns: 1fr 1fr;
      }
    
}

    @media (max-width: 768px) {

      body.page-practice .site-header .container {
        grid-template-columns: 1fr auto auto;
      }

      body.page-practice .site-header .logo {
        grid-column: 1;
        grid-row: 1;
      }

      body.page-practice .site-header .menu-toggle {
        grid-column: 2;
        grid-row: 1;
      }

      body.page-practice .header-instagram {
        grid-column: 3;
        grid-row: 1;
        width: 48px;
        height: 48px;
        border-radius: 14px;
      }

      body.page-practice .header-actions {
        grid-column: 1 / -1;
        grid-row: 2;
      }

      body.page-practice .site-footer .container {
        grid-template-columns: 1fr;
      }
    
}

    @media (prefers-reduced-motion: reduce) {

      body.page-practice .header-instagram {
        transition: none !important;
      }
    
}

  

    /* ===== Balanced responsive header layout ===== */
    body.page-practice .site-header .container {
      width: min(calc(100% - 32px), 1420px);
      max-width: none;
      grid-template-columns: minmax(220px, auto) minmax(420px, 1fr) auto auto;
      align-items: center;
      column-gap: clamp(10px, 1.25vw, 20px);
      min-height: 84px;
      padding: 10px 0;
    }

    body.page-practice .site-header .logo {
      margin: 0;
      gap: 10px;
      max-width: 280px;
    }

    body.page-practice .site-header .logo-image {
      width: 66px;
      height: 66px;
    }

    body.page-practice .site-header .logo span {
      font-size: 1.04rem;
      line-height: 1.12;
    }

    body.page-practice .site-header .nav {
      width: 100%;
      padding: 0;
      gap: clamp(12px, 1.2vw, 22px);
      font-size: 0.84rem;
    }

    body.page-practice .site-header .nav-link {
      padding: 0 2px;
    }

    body.page-practice .site-header .header-actions {
      width: auto;
      margin: 0;
      transform: none;
      gap: 8px;
    }

    body.page-practice .site-header .header-actions .btn {
      min-height: 46px;
      padding: 0 16px;
      font-size: 0.82rem;
    }

    body.page-practice .site-header .header-tel {
      min-height: 46px;
      padding: 6px 10px;
      align-items: center;
      text-align: center;
    }

    body.page-practice .site-header .header-tel small {
      font-size: 0.54rem;
    }

    body.page-practice .site-header .header-tel span {
      font-size: 0.88rem;
    }

    body.page-practice .site-header .header-instagram {
      width: 46px;
      height: 46px;
      border-radius: 14px;
      margin: 0;
      transform: none;
    }

    body.page-practice .site-header .header-instagram:hover {
      transform: translateY(-2px);
    }

    @media (max-width: 1279px) and (min-width: 1101px) {

      body.page-practice .site-header .container {
        width: min(calc(100% - 24px), 1260px);
        grid-template-columns: minmax(185px, auto) minmax(360px, 1fr) auto auto;
        column-gap: 10px;
        min-height: 76px;
        padding: 8px 0;
      }

      body.page-practice .site-header .logo {
        gap: 8px;
      }

      body.page-practice .site-header .logo-image {
        width: 56px;
        height: 56px;
      }

      body.page-practice .site-header .logo span {
        font-size: 0.9rem;
      }

      body.page-practice .site-header .nav {
        gap: 11px;
        font-size: 0.76rem;
      }

      body.page-practice .site-header .header-actions .btn {
        min-height: 42px;
        padding: 0 12px;
        font-size: 0.75rem;
      }

      body.page-practice .site-header .header-tel {
        min-height: 42px;
        padding: 6px 9px;
      }

      body.page-practice .site-header .header-tel small {
        display: none;
      }

      body.page-practice .site-header .header-tel span {
        font-size: 0.8rem;
      }

      body.page-practice .site-header .header-instagram {
        width: 42px;
        height: 42px;
        border-radius: 13px;
      }

      body.page-practice .site-header .header-instagram svg {
        width: 22px;
        height: 22px;
      }
    
}

    @media (max-width: 1100px) {

      body.page-practice .site-header .container {
        width: min(calc(100% - 24px), 1040px);
        grid-template-columns: minmax(0, 1fr) auto auto auto;
        gap: 10px;
        min-height: 74px;
        padding: 8px 0;
      }

      body.page-practice .site-header .logo {
        grid-column: 1;
        grid-row: 1;
        min-width: 0;
        max-width: none;
        gap: 9px;
      }

      body.page-practice .site-header .logo-image {
        width: 56px;
        height: 56px;
      }

      body.page-practice .site-header .logo span {
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.92rem;
      }

      body.page-practice .site-header .nav {
        display: none;
      }

      body.page-practice .site-header .header-actions {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        width: auto;
        gap: 0;
      }

      body.page-practice .site-header .header-actions .btn {
        display: none;
      }

      body.page-practice .site-header .header-tel {
        width: auto;
        min-height: 44px;
        padding: 7px 11px;
        border-radius: 13px;
      }

      body.page-practice .site-header .header-tel small {
        display: none;
      }

      body.page-practice .site-header .header-tel span {
        font-size: 0.82rem;
      }

      body.page-practice .site-header .menu-toggle {
        display: inline-flex;
        grid-column: 3;
        grid-row: 1;
        position: relative;
        z-index: 70;
        width: 44px;
        height: 44px;
        border-radius: 13px;
      }

      body.page-practice .site-header .header-instagram {
        grid-column: 4;
        grid-row: 1;
        width: 44px;
        height: 44px;
        border-radius: 13px;
      }

      body.page-practice .site-header .header-instagram svg {
        width: 23px;
        height: 23px;
      }

      body.page-practice .mobile-menu-overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 58;
        background: linear-gradient(180deg, rgba(2,6,23,0.45), rgba(2,6,23,0.78));
        backdrop-filter: blur(6px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.32s ease, visibility 0.32s ease;
      }

      body.page-practice .mobile-menu-overlay.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      body.page-practice .mobile-menu {
        display: block;
        position: fixed;
        top: 82px;
        right: 14px;
        left: 14px;
        z-index: 60;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px) scale(0.98);
        transition: opacity 0.32s ease, visibility 0.32s ease, transform 0.32s ease;
        pointer-events: none;
      }

      body.page-practice .mobile-menu.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        pointer-events: auto;
      }

      body.page-practice .mobile-menu-panel {
        border-radius: 26px;
        padding: 18px;
        border: 1px solid rgba(255,255,255,0.08);
        background:
          radial-gradient(circle at top left, rgba(245,158,11,0.08), transparent 28%),
          linear-gradient(180deg, rgba(18,28,45,0.98), rgba(8,17,31,0.98));
        box-shadow: 0 28px 70px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.06);
        backdrop-filter: blur(18px);
        max-height: calc(100svh - 104px);
        overflow-y: auto;
      }

      body.page-practice .mobile-menu-head {
        margin-bottom: 16px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
      }

      body.page-practice .mobile-menu-kicker {
        color: rgba(255,255,255,0.58);
        font-size: 0.74rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
      }

      body.page-practice .mobile-menu-title {
        margin-top: 6px;
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        color: #fff;
      }

      body.page-practice .mobile-nav {
        display: grid;
        gap: 8px;
      }

      body.page-practice .mobile-nav a {
        display: block;
        padding: 14px 16px;
        border-radius: 16px;
        background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
        border: 1px solid rgba(255,255,255,0.06);
        color: rgba(255,255,255,0.94);
        font-size: 0.98rem;
        line-height: 1.45;
      }

      body.page-practice .mobile-nav a.sub-link {
        padding-left: 24px;
        font-size: 0.92rem;
        color: rgba(255,255,255,0.74);
      }

      body.page-practice .mobile-menu-actions {
        display: grid;
        gap: 10px;
        margin-top: 18px;
      }

      body.page-practice .mobile-menu-actions .btn {
        width: 100%;
      }

      body.page-practice .mobile-menu-foot {
        margin-top: 16px;
        padding-top: 14px;
        border-top: 1px solid rgba(255,255,255,0.08);
        color: rgba(255,255,255,0.58);
        line-height: 1.7;
      }
    
}

    @media (max-width: 768px) {

      body.page-practice .site-header .container {
        width: min(calc(100% - 20px), var(--max));
        grid-template-columns: minmax(0, 1fr) auto auto;
        gap: 8px;
        min-height: auto;
        padding: 8px 0 9px;
      }

      body.page-practice .site-header .logo {
        grid-column: 1;
        grid-row: 1;
        gap: 8px;
      }

      body.page-practice .site-header .logo-image {
        width: 50px;
        height: 50px;
      }

      body.page-practice .site-header .logo span {
        font-size: 0.82rem;
        white-space: nowrap;
      }

      body.page-practice .site-header .menu-toggle {
        grid-column: 2;
        grid-row: 1;
        width: 42px;
        height: 42px;
      }

      body.page-practice .site-header .header-instagram {
        grid-column: 3;
        grid-row: 1;
        width: 42px;
        height: 42px;
      }

      body.page-practice .site-header .header-actions {
        grid-column: 1 / -1;
        grid-row: 2;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        width: 100%;
        gap: 8px;
      }

      body.page-practice .site-header .header-actions .btn {
        display: inline-flex;
        width: 100%;
        max-width: none;
        min-height: 40px;
        padding: 0 10px;
        font-size: 0.76rem;
      }

      body.page-practice .site-header .header-tel {
        width: 100%;
        max-width: none;
        min-height: 40px;
        padding: 6px 8px;
      }

      body.page-practice .site-header .header-tel span {
        font-size: 0.76rem;
      }

      body.page-practice .mobile-menu {
        top: 126px;
      }

      body.page-practice .mobile-menu-panel {
        max-height: calc(100svh - 146px);
      }
    
}

    @media (max-width: 540px) {

      body.page-practice .site-header .container {
        width: min(calc(100% - 16px), var(--max));
        gap: 7px;
      }

      body.page-practice .site-header .logo-image {
        width: 46px;
        height: 46px;
      }

      body.page-practice .site-header .logo span {
        font-size: 0.74rem;
        letter-spacing: 0;
      }

      body.page-practice .site-header .menu-toggle,
body.page-practice .site-header .header-instagram {
        width: 40px;
        height: 40px;
        border-radius: 12px;
      }

      body.page-practice .site-header .header-instagram svg {
        width: 21px;
        height: 21px;
      }

      body.page-practice .site-header .header-actions .btn,
body.page-practice .site-header .header-tel {
        min-height: 38px;
      }

      body.page-practice .site-header .header-actions .btn {
        padding: 0 6px;
        font-size: 0.7rem;
      }

      body.page-practice .site-header .header-tel span {
        font-size: 0.7rem;
        letter-spacing: 0;
      }

      body.page-practice .mobile-menu {
        top: 118px;
        right: 8px;
        left: 8px;
      }

      body.page-practice .mobile-menu-panel {
        padding: 14px;
        border-radius: 22px;
        max-height: calc(100svh - 132px);
      }
    
}


/* ===== pricing.html ===== */
body.page-pricing {
      --bg: #08111f;
      --panel: #0f1b2d;
      --panel-2: #13243b;
      --line: rgba(255,255,255,0.08);
      --text: #eef4ff;
      --muted: rgba(238,244,255,0.76);
      --accent: #f59e0b;
      --accent-2: #dc2626;
      --max: 1120px;
      --shadow: 0 18px 50px rgba(0,0,0,0.28);
      --success: #22c55e;
      --error: #ef4444;
    }

    body.page-pricing * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
      -webkit-text-size-adjust: 100%;
    }

    body.page-pricing {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: linear-gradient(180deg, #08111f 0%, #0b1220 30%, #09111d 100%);
      color: var(--text);
      line-height: 1.6;
      overflow-x: hidden;
      word-break: break-word;
    }

    body.page-pricing.menu-open,
body.page-pricing.contact-open {
      overflow: hidden;
    }

    body.page-pricing img {
      max-width: 100%;
      display: block;
    }

    body.page-pricing a {
      color: inherit;
      text-decoration: none;
    }

    body.page-pricing button,
body.page-pricing input,
body.page-pricing select,
body.page-pricing textarea {
      font: inherit;
    }

    body.page-pricing .container {
      width: min(calc(100% - 40px), var(--max));
      margin: 0 auto;
    }

    body.page-pricing .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      backdrop-filter: blur(12px);
      background: rgba(8, 17, 31, 0.72);
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    body.page-pricing .site-header .container {
      display: grid;
      grid-template-columns: max-content 1fr auto;
      align-items: center;
      gap: 20px;
      min-height: 92px;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 0;
      padding-right: 0;
    }

    body.page-pricing .logo {
      display: inline-flex;
      align-items: center;
      justify-self: start;
      gap: 14px;
      font-weight: 800;
      letter-spacing: 0.01em;
      min-width: 0;
      max-width: none;
      flex-shrink: 0;
      margin-left: -60px;
    }

    body.page-pricing .logo-image {
      width: 76px;
      height: 76px;
      object-fit: contain;
      display: block;
      flex: 0 0 auto;
    }

    body.page-pricing .logo span {
      display: block;
      line-height: 1.15;
      font-size: 1.18rem;
      white-space: nowrap;
      text-align: left;
    }

    body.page-pricing .nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      color: rgba(255,255,255,0.88);
      font-size: 0.88rem;
      white-space: nowrap;
      min-width: 0;
      padding: 0 20px;
    }

    body.page-pricing .nav-item {
      position: relative;
      display: flex;
      align-items: center;
    }

    body.page-pricing .nav-link,
body.page-pricing .submenu a {
      transition: opacity 0.2s ease, color 0.2s ease;
    }

    body.page-pricing .nav-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 4px;
      font-weight: 700;
    }

    body.page-pricing .nav-link:hover,
body.page-pricing .submenu a:hover {
      opacity: 0.75;
    }

    body.page-pricing .submenu {
      position: absolute;
      top: calc(100% + 14px);
      left: 0;
      min-width: 220px;
      padding: 12px;
      display: grid;
      gap: 6px;
      background: rgba(8, 17, 31, 0.94);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 18px;
      box-shadow: 0 18px 40px rgba(0,0,0,0.28);
      opacity: 0;
      visibility: hidden;
      transform: translateY(8px);
      transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
      backdrop-filter: blur(12px);
      z-index: 20;
    }

    body.page-pricing .submenu a {
      padding: 10px 12px;
      border-radius: 12px;
      color: rgba(255,255,255,0.88);
      background: rgba(255,255,255,0.02);
    }

    body.page-pricing .nav-item:hover .submenu,
body.page-pricing .nav-item:focus-within .submenu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    body.page-pricing .header-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      justify-self: end;
      gap: 10px;
      flex-wrap: nowrap;
      margin-right: 0;
      transform: translateX(10px);
    }

    body.page-pricing .header-tel {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 2px;
      color: #ffffff;
      font-weight: 800;
      letter-spacing: 0.01em;
      white-space: nowrap;
      line-height: 1.15;
      background: linear-gradient(135deg, rgba(220, 38, 38, 0.18), rgba(245, 158, 11, 0.16));
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 14px;
      padding: 8px 12px;
      box-shadow: 0 10px 24px rgba(0,0,0,0.22);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    body.page-pricing .header-tel small {
      color: rgba(255,255,255,0.74);
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.05em;
    }

    body.page-pricing .header-tel span {
      font-size: 1rem;
      font-weight: 900;
      color: #ffd089;
      letter-spacing: 0.02em;
    }

    body.page-pricing .header-tel:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 30px rgba(0,0,0,0.28);
    }

    body.page-pricing .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 0 22px;
      border-radius: 999px;
      font-weight: 800;
      transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
      border: 1px solid transparent;
      white-space: nowrap;
      text-align: center;
      position: relative;
      cursor: pointer;
    }

    body.page-pricing .btn:hover {
      transform: translateY(-2px) scale(1.01);
      opacity: 1;
    }

    body.page-pricing .btn-primary {
      background: linear-gradient(135deg, #facc15, #f97316 55%, #ef4444);
      color: #111827;
      box-shadow:
        0 14px 30px rgba(249, 115, 22, 0.35),
        0 0 0 6px rgba(249, 115, 22, 0.08);
      font-weight: 900;
    }

    body.page-pricing .btn-primary:hover {
      box-shadow:
        0 18px 38px rgba(249, 115, 22, 0.42),
        0 0 0 8px rgba(249, 115, 22, 0.12);
    }

    body.page-pricing .btn-secondary {
      background: rgba(255,255,255,0.04);
      border-color: rgba(255,255,255,0.12);
      color: var(--text);
    }

    body.page-pricing .cta-pulse {
      animation: ctaPulse 1.8s ease-in-out infinite;
    }

    body.page-pricing .menu-toggle {
      display: none;
      width: 48px;
      height: 48px;
      border: 1px solid rgba(255,255,255,0.12);
      background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
      border-radius: 14px;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow:
        0 10px 24px rgba(0,0,0,0.18),
        inset 0 1px 0 rgba(255,255,255,0.08);
    }

    body.page-pricing .menu-toggle:hover {
      background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
      border-color: rgba(255,255,255,0.2);
      transform: translateY(-1px);
    }

    body.page-pricing .menu-toggle span {
      display: block;
      width: 21px;
      height: 2px;
      border-radius: 999px;
      background: #ffffff;
      transition: transform 0.28s ease, opacity 0.28s ease;
    }

    body.page-pricing .menu-toggle.is-open span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }

    body.page-pricing .menu-toggle.is-open span:nth-child(2) {
      opacity: 0;
    }

    body.page-pricing .menu-toggle.is-open span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }

    body.page-pricing .mobile-menu-overlay {
      display: none;
    }

    body.page-pricing .mobile-menu {
      display: none;
    }

    body.page-pricing .page-hero {
      position: relative;
      padding: 130px 0 72px;
      overflow: hidden;
      background:
        radial-gradient(circle at 15% 20%, rgba(255,255,255,0.06), transparent 28%),
        linear-gradient(135deg, #0f172a, #1e293b 60%, #334155);
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    body.page-pricing .page-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        repeating-linear-gradient(
          90deg,
          transparent,
          transparent 80px,
          rgba(255,255,255,0.03) 81px,
          transparent 82px
        );
      pointer-events: none;
    }

    body.page-pricing .page-hero .container {
      position: relative;
      z-index: 1;
    }

    body.page-pricing .page-hero-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(420px, 520px);
      align-items: center;
      gap: 40px;
    }

    body.page-pricing .page-hero-copy {
      min-width: 0;
    }

    body.page-pricing .page-hero-media {
      position: relative;
    }

    body.page-pricing .page-hero-image-wrap {
      position: relative;
      border-radius: 28px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.12);
      box-shadow:
        0 24px 60px rgba(0,0,0,0.34),
        0 0 0 1px rgba(255,255,255,0.04);
      background: rgba(255,255,255,0.04);
    }

    body.page-pricing .page-hero-image-wrap img {
      width: 100%;
      height: 100%;
      min-height: 360px;
      max-height: 520px;
      object-fit: cover;
      display: block;
    }

    body.page-pricing .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #ffd089;
      font-size: 0.88rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    body.page-pricing .eyebrow::before {
      content: "";
      width: 36px;
      height: 1px;
      background: rgba(255,255,255,0.28);
    }

    body.page-pricing .page-hero h1 {
      margin-top: 18px;
      font-size: clamp(2.2rem, 5vw, 4rem);
      line-height: 1.15;
      letter-spacing: 0.04em;
      text-shadow: 0 8px 24px rgba(0,0,0,0.35);
    }

    body.page-pricing .page-hero p {
      margin-top: 16px;
      max-width: 720px;
      color: rgba(255,255,255,0.88);
      font-size: clamp(1rem, 1.8vw, 1.12rem);
    }

    body.page-pricing .section {
      padding: 88px 0;
    }

    body.page-pricing .section + .section {
      padding-top: 0;
    }

    body.page-pricing .section-head {
      display: grid;
      gap: 14px;
      margin-bottom: 34px;
      max-width: 720px;
    }

    body.page-pricing .section-head h2 {
      font-size: clamp(1.8rem, 3.2vw, 3rem);
      line-height: 1.2;
    }

    body.page-pricing .section-lead {
      color: var(--muted);
      font-size: 1.02rem;
    }

    body.page-pricing .pricing-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    body.page-pricing .price-card {
      background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
      border: 1px solid var(--line);
      border-radius: 28px;
      padding: 30px 26px;
      box-shadow: var(--shadow);
    }

    body.page-pricing .price-card.is-featured {
      border-color: rgba(245,158,11,0.34);
      box-shadow:
        0 18px 50px rgba(0,0,0,0.28),
        0 0 0 1px rgba(245,158,11,0.12);
    }

    body.page-pricing .price-label {
      display: inline-flex;
      padding: 6px 12px;
      border-radius: 999px;
      background: rgba(245,158,11,0.12);
      border: 1px solid rgba(245,158,11,0.24);
      color: #ffd089;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    body.page-pricing .price-card h3 {
      margin-top: 16px;
      font-size: 1.45rem;
      line-height: 1.3;
    }

    body.page-pricing .price-amount {
      margin-top: 12px;
      font-size: clamp(2rem, 4vw, 2.8rem);
      font-weight: 900;
      line-height: 1;
      color: #fff;
    }

    body.page-pricing .price-amount small {
      font-size: 0.95rem;
      color: var(--muted);
      font-weight: 700;
      margin-left: 6px;
    }

    body.page-pricing .price-desc {
      margin-top: 14px;
      color: var(--muted);
      font-size: 0.98rem;
    }

    body.page-pricing .price-list {
      list-style: none;
      display: grid;
      gap: 12px;
      margin-top: 22px;
    }

    body.page-pricing .price-list li {
      position: relative;
      padding-left: 24px;
      color: var(--muted);
    }

    body.page-pricing .price-list li::before {
      content: "✓";
      position: absolute;
      left: 0;
      top: 0;
      color: #ffd089;
      font-weight: 800;
    }

    body.page-pricing .price-subtitle {
      margin-top: 18px;
      margin-bottom: 10px;
      color: #fff3c4;
      font-size: 0.88rem;
      font-weight: 700;
      letter-spacing: 0.06em;
    }

    body.page-pricing .price-table {
      margin-top: 20px;
      display: grid;
      gap: 10px;
    }

    body.page-pricing .price-row {
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: center;
      gap: 12px;
      padding: 12px 14px;
      border-radius: 16px;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.08);
    }

    body.page-pricing .price-row .count {
      color: rgba(255,255,255,0.82);
      font-weight: 700;
    }

    body.page-pricing .price-row .value {
      color: #ffd089;
      font-weight: 900;
      font-size: 1rem;
      letter-spacing: 0.02em;
    }

    body.page-pricing .price-card .btn {
      margin-top: 24px;
      width: 100%;
    }

    body.page-pricing .notes-card,
body.page-pricing .flow-card {
      background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
      border: 1px solid var(--line);
      border-radius: 28px;
      padding: 30px;
      box-shadow: var(--shadow);
    }

    body.page-pricing .notes-list,
body.page-pricing .flow-list {
      list-style: none;
      display: grid;
      gap: 14px;
    }

    body.page-pricing .notes-list li,
body.page-pricing .flow-list li {
      color: var(--muted);
      padding-left: 26px;
      position: relative;
    }

    body.page-pricing .notes-list li::before,
body.page-pricing .flow-list li::before {
      content: "●";
      position: absolute;
      left: 0;
      top: 0;
      color: #ffd089;
      font-size: 0.8rem;
    }

    body.page-pricing .cta-box {
      background:
        radial-gradient(circle at top left, rgba(245,158,11,0.12), transparent 26%),
        linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 28px;
      padding: 36px 30px;
      box-shadow: var(--shadow);
      text-align: center;
    }

    body.page-pricing .cta-box h2 {
      font-size: clamp(1.6rem, 3vw, 2.4rem);
      margin-bottom: 12px;
    }

    body.page-pricing .cta-box p {
      color: var(--muted);
      max-width: 720px;
      margin: 0 auto;
    }

    body.page-pricing .cta-actions {
      margin-top: 22px;
      display: flex;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
    }

    body.page-pricing .site-footer {
      padding: 40px 0 48px;
      color: rgba(255,255,255,0.72);
      font-size: 0.94rem;
    }

    body.page-pricing .site-footer .container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 220px;
      gap: 24px;
      justify-content: start;
      align-items: start;
      border-top: 1px solid rgba(255,255,255,0.08);
      padding-top: 24px;
    }

    body.page-pricing .footer-info {
      padding-left: 8px;
    }

    body.page-pricing .footer-block h3 {
      font-size: 1rem;
      color: #ffffff;
      margin-bottom: 10px;
    }

    body.page-pricing .footer-block p {
      margin: 0 0 8px;
      color: rgba(255,255,255,0.72);
      line-height: 1.8;
    }

    body.page-pricing .footer-block a {
      color: #ffd089;
    }
body.page-pricing .footer-copy {
      margin-top: 28px;
      padding-top: 18px;
      border-top: 1px solid rgba(255,255,255,0.08);
      text-align: center;
      color: rgba(255,255,255,0.5);
      font-size: 0.82rem;
    }

    body.page-pricing .footer-copy p {
      margin: 0;
    }

    body.page-pricing .flash-message {
      position: fixed;
      top: 110px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 130;
      width: min(calc(100% - 24px), 640px);
      padding: 14px 18px;
      border-radius: 16px;
      color: #fff;
      font-weight: 700;
      box-shadow: 0 20px 40px rgba(0,0,0,0.28);
      display: none;
    }

    body.page-pricing .flash-message.is-show {
      display: block;
    }

    body.page-pricing .flash-message.success {
      background: rgba(34, 197, 94, 0.95);
    }

    body.page-pricing .flash-message.error {
      background: rgba(239, 68, 68, 0.95);
    }

    body.page-pricing .contact-modal {
      position: fixed;
      inset: 0;
      z-index: 120;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    body.page-pricing .contact-modal.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    body.page-pricing .contact-modal-overlay {
      position: absolute;
      inset: 0;
      background: rgba(2, 6, 23, 0.72);
      backdrop-filter: blur(8px);
    }

    body.page-pricing .contact-modal-dialog {
      position: relative;
      width: min(calc(100% - 32px), 760px);
      max-height: calc(100svh - 40px);
      margin: 20px auto;
      overflow-y: auto;
      border-radius: 28px;
      border: 1px solid rgba(255,255,255,0.1);
      background:
        radial-gradient(circle at top left, rgba(245,158,11,0.08), transparent 30%),
        linear-gradient(180deg, rgba(19,36,59,0.98), rgba(8,17,31,0.98));
      box-shadow: 0 30px 80px rgba(0,0,0,0.42);
    }

    body.page-pricing .contact-modal-close {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 44px;
      height: 44px;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 999px;
      background: rgba(255,255,255,0.06);
      color: #fff;
      font-size: 1.4rem;
      cursor: pointer;
    }

    body.page-pricing .contact-modal-body {
      padding: 40px 28px 28px;
    }

    body.page-pricing .contact-modal-kicker {
      color: #ffd089;
      font-size: 0.82rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    body.page-pricing .contact-modal-body h2 {
      font-size: clamp(1.8rem, 3vw, 2.5rem);
      line-height: 1.2;
      margin-bottom: 12px;
    }

    body.page-pricing .contact-modal-lead {
      color: rgba(255,255,255,0.76);
      margin-bottom: 24px;
      line-height: 1.8;
    }

    body.page-pricing .contact-form {
      display: grid;
      gap: 18px;
    }

    body.page-pricing .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    body.page-pricing .form-field {
      display: grid;
      gap: 8px;
    }

    body.page-pricing .form-field label {
      font-weight: 700;
      color: #fff;
    }

    body.page-pricing .form-field label span {
      color: #ffd089;
      font-size: 0.82rem;
      margin-left: 6px;
    }

    body.page-pricing .form-field input,
body.page-pricing .form-field select,
body.page-pricing .form-field textarea {
      width: 100%;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 14px;
      background: rgba(255,255,255,0.04);
      color: #fff;
      padding: 14px 16px;
      outline: none;
      transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    }

    body.page-pricing .form-field input::placeholder,
body.page-pricing .form-field textarea::placeholder {
      color: rgba(255,255,255,0.4);
    }

    body.page-pricing .form-field input:focus,
body.page-pricing .form-field select:focus,
body.page-pricing .form-field textarea:focus {
      border-color: rgba(245,158,11,0.7);
      background: rgba(255,255,255,0.06);
      box-shadow: 0 0 0 4px rgba(245,158,11,0.12);
    }

    body.page-pricing .form-field select option {
      color: #111827;
    }

    body.page-pricing .form-field textarea {
      resize: vertical;
      min-height: 140px;
    }

    body.page-pricing .form-check {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: rgba(255,255,255,0.8);
      font-size: 0.94rem;
    }

    body.page-pricing .form-check input {
      margin-top: 3px;
      width: auto;
    }

    body.page-pricing .form-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 6px;
    }

    body.page-pricing .form-note {
      color: rgba(255,255,255,0.52);
      font-size: 0.88rem;
      line-height: 1.7;
    }

    body.page-pricing .captcha-help {
      color: rgba(255,255,255,0.6);
      font-size: 0.85rem;
    }

    body.page-pricing .honeypot {
      position: absolute !important;
      left: -9999px !important;
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
      opacity: 0 !important;
      pointer-events: none !important;
    }

    @keyframes ctaPulse {
      0%, 100% {
        box-shadow:
          0 14px 30px rgba(249, 115, 22, 0.35),
          0 0 0 0 rgba(249, 115, 22, 0.22);
      }
      50% {
        box-shadow:
          0 18px 36px rgba(249, 115, 22, 0.45),
          0 0 0 10px rgba(249, 115, 22, 0);
      }
    }

    @media (min-width: 1025px) {

      body.page-pricing .site-header .container {
        min-height: 96px;
        padding-right: 0;
      }

      body.page-pricing .logo {
        gap: 16px;
        margin-left: -48px;
      }

      body.page-pricing .logo-image {
        width: 82px;
        height: 82px;
      }

      body.page-pricing .logo span {
        font-size: 1.24rem;
        line-height: 1.12;
      }

      body.page-pricing .header-actions {
        transform: translateX(14px);
      }
    
}

    @media (max-width: 1024px) {

      body.page-pricing .site-header .container {
        grid-template-columns: max-content 1fr max-content;
        gap: 14px;
        min-height: 80px;
        padding-right: 6px;
      }

      body.page-pricing .logo {
        gap: 10px;
        margin-left: 0;
      }

      body.page-pricing .logo-image {
        width: 60px;
        height: 60px;
      }

      body.page-pricing .logo span {
        font-size: 0.98rem;
      }

      body.page-pricing .nav {
        gap: 16px;
        font-size: 0.8rem;
        padding: 0 12px;
      }

      body.page-pricing .nav-link {
        min-height: 40px;
        padding: 0 2px;
      }

      body.page-pricing .header-actions {
        gap: 8px;
        margin-right: -6px;
        transform: none;
      }

      body.page-pricing .header-actions .btn {
        min-height: 42px;
        padding: 0 14px;
        font-size: 0.82rem;
      }

      body.page-pricing .header-tel {
        padding: 7px 10px;
      }

      body.page-pricing .header-tel small {
        font-size: 0.56rem;
      }

      body.page-pricing .header-tel span {
        font-size: 0.9rem;
      }

      body.page-pricing .page-hero-layout {
        grid-template-columns: 1fr;
        gap: 28px;
      }

      body.page-pricing .page-hero-image-wrap img {
        min-height: 300px;
        max-height: 420px;
      }

      body.page-pricing .pricing-grid {
        grid-template-columns: 1fr;
      }

      body.page-pricing .site-footer .container {
        grid-template-columns: 1fr 1fr;
      }
    
}

    @media (max-width: 768px) {

      body.page-pricing .container {
        width: min(calc(100% - 28px), var(--max));
      }

      body.page-pricing .site-header .container {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
      }

      body.page-pricing .logo {
        gap: 10px;
        margin-left: 0;
      }

      body.page-pricing .logo-image {
        width: 64px;
        height: 64px;
      }

      body.page-pricing .logo span {
        font-size: 1rem;
      }

      body.page-pricing .menu-toggle {
        display: inline-flex;
        position: relative;
        z-index: 70;
      }

      body.page-pricing .nav {
        display: none;
      }

      body.page-pricing .header-actions {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        margin-right: 0;
        transform: none;
      }

      body.page-pricing .header-actions .btn {
        width: 100%;
        max-width: 320px;
      }

      body.page-pricing .header-tel {
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 320px;
      }

      body.page-pricing .header-tel small {
        font-size: 0.68rem;
      }

      body.page-pricing .header-tel span {
        font-size: 1.08rem;
      }

      body.page-pricing .mobile-menu-overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 58;
        background: linear-gradient(180deg, rgba(2,6,23,0.45), rgba(2,6,23,0.78));
        backdrop-filter: blur(6px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.32s ease, visibility 0.32s ease;
      }

      body.page-pricing .mobile-menu-overlay.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      body.page-pricing .mobile-menu {
        display: block;
        position: fixed;
        top: 84px;
        right: 14px;
        left: 14px;
        z-index: 60;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px) scale(0.98);
        transition: opacity 0.32s ease, visibility 0.32s ease, transform 0.32s ease;
        pointer-events: none;
      }

      body.page-pricing .mobile-menu.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        pointer-events: auto;
      }

      body.page-pricing .mobile-menu-panel {
        border-radius: 26px;
        padding: 18px;
        border: 1px solid rgba(255,255,255,0.08);
        background:
          radial-gradient(circle at top left, rgba(245,158,11,0.08), transparent 28%),
          linear-gradient(180deg, rgba(18,28,45,0.98), rgba(8,17,31,0.98));
        box-shadow: 0 28px 70px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.06);
        backdrop-filter: blur(18px);
        max-height: calc(100svh - 110px);
        overflow-y: auto;
      }

      body.page-pricing .mobile-menu-head {
        margin-bottom: 16px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
      }

      body.page-pricing .mobile-menu-kicker {
        color: rgba(255,255,255,0.58);
        font-size: 0.74rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
      }

      body.page-pricing .mobile-menu-title {
        margin-top: 6px;
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        color: #fff;
      }

      body.page-pricing .mobile-nav {
        display: grid;
        gap: 8px;
      }

      body.page-pricing .mobile-nav a {
        display: block;
        padding: 14px 16px;
        border-radius: 16px;
        background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
        border: 1px solid rgba(255,255,255,0.06);
        color: rgba(255,255,255,0.94);
        font-size: 0.98rem;
        line-height: 1.45;
      }

      body.page-pricing .mobile-nav a.sub-link {
        padding-left: 24px;
        font-size: 0.92rem;
        color: rgba(255,255,255,0.74);
      }

      body.page-pricing .mobile-menu-actions {
        display: grid;
        gap: 10px;
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid rgba(255,255,255,0.08);
      }

      body.page-pricing .mobile-menu-actions .btn {
        width: 100%;
      }

      body.page-pricing .mobile-menu-foot {
        margin-top: 14px;
        text-align: center;
        color: rgba(255,255,255,0.48);
        line-height: 1.7;
      }

      body.page-pricing .mobile-menu-foot small {
        font-size: 0.75rem;
      }

      body.page-pricing .page-hero {
        padding: 108px 0 56px;
      }

      body.page-pricing .page-hero-layout {
        gap: 22px;
      }

      body.page-pricing .page-hero-image-wrap {
        border-radius: 22px;
      }

      body.page-pricing .page-hero-image-wrap img {
        min-height: 240px;
        max-height: 320px;
      }

      body.page-pricing .section {
        padding: 72px 0;
      }

      body.page-pricing .price-card,
body.page-pricing .notes-card,
body.page-pricing .flow-card,
body.page-pricing .cta-box {
        padding: 24px 20px;
        border-radius: 22px;
      }

      body.page-pricing .site-footer {
        padding: 28px 0 36px;
        font-size: 0.86rem;
      }

      body.page-pricing .site-footer .container {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      body.page-pricing .footer-info {
        padding-left: 0;
      }
body.page-pricing .footer-copy {
        margin-top: 22px;
        padding-top: 16px;
        font-size: 0.78rem;
      }

      body.page-pricing .contact-modal-dialog {
        width: min(calc(100% - 20px), 760px);
        margin: 10px auto;
        max-height: calc(100svh - 20px);
        border-radius: 22px;
      }

      body.page-pricing .contact-modal-body {
        padding: 36px 18px 20px;
      }

      body.page-pricing .form-grid {
        grid-template-columns: 1fr;
      }

      body.page-pricing .form-actions {
        flex-direction: column;
      }

      body.page-pricing .form-actions .btn {
        width: 100%;
      }
    
}

    @media (max-width: 480px) {

      body.page-pricing .container {
        width: min(calc(100% - 22px), var(--max));
      }

      body.page-pricing .site-header .container {
        grid-template-columns: 1fr auto;
        gap: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
      }

      body.page-pricing .logo {
        gap: 8px;
      }

      body.page-pricing .logo-image {
        width: 52px;
        height: 52px;
      }

      body.page-pricing .logo span {
        font-size: 0.84rem;
      }

      body.page-pricing .menu-toggle {
        width: 44px;
        height: 44px;
        border-radius: 12px;
      }

      body.page-pricing .btn {
        min-height: 44px;
        font-size: 0.9rem;
        padding: 0 14px;
      }

      body.page-pricing .mobile-menu {
        top: 76px;
        right: 10px;
        left: 10px;
      }

      body.page-pricing .mobile-menu-panel {
        border-radius: 22px;
        padding: 14px;
      }
    
}

    @media (prefers-reduced-motion: reduce) {

      html {
        scroll-behavior: auto;
      }

      body.page-pricing .btn,
body.page-pricing .nav a,
body.page-pricing .menu-toggle span {
        transition: none !important;
      }

      body.page-pricing .cta-pulse {
        animation: none !important;
      }
    
}

    /* ===== Header Instagram link ===== */
    body.page-pricing .header-instagram {
      display: inline-grid;
      place-items: center;
      justify-self: end;
      width: 50px;
      height: 50px;
      flex: 0 0 auto;
      border-radius: 16px;
      color: #ffffff;
      background:
        radial-gradient(circle at 30% 105%, #feda75 0 18%, #fa7e1e 32%, transparent 54%),
        linear-gradient(135deg, #833ab4, #c13584 45%, #e1306c 72%, #fd1d1d);
      border: 1px solid rgba(255,255,255,0.2);
      box-shadow: 0 12px 28px rgba(0,0,0,0.24);
      transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }

    body.page-pricing .header-instagram:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(0,0,0,0.3);
      filter: brightness(1.06);
    }

    body.page-pricing .header-instagram:focus-visible {
      outline: 3px solid #ffd089;
      outline-offset: 3px;
    }

    body.page-pricing .header-instagram svg {
      width: 26px;
      height: 26px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    body.page-pricing .site-footer .container {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    @media (min-width: 769px) {

      body.page-pricing .site-header .container {
        grid-template-columns: max-content minmax(0, 1fr) auto auto;
        gap: 14px;
      }
    
}

    @media (max-width: 1024px) and (min-width: 769px) {

      body.page-pricing .site-header .container {
        grid-template-columns: max-content minmax(0, 1fr) max-content max-content;
        gap: 8px;
      }

      body.page-pricing .header-instagram {
        width: 44px;
        height: 44px;
        border-radius: 14px;
      }

      body.page-pricing .header-instagram svg {
        width: 23px;
        height: 23px;
      }

      body.page-pricing .site-footer .container {
        grid-template-columns: 1fr 1fr;
      }
    
}

    @media (max-width: 768px) {

      body.page-pricing .site-header .container {
        grid-template-columns: 1fr auto auto;
      }

      body.page-pricing .site-header .logo {
        grid-column: 1;
        grid-row: 1;
      }

      body.page-pricing .site-header .menu-toggle {
        grid-column: 2;
        grid-row: 1;
      }

      body.page-pricing .header-instagram {
        grid-column: 3;
        grid-row: 1;
        width: 48px;
        height: 48px;
        border-radius: 14px;
      }

      body.page-pricing .header-actions {
        grid-column: 1 / -1;
        grid-row: 2;
      }

      body.page-pricing .site-footer .container {
        grid-template-columns: 1fr;
      }
    
}

    @media (prefers-reduced-motion: reduce) {

      body.page-pricing .header-instagram {
        transition: none !important;
      }
    
}

  

    /* ===== Balanced responsive header layout ===== */
    body.page-pricing .site-header .container {
      width: min(calc(100% - 32px), 1420px);
      max-width: none;
      grid-template-columns: minmax(220px, auto) minmax(420px, 1fr) auto auto;
      align-items: center;
      column-gap: clamp(10px, 1.25vw, 20px);
      min-height: 84px;
      padding: 10px 0;
    }

    body.page-pricing .site-header .logo {
      margin: 0;
      gap: 10px;
      max-width: 280px;
    }

    body.page-pricing .site-header .logo-image {
      width: 66px;
      height: 66px;
    }

    body.page-pricing .site-header .logo span {
      font-size: 1.04rem;
      line-height: 1.12;
    }

    body.page-pricing .site-header .nav {
      width: 100%;
      padding: 0;
      gap: clamp(12px, 1.2vw, 22px);
      font-size: 0.84rem;
    }

    body.page-pricing .site-header .nav-link {
      padding: 0 2px;
    }

    body.page-pricing .site-header .header-actions {
      width: auto;
      margin: 0;
      transform: none;
      gap: 8px;
    }

    body.page-pricing .site-header .header-actions .btn {
      min-height: 46px;
      padding: 0 16px;
      font-size: 0.82rem;
    }

    body.page-pricing .site-header .header-tel {
      min-height: 46px;
      padding: 6px 10px;
      align-items: center;
      text-align: center;
    }

    body.page-pricing .site-header .header-tel small {
      font-size: 0.54rem;
    }

    body.page-pricing .site-header .header-tel span {
      font-size: 0.88rem;
    }

    body.page-pricing .site-header .header-instagram {
      width: 46px;
      height: 46px;
      border-radius: 14px;
      margin: 0;
      transform: none;
    }

    body.page-pricing .site-header .header-instagram:hover {
      transform: translateY(-2px);
    }

    @media (max-width: 1279px) and (min-width: 1101px) {

      body.page-pricing .site-header .container {
        width: min(calc(100% - 24px), 1260px);
        grid-template-columns: minmax(185px, auto) minmax(360px, 1fr) auto auto;
        column-gap: 10px;
        min-height: 76px;
        padding: 8px 0;
      }

      body.page-pricing .site-header .logo {
        gap: 8px;
      }

      body.page-pricing .site-header .logo-image {
        width: 56px;
        height: 56px;
      }

      body.page-pricing .site-header .logo span {
        font-size: 0.9rem;
      }

      body.page-pricing .site-header .nav {
        gap: 11px;
        font-size: 0.76rem;
      }

      body.page-pricing .site-header .header-actions .btn {
        min-height: 42px;
        padding: 0 12px;
        font-size: 0.75rem;
      }

      body.page-pricing .site-header .header-tel {
        min-height: 42px;
        padding: 6px 9px;
      }

      body.page-pricing .site-header .header-tel small {
        display: none;
      }

      body.page-pricing .site-header .header-tel span {
        font-size: 0.8rem;
      }

      body.page-pricing .site-header .header-instagram {
        width: 42px;
        height: 42px;
        border-radius: 13px;
      }

      body.page-pricing .site-header .header-instagram svg {
        width: 22px;
        height: 22px;
      }
    
}

    @media (max-width: 1100px) {

      body.page-pricing .site-header .container {
        width: min(calc(100% - 24px), 1040px);
        grid-template-columns: minmax(0, 1fr) auto auto auto;
        gap: 10px;
        min-height: 74px;
        padding: 8px 0;
      }

      body.page-pricing .site-header .logo {
        grid-column: 1;
        grid-row: 1;
        min-width: 0;
        max-width: none;
        gap: 9px;
      }

      body.page-pricing .site-header .logo-image {
        width: 56px;
        height: 56px;
      }

      body.page-pricing .site-header .logo span {
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.92rem;
      }

      body.page-pricing .site-header .nav {
        display: none;
      }

      body.page-pricing .site-header .header-actions {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        width: auto;
        gap: 0;
      }

      body.page-pricing .site-header .header-actions .btn {
        display: none;
      }

      body.page-pricing .site-header .header-tel {
        width: auto;
        min-height: 44px;
        padding: 7px 11px;
        border-radius: 13px;
      }

      body.page-pricing .site-header .header-tel small {
        display: none;
      }

      body.page-pricing .site-header .header-tel span {
        font-size: 0.82rem;
      }

      body.page-pricing .site-header .menu-toggle {
        display: inline-flex;
        grid-column: 3;
        grid-row: 1;
        position: relative;
        z-index: 70;
        width: 44px;
        height: 44px;
        border-radius: 13px;
      }

      body.page-pricing .site-header .header-instagram {
        grid-column: 4;
        grid-row: 1;
        width: 44px;
        height: 44px;
        border-radius: 13px;
      }

      body.page-pricing .site-header .header-instagram svg {
        width: 23px;
        height: 23px;
      }

      body.page-pricing .mobile-menu-overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 58;
        background: linear-gradient(180deg, rgba(2,6,23,0.45), rgba(2,6,23,0.78));
        backdrop-filter: blur(6px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.32s ease, visibility 0.32s ease;
      }

      body.page-pricing .mobile-menu-overlay.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      body.page-pricing .mobile-menu {
        display: block;
        position: fixed;
        top: 82px;
        right: 14px;
        left: 14px;
        z-index: 60;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px) scale(0.98);
        transition: opacity 0.32s ease, visibility 0.32s ease, transform 0.32s ease;
        pointer-events: none;
      }

      body.page-pricing .mobile-menu.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        pointer-events: auto;
      }

      body.page-pricing .mobile-menu-panel {
        border-radius: 26px;
        padding: 18px;
        border: 1px solid rgba(255,255,255,0.08);
        background:
          radial-gradient(circle at top left, rgba(245,158,11,0.08), transparent 28%),
          linear-gradient(180deg, rgba(18,28,45,0.98), rgba(8,17,31,0.98));
        box-shadow: 0 28px 70px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.06);
        backdrop-filter: blur(18px);
        max-height: calc(100svh - 104px);
        overflow-y: auto;
      }

      body.page-pricing .mobile-menu-head {
        margin-bottom: 16px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
      }

      body.page-pricing .mobile-menu-kicker {
        color: rgba(255,255,255,0.58);
        font-size: 0.74rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
      }

      body.page-pricing .mobile-menu-title {
        margin-top: 6px;
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        color: #fff;
      }

      body.page-pricing .mobile-nav {
        display: grid;
        gap: 8px;
      }

      body.page-pricing .mobile-nav a {
        display: block;
        padding: 14px 16px;
        border-radius: 16px;
        background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
        border: 1px solid rgba(255,255,255,0.06);
        color: rgba(255,255,255,0.94);
        font-size: 0.98rem;
        line-height: 1.45;
      }

      body.page-pricing .mobile-nav a.sub-link {
        padding-left: 24px;
        font-size: 0.92rem;
        color: rgba(255,255,255,0.74);
      }

      body.page-pricing .mobile-menu-actions {
        display: grid;
        gap: 10px;
        margin-top: 18px;
      }

      body.page-pricing .mobile-menu-actions .btn {
        width: 100%;
      }

      body.page-pricing .mobile-menu-foot {
        margin-top: 16px;
        padding-top: 14px;
        border-top: 1px solid rgba(255,255,255,0.08);
        color: rgba(255,255,255,0.58);
        line-height: 1.7;
      }
    
}

    @media (max-width: 768px) {

      body.page-pricing .site-header .container {
        width: min(calc(100% - 20px), var(--max));
        grid-template-columns: minmax(0, 1fr) auto auto;
        gap: 8px;
        min-height: auto;
        padding: 8px 0 9px;
      }

      body.page-pricing .site-header .logo {
        grid-column: 1;
        grid-row: 1;
        gap: 8px;
      }

      body.page-pricing .site-header .logo-image {
        width: 50px;
        height: 50px;
      }

      body.page-pricing .site-header .logo span {
        font-size: 0.82rem;
        white-space: nowrap;
      }

      body.page-pricing .site-header .menu-toggle {
        grid-column: 2;
        grid-row: 1;
        width: 42px;
        height: 42px;
      }

      body.page-pricing .site-header .header-instagram {
        grid-column: 3;
        grid-row: 1;
        width: 42px;
        height: 42px;
      }

      body.page-pricing .site-header .header-actions {
        grid-column: 1 / -1;
        grid-row: 2;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        width: 100%;
        gap: 8px;
      }

      body.page-pricing .site-header .header-actions .btn {
        display: inline-flex;
        width: 100%;
        max-width: none;
        min-height: 40px;
        padding: 0 10px;
        font-size: 0.76rem;
      }

      body.page-pricing .site-header .header-tel {
        width: 100%;
        max-width: none;
        min-height: 40px;
        padding: 6px 8px;
      }

      body.page-pricing .site-header .header-tel span {
        font-size: 0.76rem;
      }

      body.page-pricing .mobile-menu {
        top: 126px;
      }

      body.page-pricing .mobile-menu-panel {
        max-height: calc(100svh - 146px);
      }
    
}

    @media (max-width: 540px) {

      body.page-pricing .site-header .container {
        width: min(calc(100% - 16px), var(--max));
        gap: 7px;
      }

      body.page-pricing .site-header .logo-image {
        width: 46px;
        height: 46px;
      }

      body.page-pricing .site-header .logo span {
        font-size: 0.74rem;
        letter-spacing: 0;
      }

      body.page-pricing .site-header .menu-toggle,
body.page-pricing .site-header .header-instagram {
        width: 40px;
        height: 40px;
        border-radius: 12px;
      }

      body.page-pricing .site-header .header-instagram svg {
        width: 21px;
        height: 21px;
      }

      body.page-pricing .site-header .header-actions .btn,
body.page-pricing .site-header .header-tel {
        min-height: 38px;
      }

      body.page-pricing .site-header .header-actions .btn {
        padding: 0 6px;
        font-size: 0.7rem;
      }

      body.page-pricing .site-header .header-tel span {
        font-size: 0.7rem;
        letter-spacing: 0;
      }

      body.page-pricing .mobile-menu {
        top: 118px;
        right: 8px;
        left: 8px;
      }

      body.page-pricing .mobile-menu-panel {
        padding: 14px;
        border-radius: 22px;
        max-height: calc(100svh - 132px);
      }
    
}


/* ===== services.html ===== */
body.page-services {
      --bg: #08111f;
      --panel: #0f1b2d;
      --panel-2: #13243b;
      --line: rgba(255,255,255,0.08);
      --text: #eef4ff;
      --muted: rgba(238,244,255,0.76);
      --accent: #f59e0b;
      --accent-2: #dc2626;
      --max: 1120px;
      --shadow: 0 18px 50px rgba(0,0,0,0.28);
      --success: #22c55e;
      --error: #ef4444;
    }

    body.page-services * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
      -webkit-text-size-adjust: 100%;
    }

    body.page-services {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: linear-gradient(180deg, #08111f 0%, #0b1220 30%, #09111d 100%);
      color: var(--text);
      line-height: 1.6;
      overflow-x: hidden;
      word-break: break-word;
    }

    body.page-services.menu-open,
body.page-services.contact-open {
      overflow: hidden;
    }

    body.page-services img {
      max-width: 100%;
      display: block;
    }

    body.page-services a {
      color: inherit;
      text-decoration: none;
    }

    body.page-services button,
body.page-services input,
body.page-services select,
body.page-services textarea {
      font: inherit;
    }

    body.page-services .container {
      width: min(calc(100% - 40px), var(--max));
      margin: 0 auto;
    }

    body.page-services .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      backdrop-filter: blur(12px);
      background: rgba(8, 17, 31, 0.72);
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    body.page-services .site-header .container {
      display: grid;
      grid-template-columns: max-content 1fr auto;
      align-items: center;
      gap: 20px;
      min-height: 92px;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 0;
      padding-right: 0;
    }

    body.page-services .logo {
      display: inline-flex;
      align-items: center;
      justify-self: start;
      gap: 14px;
      font-weight: 800;
      letter-spacing: 0.01em;
      min-width: 0;
      max-width: none;
      flex-shrink: 0;
      margin-left: -60px;
    }

    body.page-services .logo-image {
      width: 76px;
      height: 76px;
      object-fit: contain;
      display: block;
      flex: 0 0 auto;
    }

    body.page-services .logo span {
      display: block;
      line-height: 1.15;
      font-size: 1.18rem;
      white-space: nowrap;
      text-align: left;
    }

    body.page-services .nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      color: rgba(255,255,255,0.88);
      font-size: 0.88rem;
      white-space: nowrap;
      min-width: 0;
      padding: 0 20px;
    }

    body.page-services .nav-item {
      position: relative;
      display: flex;
      align-items: center;
    }

    body.page-services .nav-link,
body.page-services .submenu a {
      transition: opacity 0.2s ease, color 0.2s ease;
    }

    body.page-services .nav-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 4px;
      font-weight: 700;
    }

    body.page-services .nav-link:hover,
body.page-services .submenu a:hover {
      opacity: 0.75;
    }

    body.page-services .submenu {
      position: absolute;
      top: calc(100% + 14px);
      left: 0;
      min-width: 220px;
      padding: 12px;
      display: grid;
      gap: 6px;
      background: rgba(8, 17, 31, 0.94);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 18px;
      box-shadow: 0 18px 40px rgba(0,0,0,0.28);
      opacity: 0;
      visibility: hidden;
      transform: translateY(8px);
      transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
      backdrop-filter: blur(12px);
      z-index: 20;
    }

    body.page-services .submenu a {
      padding: 10px 12px;
      border-radius: 12px;
      color: rgba(255,255,255,0.88);
      background: rgba(255,255,255,0.02);
    }

    body.page-services .nav-item:hover .submenu,
body.page-services .nav-item:focus-within .submenu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    body.page-services .header-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      justify-self: end;
      gap: 10px;
      flex-wrap: nowrap;
      margin-right: 0;
      transform: translateX(10px);
    }

    body.page-services .header-tel {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 2px;
      color: #ffffff;
      font-weight: 800;
      letter-spacing: 0.01em;
      white-space: nowrap;
      line-height: 1.15;
      background: linear-gradient(135deg, rgba(220, 38, 38, 0.18), rgba(245, 158, 11, 0.16));
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 14px;
      padding: 8px 12px;
      box-shadow: 0 10px 24px rgba(0,0,0,0.22);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    body.page-services .header-tel small {
      color: rgba(255,255,255,0.74);
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.05em;
    }

    body.page-services .header-tel span {
      font-size: 1rem;
      font-weight: 900;
      color: #ffd089;
      letter-spacing: 0.02em;
    }

    body.page-services .header-tel:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 30px rgba(0,0,0,0.28);
    }

    body.page-services .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 0 22px;
      border-radius: 999px;
      font-weight: 800;
      transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
      border: 1px solid transparent;
      white-space: nowrap;
      text-align: center;
      position: relative;
      cursor: pointer;
    }

    body.page-services .btn:hover {
      transform: translateY(-2px) scale(1.01);
      opacity: 1;
    }

    body.page-services .btn-primary {
      background: linear-gradient(135deg, #facc15, #f97316 55%, #ef4444);
      color: #111827;
      box-shadow:
        0 14px 30px rgba(249, 115, 22, 0.35),
        0 0 0 6px rgba(249, 115, 22, 0.08);
      font-weight: 900;
    }

    body.page-services .btn-primary:hover {
      box-shadow:
        0 18px 38px rgba(249, 115, 22, 0.42),
        0 0 0 8px rgba(249, 115, 22, 0.12);
    }

    body.page-services .btn-secondary {
      background: rgba(255,255,255,0.04);
      border-color: rgba(255,255,255,0.12);
      color: var(--text);
    }

    body.page-services .cta-pulse {
      animation: ctaPulse 1.8s ease-in-out infinite;
    }

    body.page-services .menu-toggle {
      display: none;
      width: 48px;
      height: 48px;
      border: 1px solid rgba(255,255,255,0.12);
      background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
      border-radius: 14px;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow:
        0 10px 24px rgba(0,0,0,0.18),
        inset 0 1px 0 rgba(255,255,255,0.08);
    }

    body.page-services .menu-toggle:hover {
      background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
      border-color: rgba(255,255,255,0.2);
      transform: translateY(-1px);
    }

    body.page-services .menu-toggle span {
      display: block;
      width: 21px;
      height: 2px;
      border-radius: 999px;
      background: #ffffff;
      transition: transform 0.28s ease, opacity 0.28s ease;
    }

    body.page-services .menu-toggle.is-open span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }

    body.page-services .menu-toggle.is-open span:nth-child(2) {
      opacity: 0;
    }

    body.page-services .menu-toggle.is-open span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }

    body.page-services .mobile-menu-overlay {
      display: none;
    }

    body.page-services .mobile-menu {
      display: none;
    }

   body.page-services .page-hero {
  position: relative;
  padding: 10px 0 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.06), transparent 28%),
    linear-gradient(135deg, #0f172a, #1e293b 60%, #334155);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

    body.page-services .page-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        repeating-linear-gradient(
          90deg,
          transparent,
          transparent 80px,
          rgba(255,255,255,0.03) 81px,
          transparent 82px
        );
      pointer-events: none;
    }

    body.page-services .page-hero .container {
      position: relative;
      z-index: 1;
    }

    body.page-services .page-hero-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
      align-items: center;
      gap: 40px;
    }

    body.page-services .page-hero-copy {
      min-width: 0;
    }

    body.page-services .page-hero-logo {
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }

    body.page-services .page-hero-logo img {
      width: min(100%, 540px);
      height: auto;
      object-fit: contain;
      filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.35));
    }

    body.page-services .page-hero .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #ffd089;
      font-size: 0.88rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    body.page-services .page-hero .eyebrow::before {
      content: "";
      width: 36px;
      height: 1px;
      background: rgba(255,255,255,0.28);
    }

    body.page-services .page-hero h1 {
      margin-top: 18px;
      font-size: clamp(2.2rem, 5vw, 4rem);
      line-height: 1.15;
      letter-spacing: 0.04em;
      text-shadow: 0 8px 24px rgba(0,0,0,0.35);
    }

    body.page-services .page-hero p {
      margin-top: 16px;
      max-width: 720px;
      color: rgba(255,255,255,0.88);
      font-size: clamp(1rem, 1.8vw, 1.12rem);
    }

    body.page-services .page-hero-points {
      margin-top: 18px;
      list-style: none;
      display: grid;
      gap: 10px;
      max-width: 760px;
      padding: 0;
    }

    body.page-services .page-hero-points li {
      position: relative;
      padding-left: 1.2em;
      color: rgba(255,255,255,0.92);
      font-size: clamp(0.98rem, 1.6vw, 1.08rem);
      line-height: 1.8;
    }

    body.page-services .page-hero-points li::before {
      content: "・";
      position: absolute;
      left: 0;
      top: 0;
      color: #ffd089;
      font-weight: 700;
    }

    body.page-services .section {
      padding: 88px 0;
    }

    body.page-services .section + .section {
      padding-top: 0;
    }

    body.page-services .section-grid {
      display: grid;
      gap: 24px;
    }

    body.page-services .content-card {
      background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
      border: 1px solid var(--line);
      border-radius: 28px;
      padding: 34px;
      box-shadow: var(--shadow);
      scroll-margin-top: 110px;
    }

    body.page-services .content-card h2 {
      font-size: clamp(1.6rem, 3vw, 2.4rem);
      line-height: 1.2;
      margin-bottom: 18px;
    }

    body.page-services .content-card p {
      color: var(--muted);
      font-size: 1rem;
    }

    body.page-services .content-card p + p {
      margin-top: 14px;
    }

    body.page-services .service-list {
      list-style: none;
      display: grid;
      gap: 14px;
      margin-top: 22px;
    }

    body.page-services .service-list li {
      position: relative;
      padding-left: 28px;
      color: var(--muted);
    }

    body.page-services .service-list li::before {
      content: "✓";
      position: absolute;
      left: 0;
      top: 0;
      color: #ffd089;
      font-weight: 800;
    }

    body.page-services .location-box {
      margin-top: 24px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }

    body.page-services .location-item {
      padding: 20px;
      border-radius: 20px;
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.08);
    }

    body.page-services .location-item strong {
      display: block;
      margin-bottom: 8px;
      color: #fff3c4;
      font-size: 1rem;
    }

    body.page-services .location-item span {
      color: var(--muted);
      font-size: 0.95rem;
      word-break: break-word;
    }

    body.page-services .map-wrap {
      margin-top: 24px;
      border-radius: 24px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.08);
      box-shadow: var(--shadow);
      background: rgba(255,255,255,0.03);
    }

    body.page-services .map-wrap iframe {
      display: block;
      width: 100%;
      height: 420px;
      border: 0;
    }

    body.page-services .flash-message {
      position: fixed;
      top: 110px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 130;
      width: min(calc(100% - 24px), 640px);
      padding: 14px 18px;
      border-radius: 16px;
      color: #fff;
      font-weight: 700;
      box-shadow: 0 20px 40px rgba(0,0,0,0.28);
      display: none;
    }

    body.page-services .flash-message.is-show {
      display: block;
    }

    body.page-services .flash-message.success {
      background: rgba(34, 197, 94, 0.95);
    }

    body.page-services .flash-message.error {
      background: rgba(239, 68, 68, 0.95);
    }

    body.page-services .contact-modal {
      position: fixed;
      inset: 0;
      z-index: 120;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    body.page-services .contact-modal.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    body.page-services .contact-modal-overlay {
      position: absolute;
      inset: 0;
      background: rgba(2, 6, 23, 0.72);
      backdrop-filter: blur(8px);
    }

    body.page-services .contact-modal-dialog {
      position: relative;
      width: min(calc(100% - 32px), 760px);
      max-height: calc(100svh - 40px);
      margin: 20px auto;
      overflow-y: auto;
      border-radius: 28px;
      border: 1px solid rgba(255,255,255,0.1);
      background:
        radial-gradient(circle at top left, rgba(245,158,11,0.08), transparent 30%),
        linear-gradient(180deg, rgba(19,36,59,0.98), rgba(8,17,31,0.98));
      box-shadow: 0 30px 80px rgba(0,0,0,0.42);
    }

    body.page-services .contact-modal-close {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 44px;
      height: 44px;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 999px;
      background: rgba(255,255,255,0.06);
      color: #fff;
      font-size: 1.4rem;
      cursor: pointer;
    }

    body.page-services .contact-modal-body {
      padding: 40px 28px 28px;
    }

    body.page-services .contact-modal-kicker {
      color: #ffd089;
      font-size: 0.82rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    body.page-services .contact-modal-body h2 {
      font-size: clamp(1.8rem, 3vw, 2.5rem);
      line-height: 1.2;
      margin-bottom: 12px;
    }

    body.page-services .contact-modal-lead {
      color: rgba(255,255,255,0.76);
      margin-bottom: 24px;
      line-height: 1.8;
    }

    body.page-services .contact-form {
      display: grid;
      gap: 18px;
    }

    body.page-services .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    body.page-services .form-field {
      display: grid;
      gap: 8px;
    }

    body.page-services .form-field label {
      font-weight: 700;
      color: #fff;
    }

    body.page-services .form-field label span {
      color: #ffd089;
      font-size: 0.82rem;
      margin-left: 6px;
    }

    body.page-services .form-field input,
body.page-services .form-field select,
body.page-services .form-field textarea {
      width: 100%;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 14px;
      background: rgba(255,255,255,0.04);
      color: #fff;
      padding: 14px 16px;
      outline: none;
      transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    }

    body.page-services .form-field input::placeholder,
body.page-services .form-field textarea::placeholder {
      color: rgba(255,255,255,0.4);
    }

    body.page-services .form-field input:focus,
body.page-services .form-field select:focus,
body.page-services .form-field textarea:focus {
      border-color: rgba(245,158,11,0.7);
      background: rgba(255,255,255,0.06);
      box-shadow: 0 0 0 4px rgba(245,158,11,0.12);
    }

    body.page-services .form-field select option {
      color: #111827;
    }

    body.page-services .form-field textarea {
      resize: vertical;
      min-height: 140px;
    }

    body.page-services .form-check {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: rgba(255,255,255,0.8);
      font-size: 0.94rem;
    }

    body.page-services .form-check input {
      margin-top: 3px;
      width: auto;
    }

    body.page-services .form-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 6px;
    }

    body.page-services .form-note {
      color: rgba(255,255,255,0.52);
      font-size: 0.88rem;
      line-height: 1.7;
    }

    body.page-services .captcha-help {
      color: rgba(255,255,255,0.6);
      font-size: 0.85rem;
    }

    body.page-services .honeypot {
      position: absolute !important;
      left: -9999px !important;
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
      opacity: 0 !important;
      pointer-events: none !important;
    }

    body.page-services .site-footer {
      padding: 40px 0 48px;
      color: rgba(255,255,255,0.72);
      font-size: 0.94rem;
    }

    body.page-services .site-footer .container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 220px;
      gap: 24px;
      justify-content: start;
      align-items: start;
      border-top: 1px solid rgba(255,255,255,0.08);
      padding-top: 24px;
    }

    body.page-services .footer-info {
      padding-left: 8px;
    }

    body.page-services .footer-block h3 {
      font-size: 1rem;
      color: #ffffff;
      margin-bottom: 10px;
    }

    body.page-services .footer-block p {
      margin: 0 0 8px;
      color: rgba(255,255,255,0.72);
      line-height: 1.8;
      word-break: break-word;
    }

    body.page-services .footer-block a {
      color: #ffd089;
    }
body.page-services .footer-copy {
      margin-top: 28px;
      padding-top: 18px;
      border-top: 1px solid rgba(255,255,255,0.08);
      text-align: center;
      color: rgba(255,255,255,0.5);
      font-size: 0.82rem;
    }

    body.page-services .footer-copy p {
      margin: 0;
    }

    /* マップ＋案内画像 */
    body.page-services .map-flex {
      display: block;
      margin-top: 24px;
    }

    body.page-services .map-guide-card {
      position: relative;
      display: block;
      width: 100%;
      margin-top: 16px;
      padding: 0;
      border: 0;
      border-radius: 24px;
      overflow: hidden;
      background: rgba(255,255,255,0.03);
      box-shadow: 0 18px 40px rgba(0,0,0,0.22);
      cursor: pointer;
      transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
    }

    body.page-services .map-guide-badge {
      position: absolute;
      top: 14px;
      left: 14px;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 0 12px;
      border-radius: 999px;
      background: rgba(8, 17, 31, 0.78);
      border: 1px solid rgba(255,255,255,0.12);
      color: #ffd089;
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      backdrop-filter: blur(8px);
    }

    body.page-services .map-guide {
      display: block;
      width: 100%;
      height: auto;
    }

    /* 画像拡大モーダル */
    body.page-services .image-modal {
      position: fixed;
      inset: 0;
      z-index: 140;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    body.page-services .image-modal.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    body.page-services .image-modal-overlay {
      position: absolute;
      inset: 0;
      background: rgba(2, 6, 23, 0.78);
      backdrop-filter: blur(8px);
    }

    body.page-services .image-modal-dialog {
      position: relative;
      width: min(calc(100% - 24px), 980px);
      max-height: calc(100svh - 32px);
      margin: 16px auto;
      overflow-y: auto;
      border-radius: 24px;
      border: 1px solid rgba(255,255,255,0.1);
      background:
        radial-gradient(circle at top left, rgba(245,158,11,0.08), transparent 30%),
        linear-gradient(180deg, rgba(19,36,59,0.98), rgba(8,17,31,0.98));
      box-shadow: 0 30px 80px rgba(0,0,0,0.42);
    }

    body.page-services .image-modal-close {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 44px;
      height: 44px;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 999px;
      background: rgba(255,255,255,0.06);
      color: #fff;
      font-size: 1.4rem;
      cursor: pointer;
      z-index: 2;
    }

    body.page-services .image-modal-body {
      padding: 28px 20px 20px;
    }

    body.page-services .image-modal-kicker {
      color: #ffd089;
      font-size: 0.82rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    body.page-services .image-modal-body h2 {
      font-size: clamp(1.5rem, 3vw, 2.1rem);
      line-height: 1.2;
      margin-bottom: 16px;
    }

    body.page-services .image-modal-img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 18px;
      box-shadow: 0 18px 40px rgba(0,0,0,0.28);
    }

    @keyframes ctaPulse {
      0%, 100% {
        box-shadow:
          0 14px 30px rgba(249, 115, 22, 0.35),
          0 0 0 0 rgba(249, 115, 22, 0.22);
      }
      50% {
        box-shadow:
          0 18px 36px rgba(249, 115, 22, 0.45),
          0 0 0 10px rgba(249, 115, 22, 0);
      }
    }

    @media (min-width: 1025px) {

      body.page-services .site-header .container {
        min-height: 96px;
        padding-right: 0;
      }

      body.page-services .logo {
        gap: 16px;
        margin-left: -48px;
      }

      body.page-services .logo-image {
        width: 82px;
        height: 82px;
      }

      body.page-services .logo span {
        font-size: 1.24rem;
        line-height: 1.12;
      }

      body.page-services .header-actions {
        transform: translateX(14px);
      }
    
}

    @media (max-width: 1024px) {

      body.page-services .site-header .container {
        grid-template-columns: max-content 1fr max-content;
        gap: 14px;
        min-height: 80px;
        padding-right: 6px;
      }

      body.page-services .logo {
        gap: 10px;
        margin-left: 0;
      }

      body.page-services .logo-image {
        width: 60px;
        height: 60px;
      }

      body.page-services .logo span {
        font-size: 0.98rem;
      }

      body.page-services .nav {
        gap: 16px;
        font-size: 0.8rem;
        padding: 0 12px;
      }

      body.page-services .nav-link {
        min-height: 40px;
        padding: 0 2px;
      }

      body.page-services .header-actions {
        gap: 8px;
        margin-right: -6px;
        transform: none;
      }

      body.page-services .header-actions .btn {
        min-height: 42px;
        padding: 0 14px;
        font-size: 0.82rem;
      }

      body.page-services .header-tel {
        padding: 7px 10px;
      }

      body.page-services .header-tel small {
        font-size: 0.56rem;
      }

      body.page-services .header-tel span {
        font-size: 0.9rem;
      }

      body.page-services .location-box {
        grid-template-columns: 1fr;
      }

      body.page-services .page-hero-layout {
        grid-template-columns: 1fr;
        gap: 28px;
      }

      body.page-services .page-hero-logo {
        justify-content: center;
      }

      body.page-services .page-hero-logo img {
        width: min(100%, 420px);
      }

      body.page-services .site-footer .container {
        grid-template-columns: 1fr 1fr;
      }
    
}

    @media (max-width: 768px) {

      body.page-services .container {
        width: min(calc(100% - 28px), var(--max));
      }

      body.page-services .site-header .container {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
      }

      body.page-services .logo {
        gap: 10px;
        margin-left: 0;
      }

      body.page-services .logo-image {
        width: 64px;
        height: 64px;
      }

      body.page-services .logo span {
        font-size: 1rem;
      }

      body.page-services .menu-toggle {
        display: inline-flex;
        position: relative;
        z-index: 70;
      }

      body.page-services .nav {
        display: none;
      }

      body.page-services .header-actions {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        margin-right: 0;
        transform: none;
      }

      body.page-services .header-actions .btn {
        width: 100%;
        max-width: 320px;
      }

      body.page-services .header-tel {
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 320px;
      }

      body.page-services .header-tel small {
        font-size: 0.68rem;
      }

      body.page-services .header-tel span {
        font-size: 1.08rem;
      }

      body.page-services .mobile-menu-overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 58;
        background: linear-gradient(180deg, rgba(2,6,23,0.45), rgba(2,6,23,0.78));
        backdrop-filter: blur(6px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.32s ease, visibility 0.32s ease;
      }

      body.page-services .mobile-menu-overlay.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      body.page-services .mobile-menu {
        display: block;
        position: fixed;
        top: 84px;
        right: 14px;
        left: 14px;
        z-index: 60;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px) scale(0.98);
        transition: opacity 0.32s ease, visibility 0.32s ease, transform 0.32s ease;
        pointer-events: none;
      }

      body.page-services .mobile-menu.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        pointer-events: auto;
      }

      body.page-services .mobile-menu-panel {
        border-radius: 26px;
        padding: 18px;
        border: 1px solid rgba(255,255,255,0.08);
        background:
          radial-gradient(circle at top left, rgba(245,158,11,0.08), transparent 28%),
          linear-gradient(180deg, rgba(18,28,45,0.98), rgba(8,17,31,0.98));
        box-shadow: 0 28px 70px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.06);
        backdrop-filter: blur(18px);
        max-height: calc(100svh - 110px);
        overflow-y: auto;
      }

      body.page-services .mobile-menu-head {
        margin-bottom: 16px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
      }

      body.page-services .mobile-menu-kicker {
        color: rgba(255,255,255,0.58);
        font-size: 0.74rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
      }

      body.page-services .mobile-menu-title {
        margin-top: 6px;
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        color: #fff;
      }

      body.page-services .mobile-nav {
        display: grid;
        gap: 8px;
      }

      body.page-services .mobile-nav a {
        display: block;
        padding: 14px 16px;
        border-radius: 16px;
        background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
        border: 1px solid rgba(255,255,255,0.06);
        color: rgba(255,255,255,0.94);
        font-size: 0.98rem;
        line-height: 1.45;
      }

      body.page-services .mobile-nav a.sub-link {
        padding-left: 24px;
        font-size: 0.92rem;
        color: rgba(255,255,255,0.74);
      }

      body.page-services .mobile-menu-actions {
        display: grid;
        gap: 10px;
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid rgba(255,255,255,0.08);
      }

      body.page-services .mobile-menu-actions .btn {
        width: 100%;
      }

      body.page-services .mobile-menu-foot {
        margin-top: 14px;
        text-align: center;
        color: rgba(255,255,255,0.48);
        line-height: 1.7;
      }

      body.page-services .mobile-menu-foot small {
        font-size: 0.75rem;
      }

     @media (max-width: 768px) {

  body.page-services .page-hero {
    padding: 10px 0 48px;
  }

}

@media (max-width: 480px) {

  body.page-services .page-hero {
    padding: 10px 0 42px;
  }

}
      body.page-services .page-hero-layout {
        gap: 20px;
      }

      body.page-services .page-hero-copy {
        text-align: center;
      }

      body.page-services .page-hero .eyebrow {
        justify-content: center;
        font-size: 0.8rem;
        letter-spacing: 0.1em;
      }

      body.page-services .page-hero .eyebrow::before {
        width: 24px;
      }

      body.page-services .page-hero h1 {
        margin-top: 14px;
        font-size: clamp(1.9rem, 9vw, 2.6rem);
        line-height: 1.2;
      }

      body.page-services .page-hero-points {
        margin-top: 16px;
        gap: 8px;
        text-align: left;
      }

      body.page-services .page-hero-points li {
        font-size: 0.96rem;
        line-height: 1.7;
      }

      body.page-services .page-hero-logo img {
        width: min(100%, 340px);
      }

      body.page-services .section {
        padding: 56px 0;
      }

      body.page-services .content-card {
        padding: 22px 18px;
        border-radius: 20px;
      }

      body.page-services .content-card h2 {
        margin-bottom: 14px;
        font-size: clamp(1.35rem, 6vw, 1.8rem);
      }

      body.page-services .content-card p,
body.page-services .service-list li,
body.page-services .location-item span {
        font-size: 0.95rem;
        line-height: 1.8;
      }

      body.page-services .service-list {
        gap: 12px;
        margin-top: 18px;
      }

      body.page-services .service-list li {
        padding-left: 24px;
      }

      body.page-services .location-box {
        margin-top: 18px;
        gap: 12px;
      }

      body.page-services .location-item {
        padding: 16px;
        border-radius: 16px;
      }

      body.page-services .map-wrap {
        margin-top: 18px;
        border-radius: 18px;
      }

      body.page-services .map-wrap iframe {
        height: 280px;
      }

      body.page-services .site-footer {
        padding: 28px 0 36px;
        font-size: 0.86rem;
      }

      body.page-services .site-footer .container {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      body.page-services .footer-info {
        padding-left: 0;
      }
body.page-services .footer-copy {
        margin-top: 22px;
        padding-top: 16px;
        font-size: 0.78rem;
      }

      body.page-services .contact-modal-dialog {
        width: min(calc(100% - 20px), 760px);
        margin: 10px auto;
        max-height: calc(100svh - 20px);
        border-radius: 22px;
      }

      body.page-services .contact-modal-body {
        padding: 36px 18px 20px;
      }

      body.page-services .form-grid {
        grid-template-columns: 1fr;
      }

      body.page-services .form-actions {
        flex-direction: column;
      }

      body.page-services .form-actions .btn {
        width: 100%;
      }

      body.page-services .image-modal-dialog {
        width: min(calc(100% - 16px), 980px);
        max-height: calc(100svh - 16px);
        margin: 8px auto;
        border-radius: 20px;
      }

      body.page-services .image-modal-body {
        padding: 22px 14px 14px;
      }
    
}

    @media (max-width: 480px) {

      body.page-services .container {
        width: min(calc(100% - 22px), var(--max));
      }

      body.page-services .site-header .container {
        grid-template-columns: 1fr auto;
        gap: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
      }

      body.page-services .logo {
        gap: 8px;
      }

      body.page-services .logo-image {
        width: 52px;
        height: 52px;
      }

      body.page-services .logo span {
        font-size: 0.84rem;
      }

      body.page-services .menu-toggle {
        width: 44px;
        height: 44px;
        border-radius: 12px;
      }

      body.page-services .btn {
        min-height: 44px;
        font-size: 0.9rem;
        padding: 0 14px;
      }

      body.page-services .mobile-menu {
        top: 76px;
        right: 10px;
        left: 10px;
      }

      body.page-services .mobile-menu-panel {
        border-radius: 22px;
        padding: 14px;
      }

      body.page-services .mobile-nav a {
        padding: 13px 14px;
        font-size: 0.93rem;
      }

      body.page-services .mobile-nav a.sub-link {
        padding-left: 20px;
        font-size: 0.88rem;
      }

      body.page-services .page-hero {
        padding: 124px 0 42px;
      }

      body.page-services .page-hero-logo img {
        width: min(100%, 260px);
      }

      body.page-services .content-card {
        padding: 18px 16px;
      }

      body.page-services .map-wrap iframe {
        height: 240px;
      }
    
}

    @media (min-width: 768px) {

      body.page-services .map-flex {
        display: flex;
        gap: 20px;
        align-items: stretch;
      }

      body.page-services .map-flex .map-wrap,
body.page-services .map-flex .map-guide-card {
        width: 50%;
        margin-top: 0;
      }

      body.page-services .map-flex .map-wrap {
        margin-top: 0;
      }

      body.page-services .map-flex .map-wrap iframe {
        height: 100%;
        min-height: 420px;
      }

      body.page-services .map-guide-card {
        min-height: 420px;
      }

      body.page-services .map-guide {
        height: 100%;
        object-fit: cover;
      }

      body.page-services .map-guide-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 24px 50px rgba(0,0,0,0.28);
      }
    
}

    @media (prefers-reduced-motion: reduce) {

      html {
        scroll-behavior: auto;
      }

      body.page-services .btn,
body.page-services .nav a,
body.page-services .menu-toggle,
body.page-services .menu-toggle span,
body.page-services .mobile-menu,
body.page-services .mobile-menu-overlay,
body.page-services .map-guide-card {
        transition: none !important;
        animation: none !important;
      }
    
}

    /* ===== Header Instagram link ===== */
    body.page-services .header-instagram {
      display: inline-grid;
      place-items: center;
      justify-self: end;
      width: 50px;
      height: 50px;
      flex: 0 0 auto;
      border-radius: 16px;
      color: #ffffff;
      background:
        radial-gradient(circle at 30% 105%, #feda75 0 18%, #fa7e1e 32%, transparent 54%),
        linear-gradient(135deg, #833ab4, #c13584 45%, #e1306c 72%, #fd1d1d);
      border: 1px solid rgba(255,255,255,0.2);
      box-shadow: 0 12px 28px rgba(0,0,0,0.24);
      transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }

    body.page-services .header-instagram:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(0,0,0,0.3);
      filter: brightness(1.06);
    }

    body.page-services .header-instagram:focus-visible {
      outline: 3px solid #ffd089;
      outline-offset: 3px;
    }

    body.page-services .header-instagram svg {
      width: 26px;
      height: 26px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    body.page-services .site-footer .container {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    @media (min-width: 769px) {

      body.page-services .site-header .container {
        grid-template-columns: max-content minmax(0, 1fr) auto auto;
        gap: 14px;
      }
    
}

    @media (max-width: 1024px) and (min-width: 769px) {

      body.page-services .site-header .container {
        grid-template-columns: max-content minmax(0, 1fr) max-content max-content;
        gap: 8px;
      }

      body.page-services .header-instagram {
        width: 44px;
        height: 44px;
        border-radius: 14px;
      }

      body.page-services .header-instagram svg {
        width: 23px;
        height: 23px;
      }

      body.page-services .site-footer .container {
        grid-template-columns: 1fr 1fr;
      }
    
}

    @media (max-width: 768px) {

      body.page-services .site-header .container {
        grid-template-columns: 1fr auto auto;
      }

      body.page-services .site-header .logo {
        grid-column: 1;
        grid-row: 1;
      }

      body.page-services .site-header .menu-toggle {
        grid-column: 2;
        grid-row: 1;
      }

      body.page-services .header-instagram {
        grid-column: 3;
        grid-row: 1;
        width: 48px;
        height: 48px;
        border-radius: 14px;
      }

      body.page-services .header-actions {
        grid-column: 1 / -1;
        grid-row: 2;
      }

      body.page-services .site-footer .container {
        grid-template-columns: 1fr;
      }
    
}

    @media (prefers-reduced-motion: reduce) {

      body.page-services .header-instagram {
        transition: none !important;
      }
    
}

  

    /* ===== Balanced responsive header layout ===== */
    body.page-services .site-header .container {
      width: min(calc(100% - 32px), 1420px);
      max-width: none;
      grid-template-columns: minmax(220px, auto) minmax(420px, 1fr) auto auto;
      align-items: center;
      column-gap: clamp(10px, 1.25vw, 20px);
      min-height: 84px;
      padding: 10px 0;
    }

    body.page-services .site-header .logo {
      margin: 0;
      gap: 10px;
      max-width: 280px;
    }

    body.page-services .site-header .logo-image {
      width: 66px;
      height: 66px;
    }

    body.page-services .site-header .logo span {
      font-size: 1.04rem;
      line-height: 1.12;
    }

    body.page-services .site-header .nav {
      width: 100%;
      padding: 0;
      gap: clamp(12px, 1.2vw, 22px);
      font-size: 0.84rem;
    }

    body.page-services .site-header .nav-link {
      padding: 0 2px;
    }

    body.page-services .site-header .header-actions {
      width: auto;
      margin: 0;
      transform: none;
      gap: 8px;
    }

    body.page-services .site-header .header-actions .btn {
      min-height: 46px;
      padding: 0 16px;
      font-size: 0.82rem;
    }

    body.page-services .site-header .header-tel {
      min-height: 46px;
      padding: 6px 10px;
      align-items: center;
      text-align: center;
    }

    body.page-services .site-header .header-tel small {
      font-size: 0.54rem;
    }

    body.page-services .site-header .header-tel span {
      font-size: 0.88rem;
    }

    body.page-services .site-header .header-instagram {
      width: 46px;
      height: 46px;
      border-radius: 14px;
      margin: 0;
      transform: none;
    }

    body.page-services .site-header .header-instagram:hover {
      transform: translateY(-2px);
    }

    @media (max-width: 1279px) and (min-width: 1101px) {

      body.page-services .site-header .container {
        width: min(calc(100% - 24px), 1260px);
        grid-template-columns: minmax(185px, auto) minmax(360px, 1fr) auto auto;
        column-gap: 10px;
        min-height: 76px;
        padding: 8px 0;
      }

      body.page-services .site-header .logo {
        gap: 8px;
      }

      body.page-services .site-header .logo-image {
        width: 56px;
        height: 56px;
      }

      body.page-services .site-header .logo span {
        font-size: 0.9rem;
      }

      body.page-services .site-header .nav {
        gap: 11px;
        font-size: 0.76rem;
      }

      body.page-services .site-header .header-actions .btn {
        min-height: 42px;
        padding: 0 12px;
        font-size: 0.75rem;
      }

      body.page-services .site-header .header-tel {
        min-height: 42px;
        padding: 6px 9px;
      }

      body.page-services .site-header .header-tel small {
        display: none;
      }

      body.page-services .site-header .header-tel span {
        font-size: 0.8rem;
      }

      body.page-services .site-header .header-instagram {
        width: 42px;
        height: 42px;
        border-radius: 13px;
      }

      body.page-services .site-header .header-instagram svg {
        width: 22px;
        height: 22px;
      }
    
}

    @media (max-width: 1100px) {

      body.page-services .site-header .container {
        width: min(calc(100% - 24px), 1040px);
        grid-template-columns: minmax(0, 1fr) auto auto auto;
        gap: 10px;
        min-height: 74px;
        padding: 8px 0;
      }

      body.page-services .site-header .logo {
        grid-column: 1;
        grid-row: 1;
        min-width: 0;
        max-width: none;
        gap: 9px;
      }

      body.page-services .site-header .logo-image {
        width: 56px;
        height: 56px;
      }

      body.page-services .site-header .logo span {
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.92rem;
      }

      body.page-services .site-header .nav {
        display: none;
      }

      body.page-services .site-header .header-actions {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        width: auto;
        gap: 0;
      }

      body.page-services .site-header .header-actions .btn {
        display: none;
      }

      body.page-services .site-header .header-tel {
        width: auto;
        min-height: 44px;
        padding: 7px 11px;
        border-radius: 13px;
      }

      body.page-services .site-header .header-tel small {
        display: none;
      }

      body.page-services .site-header .header-tel span {
        font-size: 0.82rem;
      }

      body.page-services .site-header .menu-toggle {
        display: inline-flex;
        grid-column: 3;
        grid-row: 1;
        position: relative;
        z-index: 70;
        width: 44px;
        height: 44px;
        border-radius: 13px;
      }

      body.page-services .site-header .header-instagram {
        grid-column: 4;
        grid-row: 1;
        width: 44px;
        height: 44px;
        border-radius: 13px;
      }

      body.page-services .site-header .header-instagram svg {
        width: 23px;
        height: 23px;
      }

      body.page-services .mobile-menu-overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 58;
        background: linear-gradient(180deg, rgba(2,6,23,0.45), rgba(2,6,23,0.78));
        backdrop-filter: blur(6px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.32s ease, visibility 0.32s ease;
      }

      body.page-services .mobile-menu-overlay.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      body.page-services .mobile-menu {
        display: block;
        position: fixed;
        top: 82px;
        right: 14px;
        left: 14px;
        z-index: 60;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px) scale(0.98);
        transition: opacity 0.32s ease, visibility 0.32s ease, transform 0.32s ease;
        pointer-events: none;
      }

      body.page-services .mobile-menu.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        pointer-events: auto;
      }

      body.page-services .mobile-menu-panel {
        border-radius: 26px;
        padding: 18px;
        border: 1px solid rgba(255,255,255,0.08);
        background:
          radial-gradient(circle at top left, rgba(245,158,11,0.08), transparent 28%),
          linear-gradient(180deg, rgba(18,28,45,0.98), rgba(8,17,31,0.98));
        box-shadow: 0 28px 70px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.06);
        backdrop-filter: blur(18px);
        max-height: calc(100svh - 104px);
        overflow-y: auto;
      }

      body.page-services .mobile-menu-head {
        margin-bottom: 16px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
      }

      body.page-services .mobile-menu-kicker {
        color: rgba(255,255,255,0.58);
        font-size: 0.74rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
      }

      body.page-services .mobile-menu-title {
        margin-top: 6px;
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        color: #fff;
      }

      body.page-services .mobile-nav {
        display: grid;
        gap: 8px;
      }

      body.page-services .mobile-nav a {
        display: block;
        padding: 14px 16px;
        border-radius: 16px;
        background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
        border: 1px solid rgba(255,255,255,0.06);
        color: rgba(255,255,255,0.94);
        font-size: 0.98rem;
        line-height: 1.45;
      }

      body.page-services .mobile-nav a.sub-link {
        padding-left: 24px;
        font-size: 0.92rem;
        color: rgba(255,255,255,0.74);
      }

      body.page-services .mobile-menu-actions {
        display: grid;
        gap: 10px;
        margin-top: 18px;
      }

      body.page-services .mobile-menu-actions .btn {
        width: 100%;
      }

      body.page-services .mobile-menu-foot {
        margin-top: 16px;
        padding-top: 14px;
        border-top: 1px solid rgba(255,255,255,0.08);
        color: rgba(255,255,255,0.58);
        line-height: 1.7;
      }
    
}

    @media (max-width: 768px) {

      body.page-services .site-header .container {
        width: min(calc(100% - 20px), var(--max));
        grid-template-columns: minmax(0, 1fr) auto auto;
        gap: 8px;
        min-height: auto;
        padding: 8px 0 9px;
      }

      body.page-services .site-header .logo {
        grid-column: 1;
        grid-row: 1;
        gap: 8px;
      }

      body.page-services .site-header .logo-image {
        width: 50px;
        height: 50px;
      }

      body.page-services .site-header .logo span {
        font-size: 0.82rem;
        white-space: nowrap;
      }

      body.page-services .site-header .menu-toggle {
        grid-column: 2;
        grid-row: 1;
        width: 42px;
        height: 42px;
      }

      body.page-services .site-header .header-instagram {
        grid-column: 3;
        grid-row: 1;
        width: 42px;
        height: 42px;
      }

      body.page-services .site-header .header-actions {
        grid-column: 1 / -1;
        grid-row: 2;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        width: 100%;
        gap: 8px;
      }

      body.page-services .site-header .header-actions .btn {
        display: inline-flex;
        width: 100%;
        max-width: none;
        min-height: 40px;
        padding: 0 10px;
        font-size: 0.76rem;
      }

      body.page-services .site-header .header-tel {
        width: 100%;
        max-width: none;
        min-height: 40px;
        padding: 6px 8px;
      }

      body.page-services .site-header .header-tel span {
        font-size: 0.76rem;
      }

      body.page-services .mobile-menu {
        top: 126px;
      }

      body.page-services .mobile-menu-panel {
        max-height: calc(100svh - 146px);
      }
    
}

    @media (max-width: 540px) {

      body.page-services .site-header .container {
        width: min(calc(100% - 16px), var(--max));
        gap: 7px;
      }

      body.page-services .site-header .logo-image {
        width: 46px;
        height: 46px;
      }

      body.page-services .site-header .logo span {
        font-size: 0.74rem;
        letter-spacing: 0;
      }

      body.page-services .site-header .menu-toggle,
body.page-services .site-header .header-instagram {
        width: 40px;
        height: 40px;
        border-radius: 12px;
      }

      body.page-services .site-header .header-instagram svg {
        width: 21px;
        height: 21px;
      }

      body.page-services .site-header .header-actions .btn,
body.page-services .site-header .header-tel {
        min-height: 38px;
      }

      body.page-services .site-header .header-actions .btn {
        padding: 0 6px;
        font-size: 0.7rem;
      }

      body.page-services .site-header .header-tel span {
        font-size: 0.7rem;
        letter-spacing: 0;
      }

      body.page-services .mobile-menu {
        top: 118px;
        right: 8px;
        left: 8px;
      }

      body.page-services .mobile-menu-panel {
        padding: 14px;
        border-radius: 22px;
        max-height: calc(100svh - 132px);
      }
    
}
