:root {
        --ink: #12212f;
        --ink-soft: #4b5c6a;
        --paper: #fbfcfc;
        --mist: #eff4f4;
        --line: #dce7e7;
        --teal: #087f7b;
        --teal-bright: #11a6a0;
        --sun: #f3b33d;
        --white: #ffffff;
        --shadow: 0 20px 50px rgba(16, 39, 51, 0.11);
        --radius: 22px;
      }

      * { box-sizing: border-box; }

      html { scroll-behavior: smooth; }

      body {
        margin: 0;
        color: var(--ink);
        background: var(--paper);
        font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
      }

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

      button { font: inherit; }

      .wrap { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

      .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin: 0 0 18px;
        color: var(--teal);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .13em;
        text-transform: uppercase;
      }

      .eyebrow::before {
        width: 24px;
        height: 2px;
        background: var(--teal);
        content: "";
      }

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

      h1 {
        max-width: 670px;
        margin-bottom: 24px;
        font-size: clamp(42px, 5.1vw, 72px);
        line-height: 1.02;
        letter-spacing: -.055em;
      }

      h2 {
        margin-bottom: 16px;
        font-size: clamp(31px, 3.5vw, 48px);
        line-height: 1.08;
        letter-spacing: -.045em;
      }

      .lead {
        max-width: 590px;
        margin-bottom: 30px;
        color: var(--ink-soft);
        font-size: 18px;
        line-height: 1.65;
      }

      .button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        min-height: 48px;
        padding: 0 20px;
        border: 1px solid transparent;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 800;
        transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
      }

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

      .button.primary {
        color: var(--white);
        background: var(--ink);
        box-shadow: 0 10px 24px rgba(18, 33, 47, .2);
      }

      .button.primary:hover { background: var(--teal); }

      .button.secondary {
        color: var(--ink);
        border-color: var(--line);
        background: var(--white);
      }

      header {
        position: sticky;
        top: 0;
        z-index: 50;
        border-bottom: 1px solid rgba(220, 231, 231, .75);
        background: rgba(251, 252, 252, .88);
        backdrop-filter: blur(16px);
      }

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

      .brand {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: -.055em;
      }

      .brand-mark {
        position: relative;
        width: 27px;
        height: 27px;
        overflow: hidden;
        border-radius: 8px;
        background: var(--teal);
      }

      .brand-mark::before,
      .brand-mark::after {
        position: absolute;
        width: 12px;
        height: 12px;
        border: 3px solid var(--white);
        content: "";
      }

      .brand-mark::before { top: 4px; left: 4px; border-right: 0; border-bottom: 0; }
      .brand-mark::after { right: 4px; bottom: 4px; border-top: 0; border-left: 0; }
      .brand-logo { display: block; max-width: 180px; max-height: 34px; width: auto; height: auto; object-fit: contain; }

      .nav-links { display: flex; gap: 28px; color: #526371; font-size: 14px; font-weight: 700; }
      .nav-links a:hover { color: var(--teal); }
      .nav-actions { display: flex; align-items: center; gap: 14px; }
      .login { color: var(--ink-soft); font-size: 14px; font-weight: 800; }
      .theme-toggle { display: inline-grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid transparent; border-radius: 50%; color: var(--ink-soft); background: transparent; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease; }
      .theme-toggle:hover, .theme-toggle[aria-pressed="true"] { border-color: var(--line); color: var(--teal); background: var(--white); }
      .theme-toggle > span:first-child { font-size: 17px; line-height: 1; }

      .hero {
        position: relative;
        overflow: hidden;
        min-height: 660px;
        padding: 93px 0 78px;
        background:
          radial-gradient(circle at 88% 20%, rgba(17, 166, 160, .15) 0, rgba(17, 166, 160, 0) 31%),
          linear-gradient(115deg, #fbfcfc 0%, #f2f8f7 60%, #e8f3f1 100%);
      }

      .hero::after {
        position: absolute;
        right: -60px;
        bottom: -150px;
        width: 490px;
        height: 490px;
        border: 70px solid rgba(243, 179, 61, .14);
        border-radius: 50%;
        content: "";
      }

      .hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr); align-items: center; gap: 48px; }
      .hero-copy { position: relative; z-index: 2; }
      .hero-copy strong { color: var(--teal); }
      .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

      .hero-trust {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 33px;
        color: #6a7a85;
        font-size: 13px;
        font-weight: 600;
      }

      .trust-dots { display: flex; }
      .trust-dots span { width: 8px; height: 8px; margin-right: 3px; border-radius: 50%; background: var(--teal); }

      .stage {
        position: relative;
        z-index: 1;
        height: 480px;
      }

      .phone {
        position: absolute;
        top: 0;
        left: 50%;
        width: 247px;
        height: 475px;
        padding: 9px;
        overflow: hidden;
        border: 8px solid #18303e;
        border-radius: 37px;
        background: #18303e;
        box-shadow: 0 30px 50px rgba(20, 48, 58, .26);
        transform: translateX(-50%) rotate(4deg);
      }

      .phone::before {
        position: absolute;
        z-index: 3;
        top: 7px;
        left: 50%;
        width: 92px;
        height: 18px;
        border-radius: 0 0 12px 12px;
        background: #18303e;
        content: "";
        transform: translateX(-50%);
      }

      .phone-screen {
        height: 100%;
        overflow: hidden;
        border-radius: 25px;
        background: #fffdf8;
      }

      .menu-cover {
        height: 136px;
        padding: 26px 17px 14px;
        color: white;
        background:
          linear-gradient(130deg, rgba(6, 65, 64, .12), rgba(6, 65, 64, .66)),
          linear-gradient(135deg, #d1a46e, #835b3c 58%, #264e4b);
      }

      .menu-cover .mini-brand { margin: 10px 0 3px; font-size: 19px; font-weight: 900; letter-spacing: -.05em; }
      .menu-cover p { margin: 0; font-size: 9px; opacity: .86; }
      .status { display: flex; justify-content: space-between; font-size: 8px; font-weight: 700; opacity: .95; }
      .menu-content { padding: 14px 13px; }
      .menu-title { margin-bottom: 9px; font-size: 13px; font-weight: 900; letter-spacing: -.03em; }

      .chips { display: flex; gap: 6px; margin-bottom: 12px; overflow: hidden; }
      .chip { flex: 0 0 auto; padding: 5px 8px; border: 1px solid #dde6e4; border-radius: 999px; color: #5f6f70; font-size: 8px; font-weight: 800; }
      .chip.active { border-color: var(--teal); color: white; background: var(--teal); }

      .dish { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 8px; padding: 7px 0; border-top: 1px solid #edf0ec; }
      .dish-photo { width: 48px; height: 42px; border-radius: 9px; background: linear-gradient(135deg, #daa76c, #9d523d); }
      .dish:nth-child(5) .dish-photo { background: linear-gradient(135deg, #729f69, #d9bf5a); }
      .dish:nth-child(6) .dish-photo { background: linear-gradient(135deg, #ae563e, #f1d28e); }
      .dish-name { margin-bottom: 3px; font-size: 9px; font-weight: 900; }
      .dish-desc { color: #798280; font-size: 7px; line-height: 1.25; }
      .dish-price { color: var(--teal); font-size: 9px; font-weight: 900; }

      .qr-card {
        position: absolute;
        z-index: 3;
        top: 170px;
        left: 0;
        width: 136px;
        padding: 13px;
        border: 1px solid rgba(255,255,255,.88);
        border-radius: 17px;
        background: rgba(255,255,255,.9);
        box-shadow: 0 18px 34px rgba(34, 67, 76, .13);
        backdrop-filter: blur(8px);
      }

      .qr-title { margin-bottom: 8px; color: #5d6c74; font-size: 9px; font-weight: 800; }
      .qr-inner { display: grid; grid-template-columns: repeat(9, 1fr); gap: 2px; width: 72px; height: 72px; margin: 0 auto; padding: 4px; background: white; }
      .qr-inner i { background: #18303e; }
      .qr-inner i:nth-child(3n), .qr-inner i:nth-child(4n + 1), .qr-inner i:nth-child(7n) { background: transparent; }
      .qr-inner i:nth-child(1), .qr-inner i:nth-child(2), .qr-inner i:nth-child(10), .qr-inner i:nth-child(11), .qr-inner i:nth-child(19),
      .qr-inner i:nth-child(7), .qr-inner i:nth-child(8), .qr-inner i:nth-child(16), .qr-inner i:nth-child(17), .qr-inner i:nth-child(25),
      .qr-inner i:nth-child(55), .qr-inner i:nth-child(56), .qr-inner i:nth-child(64), .qr-inner i:nth-child(65), .qr-inner i:nth-child(73) { background: var(--teal); }
      .qr-card p { margin: 9px 0 0; color: var(--ink); font-size: 10px; font-weight: 900; text-align: center; }

      .float-card {
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 46px;
        width: 155px;
        padding: 15px;
        border-radius: 16px;
        color: white;
        background: var(--ink);
        box-shadow: 0 17px 32px rgba(17, 37, 48, .2);
      }

      .float-icon { display: grid; width: 29px; height: 29px; margin-bottom: 9px; place-items: center; border-radius: 9px; color: var(--ink); background: #afe6df; font-size: 14px; }
      .float-card b { display: block; margin-bottom: 4px; font-size: 11px; }
      .float-card span { color: #b9c6cc; font-size: 9px; line-height: 1.35; }

      .logo-row { padding: 32px 0; border-bottom: 1px solid var(--line); background: var(--white); }
      .logo-row .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
      .logo-row p { margin: 0; color: #7b8991; font-size: 13px; font-weight: 700; }
      .sector-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 25px; color: #6f7e85; font-size: 13px; font-weight: 800; }
      .sector-list span::before { margin-right: 6px; color: var(--sun); content: "✦"; }

      section { padding: 105px 0; }
      .section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 50px; margin-bottom: 48px; }
      .section-heading p { max-width: 450px; margin: 0 0 4px; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }

      .benefits { background: var(--paper); }
      .benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
      .benefit-card { min-height: 252px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .2s ease, box-shadow .2s ease; }
      .benefit-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
      .benefit-number { color: #a6b5b8; font-size: 13px; font-weight: 900; }
      .benefit-icon { display: grid; width: 45px; height: 45px; margin: 29px 0 22px; place-items: center; border-radius: 13px; color: var(--teal); background: #e4f5f2; font-size: 21px; }
      .benefit-card h3 { margin-bottom: 9px; font-size: 18px; letter-spacing: -.03em; }
      .benefit-card p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.58; }

      .flow { overflow: hidden; background: var(--ink); color: white; }
      .flow .eyebrow { color: #a9e6de; }
      .flow .eyebrow::before { background: #a9e6de; }
      .flow .section-heading p { color: #afbec4; }
      .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
      .step { position: relative; min-height: 255px; padding: 25px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.05); }
      .step-num { color: #9ee3dc; font-size: 13px; font-weight: 900; }
      .step h3 { margin: 64px 0 11px; font-size: 22px; letter-spacing: -.04em; }
      .step p { max-width: 280px; margin: 0; color: #b4c1c7; font-size: 14px; line-height: 1.6; }
      .step-icon { position: absolute; right: 22px; top: 18px; color: rgba(169,230,222,.8); font-size: 45px; }
      .step::after { position: absolute; right: -38px; bottom: -53px; width: 143px; height: 143px; border: 1px solid rgba(169,230,222,.18); border-radius: 50%; content: ""; }

      .theme-section { background: #f0f5f4; }
      .theme-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 45px; align-items: center; }
      .theme-copy .lead { margin-bottom: 25px; font-size: 16px; }
      .check-list { display: grid; gap: 13px; padding: 0; margin: 0; list-style: none; }
      .check-list li { display: flex; align-items: center; gap: 11px; color: #41535d; font-size: 14px; font-weight: 700; }
      .check-list li::before { display: grid; flex: 0 0 22px; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--teal); background: #d9f1ed; content: "✓"; font-size: 13px; }

      .theme-tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
      .theme-tile { min-height: 178px; padding: 17px; border: 5px solid white; border-radius: 19px; box-shadow: 0 10px 24px rgba(36, 59, 69, .08); }
      .theme-tile:nth-child(1) { color: #fff; background: linear-gradient(145deg, #5c3425, #b16d43); }
      .theme-tile:nth-child(2) { color: #fff; background: linear-gradient(145deg, #103e63, #2181a4); }
      .theme-tile:nth-child(3) { color: #fff; background: linear-gradient(145deg, #153d2e, #3d7a4e); }
      .theme-tile:nth-child(4) { color: #fff; background: linear-gradient(145deg, #472240, #8a477a); }
      .tile-top { display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 900; opacity: .85; }
      .tile-lines { display: grid; gap: 5px; margin-top: 54px; }
      .tile-lines i { display: block; width: 70%; height: 5px; border-radius: 4px; background: currentColor; opacity: .65; }
      .tile-lines i:last-child { width: 43%; }
      .tile-name { display: block; margin-top: 15px; font-size: 12px; font-weight: 900; }

      .faq { background: var(--white); }
      .faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; }
      .faq-sticky { align-self: start; position: sticky; top: 25px; }
      .faq-sticky .lead { font-size: 16px; }
      .faq-list { border-top: 1px solid var(--line); }
      .faq-item { border-bottom: 1px solid var(--line); }
      .faq-question { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 23px 0; border: 0; color: var(--ink); background: transparent; cursor: pointer; font-size: 16px; font-weight: 800; text-align: left; }
      .faq-question span:last-child { display: grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--teal); font-size: 20px; font-weight: 400; }
      .faq-answer { max-height: 0; overflow: hidden; color: var(--ink-soft); font-size: 14px; line-height: 1.65; transition: max-height .25s ease, padding .25s ease; }
      .faq-item.open .faq-answer { max-height: 130px; padding: 0 38px 20px 0; }
      .faq-item.open .faq-question span:last-child { color: white; border-color: var(--teal); background: var(--teal); }

      .references { background: var(--mist); }
      .reference-heading { margin-bottom: 48px; }
      .reference-heading h2 { max-width: 650px; margin-bottom: 0; }
      .reference-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
      .reference-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 26px rgba(28, 54, 64, .08); }
      .reference-preview { position: relative; height: 310px; overflow: hidden; background: #dce9e6; }
      .reference-preview::after { position: absolute; inset: 0; z-index: 2; border: 1px solid rgba(255,255,255,.45); content: ""; pointer-events: none; }
      .reference-frame-wrap { position: absolute; top: 0; left: 50%; width: 430px; height: 680px; pointer-events: none; transform: translateX(-50%) scale(.55); transform-origin: top center; }
      .reference-frame-wrap iframe { display: block; width: 430px; height: 680px; border: 0; background: white; }
      .reference-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 16px 17px; }
      .reference-kicker { display: block; margin-bottom: 4px; color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
      .reference-meta h3 { margin: 0; font-size: 17px; letter-spacing: -.03em; }
      .reference-meta > a { display: grid; width: 33px; height: 33px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--teal); background: #e4f5f2; font-weight: 900; }
      .references-empty { padding: 28px; border: 1px dashed #b9cecc; border-radius: var(--radius); color: var(--ink-soft); background: var(--white); text-align: center; }
      .reference-more-row { display: flex; justify-content: flex-end; margin-top: 24px; }
      .reference-more { min-width: 175px; }

      .cta { padding: 0 0 94px; background: var(--white); }
      .cta-box { position: relative; overflow: hidden; padding: 66px 60px; border-radius: 28px; color: white; background: linear-gradient(110deg, #102b3a, #087f7b); }
      .cta-box::before { position: absolute; top: -185px; right: -135px; width: 430px; height: 430px; border: 55px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
      .cta-box::after { position: absolute; right: 100px; bottom: -135px; width: 230px; height: 230px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; content: ""; }
      .cta-box h2 { position: relative; z-index: 1; max-width: 580px; margin-bottom: 16px; }
      .cta-box p { position: relative; z-index: 1; max-width: 530px; margin-bottom: 28px; color: #cce9e5; font-size: 16px; line-height: 1.6; }
      .cta-box .button { position: relative; z-index: 1; color: var(--ink); background: white; }

      footer { padding: 38px 0; border-top: 1px solid var(--line); color: #718088; background: var(--white); }
      .karemenum-fallback { min-height: 62vh; padding: 120px 0; background: var(--mist); }
      .footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
      .footer-inner .brand { color: var(--ink); font-size: 17px; }
      .footer-inner .brand-mark { transform: scale(.85); transform-origin: left center; }
      .footer-inner p { margin: 0; font-size: 12px; }
      .footer-links { display: flex; gap: 17px; font-size: 12px; font-weight: 700; }

      body.admin-bar header { top: 32px; }
      body.dark-mode { --paper: #0d1820; --mist: #132631; --white: #14242e; --line: #2c4652; --ink: #edf5f5; --ink-soft: #aebfc5; background: var(--paper); }
      body.dark-mode header { border-bottom-color: rgba(69, 100, 112, .7); background: rgba(13, 24, 32, .9); }
      body.dark-mode .hero { background: radial-gradient(circle at 88% 20%, rgba(17, 166, 160, .2) 0, rgba(17, 166, 160, 0) 31%), linear-gradient(115deg, #0d1820 0%, #10252b 60%, #163332 100%); }
      body.dark-mode .logo-row, body.dark-mode .benefit-card, body.dark-mode .faq, body.dark-mode .cta, body.dark-mode footer, body.dark-mode .reference-card, body.dark-mode .references-empty { background: var(--white); }
      body.dark-mode .theme-section, body.dark-mode .references { background: #102029; }
      body.dark-mode .button.secondary, body.dark-mode .theme-toggle:hover, body.dark-mode .theme-toggle[aria-pressed="true"] { color: var(--ink); background: #1b303c; }
      body.dark-mode .benefit-card, body.dark-mode .reference-card { border-color: var(--line); box-shadow: none; }
      body.dark-mode .faq-question { color: var(--ink); }
      body.dark-mode .reference-preview { background: #0c1419; }
      body.dark-mode .theme-toggle { color: #c4d3d7; }

      @media (max-width: 860px) {
        .nav-links { display: none; }
        .hero { min-height: auto; padding-top: 70px; }
        .hero-grid, .theme-grid, .faq-layout { grid-template-columns: 1fr; }
        .hero-copy { text-align: center; }
        .hero-copy .eyebrow, .hero-actions, .hero-trust { justify-content: center; }
        .lead { margin-left: auto; margin-right: auto; }
        .stage { width: min(490px, 100%); margin: 15px auto 0; }
        .section-heading { grid-template-columns: 1fr; gap: 8px; }
        .benefit-grid, .steps { grid-template-columns: 1fr; }
        .reference-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        .benefit-card, .step { min-height: 210px; }
        .faq-sticky { position: static; }
        .logo-row .wrap { align-items: flex-start; flex-direction: column; }
        .sector-list { justify-content: flex-start; }
      }

      @media (max-width: 560px) {
        .wrap { width: min(100% - 32px, 1160px); }
        .nav { min-height: 64px; }
        .nav-actions .button { min-height: 40px; padding: 0 15px; font-size: 12px; }
        h1 { font-size: 42px; }
        .hero { padding: 55px 0 51px; }
        .lead { font-size: 16px; }
        .stage { height: 447px; transform: scale(.9); transform-origin: top center; margin-bottom: -45px; }
        .qr-card { left: -4px; }
        .float-card { right: -6px; }
        section { padding: 74px 0; }
        .theme-tiles { gap: 9px; }
        .theme-tile { min-height: 145px; padding: 13px; }
        .tile-lines { margin-top: 38px; }
        .cta { padding-bottom: 65px; }
        .cta-box { padding: 42px 25px; }
        .footer-inner { align-items: flex-start; flex-direction: column; }
        .nav-actions { gap: 5px; }
        .theme-toggle { width: 38px; height: 38px; }
        .reference-grid { grid-template-columns: 1fr; }
      }

      @media (max-width: 782px) {
        body.admin-bar header { top: 46px; }
      }
