/* style block 1 */
:root {
      --ink: #17130f;
      --muted: #706454;
      --paper: #fff9e8;
      --cream: #f1e3c6;
      --line: rgba(212, 175, 55, .48);
      --green: #004b37;
      --green-2: #00704f;
      --emerald-dark: #012f24;
      --emerald: #005f46;
      --gold: #d4af37;
      --gold-2: #f4d878;
      --brown: #5b321e;
      --white: #ffffff;
      --danger: #8a2f2f;
      --shadow: 0 20px 55px rgba(34, 24, 11, .18);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--ink);
      background:
        radial-gradient(circle at 10% 0%, rgba(244, 216, 120, .22), transparent 32rem),
        linear-gradient(180deg, #fffaf0 0%, #f1e3c6 44%, #fff9e8 100%);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.5;
    }

    img, video {
      display: block;
      max-width: 100%;
    }

    a {
      color: inherit;
    }

    button, input, textarea {
      font: inherit;
    }

    .site-shell {
      overflow: hidden;
      min-height: 100vh;
    }

    .container {
      width: min(1180px, calc(100% - 32px));
      margin: 0 auto;
    }

    .topbar {
      position: fixed;
      z-index: 20;
      top: 0;
      left: 0;
      right: 0;
      border-bottom: 1px solid rgba(244, 216, 120, .42);
      background: rgba(1, 47, 36, .92);
      color: var(--white);
      backdrop-filter: blur(16px);
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      min-height: 72px;
    }

    .brand {
      display: grid;
      gap: 0;
      text-decoration: none;
    }

    .brand strong {
      color: var(--gold-2);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 1.32rem;
      letter-spacing: .02em;
    }

    .brand span {
      color: rgba(255, 255, 255, .75);
      font-size: .8rem;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 16px;
      color: rgba(255, 255, 255, .82);
      font-size: .92rem;
    }

    .nav-links a {
      text-decoration: none;
    }

    .nav-cta {
      display: flex;
      gap: 10px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 11px 16px;
      border: 1px solid transparent;
      border-radius: 8px;
      font-weight: 800;
      text-decoration: none;
      cursor: pointer;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    }

    .btn:hover {
      transform: translateY(-1px);
    }

    .btn-gold {
      color: #1d160b;
      background: linear-gradient(135deg, #fff1a6 0%, #d4af37 46%, #a87620 100%);
      box-shadow: 0 10px 25px rgba(212, 175, 55, .28);
    }

    .btn-green {
      color: var(--white);
      background: linear-gradient(135deg, var(--emerald) 0%, var(--green) 100%);
      box-shadow: 0 10px 25px rgba(0, 75, 55, .28);
    }

    .btn-line {
      color: var(--white);
      border-color: rgba(244, 216, 120, .7);
      background: rgba(255, 255, 255, .08);
    }

    .hero {
      position: relative;
      min-height: 88vh;
      display: grid;
      align-items: center;
      justify-items: center;
      padding: 100px 0 80px;
      color: var(--white);
      background-image:
        linear-gradient(135deg, rgba(1, 47, 36, .94), rgba(0, 75, 55, .58) 50%, rgba(1, 47, 36, .3)),
        url("/public/images/anasayfa-hero.webp"),
        url("/public/images/hero-bg.webp");
      background-position: center;
      background-size: cover;
      text-align: center;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse at 50% 0%, rgba(212, 175, 55, .12) 0%, transparent 60%),
        radial-gradient(ellipse at 50% 100%, rgba(244, 216, 120, .08) 0%, transparent 50%);
      pointer-events: none;
    }

    .hero::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      height: 90px;
      background: linear-gradient(180deg, transparent, #fff9e8);
      pointer-events: none;
    }

    .hero-ornament {
      font-size: 1.6rem;
      color: var(--gold-2);
      margin-bottom: 10px;
      opacity: .7;
      text-shadow: 0 0 30px rgba(212, 175, 55, .5);
      letter-spacing: .3em;
    }

    .hero-content {
      position: relative;
      z-index: 1;
      width: min(760px, 100%);
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      margin: 0 auto 20px;
      padding: 8px 16px;
      border: 1px solid rgba(244, 216, 120, .72);
      border-radius: 999px;
      color: var(--gold-2);
      background: rgba(0, 75, 55, .62);
      font-size: .75rem;
      font-weight: 800;
      letter-spacing: .12em;
      text-transform: uppercase;
      backdrop-filter: blur(4px);
    }

    h1 {
      margin: 0 auto;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(2.6rem, 7vw, 5.8rem);
      line-height: .9;
      letter-spacing: .02em;
      text-shadow: 0 4px 40px rgba(0, 0, 0, .5), 0 2px 12px rgba(0, 0, 0, .3);
    }

    .hero p {
      width: min(620px, 100%);
      margin: 18px auto 0;
      color: rgba(255, 255, 255, .88);
      font-size: 1.05rem;
      text-shadow: 0 2px 20px rgba(0, 0, 0, .4);
      line-height: 1.6;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
      justify-content: center;
    }

    .quick-contact {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
      margin-top: -46px;
    }

    .contact-tile {
      min-height: 102px;
      padding: 16px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: rgba(255, 250, 240, .95);
      box-shadow: var(--shadow);
    }

    .contact-tile span {
      display: block;
      color: var(--muted);
      font-size: .8rem;
      font-weight: 800;
      letter-spacing: .04em;
      text-transform: uppercase;
    }

    .contact-tile strong {
      display: block;
      margin-top: 6px;
      color: var(--green);
      font-size: 1.02rem;
      line-height: 1.3;
    }

    section {
      padding: 82px 0;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 28px;
    }

    .section-head h2 {
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(2rem, 4vw, 3.6rem);
      line-height: 1;
      letter-spacing: 0;
    }

    .section-head p {
      max-width: 560px;
      margin: 0;
      color: var(--muted);
    }

    .showcase {
      display: grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 18px;
      align-items: stretch;
    }

    .showcase-main {
      min-height: 520px;
      padding: 34px;
      border-radius: 8px;
      color: var(--white);
      background-image:
        linear-gradient(180deg, rgba(4, 31, 23, .15), rgba(4, 31, 23, .8)),
        url("/public/images/arka-plan.webp");
      background-position: center;
      background-size: cover;
      box-shadow: var(--shadow);
      display: grid;
      align-content: end;
    }

    .showcase-main h2 {
      width: min(650px, 100%);
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(2.2rem, 5vw, 4.5rem);
      line-height: .98;
      letter-spacing: 0;
    }

    .showcase-main p {
      width: min(560px, 100%);
      color: rgba(255, 255, 255, .84);
    }

    .showcase-stack {
      display: grid;
      gap: 18px;
    }

    .story-panel {
      min-height: 250px;
      padding: 24px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: rgba(255, 250, 240, .92);
      box-shadow: var(--shadow);
      display: grid;
      align-content: end;
      overflow: hidden;
      position: relative;
    }

    .story-panel img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: saturate(1.08) contrast(1.05);
    }

    .story-panel::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(4, 31, 23, .72));
    }

    .story-panel div {
      position: relative;
      z-index: 1;
      color: var(--white);
    }

    .story-panel h3 {
      margin: 0 0 8px;
      font-size: 1.2rem;
    }

    .story-panel p {
      margin: 0;
      color: rgba(255, 255, 255, .82);
    }

    .assistant-section {
      color: var(--white);
      padding: 28px 0;
      background:
        linear-gradient(180deg, rgba(2, 31, 23, .92), rgba(2, 31, 23, .98)),
        url("./public/images/ses-dalgasi.webp");
      background-position: center;
      background-size: cover;
    }

    .assistant-layout {
      display: grid;
      grid-template-columns: .7fr 1.3fr;
      gap: 16px;
      align-items: stretch;
    }

    .voice-visual {
      display: grid;
      align-content: center;
      gap: 10px;
      min-height: 300px;
      padding: 16px 20px;
      border: 1px solid rgba(239, 209, 120, .28);
      border-radius: 8px;
      background: rgba(255, 255, 255, .06);
      box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
    }

    .voice-visual img {
      width: min(200px, 100%);
      margin: 0 auto;
      border-radius: 8px;
      box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
    }

    .voice-status {
      display: flex;
      justify-content: center;
      gap: 10px;
      color: var(--gold-2);
      font-weight: 900;
      letter-spacing: .18em;
      text-transform: uppercase;
    }

    .assistant-panel {
      display: grid;
      grid-template-rows: auto 1fr auto;
      min-height: 300px;
      border: 1px solid rgba(239, 209, 120, .34);
      border-radius: 8px;
      background: rgba(255, 250, 240, .08);
      box-shadow: 0 24px 60px rgba(0, 0, 0, .24);
      overflow: hidden;
    }

    .assistant-panel header {
      padding: 12px 16px;
      border-bottom: 1px solid rgba(239, 209, 120, .2);
    }

    .assistant-panel header h2 {
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 1.5rem;
      line-height: 1;
    }

    .assistant-panel header p {
      margin: 4px 0 0;
      color: rgba(255, 255, 255, .7);
      font-size: .85rem;
    }

    .chat-log {
      display: grid;
      align-content: start;
      gap: 8px;
      max-height: 200px;
      overflow: auto;
      padding: 12px 16px;
    }

    .message {
      width: min(88%, 600px);
      padding: 10px 14px;
      border-radius: 8px;
      line-height: 1.45;
      font-size: .9rem;
    }

    .message.user {
      justify-self: end;
      border: 1px solid rgba(239, 209, 120, .35);
      background: rgba(255, 250, 240, .1);
    }

    .message.assistant {
      justify-self: start;
      border: 1px solid rgba(239, 209, 120, .22);
      background: rgba(4, 63, 46, .72);
    }

    .assistant-form {
      display: grid;
      grid-template-columns: 1fr auto auto;
      gap: 8px;
      padding: 12px 16px;
      border-top: 1px solid rgba(239, 209, 120, .2);
    }

    .assistant-form input {
      min-width: 0;
      min-height: 40px;
      padding: 8px 12px;
      border: 1px solid rgba(239, 209, 120, .32);
      border-radius: 8px;
      color: var(--white);
      background: rgba(0, 0, 0, .18);
      outline: none;
      font-size: .9rem;
    }

    .assistant-form input::placeholder {
      color: rgba(255, 255, 255, .5);
    }

    .catalog-tools {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 24px;
    }

    .filters {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .filter-btn {
      min-height: 38px;
      padding: 8px 12px;
      border: 1px solid var(--line);
      border-radius: 999px;
      color: var(--green);
      background: rgba(255, 250, 240, .9);
      font-weight: 800;
      cursor: pointer;
    }

    .filter-btn.active {
      color: var(--white);
      background: var(--green);
    }

    .search {
      width: min(320px, 100%);
      min-height: 42px;
      padding: 10px 12px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: rgba(255, 250, 240, .96);
      outline: none;
    }

    .product-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }

    .product-card {
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: rgba(255, 250, 240, .98);
      box-shadow: 0 18px 42px rgba(42, 31, 18, .12);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }

    .product-card:hover {
      transform: translateY(-4px);
      border-color: rgba(201, 154, 53, .6);
      box-shadow: 0 22px 55px rgba(42, 31, 18, .19);
    }

    .product-media {
      aspect-ratio: 1 / 1;
      background: #eee3cf;
      overflow: hidden;
    }

    .product-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: saturate(1.12) contrast(1.06) brightness(1.02);
      transition: transform .28s ease;
    }

    .product-card:hover .product-media img {
      transform: scale(1.04);
    }

    .product-body {
      display: grid;
      gap: 9px;
      padding: 14px;
      text-align: center;
    }

    .code {
      justify-self: center;
      width: fit-content;
      padding: 5px 10px;
      border: 1px solid rgba(201, 154, 53, .45);
      border-radius: 999px;
      color: var(--green);
      background: rgba(239, 209, 120, .28);
      font-size: .78rem;
      font-weight: 900;
      letter-spacing: .05em;
    }

    .product-body h3 {
      min-height: 2.6em;
      margin: 0;
      color: var(--ink);
      font-size: 1rem;
      line-height: 1.3;
    }

    .product-body p {
      margin: 0;
      color: var(--muted);
      font-size: .9rem;
    }

    .quote {
      color: var(--green);
      font-style: italic;
    }

    .product-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      margin-top: 4px;
    }

    .product-actions a {
      min-height: 38px;
      padding: 9px 10px;
      border-radius: 8px;
      color: var(--white);
      font-size: .88rem;
      font-weight: 900;
      text-decoration: none;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .wa {
      background: #188f50;
    }

    .call {
      background: var(--danger);
    }

    .video-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .video-card {
      position: relative;
      min-height: 320px;
      overflow: hidden;
      border-radius: 8px;
      color: var(--white);
      background: var(--green);
      box-shadow: var(--shadow);
    }

    .video-card img, .video-card video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .video-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(2, 26, 18, .78));
    }

    .video-card div {
      position: absolute;
      z-index: 1;
      left: 18px;
      right: 18px;
      bottom: 18px;
    }

    .video-card h3 {
      margin: 0;
      font-size: 1.22rem;
    }

    .video-card p {
      margin: 6px 0 0;
      color: rgba(255, 255, 255, .78);
    }

    .packages {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .package {
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: rgba(255, 250, 240, .96);
      box-shadow: var(--shadow);
    }

    .package img {
      width: 100%;
      height: 230px;
      object-fit: cover;
    }

    .package div {
      padding: 18px;
    }

    .package h3 {
      margin: 0 0 8px;
      color: var(--green);
    }

    .package p {
      margin: 0;
      color: var(--muted);
    }

    .contact-section {
      color: var(--white);
      background:
        linear-gradient(180deg, rgba(2, 31, 23, .94), rgba(2, 31, 23, .98)),
        url("./public/images/screen (25).webp");
      background-position: center;
      background-size: cover;
    }

    .contact-layout {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 22px;
    }

    .contact-list {
      display: grid;
      gap: 12px;
    }

    .contact-row {
      padding: 16px;
      border: 1px solid rgba(239, 209, 120, .24);
      border-radius: 8px;
      background: rgba(255, 255, 255, .08);
    }

    .contact-row span {
      display: block;
      color: var(--gold-2);
      font-size: .8rem;
      font-weight: 900;
      letter-spacing: .05em;
      text-transform: uppercase;
    }

    .contact-row strong {
      display: block;
      margin-top: 5px;
      font-size: 1.08rem;
    }

    .map-panel {
      display: grid;
      align-content: end;
      min-height: 450px;
      padding: 26px;
      border: 1px solid rgba(239, 209, 120, .24);
      border-radius: 8px;
      background-image:
        linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(2, 26, 18, .8)),
        url("./public/images/hero-bg.jpg");
      background-position: center;
      background-size: cover;
      box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
    }

    .footer {
      padding: 24px 0;
      color: rgba(255, 255, 255, .72);
      background: #021f17;
      text-align: center;
    }

    @media (max-width: 1050px) {
      .quick-contact, .product-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .showcase, .assistant-layout, .contact-layout {
        grid-template-columns: 1fr;
      }

      .nav-links {
        display: none;
      }
    }

    @media (max-width: 760px) {
      .nav {
        min-height: 64px;
      }

      .nav-cta .btn-line {
        display: none;
      }

      .hero {
        min-height: 84vh;
        padding-top: 104px;
      }

      .quick-contact, .product-grid, .video-grid, .packages {
        grid-template-columns: 1fr;
      }

      .section-head, .catalog-tools {
        display: grid;
      }

      .search {
        width: 100%;
      }

      .assistant-form {
        grid-template-columns: 1fr;
      }

      .product-actions {
        grid-template-columns: 1fr;
      }
    }
    .contact-tile,
    .story-panel,
    .voice-visual,
    .assistant-panel,
    .filter-btn,
    .search,
    .product-card,
    .package,
    .contact-row,
    .map-panel {
      border-color: rgba(244, 216, 120, .58);
      box-shadow:
        0 0 0 1px rgba(212, 175, 55, .22) inset,
        0 20px 55px rgba(1, 47, 36, .18);
    }

    .product-card,
    .package,
    .contact-tile {
      background:
        linear-gradient(180deg, rgba(255, 249, 232, .98), rgba(241, 227, 198, .94));
    }

    .product-media {
      border-bottom: 2px solid rgba(212, 175, 55, .52);
      background: linear-gradient(135deg, var(--emerald-dark), var(--emerald));
    }

    .code {
      color: var(--emerald-dark);
      border-color: rgba(244, 216, 120, .75);
      background: linear-gradient(135deg, rgba(255, 241, 166, .78), rgba(212, 175, 55, .22));
    }

    .assistant-section,
    .contact-section {
      background-color: var(--emerald-dark);
    }

    .video-card {
      outline: 2px solid rgba(244, 216, 120, .58);
      outline-offset: -2px;
    }

    .video-card::after,
    .video-card div {
      pointer-events: none;
    }

    .video-card video {
      z-index: 0;
    }

    .filters {
      gap: 14px;
      justify-content: center;
    }

    .filter-btn {
      position: relative;
      isolation: isolate;
      width: 104px;
      min-width: 104px;
      height: 104px;
      min-height: 104px;
      padding: 0 10px;
      display: inline-grid;
      place-items: center;
      border-radius: 999px;
      overflow: hidden;
      color: #fff7cf;
      font-size: .83rem;
      font-weight: 850;
      line-height: 1.05;
      text-align: center;
      text-shadow: 0 2px 10px rgba(1, 27, 20, .72);
      border: 2px solid rgba(244, 216, 120, .86);
      background:
        radial-gradient(circle at 34% 24%, rgba(255, 255, 255, .62), transparent 17%),
        radial-gradient(circle at 50% 44%, rgba(255, 255, 255, .22), rgba(0, 95, 70, .34) 42%, rgba(1, 47, 36, .86) 78%),
        linear-gradient(145deg, rgba(255, 241, 166, .36), rgba(0, 112, 79, .88));
      box-shadow:
        0 0 0 6px rgba(255, 255, 255, .28) inset,
        0 0 0 10px rgba(212, 175, 55, .26) inset,
        0 18px 38px rgba(1, 47, 36, .24),
        0 0 26px rgba(244, 216, 120, .32);
      backdrop-filter: blur(14px) saturate(150%);
      -webkit-backdrop-filter: blur(14px) saturate(150%);
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }

    .filter-btn::before {
      content: "";
      position: absolute;
      inset: 10px;
      border-radius: inherit;
      border: 1px solid rgba(255, 247, 207, .58);
      box-shadow: 0 0 18px rgba(244, 216, 120, .28) inset;
      z-index: -1;
    }

    .filter-btn::after {
      content: "";
      position: absolute;
      width: 42%;
      height: 24%;
      top: 13%;
      left: 20%;
      border-radius: 50%;
      background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,0));
      transform: rotate(-16deg);
      z-index: -1;
    }

    .filter-btn:hover,
    .filter-btn.active {
      transform: translateY(-4px) scale(1.03);
      border-color: rgba(255, 241, 166, .98);
      box-shadow:
        0 0 0 6px rgba(255, 255, 255, .34) inset,
        0 0 0 10px rgba(244, 216, 120, .34) inset,
        0 24px 48px rgba(1, 47, 36, .32),
        0 0 34px rgba(244, 216, 120, .5);
    }

    @media (max-width: 640px) {
      .filter-btn {
        width: 88px;
        min-width: 88px;
        height: 88px;
        min-height: 88px;
        font-size: .75rem;
      }
    }

