*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
      :root {
        --text: #111;
        --muted: #666;
        --light: #999;
        --border: #e5e5e5;
        --bg: #fff;
        --tinted: #f7f7f5;
        --radius: 4px;
        --max: 940px;
        --pad: clamp(20px, 5vw, 64px);
      }
      html { font-size: 16px; scroll-behavior: smooth; }
      body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif; color: var(--text); background: var(--bg); line-height: 1.55; -webkit-font-smoothing: antialiased; }
      a { color: inherit; text-decoration: none; }
      nav { border-bottom: 1px solid var(--border); padding: 0 var(--pad); position: sticky; top: 0; z-index: 1020; background: rgba(255,255,255,.97); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
      .nav-inner { max-width: var(--max); margin: 0 auto; height: 52px; display: flex; align-items: center; gap: 24px; }
      .logo { font-size: 0; display: flex; align-items: center; flex-shrink: 0; }
      .logo img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; border: 2px solid #1e3a5f; box-sizing: border-box; }
      .nav-links { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; flex: 1; }
      .nav-links a { font-size: 13.5px; color: var(--muted); transition: color 0.15s; white-space: nowrap; }
      .nav-links a:hover { color: var(--text); }
      .lang-switcher { font-size: 13px; color: var(--muted); flex-shrink: 0; margin-left: auto; }
      .lang-switcher a { color: inherit; text-decoration: none; }
      .nav-cta { font-size: 13px; font-weight: 600; background: var(--text); color: #fff; padding: 9px 20px; border-radius: 8px; white-space: nowrap; transition: opacity 0.15s; flex-shrink: 0; }
      .nav-cta:hover { opacity: 0.82; }
      .nav-cta-short { display: none; }
      .page { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
      .breadcrumb { font-size: 13px; color: var(--muted); padding: 20px 0 0; display: flex; gap: 6px; align-items: center; }
      .breadcrumb a { color: var(--muted); }
      .breadcrumb a:hover { text-decoration: underline; }
      .hero { padding: 52px 0 48px; border-bottom: 1px solid var(--border); }
      .hero-eyebrow { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; color: var(--muted); margin-bottom: 12px; }
      h1 { font-size: clamp(28px, 4vw, 38px); font-weight: 600; letter-spacing: -0.025em; line-height: 1.15; margin-bottom: 14px; }
      .hero-desc { font-size: 16px; color: var(--muted); line-height: 1.6; max-width: 540px; }
      .hero-variant { display: block; }
      .hero-variant--studios { display: none; }
      html.studio-landing .hero-variant--default { display: none; }
      html.studio-landing .hero-variant--studios { display: block; }
      .studio-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; margin-top: 20px; }
      .studio-step { background: var(--bg); padding: 18px 16px; text-align: center; }
      .studio-step strong { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); margin-bottom: 8px; }
      .studio-step span { font-size: 14px; font-weight: 600; color: var(--text); line-height: 1.35; }
      @media (max-width: 640px) { .studio-steps { grid-template-columns: 1fr; } }
      .btn-primary { display: inline-block; background: var(--text); color: #fff; font-size: 14px; font-weight: 500; padding: 11px 24px; border-radius: var(--radius); transition: opacity 0.15s; white-space: nowrap; }
      .btn-primary:hover { opacity: 0.82; }
      .btn-ghost { font-size: 13.5px; color: var(--muted); border-bottom: 1px solid var(--border); padding-bottom: 1px; transition: color 0.15s, border-color 0.15s; }
      .btn-ghost:hover { color: var(--text); border-color: var(--text); }
      .hero-guarantees { display: flex; gap: 20px; flex-wrap: wrap; padding-top: 20px; border-top: 1px solid var(--border); }
      .g-item { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--muted); }
      .g-check { font-size: 10px; width: 17px; height: 17px; border: 1px solid #d0d0d0; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #444; }
      .hero-img-wrap { border: 1px solid var(--border); border-radius: 6px; overflow: hidden; background: var(--tinted); line-height: 0; margin-top: 28px; }
      .hero-img { width: 100%; height: auto; display: block; }
      .stats-strip { border-bottom: 1px solid var(--border); background: var(--tinted); }
      .stats-inner { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); display: flex; }
      .stat-cell { flex: 1; padding: 18px 20px; border-right: 1px solid var(--border); text-align: center; }
      .stat-cell:last-child { border-right: none; }
      .stat-n { font-size: 20px; font-weight: 600; letter-spacing: -0.02em; display: block; margin-bottom: 1px; }
      .stat-l { font-size: 12px; color: var(--muted); }
      .section { padding: 48px 0; border-bottom: 1px solid var(--border); }
      .s-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; color: var(--muted); margin-bottom: 16px; }
      h2 { font-size: clamp(19px, 2.6vw, 24px); font-weight: 600; letter-spacing: -0.02em; margin-bottom: 8px; }
      .s-intro { font-size: 15px; color: var(--muted); line-height: 1.6; max-width: 540px; margin-bottom: 28px; }
      .segment-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
      .segment-tab { padding: 10px 20px; border: 1px solid var(--border); border-radius: 20px; font-size: 13.5px; font-weight: 500; background: var(--bg); color: var(--muted); cursor: pointer; transition: background 0.1s, border-color 0.1s, color 0.1s; }
      .segment-tab:hover { background: var(--tinted); border-color: #d5d5d5; color: var(--text); }
      .segment-tab.active { background: var(--tinted); border-color: var(--text); color: var(--text); }
      .segment-panel { display: none; }
      .segment-panel[data-visible="true"] { display: block; }
      .segment-panel h3 { font-size: 18px; font-weight: 600; margin-bottom: 12px; }
      .segment-panel p { font-size: 15px; color: var(--muted); line-height: 1.6; margin-bottom: 12px; }
      .full-img { width: 100%; height: auto; display: block; border: 1px solid var(--border); border-radius: 6px; }
      .img-caption { font-size: 12px; color: var(--muted); margin-top: 8px; }
      .diff-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
      .diff-cell { background: var(--bg); padding: 22px; transition: background 0.15s; }
      .diff-cell:hover { background: var(--tinted); }
      .diff-icon { font-size: 17px; margin-bottom: 9px; display: block; }
      .diff-cell h3 { font-size: 14px; font-weight: 600; margin-bottom: 5px; }
      .diff-cell p { font-size: 13px; color: var(--muted); line-height: 1.6; }
      .steps { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
      .step { padding: 22px 20px; border-right: 1px solid var(--border); background: var(--bg); transition: background 0.15s; text-align: center; }
      .step:last-child { border-right: none; }
      .step:hover { background: var(--tinted); }
      .step-n { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; color: var(--muted); margin-bottom: 12px; }
      .step h3 { font-size: 13.5px; font-weight: 600; margin-bottom: 6px; color: var(--text); }
      .step p { font-size: 13px; color: var(--muted); line-height: 1.55; }
      .pricing-card { border: 1px solid var(--border); border-radius: 6px; padding: 28px; background: var(--bg); max-width: 400px; margin: 0 auto 24px; }
      .pricing-card h3 { font-size: 18px; font-weight: 600; margin-bottom: 8px; }
      .pricing-card .price-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
      .pricing-card .price-row:last-of-type { border-bottom: none; }
      .pricing-card ul { list-style: none; margin: 16px 0; padding: 0; font-size: 13px; color: var(--muted); }
      .pricing-card ul li { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
      .pricing-card ul li::before { content: '✓'; color: #2a7a4a; font-weight: 700; }
      .form-row { display: flex; gap: 12px; align-items: center; margin-top: 8px; }
      .form-row input { flex: 1; padding: 10px 14px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 14px; font-family: inherit; }
      .form-row input:focus { outline: none; border-color: var(--text); }
      .form-row button { padding: 10px 20px; background: var(--text); color: #fff; border: none; border-radius: var(--radius); font-size: 13.5px; font-weight: 500; cursor: pointer; }
      .form-row button:hover { opacity: 0.82; }
      .form-status { margin-top: 12px; font-size: 13px; display: none; }
      .reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
      .review { border: 1px solid var(--border); border-radius: 6px; padding: 18px; background: var(--tinted); }
      .r-stars { font-size: 11px; letter-spacing: 2px; color: #c8920a; margin-bottom: 9px; }
      .r-text { font-size: 13.5px; color: var(--muted); font-style: italic; line-height: 1.65; margin-bottom: 13px; }
      .r-author { display: flex; align-items: center; gap: 9px; }
      .r-avatar { width: 28px; height: 28px; background: var(--text); color: #fff; border-radius: 50%; font-size: 10px; font-weight: 600; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
      .r-name { font-size: 13px; font-weight: 500; }
      .r-doc { font-size: 12px; color: var(--muted); }
      .faq { border: 1px solid var(--border); border-radius: 6px; overflow: hidden; margin-top: 20px; }
      .faq-row { border-bottom: 1px solid var(--border); }
      .faq-row:last-child { border-bottom: none; }
      .faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 15px 20px; background: none; border: none; cursor: pointer; font-family: inherit; font-size: 14px; font-weight: 500; color: var(--text); text-align: left; transition: background 0.1s; }
      .faq-q:hover { background: var(--tinted); }
      .faq-icon { font-size: 16px; color: var(--light); flex-shrink: 0; transition: transform 0.2s; line-height: 1; }
      .faq-row.open .faq-icon { transform: rotate(45deg); }
      .faq-a { display: none; padding: 2px 20px 15px; font-size: 13.5px; color: var(--muted); line-height: 1.65; }
      .faq-row.open .faq-a { display: block; }
      .bottom-cta { padding: 36px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
      .bottom-cta h2 { font-size: 18px; margin-bottom: 4px; }
      .bottom-cta p { font-size: 13.5px; color: var(--muted); }
      footer { border-top: 1px solid var(--border); padding: 32px var(--pad) 24px; }
      .footer-inner { max-width: var(--max); margin: 0 auto; }
      .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; }
      .footer-brand .logo { font-size: 14px; display: block; margin-bottom: 8px; }
      .footer-brand p { font-size: 13px; color: var(--muted); line-height: 1.6; max-width: 260px; }
      .footer-col h4 { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; color: var(--muted); margin-bottom: 12px; }
      .footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 7px; }
      .footer-col a { font-size: 13.5px; color: var(--muted); transition: color 0.15s; }
      .footer-col a:hover { color: var(--text); text-decoration: underline; }
      .footer-bottom { display: flex; justify-content: space-between; font-size: 12.5px; color: var(--muted); flex-wrap: wrap; gap: 8px; }
      .cta-banner { background: var(--text); color: #fff; padding: 36px var(--pad); text-align: center; }
      .cta-banner h2 { color: #fff; margin-bottom: 8px; }
      .cta-banner p { color: rgba(255,255,255,0.85); font-size: 15px; margin-bottom: 20px; }
      .cta-banner .btn-wrap { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
      .cta-banner .btn-white { display: inline-block; background: #fff; color: var(--text); padding: 11px 24px; border-radius: var(--radius); font-size: 14px; font-weight: 500; transition: opacity 0.15s; }
      .cta-banner .btn-white:hover { opacity: 0.9; }
      .cta-banner .btn-outline { display: inline-block; background: transparent; color: #fff; padding: 11px 24px; border-radius: var(--radius); font-size: 14px; font-weight: 500; border: 2px solid rgba(255,255,255,0.6); transition: border-color 0.15s, background 0.15s; }
      .cta-banner .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.1); }
      .cta-banner .contact-line { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.2); }
      .cta-banner .contact-line a { color: #fff; text-decoration: underline; }
      @media (max-width: 760px) {
        .steps { grid-template-columns: 1fr 1fr; }
        .diff-grid { grid-template-columns: 1fr; }
        .stats-inner { flex-wrap: wrap; }
        .stat-cell { flex: 1 1 45%; border-bottom: 1px solid var(--border); }
        .reviews { grid-template-columns: 1fr; }
        .footer-top { grid-template-columns: 1fr; }
      }
      @media (max-width: 768px) {
        .nav-links { display: none; }
        .lang-switcher { display: none; }
        .nav-cta { margin-left: auto; }
        .nav-cta-long { display: none; }
        .nav-cta-short { display: inline; }
      }
      @media (max-width: 520px) {
        .steps { grid-template-columns: 1fr; }
      }

@media (max-width:720px){ .section#pricing div[style*="grid-template-columns:1fr 1fr"]{ grid-template-columns:1fr !important; } }