/* style block 2 */
html {
      scroll-behavior: smooth;
    }

    body {
      background:
        radial-gradient(circle at 12% 8%, rgba(244, 216, 120, .36), transparent 30%),
        radial-gradient(circle at 86% 18%, rgba(0, 112, 79, .24), transparent 34%),
        linear-gradient(180deg, #fff7db 0%, #f5e5bd 42%, #fff9e8 100%);
    }

    .hero,
    .hero-section {
      position: relative;
      overflow: hidden;
      background-color: #012f24;
    }

    .hero img,
    .hero-section img {
      filter: saturate(1.2) contrast(1.08) brightness(1.04);
    }

    .hero::after,
    .hero-section::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        linear-gradient(110deg, transparent 12%, rgba(255, 241, 166, .18) 34%, transparent 55%),
        radial-gradient(circle at 70% 22%, rgba(244, 216, 120, .28), transparent 34%);
      mix-blend-mode: screen;
      animation: sacredHeroLight 9s ease-in-out infinite alternate;
    }

    @keyframes sacredHeroLight {
      from { opacity: .38; transform: translateX(-4%); }
      to { opacity: .82; transform: translateX(5%); }
    }

    .tour-section,
    .premium-vitrine,
    .route-mini {
      position: relative;
      padding: clamp(54px, 8vw, 96px) 20px;
      background:
        radial-gradient(circle at 18% 12%, rgba(244, 216, 120, .2), transparent 30%),
        linear-gradient(135deg, #012f24 0%, #005f46 54%, #001f18 100%);
      color: #fff7dc;
      overflow: hidden;
    }

    .tour-section::before,
    .premium-vitrine::before,
    .route-mini::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: .22;
      background-image:
        linear-gradient(30deg, rgba(244, 216, 120, .22) 1px, transparent 1px),
        linear-gradient(150deg, rgba(244, 216, 120, .14) 1px, transparent 1px);
      background-size: 82px 82px;
    }

    .tour-inner,
    .premium-inner,
    .route-inner {
      position: relative;
      z-index: 1;
      width: min(1180px, 100%);
      margin: 0 auto;
    }

    .tour-head,
    .premium-head {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 24px;
      align-items: end;
      margin-bottom: 28px;
    }

    .tour-head h2,
    .premium-head h2,
    .route-inner h2 {
      margin: 0;
      font-size: clamp(2rem, 4vw, 4.2rem);
      line-height: .98;
      color: #fff1a6;
      text-shadow: 0 16px 38px rgba(0,0,0,.32);
    }

    .tour-head p,
    .premium-head p,
    .route-inner p {
      margin: 12px 0 0;
      max-width: 720px;
      color: rgba(255, 247, 220, .82);
    }

    .tour-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }

    .tour-card {
      min-height: 240px;
      padding: 22px;
      border-radius: 18px;
      border: 1px solid rgba(244, 216, 120, .58);
      background:
        linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04)),
        rgba(1, 47, 36, .72);
      box-shadow:
        0 0 0 1px rgba(255, 241, 166, .16) inset,
        0 24px 55px rgba(0, 0, 0, .24);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
    }

    .tour-card span {
      display: inline-grid;
      place-items: center;
      width: 44px;
      height: 44px;
      margin-bottom: 18px;
      border-radius: 999px;
      color: #012f24;
      background: linear-gradient(135deg, #fff1a6, #d4af37);
      font-weight: 900;
    }

    .tour-card h3 {
      margin: 0 0 10px;
      color: #fff1a6;
      font-size: 1.18rem;
    }

    .tour-card p {
      margin: 0;
      color: rgba(255, 247, 220, .78);
      line-height: 1.65;
      font-size: .95rem;
    }

    .premium-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
      gap: 22px;
      align-items: stretch;
    }

    .premium-video {
      position: relative;
      min-height: clamp(300px, 42vw, 560px);
      border-radius: 24px;
      overflow: hidden;
      border: 2px solid rgba(244, 216, 120, .72);
      box-shadow:
        0 0 0 10px rgba(255, 255, 255, .08) inset,
        0 32px 70px rgba(0, 0, 0, .36);
      background: #001f18;
    }

    .premium-video video {
      width: 100%;
      height: 100%;
      min-height: inherit;
      display: block;
      object-fit: cover;
      filter: saturate(1.12) contrast(1.06);
    }

    .premium-video .hover-note {
      position: absolute;
      left: 18px;
      bottom: 18px;
      padding: 10px 14px;
      border-radius: 999px;
      color: #012f24;
      background: rgba(255, 241, 166, .9);
      font-weight: 850;
      box-shadow: 0 14px 32px rgba(0,0,0,.25);
    }

    .premium-copy {
      padding: 28px;
      border-radius: 24px;
      border: 1px solid rgba(244, 216, 120, .58);
      background: rgba(1, 47, 36, .72);
      box-shadow: 0 24px 55px rgba(0, 0, 0, .24);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
    }

    .premium-copy ul {
      margin: 22px 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 12px;
    }

    .premium-copy li {
      padding: 12px 14px;
      border-radius: 14px;
      border: 1px solid rgba(244, 216, 120, .36);
      background: rgba(255, 255, 255, .07);
    }

    .route-card {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 22px;
      align-items: center;
      padding: 24px;
      border-radius: 22px;
      border: 1px solid rgba(244, 216, 120, .62);
      background:
        linear-gradient(135deg, rgba(255, 241, 166, .16), rgba(255,255,255,.06)),
        rgba(1, 47, 36, .74);
      box-shadow: 0 28px 62px rgba(0,0,0,.26);
    }

    .route-button,
    .install-app-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 44px;
      padding: 0 18px;
      border: 1px solid rgba(244, 216, 120, .72);
      border-radius: 999px;
      color: #012f24;
      background: linear-gradient(135deg, #fff1a6, #d4af37);
      font-weight: 900;
      text-decoration: none;
      box-shadow: 0 14px 30px rgba(0,0,0,.22);
      cursor: pointer;
    }

    .install-app-btn {
      position: fixed;
      right: 18px;
      bottom: 18px;
      z-index: 50;
      display: none;
    }

    .assistant-section {
      background:
        radial-gradient(circle at 20% 10%, rgba(244, 216, 120, .22), transparent 34%),
        linear-gradient(135deg, #001f18, #005f46 56%, #012f24) !important;
    }

    .assistant-panel {
      border: 2px solid rgba(244, 216, 120, .62) !important;
      box-shadow:
        0 0 0 8px rgba(255, 255, 255, .06) inset,
        0 32px 76px rgba(0,0,0,.34) !important;
    }

    .sj-guide-bubble {
      width: min(820px, 100%);
      margin: 12px 0;
      padding: 14px 16px;
      border-radius: 18px;
      line-height: 1.65;
      white-space: pre-line;
    }

    .sj-guide-user {
      margin-left: auto;
      color: #012f24;
      background: linear-gradient(135deg, #fff1a6, #d4af37);
    }

    .sj-guide-bot {
      color: #fff7dc;
      border: 1px solid rgba(244, 216, 120, .42);
      background: rgba(1, 47, 36, .74);
    }

    .sj-guide-panel {
      width: min(980px, calc(100% - 40px));
      margin: 28px auto 0;
      padding: clamp(18px, 3vw, 28px);
      border-radius: 24px;
      background:
        radial-gradient(circle at 18% 0%, rgba(244, 216, 120, .22), transparent 32%),
        rgba(1, 47, 36, .76);
    }

    .sj-guide-log {
      display: grid;
      gap: 4px;
      margin-bottom: 16px;
    }

    .sj-guide-form {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 10px;
      align-items: center;
    }

    .sj-guide-form input {
      width: 100%;
      min-height: 48px;
      border-radius: 999px;
      border: 1px solid rgba(244, 216, 120, .52);
      padding: 0 18px;
      color: #fff7dc;
      background: rgba(0, 31, 24, .66);
      outline: none;
    }

    .sj-guide-form input::placeholder {
      color: rgba(255, 247, 220, .58);
    }

    .sj-guide-panel {
      overflow: hidden;
    }

    .sj-guide-log {
      min-height: 220px;
      max-height: clamp(280px, 48vh, 520px);
      overflow-y: auto;
      overscroll-behavior: contain;
      padding: 10px;
      border-radius: 20px;
      border: 1px solid rgba(244, 216, 120, .34);
      background:
        radial-gradient(circle at 18% 0%, rgba(255, 241, 166, .12), transparent 28%),
        rgba(0, 31, 24, .34);
      box-shadow: 0 0 0 1px rgba(255, 255, 255, .05) inset;
      scrollbar-width: thin;
      scrollbar-color: rgba(244, 216, 120, .72) rgba(0, 31, 24, .42);
    }

    .sj-guide-log::-webkit-scrollbar {
      width: 8px;
    }

    .sj-guide-log::-webkit-scrollbar-track {
      background: rgba(0, 31, 24, .42);
      border-radius: 999px;
    }

    .sj-guide-log::-webkit-scrollbar-thumb {
      background: linear-gradient(180deg, #fff1a6, #d4af37);
      border-radius: 999px;
    }

    .sj-guide-bubble {
      max-width: 82%;
      box-shadow: 0 14px 28px rgba(0, 0, 0, .16);
    }

    .sj-guide-user {
      justify-self: end;
    }

    .sj-guide-bot {
      justify-self: start;
    }

    @media (max-width: 620px) {
      .sj-guide-form {
        grid-template-columns: 1fr;
      }

      .sj-guide-form .route-button {
        width: 100%;
      }

      .sj-guide-log {
        min-height: 240px;
        max-height: 54vh;
      }

      .sj-guide-bubble {
        max-width: 94%;
      }
    }

    @media (max-width: 920px) {
      .tour-head,
      .premium-layout,
      .route-card {
        grid-template-columns: 1fr;
      }

      .tour-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 620px) {
      .tour-grid {
        grid-template-columns: 1fr;
      }

      .tour-card {
        min-height: auto;
      }

      .premium-copy,
      .route-card {
        padding: 18px;
      }
    }

/* style block 3 */
.guidance-section {
      position: relative;
      overflow: hidden;
      padding: clamp(56px, 7vw, 92px) 20px;
      background:
        radial-gradient(circle at 16% 8%, rgba(244, 216, 120, .24), transparent 34%),
        linear-gradient(135deg, rgba(1, 47, 36, .96), rgba(0, 75, 55, .94));
      color: var(--white);
    }

    .guidance-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(120deg, transparent 0 38%, rgba(255, 255, 255, .08) 45%, transparent 54%),
        radial-gradient(circle at 82% 22%, rgba(255, 255, 255, .1), transparent 28%);
      pointer-events: none;
    }

    .guidance-wrap {
      position: relative;
      width: min(1180px, 100%);
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
      gap: clamp(24px, 4vw, 56px);
      align-items: center;
    }

    .guidance-kicker {
      display: inline-flex;
      align-items: center;
      min-height: 32px;
      padding: 7px 12px;
      border: 1px solid rgba(244, 216, 120, .55);
      border-radius: 8px;
      color: var(--gold-2);
      background: rgba(255, 255, 255, .08);
      font-weight: 800;
      letter-spacing: .02em;
    }

    .guidance-copy h2 {
      margin: 16px 0 12px;
      max-width: 760px;
      color: var(--gold-2);
      font-size: clamp(2rem, 4vw, 4rem);
      line-height: 1.02;
      letter-spacing: 0;
      text-shadow: 0 14px 30px rgba(0, 0, 0, .2);
    }

    .guidance-copy p {
      max-width: 680px;
      margin: 0;
      color: rgba(255, 255, 255, .82);
      font-size: clamp(1rem, 1.35vw, 1.14rem);
      line-height: 1.75;
    }

    .guidance-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 24px;
    }

    .guidance-open {
      min-height: 48px;
      padding: 13px 18px;
      border: 1px solid rgba(255, 249, 232, .7);
      border-radius: 8px;
      color: var(--emerald-dark);
      background: linear-gradient(135deg, #fff6bf, var(--gold-2) 45%, var(--gold));
      box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
      font: inherit;
      font-weight: 900;
      cursor: pointer;
    }

    .guidance-open:hover {
      transform: translateY(-1px);
    }

    .guidance-panel {
      border: 1px solid rgba(244, 216, 120, .38);
      border-radius: 8px;
      background: rgba(255, 255, 255, .1);
      box-shadow: 0 22px 54px rgba(0, 0, 0, .18);
      backdrop-filter: blur(10px);
    }

    .guidance-list {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 18px;
      list-style: none;
    }

    .guidance-list li {
      display: grid;
      grid-template-columns: 30px 1fr;
      gap: 11px;
      align-items: start;
      padding: 14px;
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: 8px;
      background: rgba(255, 255, 255, .08);
      color: rgba(255, 255, 255, .9);
      line-height: 1.45;
    }

    .guidance-list li::before {
      content: "check";
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border-radius: 999px;
      color: var(--emerald-dark);
      background: var(--gold-2);
      font-size: .68rem;
      font-weight: 950;
      text-transform: uppercase;
    }

    .guidance-modal {
      position: fixed;
      inset: 0;
      z-index: 10000;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 18px;
    }

    .guidance-modal.is-open {
      display: flex;
    }

    .guidance-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(8, 6, 3, .66);
      backdrop-filter: blur(7px);
    }

    .guidance-dialog {
      position: relative;
      width: min(920px, 100%);
      max-height: min(780px, calc(100vh - 36px));
      overflow: hidden;
      border: 1px solid rgba(212, 175, 55, .5);
      border-radius: 8px;
      background: var(--paper);
      box-shadow: 0 30px 90px rgba(0, 0, 0, .36);
    }

    .guidance-modal-head {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      padding: 20px 22px;
      color: var(--paper);
      background:
        radial-gradient(circle at 16% 0%, rgba(244, 216, 120, .2), transparent 34%),
        linear-gradient(135deg, var(--emerald-dark), var(--green));
    }

    .guidance-modal-head h3 {
      margin: 0;
      color: var(--gold-2);
      font-size: clamp(1.3rem, 2.5vw, 2rem);
      letter-spacing: 0;
    }

    .guidance-modal-head p {
      margin: 6px 0 0;
      color: rgba(255, 249, 232, .82);
      line-height: 1.5;
    }

    .guidance-close {
      flex: 0 0 auto;
      width: 42px;
      height: 42px;
      border: 1px solid rgba(244, 216, 120, .58);
      border-radius: 8px;
      color: var(--gold-2);
      background: rgba(255, 255, 255, .08);
      font-size: 1.35rem;
      font-weight: 900;
      cursor: pointer;
    }

    .guidance-modal-body {
      display: grid;
      grid-template-columns: 240px 1fr;
      min-height: 470px;
    }

    .guidance-tabs {
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding: 16px;
      border-right: 1px solid rgba(0, 75, 55, .14);
      background: rgba(0, 75, 55, .06);
    }

    .guidance-tab {
      width: 100%;
      min-height: 46px;
      padding: 10px 12px;
      border: 1px solid transparent;
      border-radius: 8px;
      color: var(--green);
      background: transparent;
      font: inherit;
      font-weight: 900;
      text-align: left;
      cursor: pointer;
    }

    .guidance-tab.is-active {
      border-color: rgba(212, 175, 55, .58);
      background: linear-gradient(135deg, #fff6bf, var(--gold-2), var(--gold));
      box-shadow: 0 10px 22px rgba(91, 50, 30, .12);
    }

    .guidance-content {
      overflow: auto;
      padding: 22px;
      color: var(--ink);
    }

    .guidance-page {
      display: none;
    }

    .guidance-page.is-active {
      display: block;
    }

    .guidance-page h4 {
      margin: 0 0 10px;
      color: var(--green);
      font-size: clamp(1.22rem, 2vw, 1.7rem);
      letter-spacing: 0;
    }

    .guidance-page p {
      margin: 0 0 14px;
      color: var(--muted);
      line-height: 1.7;
    }

    .guide-steps {
      display: grid;
      gap: 10px;
      margin: 16px 0 0;
      padding: 0;
      list-style: none;
    }

    .guide-steps li {
      padding: 13px 14px;
      border: 1px solid rgba(0, 75, 55, .12);
      border-radius: 8px;
      background: rgba(255, 255, 255, .62);
      line-height: 1.55;
    }

    .guide-dua {
      margin-top: 16px;
      padding: 16px;
      border-left: 4px solid var(--gold);
      border-radius: 8px;
      color: var(--green);
      background: rgba(244, 216, 120, .24);
      font-weight: 800;
      line-height: 1.6;
    }

    .guide-counter-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      margin-top: 16px;
    }

    .guide-counter {
      padding: 16px;
      border: 1px solid rgba(0, 75, 55, .14);
      border-radius: 8px;
      background: rgba(255, 255, 255, .68);
    }

    .guide-counter strong {
      display: block;
      color: var(--green);
      font-size: 1.05rem;
    }

    .guide-counter-value {
      margin: 12px 0;
      color: var(--brown);
      font-size: 2.2rem;
      font-weight: 950;
      line-height: 1;
    }

    .guide-counter-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .guide-counter-actions button {
      min-height: 36px;
      padding: 8px 11px;
      border: 1px solid rgba(212, 175, 55, .45);
      border-radius: 8px;
      color: var(--green);
      background: #fffdf4;
      font: inherit;
      font-weight: 850;
      cursor: pointer;
    }

    .guidance-modal-foot {
      display: flex;
      justify-content: flex-end;
      gap: 10px;
      padding: 14px 18px;
      border-top: 1px solid rgba(0, 75, 55, .1);
      background: #fffdf4;
    }

    .guidance-done {
      min-height: 40px;
      padding: 10px 16px;
      border: 1px solid rgba(244, 216, 120, .7);
      border-radius: 8px;
      color: var(--paper);
      background: linear-gradient(135deg, var(--green-2), var(--green));
      font: inherit;
      font-weight: 900;
      cursor: pointer;
    }

    @media (max-width: 780px) {
      .guidance-wrap,
      .guidance-modal-body,
      .guide-counter-grid {
        grid-template-columns: 1fr;
      }

      .guidance-tabs {
        flex-direction: row;
        overflow-x: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(0, 75, 55, .14);
      }

      .guidance-tab {
        flex: 0 0 210px;
      }
    }

/* style block 4 */
.story-section {
      position: relative;
      overflow: hidden;
      padding: clamp(56px, 7vw, 96px) 20px;
      color: var(--ink);
      background:
        radial-gradient(circle at 80% 12%, rgba(212, 175, 55, .18), transparent 34%),
        linear-gradient(180deg, var(--paper), #fffdf4);
      border-top: 1px solid rgba(212, 175, 55, .22);
      border-bottom: 1px solid rgba(0, 75, 55, .1);
    }

    .story-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(135deg, rgba(0, 75, 55, .08), transparent 36%),
        linear-gradient(45deg, transparent 0 48%, rgba(212, 175, 55, .09) 49%, transparent 56%);
      pointer-events: none;
    }

    .story-wrap {
      position: relative;
      width: min(1120px, 100%);
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
      gap: clamp(28px, 5vw, 64px);
      align-items: center;
    }

    .story-kicker {
      display: inline-flex;
      align-items: center;
      min-height: 32px;
      padding: 7px 12px;
      border: 1px solid rgba(212, 175, 55, .52);
      border-radius: 8px;
      color: var(--green);
      background: rgba(212, 175, 55, .12);
      font-weight: 900;
    }

    .story-copy h2 {
      margin: 16px 0 14px;
      color: var(--green);
      font-size: clamp(2rem, 4vw, 3.7rem);
      line-height: 1.03;
      letter-spacing: 0;
    }

    .story-quote {
      margin: 0 0 18px;
      padding-left: 16px;
      border-left: 4px solid var(--gold);
      color: var(--brown);
      font-size: clamp(1.02rem, 1.4vw, 1.22rem);
      font-weight: 800;
      line-height: 1.65;
    }

    .story-text {
      margin: 0;
      max-width: 720px;
      color: var(--muted);
      font-size: clamp(1rem, 1.2vw, 1.1rem);
      line-height: 1.85;
    }

    .story-stats {
      display: flex;
      justify-content: center;
      gap: 28px;
      margin: 28px 0 0;
      padding: 0;
      list-style: none;
      flex-wrap: wrap;
    }

    .story-stat {
      display: grid;
      grid-template-columns: 60px 1fr;
      gap: 4px 12px;
      align-items: center;
      min-height: 108px;
      padding: 16px;
      border: 1px solid rgba(212, 175, 55, .32);
      border-radius: 8px;
      background:
        linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(255, 249, 232, .86));
      box-shadow: 0 16px 38px rgba(34, 24, 11, .1);
    }

    .story-stat .stat-icon {
      grid-row: 1 / 3;
      grid-column: 1;
      width: 40px;
      height: 40px;
      justify-self: center;
      align-self: center;
    }

    .story-number {
      grid-column: 2;
      grid-row: 1;
      color: var(--green);
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 950;
      line-height: 1;
      text-shadow: 0 8px 20px rgba(0, 75, 55, .12);
    }

    .story-label {
      grid-column: 2;
      grid-row: 2;
    }

    .story-label {
      color: var(--brown);
      font-size: 1.05rem;
      font-weight: 900;
      line-height: 1.35;
    }

    @media (max-width: 780px) {
      .story-wrap {
        grid-template-columns: 1fr;
      }

      .story-stat {
        grid-template-columns: 92px 1fr;
      }
    }

/* style block 5 */
.install-app-btn {
      position: fixed;
      top: 16px;
      left: 50%;
      z-index: 9999;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 12px 22px;
      border: 1px solid rgba(255, 249, 232, .72);
      border-radius: 999px;
      color: var(--emerald-dark);
      background: linear-gradient(135deg, #fff9d6, var(--gold-2) 44%, var(--gold));
      box-shadow: 0 14px 32px rgba(1, 47, 36, .26), inset 0 1px 0 rgba(255, 255, 255, .4);
      font: inherit;
      font-weight: 950;
      cursor: pointer;
      opacity: 1;
      transform: translate(-50%, 0);
      transition: transform .35s ease, box-shadow .18s ease, opacity .28s ease;
    }

    .install-app-btn:hover {
      transform: translate(-50%, -1px);
      box-shadow: 0 18px 38px rgba(1, 47, 36, .3), inset 0 1px 0 rgba(255, 255, 255, .48);
    }

    .install-app-btn.is-hidden {
      opacity: 0;
      pointer-events: none;
      transform: translate(-50%, -140%);
    }

    .install-app-note {
      position: fixed;
      top: 72px;
      left: 50%;
      z-index: 9999;
      display: none;
      max-width: min(330px, calc(100vw - 36px));
      padding: 12px 14px;
      border: 1px solid rgba(244, 216, 120, .46);
      border-radius: 8px;
      color: var(--paper);
      background: rgba(1, 47, 36, .96);
      box-shadow: 0 14px 34px rgba(1, 47, 36, .28);
      font-weight: 800;
      line-height: 1.42;
      transform: translateX(-50%);
    }

    .install-app-note.is-visible {
      display: block;
    }

    @media (max-width: 620px) {
      .install-app-btn {
        max-width: calc(100vw - 24px);
      }

      .install-app-note {
        top: 68px;
      }
    }

/* style block 6 */
footer .footer-inline-icon,
    footer .footer-icon-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      border: 1px solid rgba(244, 216, 120, .48);
      border-radius: 8px;
      color: var(--gold-2);
      background: rgba(255, 255, 255, .08);
      vertical-align: middle;
    }

    footer .footer-inline-icon svg {
      width: 19px;
      height: 19px;
      stroke: currentColor;
    }

    footer .footer-icon-badge {
      width: auto;
      min-width: 34px;
      padding: 0 9px;
      color: var(--emerald-dark);
      background: linear-gradient(135deg, #fff9d6, var(--gold-2));
      font-weight: 950;
      font-size: .78rem;
      letter-spacing: .03em;
    }

    .legal-reader {
      position: fixed;
      inset: 0;
      z-index: 10001;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 18px;
    }

    .legal-reader.is-open {
      display: flex;
    }

    .legal-reader-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(8, 6, 3, .66);
      backdrop-filter: blur(7px);
    }

    .legal-reader-dialog {
      position: relative;
      width: min(760px, 100%);
      max-height: min(720px, calc(100vh - 36px));
      overflow: hidden;
      border: 1px solid rgba(212, 175, 55, .5);
      border-radius: 8px;
      background: var(--paper);
      box-shadow: 0 30px 90px rgba(0, 0, 0, .36);
    }

    .legal-reader-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      padding: 18px 20px;
      color: var(--paper);
      background: linear-gradient(135deg, var(--emerald-dark), var(--green));
    }

    .legal-reader-head h3 {
      margin: 0;
      color: var(--gold-2);
      font-size: clamp(1.2rem, 2.3vw, 1.75rem);
      letter-spacing: 0;
    }

    .legal-reader-close {
      flex: 0 0 auto;
      width: 40px;
      height: 40px;
      border: 1px solid rgba(244, 216, 120, .58);
      border-radius: 8px;
      color: var(--gold-2);
      background: rgba(255, 255, 255, .08);
      font-size: 1.3rem;
      font-weight: 900;
      cursor: pointer;
    }

    .legal-reader-body {
      overflow: auto;
      max-height: calc(min(720px, 100vh - 36px) - 78px);
      padding: 22px;
      color: var(--ink);
      line-height: 1.7;
    }

    .legal-reader-body p {
      margin: 0 0 12px;
      color: var(--muted);
    }

    .legal-reader-body ul {
      display: grid;
      gap: 9px;
      margin: 12px 0 0;
      padding-left: 20px;
      color: var(--muted);
    }

/* style block 7 */
.modern-contact-section {
      position: relative;
      overflow: hidden;
      padding: clamp(56px, 7vw, 96px) 20px;
      color: var(--paper);
      background:
        radial-gradient(circle at 12% 10%, rgba(244, 216, 120, .22), transparent 34%),
        radial-gradient(circle at 88% 18%, rgba(255, 255, 255, .09), transparent 30%),
        linear-gradient(135deg, var(--emerald-dark), var(--green) 52%, var(--emerald));
    }

    .modern-contact-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(118deg, transparent 0 42%, rgba(255, 255, 255, .08) 48%, transparent 56%),
        linear-gradient(0deg, rgba(0, 0, 0, .08), transparent 44%);
      pointer-events: none;
    }

    .modern-contact-wrap {
      position: relative;
      width: min(1180px, 100%);
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, .96fr) minmax(320px, .86fr);
      gap: clamp(26px, 4.6vw, 58px);
      align-items: start;
    }

    .modern-contact-copy h2 {
      margin: 0 0 12px;
      color: var(--gold-2);
      font-size: clamp(2rem, 4vw, 3.7rem);
      line-height: 1.04;
      letter-spacing: 0;
      text-shadow: 0 14px 30px rgba(0, 0, 0, .2);
    }

    .modern-contact-copy > p {
      max-width: 680px;
      margin: 0;
      color: rgba(255, 249, 232, .82);
      font-size: clamp(1rem, 1.3vw, 1.13rem);
      line-height: 1.75;
    }

    .modern-contact-cards {
      display: grid;
      gap: 14px;
      margin-top: 28px;
    }

    .modern-contact-card {
      display: grid;
      grid-template-columns: 48px 1fr;
      gap: 14px;
      align-items: center;
      padding: 16px;
      border: 1px solid rgba(244, 216, 120, .32);
      border-radius: 8px;
      color: var(--paper);
      background: rgba(255, 255, 255, .09);
      box-shadow: 0 16px 34px rgba(0, 0, 0, .12);
      backdrop-filter: blur(10px);
      text-decoration: none;
    }

    .modern-contact-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border: 1px solid rgba(255, 249, 232, .56);
      border-radius: 8px;
      color: var(--emerald-dark);
      background: linear-gradient(135deg, #fff9d6, var(--gold-2), var(--gold));
    }

    .modern-contact-icon svg {
      width: 23px;
      height: 23px;
      stroke: currentColor;
    }

    .modern-contact-card strong {
      display: block;
      margin-bottom: 4px;
      color: var(--gold-2);
      font-size: .92rem;
      letter-spacing: .02em;
    }

    .modern-contact-card span {
      color: rgba(255, 249, 232, .92);
      font-weight: 800;
      line-height: 1.45;
    }

    .modern-contact-form {
      padding: clamp(18px, 3vw, 26px);
      border: 1px solid rgba(244, 216, 120, .38);
      border-radius: 8px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .08));
      box-shadow: 0 24px 58px rgba(0, 0, 0, .18);
      backdrop-filter: blur(12px);
    }

    .modern-contact-form h3 {
      margin: 0 0 18px;
      color: var(--gold-2);
      font-size: clamp(1.32rem, 2.2vw, 1.85rem);
      letter-spacing: 0;
    }

    .modern-contact-field {
      display: grid;
      gap: 8px;
      margin-bottom: 14px;
    }

    .modern-contact-field label {
      color: rgba(255, 249, 232, .92);
      font-weight: 900;
    }

    .modern-contact-field input,
    .modern-contact-field textarea {
      width: 100%;
      min-height: 46px;
      padding: 12px 13px;
      border: 1px solid rgba(244, 216, 120, .34);
      border-radius: 8px;
      color: var(--paper);
      background: rgba(1, 47, 36, .48);
      font: inherit;
      outline: none;
    }

    .modern-contact-field textarea {
      min-height: 132px;
      resize: vertical;
    }

    .modern-contact-field input::placeholder,
    .modern-contact-field textarea::placeholder {
      color: rgba(255, 249, 232, .56);
    }

    .modern-contact-field input:focus,
    .modern-contact-field textarea:focus {
      border-color: var(--gold-2);
      box-shadow: 0 0 0 3px rgba(244, 216, 120, .14);
    }

    .modern-contact-submit {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      width: 100%;
      min-height: 48px;
      padding: 13px 16px;
      border: 1px solid rgba(255, 249, 232, .7);
      border-radius: 8px;
      color: var(--emerald-dark);
      background: linear-gradient(135deg, #fff9d6, var(--gold-2) 45%, var(--gold));
      box-shadow: 0 14px 32px rgba(0, 0, 0, .18);
      font: inherit;
      font-weight: 950;
      cursor: pointer;
    }

    .modern-contact-submit svg {
      width: 19px;
      height: 19px;
      stroke: currentColor;
    }

    .modern-contact-note {
      display: none;
      margin-top: 12px;
      padding: 11px 12px;
      border: 1px solid rgba(244, 216, 120, .35);
      border-radius: 8px;
      color: var(--paper);
      background: rgba(255, 255, 255, .1);
      font-weight: 800;
      line-height: 1.45;
    }

    .modern-contact-note.is-visible {
      display: block;
    }

    @media (max-width: 840px) {
      .modern-contact-wrap {
        grid-template-columns: 1fr;
      }
    }

/* style block 8 */
.install-app-btn,
    .install-app-note,
    #installAppBtn,
    #installAppNote {
      display: none !important;
      opacity: 0 !important;
      visibility: hidden !important;
      pointer-events: none !important;
    }

/* style block 9 */
/* Responsive safety layer: keeps the existing design, prevents overflow on phones/tablets. */
    html {
      -webkit-text-size-adjust: 100%;
      text-size-adjust: 100%;
    }

    body {
      overflow-x: hidden;
    }

    img,
    video,
    canvas,
    svg {
      max-width: 100%;
    }

    img,
    video {
      height: auto;
    }

    input,
    textarea,
    select,
    button {
      max-width: 100%;
      font: inherit;
    }

    .container {
      width: min(1180px, calc(100% - 32px));
      margin-inline: auto;
    }

    #productGrid,
    .product-grid,
    .products-grid,
    .catalog-grid,
    .cards-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
      gap: clamp(16px, 2.6vw, 26px);
    }

    .product-card,
    .card,
    article,
    section {
      min-width: 0;
    }

    .product-media {
      overflow: hidden;
      aspect-ratio: 4 / 3;
    }

    .product-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .hero-actions,
    .product-actions,
    .filters,
    .filter-row,
    nav,
    header {
      flex-wrap: wrap;
    }

    .btn,
    .filter-btn,
    .product-actions a,
    .hero-actions a,
    .hero-actions button {
      white-space: normal;
      text-align: center;
    }

    section[id] {
      scroll-margin-top: 82px;
    }

    @media (max-width: 980px) {
      .hero,
      .hero-grid,
      .about-grid,
      .contact-layout,
      .footer-grid,
      .story-wrap,
      .guidance-wrap,
      .modern-contact-wrap {
        grid-template-columns: 1fr !important;
      }

      header,
      nav {
        gap: 10px;
      }
    }

    @media (max-width: 720px) {
      .container {
        width: min(100% - 24px, 1180px);
      }

      body {
        font-size: 15px;
      }

      h1 {
        font-size: clamp(2rem, 11vw, 3.2rem);
        line-height: 1.05;
      }

      h2 {
        font-size: clamp(1.65rem, 8vw, 2.5rem);
        line-height: 1.08;
      }

      .hero-actions,
      .product-actions,
      .guidance-actions {
        width: 100%;
      }

      .hero-actions a,
      .hero-actions button,
      .product-actions a,
      .guidance-open,
      .modern-contact-submit {
        width: 100%;
      }

      .product-actions a {
        font-size: .82rem;
        padding: 9px 6px;
      }

      .product-body,
      .modern-contact-form,
      .story-stat,
      .guidance-panel {
        padding-inline: 14px;
      }

      .filters,
      .filter-row {
        display: flex;
        overflow-x: auto;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
      }

      .filter-btn {
        flex: 0 0 auto;
      }
    }

    @media (max-width: 420px) {
      .container {
        width: min(100% - 18px, 1180px);
      }

      .product-card,
      .modern-contact-card,
      .story-stat,
      .guidance-dialog,
      .legal-reader-dialog {
        border-radius: 8px;
      }

      .modern-contact-card,
      .story-stat {
        grid-template-columns: 1fr;
      }
    }

/* style block 10 */
.pwa-install-inline {
      padding: 18px 20px;
      background: linear-gradient(135deg, rgba(1, 47, 36, .98), rgba(0, 75, 55, .96));
      color: var(--paper);
      border-top: 1px solid rgba(244, 216, 120, .26);
      border-bottom: 1px solid rgba(244, 216, 120, .18);
    }

    .pwa-install-inline.is-hidden {
      display: none;
    }

    .pwa-install-inner {
      width: min(1180px, 100%);
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .pwa-install-text strong {
      display: block;
      color: var(--gold-2);
      font-size: 1.05rem;
      margin-bottom: 3px;
    }

    .pwa-install-text span {
      color: rgba(255, 249, 232, .78);
      line-height: 1.45;
    }

    .pwa-install-action {
      flex: 0 0 auto;
      min-height: 42px;
      padding: 10px 18px;
      border: 1px solid rgba(255, 249, 232, .72);
      border-radius: 8px;
      color: var(--emerald-dark);
      background: linear-gradient(135deg, #fff9d6, var(--gold-2) 44%, var(--gold));
      font: inherit;
      font-weight: 950;
      cursor: pointer;
    }

    .pwa-install-message {
      display: none;
      width: min(1180px, 100%);
      margin: 10px auto 0;
      color: rgba(255, 249, 232, .82);
      font-weight: 800;
      line-height: 1.45;
    }

    .pwa-install-message.is-visible {
      display: block;
    }

    @media (max-width: 680px) {
      .pwa-install-inner {
        align-items: stretch;
        flex-direction: column;
      }

      .pwa-install-action {
        width: 100%;
      }
    }

/* style block 11 */
#installAppBtn,
    #installAppNote,
    #pwaInstallInline,
    .install-app-btn,
    .install-app-note,
    .pwa-install-inline {
      display: none !important;
      visibility: hidden !important;
      opacity: 0 !important;
      pointer-events: none !important;
    }

/* style block 12 */
.mobile-nav-shell {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10020;
      display: none;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      min-height: 62px;
      padding: 10px 14px;
      color: var(--paper, #fff9e8);
      background:
        radial-gradient(circle at 14% 0%, rgba(244, 216, 120, .22), transparent 34%),
        linear-gradient(135deg, var(--emerald-dark, #012f24), var(--green, #004b37));
      box-shadow: 0 12px 30px rgba(1, 47, 36, .22);
    }

    .mobile-nav-brand {
      min-width: 0;
      color: var(--gold-2, #f4d878);
      font-weight: 950;
      letter-spacing: .01em;
      text-decoration: none;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .mobile-nav-toggle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 40px;
      padding: 9px 13px;
      border: 1px solid rgba(244, 216, 120, .6);
      border-radius: 8px;
      color: var(--emerald-dark, #012f24);
      background: linear-gradient(135deg, #fff9d6, var(--gold-2, #f4d878), var(--gold, #d4af37));
      font: inherit;
      font-weight: 950;
      cursor: pointer;
    }

    .mobile-nav-toggle svg {
      width: 20px;
      height: 20px;
      stroke: currentColor;
    }

    .mobile-menu-backdrop {
      position: fixed;
      inset: 0;
      z-index: 10021;
      display: none;
      background: rgba(8, 6, 3, .58);
      backdrop-filter: blur(5px);
    }

    .mobile-menu-backdrop.is-open {
      display: block;
    }

    .mobile-menu-panel {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 10022;
      width: min(360px, 88vw);
      display: none;
      flex-direction: column;
      padding: 18px;
      color: var(--paper, #fff9e8);
      background:
        radial-gradient(circle at 20% 0%, rgba(244, 216, 120, .2), transparent 36%),
        linear-gradient(180deg, var(--emerald-dark, #012f24), var(--green, #004b37));
      box-shadow: -20px 0 60px rgba(0, 0, 0, .32);
      transform: translateX(100%);
      transition: transform .24s ease;
    }

    .mobile-menu-panel.is-open {
      display: flex;
      transform: translateX(0);
    }

    .mobile-menu-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding-bottom: 14px;
      border-bottom: 1px solid rgba(244, 216, 120, .25);
    }

    .mobile-menu-head strong {
      color: var(--gold-2, #f4d878);
      font-size: 1.12rem;
    }

    .mobile-menu-close {
      width: 40px;
      height: 40px;
      border: 1px solid rgba(244, 216, 120, .52);
      border-radius: 8px;
      color: var(--gold-2, #f4d878);
      background: rgba(255, 255, 255, .08);
      font-size: 1.35rem;
      font-weight: 900;
      cursor: pointer;
    }

    .mobile-menu-links {
      display: grid;
      gap: 10px;
      margin-top: 16px;
    }

    .mobile-menu-links a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      min-height: 50px;
      padding: 13px 14px;
      border: 1px solid rgba(244, 216, 120, .24);
      border-radius: 8px;
      color: var(--paper, #fff9e8);
      background: rgba(255, 255, 255, .08);
      font-weight: 900;
      text-decoration: none;
    }

    .mobile-menu-links a::after {
      content: "â€º";
      color: var(--gold-2, #f4d878);
      font-size: 1.35rem;
      line-height: 1;
    }

    .mobile-menu-actions {
      display: grid;
      gap: 10px;
      margin-top: auto;
      padding-top: 16px;
      border-top: 1px solid rgba(244, 216, 120, .22);
    }

    .mobile-menu-actions a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      border-radius: 8px;
      font-weight: 950;
      text-decoration: none;
    }

    .mobile-menu-wa {
      color: var(--emerald-dark, #012f24);
      background: linear-gradient(135deg, #fff9d6, var(--gold-2, #f4d878), var(--gold, #d4af37));
    }

    .mobile-menu-call {
      color: var(--paper, #fff9e8);
      border: 1px solid rgba(244, 216, 120, .42);
      background: rgba(255, 255, 255, .08);
    }

    @media (max-width: 860px) {
      body {
        padding-top: 62px;
      }

      .mobile-nav-shell {
        display: flex;
      }
    }

/* style block 13 */
.mobile-webapp-install {
      position: fixed;
      left: 12px;
      right: 12px;
      top: 74px;
      z-index: 10030;
      display: none;
      padding: 12px;
      border: 1px solid rgba(244, 216, 120, .5);
      border-radius: 8px;
      color: var(--paper, #fff9e8);
      background: linear-gradient(135deg, rgba(1, 47, 36, .98), rgba(0, 75, 55, .96));
      box-shadow: 0 18px 42px rgba(1, 47, 36, .3);
      opacity: 0;
      transform: translateY(-130%);
      transition: opacity .22s ease, transform .28s ease;
    }

    .mobile-webapp-install.is-visible {
      display: block;
      opacity: 1;
      transform: translateY(0);
    }

    .mobile-webapp-install-inner {
      display: grid;
      grid-template-columns: 42px 1fr auto auto;
      gap: 10px;
      align-items: center;
      width: min(720px, 100%);
      margin: 0 auto;
    }

    .mobile-webapp-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 8px;
      color: var(--emerald-dark, #012f24);
      background: linear-gradient(135deg, #fff9d6, var(--gold-2, #f4d878), var(--gold, #d4af37));
      font-weight: 950;
    }

    .mobile-webapp-text strong {
      display: block;
      color: var(--gold-2, #f4d878);
      font-size: .96rem;
      line-height: 1.2;
    }

    .mobile-webapp-text span {
      display: block;
      color: rgba(255, 249, 232, .78);
      font-size: .84rem;
      line-height: 1.35;
      margin-top: 2px;
    }

    .mobile-webapp-button,
    .mobile-webapp-close {
      border-radius: 8px;
      font: inherit;
      font-weight: 950;
      cursor: pointer;
    }

    .mobile-webapp-button {
      min-height: 38px;
      padding: 8px 13px;
      border: 1px solid rgba(255, 249, 232, .7);
      color: var(--emerald-dark, #012f24);
      background: linear-gradient(135deg, #fff9d6, var(--gold-2, #f4d878), var(--gold, #d4af37));
      white-space: nowrap;
    }

    .mobile-webapp-close {
      width: 38px;
      height: 38px;
      border: 1px solid rgba(244, 216, 120, .42);
      color: var(--gold-2, #f4d878);
      background: rgba(255, 255, 255, .08);
      font-size: 1.1rem;
    }

    .mobile-webapp-help {
      display: none;
      width: min(720px, 100%);
      margin: 9px auto 0;
      color: rgba(255, 249, 232, .84);
      font-size: .86rem;
      font-weight: 800;
      line-height: 1.4;
    }

    .mobile-webapp-help.is-visible {
      display: block;
    }

    @media (min-width: 901px) {
      .mobile-webapp-install {
        display: none !important;
      }
    }

    @media (max-width: 430px) {
      .mobile-webapp-install-inner {
        grid-template-columns: 38px 1fr auto;
      }

      .mobile-webapp-button {
        grid-column: 1 / -1;
        width: 100%;
      }
    }

/* style block 14 */
/* Mobile fix for the spiritual guidance reader: keep the page stable, let the content scroll. */
    .guidance-modal.is-open {
      align-items: stretch;
    }

    .guidance-modal.is-open .guidance-dialog {
      display: flex;
      flex-direction: column;
      max-height: calc(100dvh - 24px);
      margin: auto;
    }

    .guidance-modal.is-open .guidance-modal-head,
    .guidance-modal.is-open .guidance-modal-foot {
      flex: 0 0 auto;
    }

    .guidance-modal.is-open .guidance-modal-body {
      flex: 1 1 auto;
      min-height: 0;
      overflow: hidden;
    }

    .guidance-modal.is-open .guidance-content {
      min-height: 0;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior: contain;
      padding-bottom: 34px;
    }

    @media (max-width: 780px) {
      .guidance-modal {
        padding: 10px;
      }

      .guidance-modal.is-open .guidance-dialog {
        width: 100%;
        max-height: calc(100dvh - 20px);
      }

      .guidance-modal.is-open .guidance-modal-body {
        display: flex;
        flex-direction: column;
      }

      .guidance-modal.is-open .guidance-tabs {
        flex: 0 0 auto;
      }

      .guidance-modal.is-open .guidance-content {
        flex: 1 1 auto;
        max-height: none;
      }
    }

/* style block 15 */
.ai-dua-section {
      position: relative;
      overflow: hidden;
      padding: clamp(56px, 7vw, 94px) 20px;
      color: var(--paper, #fff9e8);
      background:
        radial-gradient(circle at 12% 8%, rgba(244, 216, 120, .22), transparent 34%),
        linear-gradient(135deg, var(--emerald-dark, #012f24), var(--green, #004b37) 58%, var(--emerald, #005f46));
      border-top: 1px solid rgba(244, 216, 120, .2);
      scroll-margin-top: 86px;
    }

    .ai-dua-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(120deg, transparent 0 42%, rgba(255, 255, 255, .08) 48%, transparent 56%),
        radial-gradient(circle at 84% 22%, rgba(255, 255, 255, .09), transparent 28%);
      pointer-events: none;
    }

    .ai-dua-wrap {
      position: relative;
      width: min(1120px, 100%);
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
      gap: clamp(24px, 4.5vw, 56px);
      align-items: start;
    }

    .ai-dua-copy h2 {
      margin: 0 0 12px;
      color: var(--gold-2, #f4d878);
      font-size: clamp(2rem, 4vw, 3.6rem);
      line-height: 1.04;
      letter-spacing: 0;
    }

    .ai-dua-copy p {
      margin: 0;
      color: rgba(255, 249, 232, .82);
      font-size: clamp(1rem, 1.3vw, 1.12rem);
      line-height: 1.75;
    }

    .ai-dua-note {
      margin-top: 18px;
      padding: 14px;
      border: 1px solid rgba(244, 216, 120, .32);
      border-radius: 8px;
      background: rgba(255, 255, 255, .08);
      color: rgba(255, 249, 232, .86);
      line-height: 1.55;
      font-weight: 750;
    }

    .ai-dua-card {
      padding: clamp(18px, 3vw, 26px);
      border: 1px solid rgba(244, 216, 120, .38);
      border-radius: 8px;
      background: rgba(255, 255, 255, .1);
      box-shadow: 0 24px 58px rgba(0, 0, 0, .18);
      backdrop-filter: blur(12px);
    }

    .ai-dua-field {
      display: grid;
      gap: 8px;
      margin-bottom: 14px;
    }

    .ai-dua-field label,
    .ai-dua-mode-label {
      color: rgba(255, 249, 232, .94);
      font-weight: 900;
    }

    .ai-dua-field textarea {
      width: 100%;
      min-height: 126px;
      padding: 12px 13px;
      border: 1px solid rgba(244, 216, 120, .34);
      border-radius: 8px;
      color: var(--paper, #fff9e8);
      background: rgba(1, 47, 36, .5);
      font: inherit;
      line-height: 1.55;
      outline: none;
      resize: vertical;
    }

    .ai-dua-field textarea::placeholder {
      color: rgba(255, 249, 232, .56);
    }

    .ai-dua-field textarea:focus {
      border-color: var(--gold-2, #f4d878);
      box-shadow: 0 0 0 3px rgba(244, 216, 120, .14);
    }

    .ai-dua-modes {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
      margin: 8px 0 16px;
    }

    .ai-dua-mode {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 9px 10px;
      border: 1px solid rgba(244, 216, 120, .28);
      border-radius: 8px;
      color: rgba(255, 249, 232, .9);
      background: rgba(255, 255, 255, .08);
      font-weight: 900;
      text-align: center;
      cursor: pointer;
    }

    .ai-dua-mode input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }

    .ai-dua-mode:has(input:checked) {
      color: var(--emerald-dark, #012f24);
      border-color: rgba(255, 249, 232, .72);
      background: linear-gradient(135deg, #fff9d6, var(--gold-2, #f4d878), var(--gold, #d4af37));
    }

    .ai-dua-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .ai-dua-actions button {
      min-height: 44px;
      padding: 10px 15px;
      border-radius: 8px;
      font: inherit;
      font-weight: 950;
      cursor: pointer;
    }

    .ai-dua-submit {
      flex: 1 1 180px;
      border: 1px solid rgba(255, 249, 232, .7);
      color: var(--emerald-dark, #012f24);
      background: linear-gradient(135deg, #fff9d6, var(--gold-2, #f4d878), var(--gold, #d4af37));
    }

    .ai-dua-read,
    .ai-dua-stop {
      border: 1px solid rgba(244, 216, 120, .38);
      color: var(--paper, #fff9e8);
      background: rgba(255, 255, 255, .08);
    }

    .ai-dua-answer {
      display: none;
      margin-top: 16px;
      padding: 16px;
      border: 1px solid rgba(244, 216, 120, .34);
      border-radius: 8px;
      color: var(--paper, #fff9e8);
      background: rgba(1, 47, 36, .42);
      line-height: 1.75;
      white-space: pre-wrap;
    }

    .ai-dua-answer.is-visible {
      display: block;
    }

    .ai-dua-status {
      display: none;
      margin-top: 12px;
      color: rgba(255, 249, 232, .78);
      font-weight: 850;
      line-height: 1.45;
    }

    .ai-dua-status.is-visible {
      display: block;
    }

    .ai-dua-suggestions {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 14px 0 0;
    }

    .ai-dua-suggestion {
      min-height: 36px;
      padding: 8px 11px;
      border: 1px solid rgba(244, 216, 120, .3);
      border-radius: 999px;
      color: rgba(255, 249, 232, .9);
      background: rgba(255, 255, 255, .08);
      font: inherit;
      font-size: .9rem;
      font-weight: 850;
      cursor: pointer;
    }

    @media (max-width: 860px) {
      .ai-dua-wrap {
        grid-template-columns: 1fr;
      }

      .ai-dua-modes {
        grid-template-columns: 1fr;
      }
    }

/* style block 16 */
.ai-tts-player {
      display: none;
      width: 100%;
      margin-top: 14px;
      border-radius: 8px;
      accent-color: var(--gold, #d4af37);
    }

    .ai-tts-player.is-visible {
      display: block;
    }

/* style block 17 */
.legacy-ai-hidden {
      display: none !important;
    }

/* style block 18 */
[data-legacy-ai-hidden="true"] {
      display: none !important;
    }

/* style block 19 */
body [data-ai-primary="true"],
    body [data-ai-primary-parent="true"] {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
    }

    #aiDuaSection[data-modern-ai-hidden="true"] {
      display: none !important;
    }

    .legacy-ai-upgrade {
      margin-top: 14px;
      padding: 14px;
      border: 1px solid rgba(244, 216, 120, .34);
      border-radius: 8px;
      background:
        radial-gradient(circle at 12% 0%, rgba(244, 216, 120, .18), transparent 32%),
        rgba(1, 47, 36, .08);
    }

    .legacy-ai-mode-title {
      margin: 0 0 8px;
      color: var(--green, #004b37);
      font-weight: 900;
    }

    .legacy-ai-modes {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
    }

    .legacy-ai-modes label {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 40px;
      padding: 8px 10px;
      border: 1px solid rgba(212, 175, 55, .38);
      border-radius: 8px;
      color: var(--green, #004b37);
      background: rgba(255, 249, 232, .64);
      font-weight: 900;
      text-align: center;
      cursor: pointer;
    }

    .legacy-ai-mode-hint {
      margin: 8px 0 0;
      color: var(--muted, #706454);
      font-size: .92rem;
      line-height: 1.45;
      font-weight: 750;
    }

    .legacy-ai-modes input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }

    .legacy-ai-modes label:has(input:checked) {
      color: var(--emerald-dark, #012f24);
      background: linear-gradient(135deg, #fff9d6, var(--gold-2, #f4d878), var(--gold, #d4af37));
    }

    .legacy-ai-suggestions {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 12px;
    }

    .legacy-ai-suggestions button {
      min-height: 34px;
      padding: 7px 10px;
      border: 1px solid rgba(212, 175, 55, .34);
      border-radius: 999px;
      color: var(--green, #004b37);
      background: rgba(255, 249, 232, .72);
      font: inherit;
      font-size: .9rem;
      font-weight: 850;
      cursor: pointer;
    }

    .legacy-ai-status,
    .legacy-ai-answer {
      margin-top: 12px;
      padding: 12px 13px;
      border-radius: 8px;
      line-height: 1.65;
    }

    .legacy-ai-status {
      display: none;
      color: var(--green, #004b37);
      background: rgba(244, 216, 120, .18);
      font-weight: 850;
    }

    .legacy-ai-status.is-visible {
      display: block;
    }

    .legacy-ai-answer {
      display: none;
      border: 1px solid rgba(0, 75, 55, .14);
      color: var(--ink, #17130f);
      background: rgba(255, 255, 255, .74);
      white-space: pre-wrap;
    }

    .legacy-ai-answer.is-visible {
      display: block;
    }

    .legacy-ai-audio {
      display: none;
      width: 100%;
      margin-top: 12px;
      accent-color: var(--gold, #d4af37);
    }

    .legacy-ai-audio.is-visible {
      display: block;
    }

    @media (max-width: 620px) {
      .legacy-ai-modes {
        grid-template-columns: 1fr;
      }
    }

/* style block 20 */
/* Keep only the original microphone-style AI area visible. */
    #aiDuaSection,
    section#aiDuaSection,
    .ai-dua-section#aiDuaSection {
      display: none !important;
      visibility: hidden !important;
      opacity: 0 !important;
      pointer-events: none !important;
      height: 0 !important;
      min-height: 0 !important;
      max-height: 0 !important;
      overflow: hidden !important;
      padding: 0 !important;
      margin: 0 !important;
    }

/* style block 21 */
#legacyAiLanguagePanel {
      display: block !important;
      margin: 16px 0;
      padding: 14px;
      border: 1px solid rgba(212, 175, 55, .38);
      border-radius: 8px;
      background:
        radial-gradient(circle at 12% 0%, rgba(244, 216, 120, .18), transparent 32%),
        rgba(255, 249, 232, .88);
      color: var(--ink, #17130f);
    }

    #legacyAiLanguagePanel .legacy-ai-mode-title {
      color: var(--green, #004b37);
    }

/* style block 22 */
.legacy-ai-language-panel {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
    margin: 14px 0 16px;
    padding: 14px;
    border: 1px solid rgba(212, 175, 55, .42);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 249, 232, .98), rgba(241, 227, 198, .72));
    box-shadow: 0 14px 34px rgba(34, 24, 11, .12);
    color: #17130f;
  }

  .legacy-ai-language-panel .ai-lang-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    font-weight: 800;
    color: #064E3B;
  }

  .legacy-ai-language-panel .ai-lang-title small {
    font-weight: 700;
    color: #9a7426;
  }

  .legacy-ai-language-panel .ai-lang-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .legacy-ai-language-panel label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 10px;
    border: 1px solid rgba(0, 75, 55, .22);
    border-radius: 12px;
    background: rgba(255, 255, 255, .72);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    color: #064E3B;
  }

  .legacy-ai-language-panel input {
    accent-color: #064E3B;
    margin-right: 7px;
  }

  .legacy-ai-language-panel label:has(input:checked) {
    border-color: rgba(212, 175, 55, .9);
    background: linear-gradient(135deg, #064E3B, #087454);
    color: #fff9e8;
    box-shadow: 0 10px 24px rgba(0, 75, 55, .22);
  }

  .legacy-ai-language-panel .ai-lang-hint {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.45;
    color: #706454;
  }

  @media (max-width: 720px) {
    .legacy-ai-language-panel {
      border-radius: 12px;
      padding: 12px;
    }

    .legacy-ai-language-panel .ai-lang-options {
      grid-template-columns: 1fr;
    }

    .legacy-ai-language-panel label {
      justify-content: flex-start;
      text-align: left;
      min-height: 40px;
    }
  }

/* style block 23 */
:root {
    --kr-emerald-deep: #033628;
    --kr-emerald: #064e3b;
    --kr-emerald-soft: #087454;
    --kr-gold: #d4af37;
    --kr-gold-soft: #f4d878;
    --kr-ivory: #fff9e8;
    --kr-cream: #f1e3c6;
    --kr-ink: #17130f;
    --kr-muted: #706454;
  }

  html {
    scroll-behavior: smooth;
  }

  body.kr-modal-open {
    overflow: hidden;
  }

  .kr-premium-hero,
  .kr-trust-strip,
  .kr-guide-hub,
  .kr-journey-planner {
    box-sizing: border-box;
    width: min(1180px, calc(100% - 28px));
    margin-inline: auto;
  }

  .kr-premium-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(280px, .98fr);
    gap: 28px;
    align-items: stretch;
    min-height: 520px;
    margin-top: 18px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, .42);
    border-radius: 24px;
    background:
      radial-gradient(circle at 12% 18%, rgba(244, 216, 120, .22), transparent 32%),
      linear-gradient(135deg, #033628 0%, #064e3b 48%, #09281f 100%);
    color: var(--kr-ivory);
    box-shadow: 0 24px 70px rgba(3, 54, 40, .26);
  }

  .kr-premium-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .16) 42%, transparent 58%);
    transform: translateX(-125%);
    animation: krHeroLight 7s ease-in-out infinite;
    pointer-events: none;
  }

  @keyframes krHeroLight {
    0%, 30% { transform: translateX(-125%); }
    58%, 100% { transform: translateX(125%); }
  }

  .kr-premium-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 680px;
  }

  .kr-eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    padding: 7px 11px;
    border: 1px solid rgba(244, 216, 120, .44);
    border-radius: 999px;
    background: rgba(255, 249, 232, .09);
    color: var(--kr-gold-soft);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
  }

  .kr-premium-hero h1 {
    margin: 0;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.03;
    letter-spacing: 0;
    color: #fff6d6;
    text-shadow: 0 3px 0 rgba(0, 0, 0, .12), 0 20px 46px rgba(0, 0, 0, .22);
  }

  .kr-premium-hero p {
    margin: 18px 0 0;
    max-width: 620px;
    color: rgba(255, 249, 232, .88);
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.65;
  }

  .kr-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .kr-premium-btn {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border: 1px solid rgba(244, 216, 120, .56);
    border-radius: 12px;
    color: var(--kr-ivory);
    font-weight: 850;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  }

  .kr-premium-btn.primary {
    background: linear-gradient(135deg, #d4af37, #f4d878);
    color: #2c210b;
    box-shadow: 0 12px 28px rgba(212, 175, 55, .24);
  }

  .kr-premium-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
  }

  .kr-hero-media {
    position: relative;
    z-index: 1;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(244, 216, 120, .38);
    border-radius: 20px;
    background: rgba(255, 249, 232, .08);
  }

  .kr-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
    filter: saturate(1.04) contrast(1.02);
  }

  .kr-hero-note {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: min(290px, calc(100% - 28px));
    padding: 13px;
    border: 1px solid rgba(244, 216, 120, .5);
    border-radius: 14px;
    background: rgba(3, 54, 40, .78);
    backdrop-filter: blur(10px);
    color: var(--kr-ivory);
    font-size: 13px;
    line-height: 1.45;
  }

  .kr-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
  }

  .kr-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 76px;
    padding: 14px;
    border: 1px solid rgba(212, 175, 55, .34);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 249, 232, .96), rgba(241, 227, 198, .62));
    color: var(--kr-ink);
    box-shadow: 0 12px 30px rgba(34, 24, 11, .08);
  }

  .kr-trust-icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 12px;
    background: var(--kr-emerald);
    color: var(--kr-gold-soft);
    font-weight: 900;
  }

  .kr-trust-item strong {
    display: block;
    color: var(--kr-emerald);
    font-size: 14px;
  }

  .kr-trust-item span:last-child {
    color: var(--kr-muted);
    font-size: 12px;
    line-height: 1.35;
  }

  .kr-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
  }

  .kr-section-head h2 {
    margin: 0;
    color: var(--kr-emerald);
    font-size: clamp(26px, 3vw, 42px);
    letter-spacing: 0;
  }

  .kr-section-head p {
    margin: 8px 0 0;
    max-width: 640px;
    color: var(--kr-muted);
    line-height: 1.6;
  }

  .kr-guide-hub,
  .kr-journey-planner {
    margin-top: 48px;
    padding: 28px;
    border: 1px solid rgba(212, 175, 55, .34);
    border-radius: 22px;
    background: rgba(255, 249, 232, .76);
    box-shadow: 0 20px 55px rgba(34, 24, 11, .1);
  }

  .kr-guide-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  .kr-guide-card {
    min-height: 176px;
    padding: 16px;
    border: 1px solid rgba(0, 75, 55, .18);
    border-radius: 16px;
    background: #fffdf3;
    text-align: left;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }

  .kr-guide-card:hover {
    transform: translateY(-3px);
    border-color: rgba(212, 175, 55, .7);
    box-shadow: 0 16px 34px rgba(34, 24, 11, .13);
  }

  .kr-guide-card .mark {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--kr-emerald), var(--kr-emerald-soft));
    color: var(--kr-gold-soft);
    font-weight: 900;
  }

  .kr-guide-card strong {
    display: block;
    color: var(--kr-emerald);
    font-size: 16px;
  }

  .kr-guide-card span:last-child {
    display: block;
    margin-top: 8px;
    color: var(--kr-muted);
    font-size: 13px;
    line-height: 1.45;
  }

  .kr-planner-box {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 18px;
    align-items: start;
  }

  .kr-planner-control {
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--kr-emerald-deep), var(--kr-emerald));
    color: var(--kr-ivory);
  }

  .kr-planner-control label {
    display: block;
    margin-bottom: 9px;
    color: var(--kr-gold-soft);
    font-weight: 850;
  }

  .kr-planner-control input {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid rgba(244, 216, 120, .42);
    border-radius: 12px;
    background: rgba(255, 249, 232, .96);
    color: var(--kr-ink);
    font: inherit;
  }

  .kr-planner-control button {
    width: 100%;
    min-height: 46px;
    margin-top: 10px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--kr-gold), var(--kr-gold-soft));
    color: #2c210b;
    cursor: pointer;
    font-weight: 900;
  }

  .kr-planner-result {
    margin-top: 14px;
    padding: 12px;
    border-radius: 12px;
    background: rgba(255, 249, 232, .1);
    color: var(--kr-ivory);
    line-height: 1.45;
  }

  .kr-checklist {
    display: grid;
    gap: 10px;
  }

  .kr-check-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 12px;
    border: 1px solid rgba(212, 175, 55, .28);
    border-radius: 14px;
    background: #fffdf3;
    color: var(--kr-ink);
  }

  .kr-check-item input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: var(--kr-emerald);
  }

  .kr-check-item strong {
    display: block;
    color: var(--kr-emerald);
  }

  .kr-check-item span {
    display: block;
    margin-top: 4px;
    color: var(--kr-muted);
    font-size: 13px;
    line-height: 1.45;
  }

  .kr-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    padding: 18px;
    background: rgba(3, 18, 14, .72);
    backdrop-filter: blur(8px);
  }

  .kr-modal.open {
    display: grid;
    place-items: center;
  }

  .kr-modal-panel {
    position: relative;
    width: min(860px, 100%);
    max-height: min(86vh, 760px);
    overflow: auto;
    border: 1px solid rgba(244, 216, 120, .42);
    border-radius: 22px;
    background: #fffdf3;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .32);
  }

  .kr-modal-close {
    position: sticky;
    top: 12px;
    z-index: 2;
    float: right;
    display: grid;
    width: 42px;
    height: 42px;
    margin: 12px 12px 0 0;
    place-items: center;
    border: 1px solid rgba(212, 175, 55, .38);
    border-radius: 14px;
    background: var(--kr-emerald);
    color: var(--kr-ivory);
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
  }

  .kr-modal-content {
    clear: both;
    padding: 24px;
    color: var(--kr-ink);
  }

  .kr-modal-content h3 {
    margin: 0 0 10px;
    color: var(--kr-emerald);
    font-size: clamp(24px, 3vw, 36px);
    letter-spacing: 0;
  }

  .kr-modal-content p,
  .kr-modal-content li {
    color: var(--kr-muted);
    line-height: 1.65;
  }

  .kr-modal-content ul {
    padding-left: 20px;
  }

  .kr-modal-product {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 20px;
    align-items: start;
  }

  .kr-modal-product img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 18px;
    background: var(--kr-cream);
  }

  .kr-product-code {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(6, 78, 59, .08);
    color: var(--kr-emerald);
    font-weight: 900;
  }

  .kr-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
  }

  .kr-product-actions a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 900;
  }

  .kr-product-actions .wa {
    background: var(--kr-emerald);
    color: var(--kr-ivory);
  }

  .kr-product-actions .call {
    border: 1px solid rgba(6, 78, 59, .25);
    color: var(--kr-emerald);
  }

  .legacy-ai-language-panel {
    border-radius: 16px !important;
    background: linear-gradient(135deg, rgba(255, 249, 232, .98), rgba(244, 216, 120, .18)) !important;
  }

  @media (max-width: 980px) {
    .kr-premium-hero,
    .kr-planner-box,
    .kr-modal-product {
      grid-template-columns: 1fr;
    }

    .kr-trust-strip,
    .kr-guide-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 640px) {
    .kr-premium-hero,
    .kr-guide-hub,
    .kr-journey-planner {
      width: min(100% - 18px, 1180px);
      padding: 18px;
      border-radius: 18px;
    }

    .kr-premium-hero {
      min-height: auto;
      margin-top: 10px;
    }

    .kr-hero-media,
    .kr-hero-media img {
      min-height: 260px;
    }

    .kr-trust-strip,
    .kr-guide-grid {
      width: min(100% - 18px, 1180px);
      grid-template-columns: 1fr;
    }

    .kr-section-head {
      display: block;
    }

    .kr-guide-card,
    .kr-check-item,
    .kr-premium-btn,
    .kr-planner-control button {
      min-height: 48px;
    }

    .kr-modal {
      padding: 10px;
      align-items: end;
    }

    .kr-modal-panel {
      width: 100%;
      max-height: 88vh;
      border-radius: 18px 18px 0 0;
    }

    .kr-modal-content {
      padding: 18px;
    }
  }

/* style block 24 */
#krJourneyPlanner,
  .kr-journey-planner {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

/* style block 25 */
#krPremiumHero,
  #krTrustStrip,
  .kr-premium-hero,
  .kr-trust-strip {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

/* style block 26 */
#manevi-merkez,
  .kr-guide-hub {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

/* style block 27 */
.kr-ai-welcome-btn,
  .kr-ai-stop-btn {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 10px;
    margin-right: 8px;
    padding: 9px 12px;
    border: 1px solid rgba(212, 175, 55, .46);
    border-radius: 12px;
    background: #064e3b;
    color: #fff9e8;
    cursor: pointer;
    font-weight: 850;
  }

  .kr-ai-stop-btn {
    background: #fff9e8;
    color: #064e3b;
  }

  .kr-ai-direct-answer {
    display: none;
    margin-top: 12px;
    padding: 13px;
    border: 1px solid rgba(212, 175, 55, .36);
    border-radius: 13px;
    background: rgba(255, 255, 255, .74);
    color: #17130f;
    line-height: 1.65;
    white-space: pre-wrap;
  }

  .kr-ai-direct-answer.active {
    display: block;
  }

  .kr-ai-direct-answer.loading {
    color: #706454;
    font-weight: 800;
  }

  .kr-ai-audio {
    display: none;
    width: 100%;
    margin-top: 10px;
  }

  .kr-ai-audio.active {
    display: block;
  }

/* style block 28 */
.kr-spiritual-tabs button.active,
  .kr-spiritual-tabs a.active,
  [data-kr-spiritual-tab].active {
    border-color: rgba(212, 175, 55, .9) !important;
    background: linear-gradient(135deg, #064e3b, #087454) !important;
    color: #fff9e8 !important;
  }

  .kr-spiritual-guide-content {
    margin-top: 16px;
    padding: 16px;
    border: 1px solid rgba(212, 175, 55, .34);
    border-radius: 16px;
    background: rgba(255, 249, 232, .78);
    color: #17130f;
  }

  .kr-spiritual-guide-content h3 {
    margin: 0 0 10px;
    color: #064e3b;
    font-size: clamp(22px, 3vw, 30px);
    letter-spacing: 0;
  }

  .kr-spiritual-guide-content p,
  .kr-spiritual-guide-content li {
    color: #706454;
    line-height: 1.65;
  }

  .kr-spiritual-guide-content ul {
    margin: 12px 0 0;
    padding-left: 20px;
  }

  .kr-spiritual-guide-content .kr-guide-dua {
    margin-top: 14px;
    padding: 12px;
    border-left: 4px solid #d4af37;
    border-radius: 12px;
    background: #fffdf3;
    color: #064e3b;
    font-weight: 800;
    line-height: 1.6;
  }

/* style block 29 */
.kr-smart-guide-center {
    width: min(1180px, calc(100% - 28px));
    margin: 34px auto;
    padding: 22px;
    border: 1px solid rgba(212, 175, 55, .34);
    border-radius: 22px;
    background:
      linear-gradient(135deg, rgba(255, 249, 232, .96), rgba(241, 227, 198, .58)),
      radial-gradient(circle at 100% 0%, rgba(6, 78, 59, .12), transparent 34%);
    box-shadow: 0 20px 55px rgba(34, 24, 11, .12);
  }

  .kr-smart-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: end;
    margin-bottom: 16px;
  }

  .kr-smart-head .eyebrow,
  .kr-smart-eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
    padding: 6px 10px;
    border: 1px solid rgba(212, 175, 55, .42);
    border-radius: 999px;
    background: rgba(6, 78, 59, .07);
    color: #064e3b;
    font-size: 12px;
    font-weight: 900;
  }

  .kr-smart-head h2 {
    margin: 0;
    color: #064e3b;
    font-size: clamp(24px, 3vw, 38px);
    letter-spacing: 0;
  }

  .kr-smart-head p {
    margin: 8px 0 0;
    max-width: 720px;
    color: #706454;
    line-height: 1.6;
  }

  .kr-smart-mini {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 14px;
    background: #064e3b;
    color: #fff9e8;
    font-weight: 900;
    white-space: nowrap;
  }

  .kr-smart-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 9px;
  }

  .kr-smart-card {
    display: flex;
    min-height: 112px;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 13px;
    border: 1px solid rgba(6, 78, 59, .18);
    border-radius: 16px;
    background: rgba(255, 253, 243, .92);
    color: #17130f;
    cursor: pointer;
    text-align: left;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  }

  .kr-smart-card:hover {
    transform: translateY(-2px);
    border-color: rgba(212, 175, 55, .75);
    box-shadow: 0 14px 32px rgba(34, 24, 11, .13);
  }

  .kr-smart-card .icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #064e3b, #087454);
    color: #f4d878;
    font-weight: 950;
  }

  .kr-smart-card strong {
    display: block;
    color: #064e3b;
    font-size: 14px;
    line-height: 1.25;
  }

  .kr-smart-card span:last-child {
    display: block;
    color: #706454;
    font-size: 12px;
    line-height: 1.35;
  }

  .kr-smart-modal-grid {
    display: grid;
    gap: 12px;
  }

  .kr-smart-form {
    display: grid;
    gap: 12px;
  }

  .kr-smart-form label {
    display: grid;
    gap: 6px;
    color: #064e3b;
    font-weight: 850;
  }

  .kr-smart-form input,
  .kr-smart-form select,
  .kr-smart-form textarea {
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
    padding: 10px 11px;
    border: 1px solid rgba(6, 78, 59, .22);
    border-radius: 12px;
    background: #fffdf3;
    color: #17130f;
    font: inherit;
  }

  .kr-smart-action {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 14px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #064e3b, #087454);
    color: #fff9e8;
    cursor: pointer;
    font-weight: 900;
    text-decoration: none;
  }

  .kr-smart-action.gold {
    background: linear-gradient(135deg, #d4af37, #f4d878);
    color: #2d220b;
  }

  .kr-smart-result {
    margin-top: 14px;
    padding: 14px;
    border: 1px solid rgba(212, 175, 55, .34);
    border-radius: 14px;
    background: rgba(255, 249, 232, .78);
    color: #17130f;
  }

  .kr-smart-result h4 {
    margin: 0 0 8px;
    color: #064e3b;
    font-size: 18px;
  }

  .kr-smart-result p,
  .kr-smart-result li {
    color: #706454;
    line-height: 1.6;
  }

  .kr-dua-search {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
  }

  .kr-dua-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .kr-dua-item {
    padding: 12px;
    border: 1px solid rgba(6, 78, 59, .18);
    border-radius: 14px;
    background: #fffdf3;
    cursor: pointer;
    color: #064e3b;
    font-weight: 900;
    text-align: left;
  }

  .kr-dua-text {
    white-space: pre-wrap;
    line-height: 1.75;
  }

  .kr-dua-arabic {
    direction: rtl;
    color: #064e3b;
    font-size: 22px;
    line-height: 2;
    text-align: right;
  }

  .kr-smart-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0;
  }

  .kr-smart-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid rgba(212, 175, 55, .36);
    border-radius: 999px;
    background: #fffdf3;
    color: #064e3b;
    font-size: 13px;
    font-weight: 850;
  }

  @media (max-width: 1080px) {
    .kr-smart-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (max-width: 720px) {
    .kr-smart-guide-center {
      width: min(100% - 18px, 1180px);
      margin: 22px auto;
      padding: 16px;
      border-radius: 18px;
    }

    .kr-smart-head {
      grid-template-columns: 1fr;
      align-items: start;
    }

    .kr-smart-mini {
      width: fit-content;
      white-space: normal;
    }

    .kr-smart-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
    }

    .kr-smart-card {
      min-height: 116px;
      padding: 12px;
    }

    .kr-dua-list {
      grid-template-columns: 1fr;
    }
  }

/* style block 30 */
img {
    transition: opacity .25s ease, transform .25s ease;
  }

  img[data-kr-loading="true"] {
    opacity: .001;
  }

  img[data-kr-loaded="true"] {
    opacity: 1;
  }

  .product-card,
  article[class*="product"],
  [data-product] {
    cursor: pointer;
  }

  .product-card img,
  article[class*="product"] img,
  [data-product] img {
    background: linear-gradient(135deg, rgba(255, 249, 232, .88), rgba(212, 175, 55, .16));
  }

  .product-card:hover img,
  article[class*="product"]:hover img,
  [data-product]:hover img {
    transform: scale(1.018);
  }

  #krSmartGuideCenter {
    position: relative;
    overflow: hidden;
  }

  #krSmartGuideCenter::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.34) 42%, transparent 58%);
    transform: translateX(-130%);
    animation: krCenterSheen 9s ease-in-out infinite;
    pointer-events: none;
  }

  #krSmartGuideCenter > * {
    position: relative;
    z-index: 1;
  }

  @keyframes krCenterSheen {
    0%, 44% { transform: translateX(-130%); }
    66%, 100% { transform: translateX(130%); }
  }

  .kr-smart-card {
    position: relative;
    overflow: hidden;
  }

  .kr-smart-card::after {
    content: "";
    position: absolute;
    right: -24px;
    bottom: -24px;
    width: 72px;
    height: 72px;
    border: 1px solid rgba(212, 175, 55, .2);
    border-radius: 50%;
    background: rgba(6, 78, 59, .05);
  }

/* style block 31 */
.kr-premium-product {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 22px;
    align-items: start;
  }

  .kr-premium-product-media {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, .38);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 249, 232, .96), rgba(212, 175, 55, .16));
    box-shadow: 0 18px 44px rgba(34, 24, 11, .14);
  }

  .kr-premium-product-media img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .kr-premium-product-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.22) 42%, transparent 58%);
    transform: translateX(-130%);
    animation: krProductLight 8s ease-in-out infinite;
    pointer-events: none;
  }

  @keyframes krProductLight {
    0%, 45% { transform: translateX(-130%); }
    68%, 100% { transform: translateX(130%); }
  }

  .kr-premium-product-info {
    min-width: 0;
  }

  .kr-premium-product-code {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 8px 11px;
    border: 1px solid rgba(212, 175, 55, .42);
    border-radius: 999px;
    background: rgba(6, 78, 59, .08);
    color: #064e3b;
    font-weight: 950;
  }

  .kr-premium-product h3 {
    margin: 0 0 10px;
    color: #064e3b;
    font-size: clamp(24px, 3vw, 36px);
    letter-spacing: 0;
  }

  .kr-premium-product-desc {
    margin: 0;
    color: #706454;
    line-height: 1.65;
  }

  .kr-premium-product-benefits {
    display: grid;
    gap: 9px;
    margin: 16px 0;
  }

  .kr-premium-product-benefit {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 11px;
    border: 1px solid rgba(212, 175, 55, .28);
    border-radius: 13px;
    background: rgba(255, 249, 232, .7);
    color: #17130f;
  }

  .kr-premium-product-benefit span:first-child {
    display: grid;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    place-items: center;
    border-radius: 8px;
    background: #064e3b;
    color: #f4d878;
    font-weight: 900;
  }

  .kr-premium-product-benefit strong {
    display: block;
    color: #064e3b;
  }

  .kr-premium-product-benefit small {
    display: block;
    margin-top: 2px;
    color: #706454;
    line-height: 1.45;
  }

  .kr-premium-product-quote {
    margin: 14px 0 0;
    padding: 13px;
    border-left: 4px solid #d4af37;
    border-radius: 12px;
    background: #fffdf3;
    color: #064e3b;
    font-weight: 850;
    line-height: 1.55;
  }

  .kr-premium-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
  }

  .kr-premium-product-actions a,
  .kr-premium-product-actions button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 13px;
    border: 1px solid rgba(6, 78, 59, .22);
    border-radius: 12px;
    background: #fffdf3;
    color: #064e3b;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    text-decoration: none;
  }

  .kr-premium-product-actions .primary {
    border-color: transparent;
    background: linear-gradient(135deg, #064e3b, #087454);
    color: #fff9e8;
  }

  .kr-premium-product-actions .gold {
    border-color: transparent;
    background: linear-gradient(135deg, #d4af37, #f4d878);
    color: #2d220b;
  }

  .kr-detail-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 7px 10px;
    border: 1px solid rgba(212, 175, 55, .34);
    border-radius: 999px;
    background: rgba(6, 78, 59, .07);
    color: #064e3b;
    font-size: 12px;
    font-weight: 900;
  }

  @media (max-width: 760px) {
    .kr-premium-product {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .kr-premium-product-media img {
      aspect-ratio: 1 / .82;
    }

    .kr-premium-product-actions a,
    .kr-premium-product-actions button {
      width: 100%;
    }
  }

/* style block 32 */
.kr-extra-collection {
    padding: clamp(44px, 7vw, 86px) 0;
    background:
      radial-gradient(circle at 12% 0%, rgba(212, 175, 55, .16), transparent 32%),
      linear-gradient(180deg, rgba(255, 249, 232, .92), rgba(245, 234, 210, .74));
  }

  .kr-extra-collection[hidden] {
    display: none !important;
  }

  .kr-extra-collection .container {
    width: min(1180px, calc(100% - 28px));
    margin: 0 auto;
  }

  .kr-extra-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: end;
    margin-bottom: 24px;
  }

  .kr-extra-head .eyebrow {
    margin: 0 0 8px;
    color: var(--green, #064e3b);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .kr-extra-head h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.45rem);
    color: var(--ink, #17130f);
  }

  .kr-extra-head p {
    margin: 10px 0 0;
    max-width: 680px;
    color: var(--muted, #706454);
    line-height: 1.7;
  }

  .kr-extra-note {
    border: 1px solid rgba(212, 175, 55, .5);
    border-radius: 999px;
    padding: 10px 14px;
    color: var(--emerald-dark, #012f24);
    background: rgba(255, 255, 255, .62);
    font-size: .92rem;
    white-space: nowrap;
  }

  .kr-extra-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 18px;
  }

  .kr-extra-product .product-media {
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .kr-extra-product .product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .kr-extra-product .product-body h3 {
    font-size: 1.08rem;
    line-height: 1.28;
  }

  .kr-extra-product .quote {
    color: var(--green, #064e3b);
    font-weight: 700;
  }

  .kr-extra-note,
  .kr-extra-product.image-missing {
    display: none !important;
  }

  @media (max-width: 760px) {
    .kr-extra-collection {
      padding: 38px 0 62px;
    }

    .kr-extra-head {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .kr-extra-note {
      width: fit-content;
      white-space: normal;
      border-radius: 12px;
      line-height: 1.45;
    }

    .kr-extra-products-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .kr-extra-product .product-body {
      padding: 14px 12px;
    }

    .kr-extra-product .product-body h3 {
      font-size: .98rem;
    }

    .kr-extra-product .product-body p {
      font-size: .86rem;
    }

    .kr-extra-product .product-actions {
      display: grid;
      grid-template-columns: 1fr;
      gap: 8px;
    }
  }

  @media (max-width: 420px) {
    .kr-extra-products-grid {
      grid-template-columns: 1fr;
    }
  }
    .kr-extra-note,
    .kr-extra-product.image-missing {
      display: none !important;
    }

/* style block 33 */
.kr-owner-voice-panel {
    margin-top: 16px;
    padding: 14px;
    border: 1px solid rgba(212, 175, 55, .48);
    border-radius: 14px;
    background:
      linear-gradient(135deg, rgba(1, 47, 36, .96), rgba(0, 95, 70, .9)),
      radial-gradient(circle at 18% 0%, rgba(244, 216, 120, .22), transparent 34%);
    color: #fff9e8;
    box-shadow: 0 14px 34px rgba(1, 47, 36, .22);
  }

  .kr-owner-voice-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
  }

  .kr-owner-voice-title strong {
    font-size: .98rem;
    letter-spacing: .01em;
  }

  .kr-owner-voice-title span {
    color: #f4d878;
    font-size: .86rem;
    white-space: nowrap;
  }

  .kr-owner-voice-actions {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: center;
  }

  .kr-owner-voice-button {
    border: 0;
    border-radius: 999px;
    padding: 11px 16px;
    background: linear-gradient(135deg, #f4d878, #d4af37);
    color: #1f1706;
    cursor: pointer;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
  }

  .kr-owner-voice-button:disabled {
    cursor: wait;
    opacity: .72;
  }

  .kr-owner-voice-status {
    min-height: 1.35em;
    color: rgba(255, 249, 232, .84);
    font-size: .9rem;
    line-height: 1.45;
  }

  .kr-owner-voice-audio {
    display: none;
    width: 100%;
    margin-top: 12px;
  }

  .kr-owner-voice-panel.is-playing .kr-owner-voice-audio {
    display: block;
  }

  @media (max-width: 560px) {
    .kr-owner-voice-title {
      display: block;
    }

    .kr-owner-voice-title span {
      display: block;
      margin-top: 4px;
      white-space: normal;
    }

    .kr-owner-voice-actions {
      grid-template-columns: 1fr;
    }

    .kr-owner-voice-button {
      width: 100%;
    }
  }

/* style block 34 */
.kr-dua-header-btn {
    border: 1px solid rgba(212, 175, 55, .55);
    background: linear-gradient(135deg, #064e3b, #0a6f50);
    color: #fff6cf;
    border-radius: 999px;
    padding: 10px 15px;
    font-weight: 800;
    letter-spacing: 0;
    cursor: pointer;
    box-shadow: 0 10px 26px rgba(6, 78, 59, .22);
    white-space: nowrap;
  }

  .kr-dua-header-btn:hover,
  .kr-dua-header-btn:focus-visible {
    background: linear-gradient(135deg, #0b6149, #0d7f5d);
    outline: 2px solid rgba(244, 216, 120, .65);
    outline-offset: 3px;
  }

  .kr-dua-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(3, 20, 15, .72);
    backdrop-filter: blur(10px);
  }

  .kr-dua-modal.open {
    display: flex;
  }

  .kr-dua-dialog {
    width: min(1040px, 100%);
    max-height: min(86vh, 820px);
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(212, 175, 55, .45);
    background:
      radial-gradient(circle at top left, rgba(244, 216, 120, .18), transparent 34%),
      linear-gradient(145deg, #fffaf0, #f4e8cf);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
    color: #17130f;
  }

  .kr-dua-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 20px;
    background: linear-gradient(135deg, #063f31, #07563f);
    color: #fff5cc;
  }

  .kr-dua-top strong {
    display: block;
    font-size: clamp(1.05rem, 3vw, 1.35rem);
  }

  .kr-dua-top span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 249, 232, .78);
    font-size: .92rem;
  }

  .kr-dua-close {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(244, 216, 120, .5);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #fff5cc;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
  }

  .kr-dua-body {
    display: grid;
    grid-template-columns: 320px 1fr;
    min-height: 460px;
    max-height: calc(86vh - 82px);
  }

  .kr-dua-sidebar {
    border-right: 1px solid rgba(91, 50, 30, .14);
    padding: 16px;
    overflow: auto;
    background: rgba(255, 249, 232, .62);
  }

  .kr-dua-search {
    width: 100%;
    border: 1px solid rgba(91, 50, 30, .18);
    border-radius: 12px;
    padding: 12px 13px;
    background: #fffdf5;
    color: #17130f;
    font: inherit;
    margin-bottom: 12px;
  }

  .kr-dua-list {
    display: grid;
    gap: 8px;
  }

  .kr-dua-item {
    width: 100%;
    text-align: left;
    border: 1px solid rgba(212, 175, 55, .26);
    border-radius: 12px;
    background: rgba(255, 255, 255, .72);
    padding: 11px 12px;
    cursor: pointer;
    color: #17130f;
  }

  .kr-dua-item.active {
    background: linear-gradient(135deg, rgba(6, 78, 59, .96), rgba(12, 112, 80, .94));
    color: #fff7d6;
    border-color: rgba(244, 216, 120, .58);
  }

  .kr-dua-item span {
    display: block;
    margin-top: 3px;
    font-size: .82rem;
    opacity: .78;
  }

  .kr-dua-content {
    padding: 18px;
    overflow: auto;
  }

  .kr-dua-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 16px;
  }

  .kr-dua-mode,
  .kr-dua-play,
  .kr-dua-stop {
    border: 1px solid rgba(6, 78, 59, .22);
    border-radius: 999px;
    padding: 10px 13px;
    background: #fffdf6;
    color: #064e3b;
    font-weight: 800;
    cursor: pointer;
  }

  .kr-dua-mode.active,
  .kr-dua-play {
    background: #064e3b;
    color: #fff6cf;
    border-color: rgba(212, 175, 55, .58);
  }

  .kr-dua-stop {
    color: #8a2f2f;
  }

  .kr-dua-text {
    border: 1px solid rgba(212, 175, 55, .28);
    border-radius: 16px;
    background: rgba(255, 255, 255, .78);
    padding: 18px;
    line-height: 1.8;
    white-space: pre-wrap;
    font-size: 1.04rem;
  }

  .kr-dua-text.arabic {
    direction: rtl;
    text-align: right;
    font-size: clamp(1.4rem, 4vw, 2rem);
    line-height: 2.15;
  }

  .kr-dua-note {
    margin-top: 12px;
    color: #706454;
    font-size: .92rem;
  }

  .kr-no-popup-card {
    pointer-events: none;
  }

  .kr-no-popup-card a,
  .kr-no-popup-card button,
  .kr-no-popup-card input,
  .kr-no-popup-card select,
  .kr-no-popup-card textarea {
    pointer-events: auto;
  }

  @media (max-width: 760px) {
    .kr-dua-modal {
      padding: 10px;
      align-items: flex-end;
    }

    .kr-dua-dialog {
      max-height: 92vh;
      border-radius: 18px 18px 0 0;
    }

    .kr-dua-body {
      grid-template-columns: 1fr;
      min-height: 0;
      max-height: calc(92vh - 82px);
    }

    .kr-dua-sidebar {
      border-right: 0;
      border-bottom: 1px solid rgba(91, 50, 30, .14);
      max-height: 220px;
    }
  }

/* style block 35 */
body.kr-page-modal-locked {
    overflow: hidden !important;
    touch-action: none;
  }

  .kr-dua-modal,
  .kr-product-modal {
    overscroll-behavior: contain;
  }

  .kr-dua-dialog,
  .kr-dua-sidebar,
  .kr-dua-content,
  .kr-product-dialog {
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .kr-dua-list {
    padding-bottom: 32px;
  }

  .kr-product-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(3, 20, 15, .72);
    backdrop-filter: blur(10px);
  }

  .kr-product-modal.open {
    display: flex;
  }

  .kr-product-dialog {
    width: min(980px, 100%);
    max-height: 88vh;
    overflow: auto;
    border-radius: 18px;
    border: 1px solid rgba(212, 175, 55, .48);
    background: linear-gradient(145deg, #fffaf0, #f4e8cf);
    color: #17130f;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
  }

  .kr-product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    background: linear-gradient(135deg, #063f31, #07563f);
    color: #fff5cc;
  }

  .kr-product-close {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(244, 216, 120, .5);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #fff5cc;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
  }

  .kr-product-body {
    display: grid;
    grid-template-columns: minmax(240px, 44%) 1fr;
    gap: 20px;
    padding: 18px;
  }

  .kr-product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid rgba(212, 175, 55, .38);
    background: #fff;
  }

  .kr-product-code {
    display: inline-flex;
    width: fit-content;
    border: 1px solid rgba(212, 175, 55, .5);
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(6, 78, 59, .08);
    color: #064e3b;
    font-weight: 900;
    margin-bottom: 10px;
  }

  .kr-product-detail h3 {
    margin: 0 0 10px;
    font-size: clamp(1.35rem, 4vw, 2rem);
  }

  .kr-product-detail p {
    color: #5f5346;
    line-height: 1.7;
  }

  .kr-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
  }

  .kr-product-actions a {
    text-decoration: none;
    border-radius: 999px;
    padding: 11px 15px;
    font-weight: 900;
  }

  .kr-product-actions .wa {
    background: #064e3b;
    color: #fff6cf;
  }

  .kr-product-actions .call {
    border: 1px solid rgba(6, 78, 59, .35);
    color: #064e3b;
    background: #fffdf5;
  }

  @media (max-width: 760px) {
    .kr-dua-dialog {
      height: 92vh;
      display: flex;
      flex-direction: column;
    }

    .kr-dua-body {
      flex: 1;
      min-height: 0;
      overflow: hidden;
    }

    .kr-dua-sidebar {
      max-height: 34vh;
      min-height: 170px;
      overflow: auto;
    }

    .kr-dua-content {
      min-height: 0;
      overflow: auto;
      padding-bottom: 42px;
    }

    .kr-dua-text {
      margin-bottom: 22px;
    }

    .kr-product-modal {
      align-items: flex-end;
      padding: 10px;
    }

    .kr-product-dialog {
      max-height: 92vh;
      border-radius: 18px 18px 0 0;
    }

    .kr-product-body {
      grid-template-columns: 1fr;
    }
  }