/* ========== REPLORI CLONE CSS ========== */

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

/* ========== BASE STYLES (Desktop) ========== */
@font-face { font-family: "FT Regola Neue"; src: url("../fonts/FTRegolaNeue-Regular.otf") format("opentype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "FT Regola Neue"; src: url("../fonts/FTRegolaNeue-Medium.otf") format("opentype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "FT Regola Neue"; src: url("../fonts/FTRegolaNeue-Semibold.otf") format("opentype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "FT Regola Neue"; src: url("../fonts/FTRegolaNeue-Bold.otf") format("opentype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Roboto Mono"; src: url("../fonts/RobotoMono-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: Inter; src: url("../fonts/InterVariable.woff2") format("woff2"); font-weight: 400 900; font-display: swap; }

:root { --bg-1: #ffffff; --bg-2: #ffffff; --bg-3: #fafaf9; --bg-4: #f7f6f6; --border-1: #f1f1f0; --border-2: #e1e1e0; --fg-1: #211d1d; --fg-2: #636161; --fg-3: #8f8e8e; --fg-4: #bcbbbb; --fr-1: #F24900; --purple-1: #9898ff; --purple-2: #bcbbff; --purple-3: #e5e5ff; --purple-4: #faf9ff; --blue-1: #1c4886; --blue-2: #5d7eaa; --blue-3: #e0eaf2; --blue-4: #f6fcfe; --gho-1: #28d358; --focus: #9898ff; --wallet: #018dff; --account: #00c978; }
@supports (color:color(display-p3 1 1 1)) {
  :root { --bg-1: color(display-p3 1 1 1/1); --bg-2: color(display-p3 1 1 1/1); --bg-3: color(display-p3 0.9803921569 0.9803921569 0.9764705882/1); --bg-4: color(display-p3 0.968627451 0.9647058824 0.9647058824/1); --border-1: color(display-p3 0.9450980392 0.9450980392 0.9411764706/1); --border-2: color(display-p3 0.8823529412 0.8823529412 0.8784313725/1); --fg-1: color(display-p3 0.1294117647 0.1137254902 0.1137254902/1); --fg-2: color(display-p3 0.3882352941 0.3803921569 0.3803921569/1); --fg-3: color(display-p3 0.5607843137 0.5568627451 0.5568627451/1); --fg-4: color(display-p3 0.737254902 0.7333333333 0.7333333333/1); --fr-1: color(display-p3 0.9490196078 0.2862745098 0/1); --purple-1: color(display-p3 0.5960784314 0.5960784314 1/1); --purple-2: color(display-p3 0.737254902 0.7333333333 1/1); --purple-3: color(display-p3 0.8980392157 0.8980392157 1/1); --purple-4: color(display-p3 0.9803921569 0.9764705882 1/1); --blue-1: color(display-p3 0.1098039216 0.2823529412 0.5254901961/1); --blue-2: color(display-p3 0.3647058824 0.4941176471 0.6666666667/1); --blue-3: color(display-p3 0.8784313725 0.9176470588 0.9490196078/1); --blue-4: color(display-p3 0.9647058824 0.9882352941 0.9960784314/1); --gho-1: color(display-p3 0.1568627451 0.8274509804 0.3450980392/1); --focus: color(display-p3 0.5960784314 0.5960784314 1/1); --wallet: color(display-p3 0.0039215686 0.5529411765 1/1); --account: color(display-p3 0 0.7882352941 0.4705882353/1); }
}
:root { --font-sans: "Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; --font-brand: "FT Regola Neue",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; --font-mono: "SF Mono","SFMono-Regular","Consolas","Liberation Mono",Menlo,Courier,monospace; --duration-snappy: 750ms; --ease-snappy: cubic-bezier(0.175,0.885,0.32,1.1); --duration-swift: 1800ms; --ease-swift: cubic-bezier(0.19,1,0.22,1); --breakpoint-sm: 640px; --breakpoint-md: 768px; --breakpoint-lg: 1024px; --scrollbar-width: 6px; }
::-webkit-scrollbar { width: var(--scrollbar-width,6px); height: var(--scrollbar-width,6px); }
::-webkit-scrollbar-track { background-color: rgba(0, 0, 0, 0); }
::-webkit-scrollbar-thumb { background-color: rgba(32, 29, 29, 0); border-radius: 100px; }
:hover::-webkit-scrollbar-thumb { background-color: rgba(32, 29, 29, 0.15); }
::-webkit-scrollbar-thumb:hover { background-color: rgba(32, 29, 29, 0.25); }

/* (Command palette and SVG debug styles removed for WordPress theme) */

/* ========== SCOPED BASE STYLES (must come before component styles) ========== */

.replori-scope {
  color: var(--fg-1);
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-size-adjust: none;
  font-family: var(--font-sans);
  font-feature-settings: "cv11";
  background: var(--bg-1);
}

.replori-scope * {
  outline: 0px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  box-sizing: border-box;
  font-feature-settings: "cv11", "ss03";
}

.replori-scope ul,
.replori-scope ol {
  list-style: none;
}

.replori-scope button {
  cursor: pointer;
  background: none;
  font-family: inherit;
}

.replori-scope button,
.replori-scope input,
.replori-scope input[type="button"],
.replori-scope input[type="text"],
.replori-scope select,
.replori-scope textarea {
  appearance: none;
  font-family: var(--font-primary);
}

.replori-scope img {
  display: inline-block;
  /* max-width: 100%; */
  height: auto;
  vertical-align: top;
}

.replori-scope svg {
  display: inline-block;
  vertical-align: top;
}

.replori-scope :not(input, select, textarea):focus-visible {
  outline: 2px solid var(--focus);
}

:where(.replori-scope) a {
  text-decoration: none;
  color: inherit;
}

/* ========== COMPONENT STYLES ========== */

.replori-main { height: 100%; min-height: 100dvh; }

/* ===== Header Core ===== */
.replori-header__container { z-index: 1201240; position: fixed; top: 0px; left: 0px; right: 0px; padding-right: var(--removed-body-scroll-bar-size,0); pointer-events: none; }
.replori-header__container > * { pointer-events: auto; }
.replori-header { margin: 0px auto; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: rgb(255, 255, 255); }
@media (max-width: 768px) {
  .replori-header { transform: none !important; }
}
.replori-header .replori-header__max-width { max-width: 1082px; width: 100%; display: flex; align-items: center; padding: 24px 48px 0px; }
@media (max-width: 768px) {
  .replori-header .replori-header__max-width { justify-content: space-between; padding: 0.5rem 1.5rem; }
}
.replori-header__logo-container { display: flex; padding: 20px 0px; align-items: center; gap: 0.5rem; }
.replori-header__logo { width: 94px; height: 16px; fill: color(display-p3 0.1255 0.1137 0.1137); }
.replori-header__divider { width: 100%; content: ""; height: 1px; }

/* ===== Desktop Nav ===== */
.replori-header__nav { display: flex; align-items: center; column-gap: 8px; margin-left: auto; }
.replori-header__nav-desktop { display: flex; align-items: center; column-gap: 4px; }
.replori-header__nav-link { display: inline-block; position: relative; border-radius: 50px; padding: 9px 16px; font-family: var(--font-sans); font-feature-settings: "cv11"; font-size: 14.5px; font-weight: 500; line-height: 105%; letter-spacing: -0.09px; color: var(--fg-1); text-decoration: none; transition: color 0.15s; }
.replori-header__nav-link:hover { color: var(--fg-2); }
.replori-header__nav-btn { font-family: var(--font-sans); font-feature-settings: "cv11"; font-size: 14.5px; font-weight: 500; color: var(--fg-1); background: none; border: none; padding: 9px 12px; cursor: pointer; display: flex; align-items: center; gap: 3px; position: relative; transition: color 0.2s; border-radius: 50px; }
.replori-header__nav-btn:hover { color: var(--fg-3); }

/* ===== Dot Indicator ===== */
.replori-header__dot { display: block; position: absolute; right: 6px; top: 4px; border-radius: 50px; width: 7px; height: 7px; background-color: var(--purple-1); }
.replori-header__dot::before { content: ""; position: absolute; inset: 0px; border-radius: inherit; background-color: inherit; opacity: 0.75; animation: 2s ease 1s infinite normal none running replori-header__dot; }
@keyframes replori-header__dot {
  100% { transform: scale(2); opacity: 0; }
}

/* ===== CTA Button ===== */
.replori-header__cta { display: inline-block; border-radius: 50px; padding: 9px 18px; background-color: var(--fg-1); text-decoration: none; font-family: var(--font-sans); font-feature-settings: "cv11"; font-size: 14px; font-weight: 500; line-height: 105%; letter-spacing: -0.09px; color: rgb(255, 255, 255); transition: all 0.2s; cursor: pointer; }
.replori-header__cta:hover { background-color: #333; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,0.12); }

/* ===== Overlay ===== */
.replori-header__overlay { position: fixed; inset: 0; z-index: 1201239; display: none; }
.replori-header__overlay.show { display: block; }

/* ===== Dropdown Menus ===== */
.replori-header__dropdown-wrapper { position: absolute; left: 0; right: 0; display: flex; justify-content: center; pointer-events: none; z-index: 90; }
.replori-header__dropdown-positioner { position: relative; max-width: 1082px; width: 100%; padding: 0 24px; }
.replori-header__dropdown { position: absolute; top: 6px; background: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 20px; box-shadow: 0 20px 60px rgba(0,0,0,0.08), 0 1px 3px rgba(0,0,0,0.04); opacity: 0; transform: translateY(-6px); pointer-events: none; transition: all 0.25s cubic-bezier(0.4,0,0.2,1); overflow: hidden; display: flex; }
.replori-header__dropdown.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
#dd-integrations { width: 520px; }
#dd-resources { width: 460px; }

/* Dropdown left / right columns */
.replori-header__dd-left { flex: 1; padding: 12px; display: flex; flex-direction: column; gap: 2px; }
.replori-header__dd-right { width: 200px; padding: 12px; flex-shrink: 0; display: flex; align-items: stretch; }

/* Dropdown link items */
.replori-header__dd-link { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 12px; text-decoration: none; color: inherit; transition: background 0.2s; position: relative; }
.replori-header__dd-link:hover { background: #f9fafb; }
.replori-header__dd-link--active { background: #f9fafb; }
.replori-header__dd-link--active::before { content: ''; position: absolute; left: 0; top: 8px; bottom: 8px; width: 3px; border-radius: 3px; background: var(--purple-1); }

/* Dropdown icon */
.replori-header__dd-icon { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: var(--bg-4); }
.replori-header__dd-icon svg { width: 17px; height: 17px; color: var(--fg-3); }

/* Dropdown text */
.replori-header__dd-text strong { font-family: var(--font-brand); font-size: 13.5px; font-weight: 700; color: var(--fg-1); display: block; }
.replori-header__dd-text span { font-size: 12px; color: var(--fg-3); }

/* Dropdown art panels */
.replori-header__dd-art { width: 100%; border-radius: 14px; overflow: hidden; position: relative; min-height: 220px; }
.replori-header__dd-art--integrations { background: linear-gradient(135deg, #e0f2fe, #bfdbfe); }
.replori-header__dd-art--resources { background: linear-gradient(135deg, #ede9fe, #ddd6fe); }
.replori-header__dd-art-svg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.replori-header__dd-art-svg svg { width: 80%; height: 80%; opacity: 0.5; }

/* ===== Hamburger (3 spans) ===== */
.replori-header__hamburger { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 2rem; height: 2rem; background: none; cursor: pointer; padding: 0; }
.replori-header__hamburger span { display: block; width: 20px; height: 2px; border-radius: 2px; background: var(--fg-1); transition: transform 0.3s ease, opacity 0.3s ease; }
.replori-header__hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.replori-header__hamburger.open span:nth-child(2) { opacity: 0; }
.replori-header__hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== Mobile Menu ===== */
.replori-header__mobile-menu { display: none; position: fixed; z-index: 99999; top: 0; left: 0; right: 0; bottom: 0; background-color: rgb(255, 255, 255); padding: 1.5rem; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s; pointer-events: none; overflow-y: auto; }
.replori-header__mobile-menu.open { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.replori-header__mobile-nav { display: flex; flex-direction: column; gap: 0; }
.replori-header__mobile-link { display: block; padding: 16px 0; font-family: var(--font-sans); font-size: 16px; font-weight: 500; color: var(--fg-1); text-decoration: none; border-bottom: 1px solid var(--border-1); transition: color 0.15s; }
.replori-header__mobile-link:hover { color: var(--fg-2); }
.replori-header__mobile-heading { padding: 24px 0 8px; font-family: var(--font-brand); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--fg-3); }
.replori-header__mobile-cta { display: block; margin-top: 24px; padding: 14px; border-radius: 50px; background-color: var(--fg-1); font-family: var(--font-sans); font-size: 15px; font-weight: 500; color: rgb(255, 255, 255); text-decoration: none; text-align: center; transition: opacity 0.15s; }
.replori-header__mobile-cta:hover { opacity: 0.8; }

/* ===== Responsive: Mobile ===== */
@media (max-width: 768px) {
  .replori-header__nav-desktop { display: none; }
  .replori-header__cta { display: none; }
  .replori-header__hamburger { display: flex; }
  .replori-header__mobile-menu { display: block; }
  .replori-header__dropdown-wrapper { display: none; }
}
.replori-container--alt { z-index: 99999999; position: fixed; top: 0px; left: 0px; right: 0px; transform: translateY(5.5rem); transition: transform 0.2s; }
.replori-container--alt[data-floating="true"] { transform: translateY(4rem); }
.replori-inner--alt { position: relative; max-width: 980px; width: 100%; margin: 0px auto; }
.replori-content--alt { position: absolute; top: 100%; left: -4px; min-width: 18.5rem; padding: 0.5rem; user-select: none; color: rgb(26, 26, 26); border: 1px solid rgb(241, 241, 240); border-radius: 16px; background-color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 20px 0px; text-wrap: nowrap; overflow: hidden; }
.replori-content--alt [tabindex="0"]:focus { outline: none; }
.replori-menu-link { display: flex; align-items: center; column-gap: 12px; position: relative; z-index: 0; border-radius: 8px; padding: 0.5rem 1rem 0.5rem 0.5rem; text-decoration: none; width: 100%; transition: background-color 0.1s; }
.replori-menu-link:hover { background-color: rgba(34, 29, 29, 0.03); }
.replori-header__menu-link-icon--generic { --color-1: #bdbbff; --color-2: #9896ff; }
@supports (color:color(display-p3 0 0 0)) {
  .replori-header__menu-link-icon--generic { --color-1: color(display-p3 0.7391 0.7337 1); --color-2: color(display-p3 0.5951 0.587 1); }
}
.replori-header__menu-link-title--generic { font-size: 14px; font-style: normal; font-weight: 500; line-height: 120%; letter-spacing: 0.1px; color: var(--primary-1,color(display-p3 .1255 .1137 .1137)); }
.replori-header__menu-link-desc--generic { font-size: 14px; font-weight: 400; line-height: 150%; letter-spacing: -0.09px; color: color(display-p3 0.3882 0.3804 0.3804); }
.replori-menu-divider { height: 1px; background-color: rgb(241, 241, 240); margin: 0.3125rem -0.5rem; }
.replori-header__menu-buttons { display: flex; gap: 0.5rem; }
.replori-header__menu-buttons button { cursor: pointer; display: flex; align-items: center; column-gap: 8px; position: relative; z-index: 0; border-radius: 8px; padding: 0.375rem 1rem 0.375rem 0.5rem; width: 100%; background-color: rgba(0, 0, 0, 0); transition: background-color 0.1s; color: var(--primary-1,color(display-p3 .1255 .1137 .1137)); font-size: 0.8125rem; font-weight: 500; line-height: normal; letter-spacing: -0.01563rem; text-wrap: nowrap; }
.replori-header__menu-buttons button:hover { background-color: rgba(34, 29, 29, 0.03); }
.replori-copied-notification { display: flex; justify-content: center; align-items: center; padding: 0.675rem 0.5rem; color: var(--primary-1,color(display-p3 .1255 .1137 .1137)); font-size: 0.8125rem; font-weight: 500; line-height: normal; letter-spacing: -0.01563rem; text-wrap: nowrap; will-change: transform; }
.replori-header__logo { width: 94px; height: 16px; fill: color(display-p3 0.1255 0.1137 0.1137); }
.replori-tag { border-width: 1.5px; border-style: solid; border-radius: 50px; padding: 6px 12px; text-transform: capitalize; font-family: Inter; font-size: 14px; font-style: normal; font-weight: 500; line-height: normal; letter-spacing: -0.09px; }
.replori-tag.replori-level--beginner { border-color: color(display-p3 0.7391 0.7337 1); color: color(display-p3 0.5951 0.587 1); }
.replori-tag.replori-level--intermediate { border-color: color(display-p3 0.1216 0.502 0.4824 / 0.5); color: color(display-p3 0.121 0.5025 0.4806); }
.replori-tag.replori-level--advanced { border-color: color(display-p3 1 0.5843 0 / 0.5); color: color(display-p3 0.8222 0.4804 0); }
@keyframes replori-state--loading { 
  0% { transform: rotate(-45deg) translateX(100%); }
  100% { transform: rotate(-45deg) translateX(-100%); }
}
.replori-article__image-inline { margin-bottom: 24px; }
.replori-article__image-inline figcaption { margin-top: 24px; font-size: 12px; font-weight: 600; line-height: 150%; letter-spacing: -0.18px; color: color(display-p3 0.3882 0.3804 0.3804); }
.replori-lightbox { position: fixed; inset: 0px; z-index: 2000000000; background: rgba(0, 0, 0, 0.9); display: flex; align-items: center; justify-content: center; cursor: pointer; }
.replori-lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; }
.replori-article__image { position: relative; z-index: 1; border-radius: 12px; overflow: hidden; user-select: none; }
.replori-article__image img { display: block; position: relative; width: 100%; transition: opacity 0.6s, transform; }
.replori-article__image::before { content: ""; position: absolute; inset: -100%; background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0)); animation: 2s linear 0s infinite normal none running replori-state--loading; transition: opacity 1s; }
.replori-article__image.replori-state--loaded::before { opacity: 0; }
.replori-article { font-family: var(--font-sans); font-feature-settings: "cv11"; font-size: 16px; line-height: 150%; letter-spacing: -0.18px; color: var(--fg-2); }
.replori-article__h1, .replori-article__h2, .replori-article__h3, .replori-article__h4 { line-height: 150%; letter-spacing: -0.33px; color: var(--fg-1); }
.replori-article__h1:not(:first-child), .replori-article__h2:not(:first-child), .replori-article__h3:not(:first-child), .replori-article__h4:not(:first-child) { margin-top: 48px; }
.replori-article__h1.replori-article__h1, .replori-article__h2.replori-article__h1, .replori-article__h3.replori-article__h1, .replori-article__h4.replori-article__h1 { font-size: 24px; font-weight: 600; }
.replori-article__h1.replori-article__h1:not(:has(+ p), :has(+ div)), .replori-article__h2.replori-article__h1:not(:has(+ p), :has(+ div)), .replori-article__h3.replori-article__h1:not(:has(+ p), :has(+ div)), .replori-article__h4.replori-article__h1:not(:has(+ p), :has(+ div)) { margin-bottom: 48px; position: relative; overflow: visible; }
.replori-article__h1.replori-article__h1:not(:has(+ p), :has(+ div))::before, .replori-article__h2.replori-article__h1:not(:has(+ p), :has(+ div))::before, .replori-article__h3.replori-article__h1:not(:has(+ p), :has(+ div))::before, .replori-article__h4.replori-article__h1:not(:has(+ p), :has(+ div))::before { content: ""; position: absolute; bottom: -15px; height: 1px; left: 0px; right: 0px; border-radius: 2px; background-color: rgb(241, 241, 240); }
.replori-article__h1.replori-article__h2, .replori-article__h2.replori-article__h2, .replori-article__h3.replori-article__h2, .replori-article__h4.replori-article__h2 { font-size: 22px; font-weight: 600; }
.replori-article__h1.replori-article__h3, .replori-article__h2.replori-article__h3, .replori-article__h3.replori-article__h3, .replori-article__h4.replori-article__h3 { font-size: 20px; font-weight: 600; }
.replori-article__h1.replori-article__h4, .replori-article__h2.replori-article__h4, .replori-article__h3.replori-article__h4, .replori-article__h4.replori-article__h4 { font-size: 18px; font-weight: 600; }
.replori-article__blockquote-alt:not(:last-child), .replori-article__h1:not(:last-child), .replori-article__h2:not(:last-child), .replori-article__h3:not(:last-child), .replori-article__h4:not(:last-child), .replori-article__ol:not(:last-child), .replori-article__paragraph:not(:last-child), .replori-article__ul:not(:last-child) { margin-bottom: 24px; }
.replori-article__paragraph { font-family: var(--font-sans); font-feature-settings: "cv11"; font-size: 16px; line-height: 150%; letter-spacing: -0.18px; color: var(--fg-2); }
.replori-article__paragraph strong { font-weight: 500; }
.replori-article__a { text-decoration-line: underline; text-underline-offset: 3px; color: rgb(26, 136, 248); white-space: nowrap; }
.replori-article__ol { list-style-type: decimal; padding-left: 3px; }
.replori-article__ul { list-style-type: disc; }
.replori-article__li { padding: 4px 0px; margin-left: 16px; color: rgb(99, 97, 97); line-height: 150%; }
.replori-article__table { display: block; position: relative; width: 100%; max-width: 100%; overflow-x: auto; padding: 1px 1px 1.5rem; --border-color: #e3e3e3; }
.replori-article__table table { overflow: hidden; display: table; margin: 0px auto; border-spacing: 0px; border-collapse: collapse; width: 100%; border-radius: 0.5rem; box-shadow: 0 0 0 1px var(--border-color); }
.replori-article__table table tr td, .replori-article__table table tr th { width: 1px; white-space: nowrap; }
.replori-article__table table tr td[style], .replori-article__table table tr th[style] { width: auto !important; }
.replori-article__table table tfoot, .replori-article__table table thead { text-align: left; color: rgb(17, 17, 17); background: rgb(251, 251, 251); }
.replori-article__table table tfoot tr th, .replori-article__table table thead tr th { padding: 0.5rem 1rem; font-size: 0.875rem; font-weight: 500; line-height: 1.25rem; letter-spacing: -0.00563rem; box-shadow: inset -1px 0 0 0 var(--border-color); }
.replori-article__table table tfoot tr th:last-child, .replori-article__table table thead tr th:last-child { box-shadow: none; }
.replori-article__table table tbody { color: rgb(17, 17, 17); }
.replori-article__table table tbody strong { color: rgb(0, 0, 0); }
.replori-article__table table tbody tr { box-shadow: 0 -1px 0 0 var(--border-color); }
.replori-article__table table tbody tr td { padding: 0.5rem 1rem; white-space: break-spaces; color: rgb(17, 17, 17); font-size: 0.875rem; font-weight: 460; line-height: 1.25rem; letter-spacing: -0.00563rem; box-shadow: inset -1px 0 0 0 var(--border-color); }
.replori-article__table table tbody tr td:last-child { box-shadow: none; }
.replori-article__code { padding: 0px 6px; color: rgb(71, 70, 69); font-family: var(--font-sans); font-size: 14px; font-weight: 500; line-height: 26px; }
.replori-article__code::before { content: ""; position: absolute; inset: 0px; z-index: -1; display: block; background: rgb(253, 253, 252); border-radius: 6px; border: 1.5px solid rgba(18, 18, 18, 0.15); }
.replori-article__code-icon { display: inline-flex; align-items: center; height: 0px; vertical-align: middle; width: 1.25em; }
.replori-article__code-icon img, .replori-article__code-icon svg { pointer-events: none; display: block; transform: translateY(-0.1em); width: 100%; height: auto; }
.replori-article__blockquote-alt { padding-left: 1.5rem; border-left: 2px solid var(--border-1); font-style: italic; color: var(--fg-3); }
.replori-article__code { padding: 3px 6px; border-radius: 6px; background-color: rgba(33, 29, 29, 0.06); font-size: 13px; color: rgb(95, 93, 93); box-shadow: none; display: inline-block; vertical-align: middle; position: relative; top: -0.5px; margin: 0px; overflow-wrap: anywhere; line-height: 1.2; }
.replori-wrapper { overflow: hidden; position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; border-radius: 12px; }
.replori-wrapper img, .replori-wrapper video { display: block; width: 100%; height: 100%; }
.replori-graphic-container { position: relative; }
.replori-about__phone-container { display: inline-block; position: relative; pointer-events: none; user-select: none; }
.replori-about__phone-container img { z-index: 2; position: relative; display: block; transform: scale(1.06); }
.replori-about__phone-container .replori-about__phone-content { position: absolute; z-index: 1; inset: 1.5% 5.5%; background: rgba(0, 0, 0, 0); border-radius: 7.5%; overflow: hidden; }
.replori-about__phone-container .replori-about__phone-content video { display: block; position: absolute; inset: 0px; background: rgba(0, 0, 0, 0); }
.replori-article__blockquote { flex: 1 1 0%; }
.replori-article__blockquote p { font-style: italic; padding: 0px !important; margin-bottom: 0px !important; }
.replori-link__icon { display: block; position: absolute; left: -25px; top: 0px; }
.replori-link__icon svg { display: block; }
.replori-overlay { position: fixed; bottom: 0px; right: 0px; z-index: 1000; padding: 1rem; pointer-events: none; }
.replori-container { max-width: 444px; margin-left: auto; margin-right: 2rem; margin-bottom: 2rem; background: var(--bg-1); border-radius: 16px; box-shadow: rgba(33, 29, 29, 0.05) 0px 8px 20px, rgba(0, 0, 0, 0.08) 0px 0px 6px; padding: 20px; pointer-events: auto; }
.replori-content--inner { display: flex; flex-direction: column; gap: 20px; width: 100%; }
.replori-text { font-size: 14px; line-height: 1.5; color: rgb(34, 29, 29); margin: 0px; font-family: var(--font-sans); letter-spacing: -0.09px; }
.replori-link--alt { color: rgb(104, 102, 102); text-decoration-line: underline; text-decoration-color: rgb(218, 218, 218); transition: color 0.15s, text-decoration-color 0.15s, -webkit-text-decoration-color 0.15s; }
.replori-link--alt:hover { color: rgb(34, 29, 29); }
.replori-buttons { display: flex; gap: 12px; align-items: center; }
.replori-consent__accept, .replori-consent__deny { display: flex; justify-content: center; align-items: center; border-radius: 50px; padding: 0px 16px; height: 34px; font-size: 14px; font-weight: 500; line-height: 18px; letter-spacing: -0.13px; transition: opacity 0.15s, background-color 0.15s; cursor: pointer; font-family: var(--font-sans) !important; }
.replori-consent__accept { background: var(--fg-1); color: var(--bg-1); }
.replori-consent__accept:hover { opacity: 0.8; }
.replori-consent__deny { background: rgba(0, 0, 0, 0); color: rgb(34, 29, 29); box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0px 1.5px; }
.replori-consent__deny:hover { background-color: rgba(0, 0, 0, 0.02); }
@media (max-width: 768px) {
  .replori-overlay { padding: 0.75rem; left: 0px; right: 0px; display: flex; justify-content: center; align-items: flex-end; }
  .replori-container { margin: 0px auto 1rem; left: 60%; right: auto; transform: none; width: 100%; max-width: 95vw; height: auto; }
  .replori-buttons { flex-direction: column; width: 100%; }
  .replori-buttons .replori-consent__accept, .replori-buttons .replori-consent__deny { width: 100%; }
}

:where(.replori-heading) { font-family: var(--font-brand); color: color(display-p3 0.1255 0.1137 0.1137); }
:where(.replori-heading).replori-heading--level1 { font-size: 48px; font-weight: 600; line-height: 110%; letter-spacing: -0.96px; }
@media (max-width: 768px) {
  :where(.replori-heading).replori-heading--level1 { font-size: 2.5rem; font-weight: 600; line-height: 120%; letter-spacing: -0.075rem; }
}
:where(.replori-heading).replori-heading--level2 { font-size: 40px; font-weight: 600; line-height: 135%; letter-spacing: -0.8px; }
@media (max-width: 768px) {
  :where(.replori-heading).replori-heading--level2 { font-size: 2rem; font-weight: 600; line-height: 120%; letter-spacing: -0.075rem; }
}
:where(.replori-heading).replori-heading--level3 { font-size: 24px; font-weight: 600; line-height: 135%; letter-spacing: -0.48px; }
:where(.replori-section) { display: flex; flex-direction: column; align-items: center; width: 100%; padding: 100px 48px; }
@media (max-width: 768px) {
  :where(.replori-section) { padding: 3rem 1.25rem !important; }
}

.replori-inner { position: relative; width: 100%; max-width: 986px; }
.replori-inner--wide { max-width: 1140px; }
.replori-header--secondary { display: flex; justify-content: space-between; align-items: flex-start; width: 100%; margin-bottom: 48px; }
@media (max-width: 768px) {
  .replori-header--secondary { flex-direction: column; }
}
.replori-header--secondary .replori-content { padding: 0px 24px; max-width: 30rem; }
@media (max-width: 768px) {
  .replori-header--secondary .replori-content { padding: 0px 0px 24px; max-width: none; }
}
.replori-header--secondary[data-variant="secondary"] { display: flex; flex-direction: column; padding: 0px; max-width: 100%; width: 100%; }
@media (max-width: 768px) {
  .replori-header--secondary[data-variant="secondary"] { flex-direction: column; }
}
.replori-header--secondary[data-variant="secondary"] h2 { width: 100%; display: flex; justify-content: space-between; align-items: center; }
.replori-header--secondary[data-variant="secondary"]:not(:has(.replori-action)) .replori-content { max-width: 100%; width: 100%; }
.replori-description--alt { margin-top: 12px; font-family: var(--font-sans); font-feature-settings: "cv11"; font-size: 20px; font-weight: 500; line-height: 135%; letter-spacing: -0.33px; color: color(display-p3 0.3882 0.3804 0.3804); }
@media (max-width: 768px) {
  .replori-description--alt { font-size: 18px; font-weight: 500; line-height: 135%; }
}
.replori-link__slot a { display: flex; align-items: center; gap: 8px; outline-offset: 0.125rem; text-decoration: none; font-family: Inter; font-size: 16px; font-style: normal; font-weight: 400; line-height: 100%; letter-spacing: -0.18px; }
@media (max-width: 768px) {
  .replori-link__slot a { margin-top: 1.5rem; }
}
.replori-action { align-self: center; }
@media (max-width: 768px) {
  .replori-action { align-self: flex-start; }
}
/* ===== About Section ===== */
.replori-about__section { position: relative; padding-top: 80px; padding-bottom: 80px; }
.replori-about__container { display: grid; grid-template-columns: 38fr 62fr; gap: 48px; align-items: stretch; }
.replori-about__subtitle { display: block; margin-bottom: 8px; font-family: var(--font-sans); font-feature-settings: "cv11"; font-size: 16px; font-weight: 400; font-style: italic; color: #555; }
.replori-about__title { text-align: left; font-family: var(--font-brand); font-size: 32px; font-weight: 600; line-height: 135%; letter-spacing: -0.64px; color: color(display-p3 0.1255 0.1137 0.1137); }
.replori-about__cards { display: flex; flex-direction: column; gap: 16px; margin-top: 32px; }
.replori-about__feature-card { border-radius: 12px; padding: 20px 24px; color: #fff; }
.replori-about__feature-card:nth-child(1) { background: #128fc8; }
.replori-about__feature-card:nth-child(2) { background: linear-gradient(135deg, #128fc8 0%, #7371eb 100%); }
.replori-about__feature-card:nth-child(3) { background: #7371eb; }
.replori-about__feature-card-title { margin: 0 0 6px; font-family: var(--font-brand); font-size: 17px; font-weight: 600; line-height: 1.3; color: #fff; }
.replori-about__feature-card-text { margin: 0; font-family: var(--font-sans); font-feature-settings: "cv11"; font-size: 13px; font-weight: 400; line-height: 1.55; color: rgba(255,255,255,0.9); }
/* Right column */
.replori-about__visual-col { display: flex; justify-content: center; align-items: stretch; }
.replori-about__image-container { position: relative; width: 100%; max-width: 600px; border-radius: 20px; overflow: visible; }
.replori-about__bg-image { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; display: block; box-shadow: 0 8px 32px rgba(0,0,0,0.10); }
/* Floating chat body — messages overflow to the right */
.replori-about__chat-body { position: absolute; inset: 0; padding: 20px 16px; display: flex; flex-direction: column; gap: 8px; justify-content: flex-start; pointer-events: none; overflow: visible; }
/* Chat messages */
.replori-about-chat__msg { display: flex; gap: 8px; animation: aboutChatPopIn 0.4s cubic-bezier(0.34,1.56,0.64,1) both; pointer-events: auto; max-width: 100%; }
.replori-about-chat__msg--bot { flex-direction: row; justify-content: flex-start; }
.replori-about-chat__msg--user { flex-direction: row-reverse; justify-content: flex-start; }
/* Sender label */
.replori-about-chat__sender-label { font-family: var(--font-sans); font-size: 10px; font-weight: 500; color: #fff; margin-bottom: 2px; }
.replori-about-chat__msg--user .replori-about-chat__sender-label { text-align: right; }
.replori-about-chat__avatar { width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0; overflow: hidden; }
.replori-about-chat__avatar--bot { background: #2DA7D8; box-shadow: 0 2px 8px rgba(45,167,216,0.3); }
.replori-about-chat__avatar--bot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.replori-about-chat__avatar--user { background: #6366f1; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 600; color: #fff; box-shadow: 0 2px 8px rgba(99,102,241,0.3); }
.replori-about-chat__content { max-width: 260px; }
.replori-about-chat__bubble { padding: 10px 14px; font-family: var(--font-sans); font-size: 13px; line-height: 1.5; word-break: break-word; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.replori-about-chat__bubble--bot { background: #fff; color: #1a1a1a; border-radius: 4px 16px 16px 16px; }
.replori-about-chat__bubble--user { background: #e8f4f8; color: #1a1a1a; border-radius: 16px 4px 16px 16px; }
.replori-about-chat__bubble--confirmation { background: #dcfce7; color: #166534; border-radius: 4px 16px 16px 16px; display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.replori-about-chat__content:has(.replori-about-chat__bubble--confirmation) { max-width: none; }
.replori-about-chat__confirmation-check { color: #22c55e; font-size: 15px; line-height: 1; flex-shrink: 0; }
/* Product list in chat */
.replori-about-chat__product-list { display: flex; flex-direction: column; gap: 6px; }
.replori-about-chat__product-row { display: flex; align-items: center; gap: 10px; background: #fff; border-radius: 12px; padding: 8px 10px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.replori-about-chat__product-thumb { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; background: #e5e7eb; flex-shrink: 0; }
.replori-about-chat__product-details { flex: 1; min-width: 0; }
.replori-about-chat__product-name { font-family: var(--font-sans); font-size: 12px; font-weight: 600; color: #1a1a1a; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.replori-about-chat__product-pricing { display: flex; align-items: center; gap: 6px; margin-top: 2px; }
.replori-about-chat__product-sale { font-family: var(--font-sans); font-size: 12px; font-weight: 700; color: #2DA7D8; }
.replori-about-chat__product-original { font-family: var(--font-sans); font-size: 11px; color: #999; text-decoration: line-through; }
.replori-about-chat__product-badge { display: inline-block; padding: 1px 6px; border-radius: 4px; font-family: var(--font-sans); font-size: 9px; font-weight: 700; color: #fff; background: #ef4444; line-height: 1.6; }
.replori-about-chat__product-add { flex-shrink: 0; display: flex; align-items: center; gap: 4px; padding: 5px 10px; border: 1px solid #e5e7eb; border-radius: 8px; background: #fff; font-family: var(--font-sans); font-size: 11px; font-weight: 500; color: #1a1a1a; cursor: default; }
.replori-about-chat__product-add svg { flex-shrink: 0; }
/* Typing indicator */
.replori-about-chat__typing { display: flex; align-items: center; gap: 8px; }
.replori-about-chat__typing-bubble { display: flex; gap: 4px; padding: 10px 16px; background: #fff; border-radius: 4px 16px 16px 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.replori-about-chat__typing-dot { width: 6px; height: 6px; border-radius: 50%; background: #bbb; animation: aboutChatBounce 1.4s infinite ease-in-out; }
.replori-about-chat__typing-dot:nth-child(2) { animation-delay: 0.2s; }
.replori-about-chat__typing-dot:nth-child(3) { animation-delay: 0.4s; }
/* Keyframes */
@keyframes aboutChatPopIn { from { opacity: 0; transform: translateY(10px) scale(0.95); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes aboutChatBounce { 0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; } 40% { transform: scale(1); opacity: 1; } }
/* Mobile */
@media (max-width: 768px) {
  .replori-about__section { padding: 3rem 1.25rem; }
  .replori-about__container { grid-template-columns: 1fr; gap: 32px; }
  .replori-about__title { font-size: 26px; }
  .replori-about__image-container { max-width: 100%; }
  .replori-about__chat-body { overflow-y: auto; }
  .replori-about-chat__content { max-width: 200px; }
  .replori-about-chat__bubble { font-size: 12px; padding: 8px 12px; }
  .replori-about-chat__product-row { padding: 6px 8px; }
}
/* Old card grid styles removed — replaced by inbox dashboard below */
.replori-features__container { margin-top: 48px; }
@media (max-width: 768px) {
  .replori-features__container { display: flex; flex-direction: column; gap: 1rem; }
}
.replori-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; column-gap: 40px; border-radius: 16px; padding: 32px; }
.replori-feature:nth-child(2n) { background-color: color(display-p3 0.988235 0.988235 0.988235); }
@media (max-width: 768px) {
  .replori-feature { grid-template-columns: 1fr; row-gap: 0.5rem; padding: 28px 32px; }
}
.replori-feature__title-container { display: flex; align-items: center; column-gap: 16px; }
.replori-feature__title { font-family: var(--font-sans); font-feature-settings: "cv11"; font-size: 16px; font-weight: 600; line-height: 135%; letter-spacing: -0.33px; color: color(display-p3 0.1255 0.1137 0.1137); }
.replori-feature__description { line-height: 150%; color: color(display-p3 0.3882 0.3804 0.3804); }
.replori-feature__description, .replori-more { font-family: var(--font-sans); font-feature-settings: "cv11"; font-size: 16px; letter-spacing: -0.18px; }
.replori-more { display: flex; align-items: center; column-gap: 4px; margin: 32px auto; border-radius: 50px; padding: 9px 16px; width: fit-content; background-color: color(display-p3 0.988235 0.988235 0.988235); font-weight: 400; line-height: 125%; color: color(display-p3 0.5608 0.5569 0.5569); }
.replori-logo__text, .replori-logo { width: 126px; height: auto; }
.replori-footer__section { margin: 0px auto; padding-bottom: 72px; width: min(100%, 1082px); }
@media (max-width: 768px) {
  .replori-footer__section { padding-left: 20px; padding-right: 20px; padding-bottom: 48px; }
}
.replori-footer { border-radius: 16px; padding: 48px; background-color: rgb(247, 246, 246); }
@media (max-width: 768px) {
  .replori-footer { padding: 2.5rem 1.5rem; }
}
.replori-footer__body { display: flex; justify-content: space-between; column-gap: 80px; }
@media (max-width: 986px) {
  .replori-footer__body { flex-direction: column; row-gap: 48px; }
}
.replori-footer__logo { flex-shrink: 0; height: 16px; fill: color(display-p3 0.5608 0.5569 0.5569); }
.replori-footer__legal-text { margin-top: 32px; max-width: 433px; font-family: var(--font-sans); font-feature-settings: "cv11"; font-size: 10px; line-height: 120%; letter-spacing: 0.1px; color: color(display-p3 0.715 0.715 0.715); }
.replori-footer__nav { width: min(100%, 649px); }
@media (max-width: 986px) {
  .replori-footer__nav { width: 100%; }
}
.replori-footer__nav-lists { list-style-type: none; display: flex; flex-wrap: wrap; gap: 48px 1rem; justify-content: space-between; }
@media (max-width: 768px) {
  .replori-footer__nav-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 400px) {
  .replori-footer__nav-lists { grid-template-columns: 1fr; }
}
.replori-footer__nav-title { text-decoration-line: none; font-family: var(--font-brand); font-size: 14px; font-weight: 500; line-height: 105%; letter-spacing: -0.09px; color: color(display-p3 0.1255 0.1137 0.1137); white-space: nowrap; }
.replori-footer__nav-list { list-style-type: none; display: flex; flex-direction: column; row-gap: 1rem; margin-top: 1.25rem; }
.replori-footer__nav-list-item { line-height: 90%; padding: 0.05px 0px; }
.replori-footer__nav-link { text-decoration-line: none; font-family: var(--font-sans); font-feature-settings: "cv11"; font-size: 14px; letter-spacing: -0.09px; color: color(display-p3 0.5608 0.5569 0.5569); transition: color 0.1s; white-space: nowrap; }
.replori-footer__nav-link:hover { color: color(display-p3 0.1255 0.1137 0.1137); }
.replori-footer__bottom { display: flex; justify-content: space-between; margin-top: 104px; }
@media (max-width: 700px) {
  .replori-footer__bottom { flex-direction: column; gap: 32px; }
}
.replori-footer__socials { display: flex; align-items: center; column-gap: 24px; }
.replori-footer__social-icon-wrapper { display: flex; }
.replori-footer__social-icon { height: 22px; fill: color(display-p3 0.5608 0.5569 0.5569); overflow: visible; transition: fill 0.1s; }
.replori-footer__social-icon:hover { fill: color(display-p3 0.1255 0.1137 0.1137); }
.replori-footer__lines-container { margin: 0px auto; }
.replori-footer__line { position: relative; height: 12px; max-width: 100%; }
.replori-footer__line::after { content: ""; position: absolute; left: 0px; right: 0px; bottom: 0px; border-radius: 4px; height: 4px; background-image: linear-gradient(0deg, color(display-p3 1 1 1 / 0.1), color(display-p3 1 1 1 / 0.1)), linear-gradient(90deg, color(display-p3 0.4196 0.8078 0.9608), color(display-p3 1 0.7216 0) 8.3%, color(display-p3 0.1216 0.502 0.4824) 16.6%, color(display-p3 0.102 0.5333 0.9725) 24.9%, color(display-p3 0.949 0.2863 0) 33.2%, color(display-p3 0.5951 0.587 1) 41.5%, color(display-p3 0.4196 0.8078 0.9608) 49.8%, color(display-p3 1 0.7216 0) 58.1%, color(display-p3 0.1216 0.502 0.4824) 66.4%, color(display-p3 0.102 0.5333 0.9725) 74.7%, color(display-p3 0.949 0.2863 0) 83%, color(display-p3 0.5951 0.587 1) 91.3%, color(display-p3 0.4196 0.8078 0.9608)); animation: 6s ease-in-out 0s infinite normal none running replori-animate-gradient; background-size: 200% 200%; }
.replori-footer__lines-container.replori-color--green .replori-footer__line::after { background-image: linear-gradient(0deg, color(display-p3 0.1569 0.8275 0.3451), color(display-p3 0.1569 0.8275 0.3451)); }
.replori-footer__line:first-child { margin-left: 14px; margin-right: 14px; }
.replori-footer__line:nth-child(2) { margin-left: 64px; margin-right: 64px; opacity: 0.5; }
.replori-footer__line:nth-child(3) { opacity: 0.2; margin-left: 114px; margin-right: 114px; }
.replori-footer__line:nth-child(4) { opacity: 0.1; margin-left: 164px; margin-right: 164px; }
.replori-footer__line { transition: opacity 1s; }
.replori-footer__line:hover { opacity: 1; transition: opacity 0.12s; }
@media (max-width: 768px) {
  .replori-footer__line:first-child { margin-left: 16px; margin-right: 16px; }
  .replori-footer__line:nth-child(2) { margin-left: 32px; margin-right: 32px; }
  .replori-footer__line:nth-child(3) { margin-left: 48px; margin-right: 48px; }
  .replori-footer__line:nth-child(4) { margin-left: 64px; margin-right: 64px; }
}
@keyframes replori-animate-gradient { 
  0% { background-position: 0px 0px; }
  10% { background-position: 0px 0px; }
  20% { background-position: 0px 0px; }
  30% { background-position: 0px 0px; }
  40% { background-position: 0px 0px; }
  50% { background-position: 0px 0px; }
  60% { background-position: 0px 0px; }
  70% { background-position: 0px 0px; }
  100% { background-position: 100% 0px; }
}
.replori-content--wide span::before { content: attr(data-text); }
.replori-link { display: flex; align-items: center; column-gap: 4px; position: relative; padding-bottom: 8px; width: fit-content; text-decoration-line: none; font-family: var(--font-brand); font-size: 16px; font-weight: 500; font-feature-settings: "cv11", "ss01", "ss03"; line-height: 1; letter-spacing: -0.18px; transition: background-size 0.2s; background-image: linear-gradient(currentcolor 0px, currentcolor); background-size: 0px 100%; background-repeat: no-repeat; background-position: 0px 1.4em; }
.replori-link::before { content: ""; position: absolute; bottom: 0px; width: 100%; height: 1.5px; background-image: linear-gradient(90deg, currentcolor, currentcolor 33.33%, transparent 0px, transparent 66.66%, currentcolor 0px, currentcolor); background-position: right 0px bottom 0px; background-size: 300% 2px; background-repeat: no-repeat; opacity: 0.4; transition-duration: inherit; transition-timing-function: inherit; transition-delay: inherit; transition-behavior: inherit; transition-property: background-position, opacity; }
.replori-link:hover { background-size: 100% 100%; transition-delay: 0.2s; }
.replori-link:hover::before { opacity: 1; background-position: right 50% bottom 0px; transition-delay: 0s; }
.replori-link svg { transition: inherit; }
.replori-link.replori-link--black { color: color(display-p3 0.1255 0.1137 0.1137); }
.replori-link.replori-color--green-alt { color: color(display-p3 0.1585 0.8276 0.3459); }
.replori-link.replori-color--purple { color: color(display-p3 0.5951 0.587 1); }
.replori-link.replori-color--gray { color: color(display-p3 0.5608 0.5569 0.5569); }
/* ---------- Support Features Section ---------- */
.replori-support__section {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 64px 24px 72px; background: #fff;
  position: relative; overflow: hidden;
}
.replori-support__section .replori-heading { margin-bottom: 40px; }
.replori-support__pipeline-wrap { margin-bottom: 36px; width: 100%; }
.replori-support__pipeline {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  border-radius: 18px;
  background: #f9fafb;
  border: 1px solid #edf0f4;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0,0,0,0.03), 0 8px 32px rgba(75,142,241,0.04);
}
.replori-support__stage {
  padding: 28px 24px;
  display: flex; flex-direction: column;
  transition: background 0.25s ease;
}
.replori-support__stage:hover { background: rgba(75,142,241,0.02); }
.replori-support__icon {
  width: 38px; height: 38px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.replori-support__icon svg { width: 17px; height: 17px; }
.replori-support__icon--red { background: linear-gradient(135deg, #fee2e2, #fecaca); color: #dc2626; }
.replori-support__icon--blue { background: linear-gradient(135deg, rgba(75,142,241,0.15), rgba(139,92,246,0.12)); color: var(--blue); }
.replori-support__icon--green { background: linear-gradient(135deg, #d1fae5, #a7f3d0); color: var(--green, #10b981); }
.replori-support__eyebrow {
  font-family: var(--font-brand);
  font-size: 9px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  margin-bottom: 8px;
}
.replori-support__eyebrow--red { color: #dc2626; }
.replori-support__eyebrow--blue { color: var(--purple, #8B5CF6); }
.replori-support__eyebrow--green { color: var(--green, #10b981); }
.replori-support__title {
  font-family: var(--font-brand);
  font-size: 15px; font-weight: 700;
  color: var(--fg-1, #1a1a2e); margin-bottom: 6px; line-height: 1.3;
}
.replori-support__desc {
  font-family: var(--font-sans);
  font-size: 12.5px; color: var(--fg-2, #6b7280); line-height: 1.6; flex: 1;
}
.replori-support__arrow-col {
  display: flex; align-items: center; justify-content: center;
  padding: 0 2px; position: relative;
}
.replori-support__arrow-col::before {
  content: ''; position: absolute;
  top: 24px; bottom: 24px; left: 50%; width: 1px;
  background: linear-gradient(to bottom, transparent, #edf0f4, transparent);
  transform: translateX(-50%);
}
.replori-support__arrow-circle {
  width: 30px; height: 30px; border-radius: 50%;
  background: #fff; border: 1.5px solid #edf0f4;
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.replori-support__arrow-circle svg { width: 12px; height: 12px; color: var(--purple, #8B5CF6); opacity: 0.7; }
/* Banner */
.replori-support__banner {
  border-radius: 16px;
  padding: 28px 32px;
  background: linear-gradient(135deg, var(--blue, #4B8EF1), var(--purple, #8B5CF6));
  color: #fff;
  display: flex; align-items: center; gap: 20px;
  position: relative; overflow: hidden;
  width: 100%;
}
.replori-support__banner::before {
  content: ''; position: absolute;
  top: -40px; right: -20px;
  width: 180px; height: 180px; border-radius: 50%;
  background: rgba(255,255,255,0.06);
}
.replori-support__banner::after {
  content: ''; position: absolute;
  bottom: -60px; left: 20%;
  width: 240px; height: 240px; border-radius: 50%;
  background: rgba(255,255,255,0.03);
}
.replori-support__banner-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.replori-support__banner-icon svg { width: 22px; height: 22px; color: #fff; }
.replori-support__banner-body { flex: 1; position: relative; z-index: 1; }
.replori-support__banner-title {
  font-family: var(--font-brand);
  font-size: 17px; font-weight: 700;
  margin-bottom: 4px; line-height: 1.35;
}
.replori-support__banner-desc {
  font-family: var(--font-sans);
  font-size: 13px; opacity: 0.8; line-height: 1.5;
}
.replori-support__banner-stats {
  display: flex; gap: 24px; flex-shrink: 0;
  position: relative; z-index: 1;
}
.replori-support__bstat { text-align: center; }
.replori-support__bstat-val {
  font-family: var(--font-brand);
  font-size: 26px; font-weight: 800;
  display: block; color: #fff;
}
.replori-support__bstat-label {
  font-family: var(--font-sans);
  font-size: 10px; opacity: 0.55;
  font-weight: 500; margin-top: 1px;
}
/* ---------- FAQ Section ---------- */
.replori-faq { display: flex; gap: 60px; align-items: flex-start; padding-top: 40px; }
.replori-faq__title { flex-shrink: 0; position: sticky; top: 80px; }
.replori-faq__list { flex: 1; min-width: 0; }
.replori-faq__item { border-top: 1px solid var(--border-2, #e8e8e8); }
.replori-faq__item:last-child { border-bottom: 1px solid var(--border-2, #e8e8e8); }
.replori-faq__question {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 0; cursor: pointer; gap: 20px; width: 100%;
  background: none; border: none;
  font-family: var(--font-sans); font-size: 17px; font-weight: 500;
  color: var(--fg-1, #111); line-height: 1.4;
  transition: color 0.2s ease;
}
.replori-faq__question:hover { color: #2DA7D8; }
.replori-faq__question h3 { font-size: inherit; font-weight: inherit; color: inherit; line-height: inherit; flex: 1; text-align: left; }
.replori-faq__icon {
  width: 28px; height: 28px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.3s ease;
  color: #2DA7D8; font-size: 22px; font-weight: 300;
}
.replori-faq__item.open .replori-faq__icon { transform: rotate(45deg); }
.replori-faq__answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1), padding 0.3s ease;
}
.replori-faq__item.open .replori-faq__answer { max-height: 400px; padding-bottom: 24px; }
.replori-faq__answer p { font-family: var(--font-sans); font-size: 15px; color: var(--fg-2, #666); line-height: 1.7; margin-bottom: 10px; }
.replori-faq__answer p:last-child { margin-bottom: 0; }
.replori-faq__answer ul { margin: 6px 0 10px 18px; list-style: disc; }
.replori-faq__answer ul li { font-family: var(--font-sans); font-size: 15px; color: var(--fg-2, #666); line-height: 1.7; margin-bottom: 2px; }
@media (max-width: 700px) {
  .replori-faq { flex-direction: column; gap: 32px; }
  .replori-faq__title { position: static; }
  .replori-faq__question h3 { font-size: 15px; }
  .replori-faq__answer p, .replori-faq__answer ul li { font-size: 14px; }
}
.replori-link--secondary { margin: 32px 0px; }
.replori-divider { margin: 0px auto; width: min(100%, 1082px); max-width: 90%; height: 1px; background-color: color(display-p3 0.9451 0.9451 0.9412); }
.replori-divider[data-variant="secondary"] { width: min(100%, 986px); }
.replori-divider[data-full-width="true"] { max-width: 100%; }
.replori-logo-carousel__section { position: relative; padding: 0px 48px 72px !important; }
.replori-logo-carousel__section::after { content: ""; position: absolute; bottom: 0px; width: min(100%, 1082px); border-bottom: 1px solid color(display-p3 0.9451 0.9451 0.9412); border-top-color: color(display-p3 0.9451 0.9451 0.9412); border-right-color: color(display-p3 0.9451 0.9451 0.9412); border-left-color: color(display-p3 0.9451 0.9451 0.9412); }
.replori-text-container { padding: 0px 24px; }
@media (max-width: 768px) {
  .replori-text-container { padding: 0px; }
}
.replori-title { color: color(display-p3 0.1255 0.1137 0.1137); font-family: var(--font-brand); font-size: 40px; font-style: normal; font-weight: 600; line-height: 135%; letter-spacing: -0.8px; }
.replori-description { margin-top: 12px; font-family: var(--font-sans); font-feature-settings: "cv11"; font-size: 20px; font-weight: 500; line-height: 135%; letter-spacing: -0.33px; color: color(display-p3 0.3882 0.3804 0.3804); }
@media (max-width: 768px) {
  .replori-description { font-size: 18px; font-weight: 500; line-height: 135%; }
}
.replori-logo-carousel__container { position: relative; overflow: hidden; }
.replori-logo-carousel__container::after, .replori-logo-carousel__container::before { --bg: #fff; z-index: 2; pointer-events: none; content: ""; position: absolute; top: 0px; bottom: 0px; width: 10rem; }
.replori-logo-carousel__container::before { left: 0px; background-image: linear-gradient(90deg, rgb(255, 255, 255) 0px, rgba(255, 255, 255, 0.737) 19%, rgba(255, 255, 255, 0.54) 34%, rgba(255, 255, 255, 0.38) 47%, rgba(255, 255, 255, 0.28) 56.5%, rgba(255, 255, 255, 0.192) 65%, rgba(255, 255, 255, 0.125) 73%, rgba(255, 255, 255, 0.075) 80.2%, rgba(255, 255, 255, 0.043) 86.1%, rgba(255, 255, 255, 0.02) 91%, rgba(255, 255, 255, 0.008) 95.2%, rgba(255, 255, 255, 0.004) 98.2%, rgba(255, 255, 255, 0)); }
.replori-logo-carousel__container::after { right: 0px; background-image: linear-gradient(270deg, rgb(255, 255, 255) 0px, rgba(255, 255, 255, 0.737) 19%, rgba(255, 255, 255, 0.54) 34%, rgba(255, 255, 255, 0.38) 47%, rgba(255, 255, 255, 0.28) 56.5%, rgba(255, 255, 255, 0.192) 65%, rgba(255, 255, 255, 0.125) 73%, rgba(255, 255, 255, 0.075) 80.2%, rgba(255, 255, 255, 0.043) 86.1%, rgba(255, 255, 255, 0.02) 91%, rgba(255, 255, 255, 0.008) 95.2%, rgba(255, 255, 255, 0.004) 98.2%, rgba(255, 255, 255, 0)); }
.replori-logo-carousel { position: relative; overflow: hidden; width: 200%; }
@media (max-width: 768px) {
  .replori-logo-carousel { width: 400%; }
}
@keyframes replori-slide { 
  0% { transform: translateX(0px); }
  100% { transform: translateX(-50%); }
}
.replori-logo-carousel__logos { display: flex; flex-wrap: nowrap; animation: 30s linear 0s infinite normal both running replori-slide; }
.replori-logo-carousel__row { display: flex; flex-wrap: nowrap; gap: 5rem; padding-right: 5rem; }
@media (max-width: 768px) {
  .replori-logo-carousel__row { gap: 2.5rem; padding-right: 2.5rem; }
}
.replori-logo-carousel__logo { display: flex; justify-content: center; align-items: center; }
.replori-logo-carousel__logo img { display: block; height: 40px; width: auto; margin-top: 25px; }
/* Why Choose Section */
.replori-why-choose__section { --wc-blue:#4B8EF1; --wc-purple:#8B5CF6; --wc-green:#10b981; --wc-amber:#f59e0b; --wc-red:#ef4444; --wc-cyan:#06b6d4; --wc-text:#1a1a2e; --wc-text2:#6b7280; --wc-text3:#9ca3af; --wc-bg:#ffffff; --wc-card:#f9fafb; --wc-border:#edf0f4; position: relative; padding: 80px 0; overflow: hidden; }
.replori-why-choose__orb { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.replori-why-choose__orb--1 { width: 400px; height: 400px; background: rgba(75,142,241,0.05); top: -180px; left: -100px; }
.replori-why-choose__orb--2 { width: 350px; height: 350px; background: rgba(139,92,246,0.04); bottom: -150px; right: -80px; }
.replori-why-choose__container { display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; align-items: start; position: relative; z-index: 1; }
.replori-why-choose__title { font-family: var(--font-brand); font-size: clamp(28px, 3.5vw, 38px); font-weight: 700; color: var(--wc-text); line-height: 1.15; margin-bottom: 12px; letter-spacing: -0.5px; }
.replori-why-choose__description { font-family: var(--font-sans); font-size: 14.5px; color: var(--wc-text2); line-height: 1.6; margin-bottom: 28px; max-width: 400px; margin-top: 0; }
/* Tabs */
.replori-why-choose__tabs { display: flex; flex-direction: column; gap: 6px; }
.replori-why-choose__tab { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: 14px; border: 1.5px solid transparent; cursor: pointer; transition: all .25s ease; position: relative; background: transparent; font-family: inherit; font-size: inherit; text-align: left; color: inherit; }
.replori-why-choose__tab:hover { background: var(--wc-card); }
.replori-why-choose__tab--active { background: var(--wc-bg); border-color: var(--wc-blue); box-shadow: 0 4px 20px rgba(75,142,241,0.08); }
.replori-why-choose__tab::before { content: ''; position: absolute; left: -1px; top: 12px; bottom: 12px; width: 3px; border-radius: 3px; background: var(--wc-blue); opacity: 0; transform: scaleY(0); transition: all .25s ease; }
.replori-why-choose__tab--active::before { opacity: 1; transform: scaleY(1); }
/* Tab Icons */
.replori-why-choose__tab-icon { width: 42px; height: 42px; border-radius: 11px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .25s ease; }
.replori-why-choose__tab-icon svg { width: 18px; height: 18px; transition: color .25s ease; }
.replori-why-choose__tab-icon--blue { background: rgba(75,142,241,0.08); }
.replori-why-choose__tab-icon--blue svg { color: var(--wc-blue); }
.replori-why-choose__tab--active .replori-why-choose__tab-icon--blue { background: rgba(75,142,241,0.12); }
.replori-why-choose__tab-icon--green { background: rgba(16,185,129,0.08); }
.replori-why-choose__tab-icon--green svg { color: var(--wc-green); }
.replori-why-choose__tab--active .replori-why-choose__tab-icon--green { background: rgba(16,185,129,0.12); }
.replori-why-choose__tab-icon--purple { background: rgba(139,92,246,0.08); }
.replori-why-choose__tab-icon--purple svg { color: var(--wc-purple); }
.replori-why-choose__tab--active .replori-why-choose__tab-icon--purple { background: rgba(139,92,246,0.12); }
.replori-why-choose__tab-icon--amber { background: rgba(245,158,11,0.08); }
.replori-why-choose__tab-icon--amber svg { color: var(--wc-amber); }
.replori-why-choose__tab--active .replori-why-choose__tab-icon--amber { background: rgba(245,158,11,0.12); }
/* Tab Text */
.replori-why-choose__tab-text strong { font-family: var(--font-brand); font-size: 14.5px; font-weight: 700; color: var(--wc-text); display: block; margin-bottom: 2px; }
.replori-why-choose__tab-text span { font-size: 12.5px; color: var(--wc-text3); transition: color .25s; }
.replori-why-choose__tab--active .replori-why-choose__tab-text span { color: var(--wc-text2); }
/* Dashboard Card */
.replori-why-choose__card { background: var(--wc-card); border-radius: 18px; border: 1px solid var(--wc-border); overflow: hidden; min-height: 380px; box-shadow: 0 2px 12px rgba(0,0,0,0.03); position: relative; }
/* Dashboard Panels */
.replori-why-choose__panel { display: none; opacity: 0; transform: translateY(8px); padding: 28px; animation: wcPanelIn .35s ease forwards; }
.replori-why-choose__panel--active { display: block; }
@keyframes wcPanelIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
/* Progress Bar */
.replori-why-choose__progress { height: 8px; border-radius: 4px; margin-bottom: 20px; }
/* Stats Grid */
.wc-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }
.wc-stat-card { background: var(--wc-bg); border-radius: 12px; padding: 18px 16px; border: 1px solid var(--wc-border); }
.wc-stat-val { font-family: var(--font-brand); font-size: 28px; font-weight: 800; display: block; line-height: 1; }
.wc-stat-label { font-size: 11.5px; color: var(--wc-text2); margin-top: 4px; }
/* Panel Title */
.wc-panel-title { font-family: var(--font-brand); font-size: 15px; font-weight: 700; color: var(--wc-text); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.wc-panel-dot { width: 8px; height: 8px; border-radius: 50%; }
/* List Rows */
.wc-list { display: flex; flex-direction: column; gap: 8px; }
.wc-row { display: flex; align-items: center; gap: 10px; padding: 11px 14px; background: var(--wc-bg); border-radius: 10px; border: 1px solid var(--wc-border); transition: all .2s ease; }
.wc-row:hover { border-color: rgba(75,142,241,0.15); background: rgba(75,142,241,0.01); }
.wc-row-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.wc-row-text { flex: 1; font-size: 13px; color: var(--wc-text); font-weight: 500; }
.wc-row-sub { font-size: 11px; color: var(--wc-text3); margin-left: 4px; font-weight: 400; }
.wc-tag { font-size: 10px; font-weight: 700; padding: 3px 10px; border-radius: 100px; white-space: nowrap; }
/* Progress Bars (Panel 1) */
.wc-progress-row { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.wc-progress-row:last-child { margin-bottom: 0; }
.wc-progress-label { font-size: 12px; color: var(--wc-text); font-weight: 600; width: 100px; flex-shrink: 0; }
.wc-progress-track { flex: 1; height: 8px; border-radius: 4px; background: var(--wc-border); }
.wc-progress-fill { height: 100%; border-radius: 4px; transition: width .6s ease; }
.wc-progress-val { font-size: 12px; font-weight: 700; width: 40px; text-align: right; flex-shrink: 0; }
/* Gauge (Panel 2) */
.wc-gauge-wrap { display: flex; flex-direction: column; align-items: center; padding: 20px 0; }
.wc-gauge-ring { width: 140px; height: 140px; border-radius: 50%; position: relative; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.wc-gauge-ring svg { position: absolute; inset: 0; transform: rotate(-90deg); }
.wc-gauge-ring circle { fill: none; stroke-width: 8; stroke-linecap: round; }
.wc-gauge-bg { stroke: var(--wc-border); }
.wc-gauge-fill { transition: stroke-dashoffset .8s ease; }
.wc-gauge-val { font-family: var(--font-brand); font-size: 36px; font-weight: 800; position: relative; z-index: 1; }
.wc-gauge-label { font-size: 12px; color: var(--wc-text2); font-weight: 500; }
.wc-gauge-legend { display: flex; gap: 20px; margin-top: 8px; }
.wc-gauge-legend-item { display: flex; align-items: center; gap: 6px; font-size: 11px; color: var(--wc-text2); }
.wc-gauge-legend-dot { width: 8px; height: 8px; border-radius: 50%; }
/* Action Items (Panel 3) */
.wc-action-item { padding: 14px 16px; background: var(--wc-bg); border-radius: 12px; border: 1px solid var(--wc-border); margin-bottom: 10px; }
.wc-action-item:last-child { margin-bottom: 0; }
.wc-action-head { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.wc-action-num { width: 22px; height: 22px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-family: var(--font-brand); font-size: 10px; font-weight: 800; color: #fff; flex-shrink: 0; }
.wc-action-title { font-family: var(--font-brand); font-size: 13px; font-weight: 700; color: var(--wc-text); }
.wc-action-desc { font-size: 12px; color: var(--wc-text2); line-height: 1.5; margin-bottom: 8px; padding-left: 30px; }
.wc-action-meta { display: flex; align-items: center; gap: 8px; padding-left: 30px; }
.wc-action-badge { font-size: 9px; font-weight: 700; padding: 3px 8px; border-radius: 100px; text-transform: uppercase; letter-spacing: .3px; }
.wc-action-link { font-size: 11px; font-weight: 600; cursor: pointer; transition: opacity .2s; }
.wc-action-link:hover { opacity: .7; }
/* Why Choose Responsive */
@media (max-width: 860px) {
  .replori-why-choose__container { grid-template-columns: 1fr; gap: 32px; }
  .replori-why-choose__card { min-height: auto; }
}
@media (max-width: 560px) {
  .replori-why-choose__tab { padding: 12px 14px; gap: 10px; }
  .replori-why-choose__tab-icon { width: 36px; height: 36px; border-radius: 9px; }
  .replori-why-choose__tab-icon svg { width: 15px; height: 15px; }
  .replori-why-choose__panel { padding: 20px; }
  .wc-stats-grid { grid-template-columns: 1fr; }
  .replori-why-choose__description { font-size: 15px; }
  .replori-why-choose__tab-text strong { font-size: 15px; }
  .replori-why-choose__tab-text span { font-size: 13px; }
}
/* ── Pricing Section ── */
.replori-pricing__section {
  /* background: var(--bg-3); */
  position: relative;
  overflow: hidden;
  padding-bottom: 25px;
}
.replori-pricing__section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 0%, rgba(75,142,241,0.04), transparent 50%),
              radial-gradient(ellipse at 80% 100%, rgba(139,92,246,0.04), transparent 50%);
  pointer-events: none;
}
.replori-pricing__section .replori-inner { position: relative; z-index: 1; }

/* Pricing Header */
.replori-pricing__header { text-align: center; margin-bottom: 48px; }
.replori-pricing__badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 16px; border-radius: 100px;
  background: rgba(75,142,241,0.06); border: 1px solid rgba(75,142,241,0.1);
  font-family: var(--font-brand); font-size: 12px; font-weight: 700;
  color: #4B8EF1; margin-bottom: 16px;
  letter-spacing: .3px; text-transform: uppercase;
}
.replori-pricing__badge svg { width: 14px; height: 14px; }
.replori-pricing__heading { text-align: center; margin-bottom: 14px; }
.replori-pricing__subtitle {
  font-size: 15.5px; color: var(--fg-2); line-height: 1.6;
  max-width: 520px; margin: 0 auto 24px;
}
.replori-pricing__hook {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 20px; border-radius: 12px;
  background: rgba(16,185,129,0.06); border: 1px solid rgba(16,185,129,0.1);
  font-size: 14px; color: #059669; font-weight: 600;
}
.replori-pricing__hook svg { width: 16px; height: 16px; flex-shrink: 0; }

/* Pricing Toggle */
.replori-pricing__toggle {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  margin-bottom: 40px;
}
.replori-pricing__toggle-label { font-size: 14px; font-weight: 500; color: var(--fg-3); transition: color .2s; cursor: pointer; }
.replori-pricing__toggle-label.active { color: var(--fg-1); font-weight: 600; }
.replori-pricing__toggle-track {
  width: 48px; height: 26px; border-radius: 100px;
  background: var(--border-2); cursor: pointer;
  position: relative; transition: background .3s ease;
  flex-shrink: 0;
}
.replori-pricing__toggle-track.yearly { background: #4B8EF1; }
.replori-pricing__toggle-thumb {
  position: absolute; top: 3px; left: 3px;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--bg-1); box-shadow: 0 1px 4px rgba(0,0,0,0.15);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
}
.replori-pricing__toggle-track.yearly .replori-pricing__toggle-thumb { transform: translateX(22px); }
.replori-pricing__toggle-save {
  font-size: 11px; font-weight: 700; color: #10b981;
  background: rgba(16,185,129,0.08);
  padding: 3px 8px; border-radius: 100px;
}

/* Pricing Cards Grid */
.replori-pricing__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

/* Pricing Card */
.replori-pricing__card {
  background: var(--bg-1);
  border: 1px solid var(--border-1);
  border-radius: 20px;
  padding: 36px 28px 32px;
  position: relative;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column;
}
.replori-pricing__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.06);
}

/* Popular card modifier */
.replori-pricing__card--popular {
  border-color: rgba(75,142,241,0.25);
  box-shadow: 0 8px 32px rgba(75,142,241,0.08);
}
.replori-pricing__card--popular:hover {
  box-shadow: 0 20px 56px rgba(75,142,241,0.12);
}
.replori-pricing__popular-tag {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  padding: 5px 16px; border-radius: 100px;
  background: linear-gradient(135deg, #4B8EF1, #8B5CF6);
  font-family: var(--font-brand); font-size: 11px; font-weight: 700;
  color: #fff; white-space: nowrap;
  letter-spacing: .3px;
  box-shadow: 0 4px 12px rgba(75,142,241,0.25);
}

/* Plan icon */
.replori-pricing__plan-icon {
  width: 42px; height: 42px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.replori-pricing__plan-icon svg { width: 20px; height: 20px; }
.replori-pricing__pi--green { background: rgba(16,185,129,0.1); }
.replori-pricing__pi--green svg { color: #10b981; }
.replori-pricing__pi--blue { background: rgba(75,142,241,0.1); }
.replori-pricing__pi--blue svg { color: #4B8EF1; }
.replori-pricing__pi--purple { background: rgba(139,92,246,0.1); }
.replori-pricing__pi--purple svg { color: #8B5CF6; }

.replori-pricing__plan-name {
  font-family: var(--font-brand); font-size: 20px;
  font-weight: 700; color: var(--fg-1); margin-bottom: 4px;
}
.replori-pricing__plan-desc { font-size: 13px; color: var(--fg-3); margin-bottom: 20px; line-height: 1.45; }

/* Price */
.replori-pricing__price-row { display: flex; align-items: baseline; gap: 4px; margin-bottom: 4px; }
.replori-pricing__price { font-family: var(--font-brand); font-size: 40px; font-weight: 700; color: var(--fg-1); line-height: 1; }
.replori-pricing__period { font-size: 14px; color: var(--fg-3); font-weight: 500; }
.replori-pricing__yearly-text { font-size: 12.5px; color: var(--fg-3); margin-bottom: 24px; min-height: 18px; }
.replori-pricing__yearly-text em { font-style: normal; color: #10b981; font-weight: 600; }

/* CTA */
.replori-pricing__cta {
  display: flex; align-items: center; justify-content: center;
  width: 100%; padding: 13px; border-radius: 12px;
  font-family: var(--font-sans); font-size: 14.5px; font-weight: 600;
  border: none; cursor: pointer;
  transition: all .25s ease;
  margin-bottom: 24px;
  text-decoration: none;
  white-space: nowrap;
}
.replori-pricing__cta--outline {
  background: var(--bg-1); color: var(--fg-1);
  border: 1.5px solid var(--border-2);
}
.replori-pricing__cta--outline:hover { border-color: var(--fg-1); background: var(--bg-3); }
.replori-pricing__cta--filled {
  background: var(--fg-1); color: var(--bg-1);
  border: 1.5px solid var(--fg-1);
}
.replori-pricing__cta--filled:hover { background: #333; box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.replori-pricing__cta--purple {
  background: linear-gradient(135deg, #4B8EF1, #6C5CE7); color: #fff;
  border: none;
}
.replori-pricing__cta--purple:hover { box-shadow: 0 6px 20px rgba(75,142,241,0.25); transform: translateY(-1px); }

/* Divider */
.replori-pricing__divider { height: 1px; background: var(--border-1); margin-bottom: 20px; }

/* Includes label */
.replori-pricing__includes {
  font-family: var(--font-brand); font-size: 11.5px; font-weight: 700;
  color: var(--fg-3); text-transform: uppercase; letter-spacing: .5px;
  margin-bottom: 14px;
}

/* Feature list */
.replori-pricing__features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; flex: 1; }
.replori-pricing__feat { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; color: var(--fg-2); line-height: 1.4; }
.replori-pricing__feat-check {
  width: 18px; height: 18px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 1px;
}
.replori-pricing__feat-check svg { width: 10px; height: 10px; }
.replori-pricing__fc--green { background: rgba(16,185,129,0.1); }
.replori-pricing__fc--green svg { color: #10b981; }
.replori-pricing__fc--blue { background: rgba(75,142,241,0.1); }
.replori-pricing__fc--blue svg { color: #4B8EF1; }
.replori-pricing__fc--purple { background: rgba(139,92,246,0.1); }
.replori-pricing__fc--purple svg { color: #8B5CF6; }
.replori-pricing__feat-hl { font-weight: 600; color: var(--fg-1); }

/* Overage */
.replori-pricing__overage {
  padding: 10px 14px; border-radius: 10px;
  background: var(--bg-3);
  font-size: 12px; color: var(--fg-3);
  display: flex; align-items: center; gap: 6px;
  margin-top: auto;
}
.replori-pricing__overage strong { color: var(--fg-2); font-weight: 600; }

/* Ticket Info */
.replori-pricing__ticket-info {
  margin-top: 48px;
  padding: 28px 32px;
  background: var(--bg-1);
  border: 1px solid var(--border-1);
  border-radius: 16px;
  display: flex; align-items: flex-start; gap: 16px;
  max-width: 700px;
  margin-left: auto; margin-right: auto;
}
.replori-pricing__ticket-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(75,142,241,0.06);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.replori-pricing__ticket-icon svg { width: 18px; height: 18px; color: #4B8EF1; }
.replori-pricing__ticket-content h4 {
  font-family: var(--font-brand); font-size: 14px;
  font-weight: 700; color: var(--fg-1); margin-bottom: 6px;
}
.replori-pricing__ticket-content p { font-size: 13px; color: var(--fg-2); line-height: 1.55; }
.replori-pricing__ticket-content p + p { margin-top: 4px; }

/* Pricing Responsive */
@media (max-width: 960px) {
  .replori-pricing__cards { grid-template-columns: 1fr 1fr; gap: 16px; }
  .replori-pricing__card:nth-child(3) { grid-column: 1 / -1; max-width: 480px; margin: 0 auto; }
}
@media (max-width: 640px) {
  .replori-pricing__cards { grid-template-columns: 1fr; gap: 16px; }
  .replori-pricing__card:nth-child(3) { max-width: none; }
  .replori-pricing__card { padding: 28px 22px 26px; }
  .replori-pricing__price { font-size: 34px; }
  .replori-pricing__ticket-info { flex-direction: column; gap: 12px; padding: 22px 20px; }
}
@media (max-width: 768px) {
  .replori-pricing__subtitle { font-size: 15px; }
  .replori-pricing__plan-desc { font-size: 14px; }
  .replori-pricing__feat { font-size: 14px; }
  .replori-pricing__ticket-content p { font-size: 14px; }
  .replori-pricing__overage { font-size: 13px; }
}

/* ── Waitlist Section ── */
.replori-newsletter__section { position: relative; padding: 72px 48px !important; }
@media (max-width: 768px) {
  .replori-newsletter__section { padding: 3rem 1.25rem !important; }
}
.replori-newsletter__section::after { display: none; }
.replori-section--hide-divider::after { display: none; }

.waitlist-section {
  width: 100%; max-width: 1100px; margin: 0 auto;
  padding: 56px 48px;
  background: linear-gradient(135deg, #f4fafd 0%, #eaf3fa 40%, #e4eef8 100%);
  border-radius: 24px;
  position: relative; overflow: hidden;
}
.waitlist-section::before {
  content: ''; position: absolute;
  top: -120px; right: -80px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(45,167,216,0.08) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}
.waitlist-section::after {
  content: ''; position: absolute;
  bottom: -100px; left: -60px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(45,167,216,0.06) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}

.wl-deco { position: absolute; top: 0; right: 0; width: 100%; height: 100%; pointer-events: none; overflow: hidden; }
.wl-deco svg { position: absolute; top: 10px; right: -40px; width: 380px; height: auto; opacity: 0.12; }

.wl-inner { max-width: 880px; margin: 0 auto; position: relative; z-index: 1; }

/* Badge */
.wl-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px 8px 10px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(45,167,216,0.15);
  border-radius: 40px;
  margin-bottom: 24px;
  font-size: 13px; color: #888;
  animation: wl-fadeUp .6s ease both;
}
.wl-badge-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #2DA7D8;
  animation: wl-pulse 2s ease infinite;
}

/* Heading */
.wl-heading {
  font-size: 48px; font-weight: 700; color: #111;
  letter-spacing: -2px; line-height: 1.1;
  margin-bottom: 14px;
  animation: wl-fadeUp .6s ease .1s both;
}

/* Subtext */
.wl-sub {
  font-size: 17px; color: #999; line-height: 1.7;
  margin-bottom: 36px;
  animation: wl-fadeUp .6s ease .15s both;
}

/* Form */
.wl-form {
  display: flex; gap: 0;
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid #e4e8ec;
  padding: 6px;
  box-shadow: 0 4px 32px rgba(45,167,216,0.06), 0 1px 4px rgba(0,0,0,0.04);
  transition: all .35s ease;
  animation: wl-fadeUp .6s ease .2s both;
}
.wl-form:focus-within {
  border-color: #2DA7D8;
  box-shadow: 0 8px 40px rgba(45,167,216,0.12), 0 1px 4px rgba(0,0,0,0.04);
}

.wl-field { display: flex; align-items: center; position: relative; }
.wl-field:not(:last-child)::after {
  content: ''; position: absolute; right: 0; top: 20%;
  width: 1px; height: 60%; background: #eaeaea;
}

.wl-field input,
.wl-field select {
  padding: 18px 20px;
  border: none; background: transparent;
  font-size: 15px; color: #222;
  font-family: inherit; outline: none;
}
.wl-field input::placeholder { color: #c0c4c8; }

.wl-field--email { flex: 1.2; min-width: 0; }
.wl-field--email input { width: 100%; }

.wl-field--platform { flex: 0 0 auto; }
.wl-field--platform select {
  appearance: none; -webkit-appearance: none;
  padding-right: 36px; cursor: pointer; color: #555;
  background: transparent; min-width: 140px;
}
.wl-field--platform .select-wrap { position: relative; display: flex; align-items: center; }
.wl-field--platform .select-arrow {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  pointer-events: none; color: #bbb;
}

/* Other platform input - hidden by default */
.wl-field--other {
  flex: 0 0 auto;
  max-width: 0; overflow: hidden;
  opacity: 0;
  transition: max-width .3s ease, opacity .3s ease, padding .3s ease;
}
.wl-field--other.show { max-width: 180px; opacity: 1; }
.wl-field--other input { width: 150px; }

.wl-field--url { flex: 1; min-width: 0; }
.wl-field--url input { width: 100%; }

button.wl-cta {
  padding: 18px 32px;
  border-radius: 12px; border: none;
  background: #111; color: #fff;
  font-size: 15px; font-weight: 600;
  cursor: pointer; font-family: inherit;
  white-space: nowrap;
  transition: all .25s ease; flex-shrink: 0;
}
button.wl-cta:hover {
  background: #2DA7D8;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(45,167,216,0.3);
}
.wl-cta:active { transform: translateY(0); }

/* Success / Error message overlay */
.wl-msg {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease .15s;
}
.wl-msg__icon {
  width: 52px; height: 52px;
}
.wl-msg__icon circle,
.wl-msg__icon .wl-msg__check {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
}
.wl-msg__text {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #27ae60;
  text-align: center;
}

/* Form needs relative positioning for the overlay */
.wl-form { position: relative; }

/* Success state */
.wl-form--success .wl-field,
.wl-form--success .wl-cta {
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
.wl-form--success .wl-msg {
  opacity: 1;
  pointer-events: auto;
}
.wl-form--success .wl-msg__icon circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset .5s ease .4s;
}
.wl-form--success .wl-msg__icon .wl-msg__check {
  stroke-dasharray: 50;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset .5s ease .6s;
}

/* Error state — inline, no overlay */
.wl-form--error .wl-msg {
  position: relative;
  inset: auto;
  opacity: 1;
  pointer-events: auto;
  flex-direction: row;
  justify-content: center;
  padding: 8px 0 4px;
  width: 100%;
}
.wl-form--error .wl-msg__icon { display: none; }
.wl-form--error .wl-msg__text {
  color: #e74c3c;
  font-weight: 500;
  font-size: 13px;
}

/* Note fade-out on success */
.wl-note--hidden {
  opacity: 0 !important;
  max-height: 0;
  margin-top: 0 !important;
  overflow: hidden;
  transition: opacity .3s ease, max-height .3s ease .1s, margin-top .3s ease .1s;
}

.wl-note {
  margin-top: 16px;
  font-size: 13px; color: #bbb;
  animation: wl-fadeUp .6s ease .3s both;
}

@keyframes wl-fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes wl-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(.8); }
}

@media (max-width: 768px) {
  .waitlist-section { padding: 40px 24px; border-radius: 20px; }
  .wl-heading { font-size: 32px; letter-spacing: -1.5px; }
  .wl-sub { font-size: 15px; margin-bottom: 28px; }
  .wl-form { flex-direction: column; padding: 8px; border-radius: 14px; }
  .wl-field::after { display: none !important; }
  .wl-field input, .wl-field select { padding: 16px 18px; }
  .wl-field--platform { border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }
  .wl-field--platform select { width: 100%; min-width: unset; }
  .wl-field--other { max-width: unset !important; border-bottom: 1px solid #f0f0f0; }
  .wl-field--other.show { max-width: unset !important; }
  .wl-field--other input { width: 100%; }
  .wl-cta { width: 100%; text-align: center; padding: 16px; }
  .wl-msg__icon { width: 44px; height: 44px; }
  .wl-msg__text { font-size: 14px; }
  .wl-deco svg { width: 240px; top: 5px; right: -20px; }
}
@keyframes replori-spinner--spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(1turn); }
}
.replori-spinner { display: flex; align-items: center; justify-content: center; }
.replori-spinner svg { display: block; width: 100%; height: auto; animation: 1s linear 0s infinite normal none running replori-spinner--spin; transform-origin: 50% center; }
.replori-spinner svg path { animation: 1s ease-in-out 0s infinite normal none running replori-spinner--spin; transform-origin: 50% center; }
.replori-hero__section { padding-top: 164px !important; padding-bottom: 0px !important; }
.replori-hero__title { text-align: center; }
.replori-hero__title-icon { vertical-align: -0.0125em; overflow: visible; will-change: transform; }
.replori-hero__description { margin: 10px auto 0px; text-align: center; line-height: 1.5; letter-spacing: -0.47px; font-size: 23px; font-weight: 500; color: rgb(99, 97, 97); }
.replori-hero__description-value { position: relative; background-image: linear-gradient(90deg, color(display-p3 0.1 0.53 0.97), color(display-p3 0.6 0.59 1)); background-clip: text; color: rgba(0, 0, 0, 0); }
.replori-hero__description-line { position: absolute; width: 100%; transform: translateY(75%); bottom: 0px; left: 0px; }
.replori-hero__button { display: flex; align-items: center; column-gap: 6px; margin: 24px auto 0px; border-radius: 50px; padding: 0px 16px; width: fit-content; height: 40px; background-color: var(--purple-1); line-height: 1.25; letter-spacing: -0.18px; font-size: 16px; font-weight: 500; color: rgb(255, 255, 255); text-decoration: none; transition: opacity 0.15s; cursor: pointer; }
@media (hover: hover) {
  .replori-hero__button:hover { opacity: 0.9; }
}
.replori-hero__gradient-line { margin-left: -48px; border-radius: 2px; width: calc(100% + 96px); height: 4px; background-image: linear-gradient(0deg, color(display-p3 1 1 1 / 0.1), color(display-p3 1 1 1 / 0.1)), linear-gradient(90deg, color(display-p3 0.42 0.81 0.96) 21.43%, color(display-p3 1 0.72 0) 33.01%, color(display-p3 0.12 0.5 0.48) 44.64%, color(display-p3 0.1 0.53 0.97) 56.05%, color(display-p3 0.95 0.29 0) 67.58%, color(display-p3 0.6 0.59 1) 78.51%); }
@media (max-width: 900px) {
  .replori-hero__gradient-line.replori-hero__desktop { display: none; }
}
.replori-hero__images-section { padding-top: 0px; }
/* Hero phone carousel — slot-based rotation */
.replori-hero__images-wrapper { position: relative; width: 100%; height: calc(3rem + 553px); padding-top: 3rem; margin-top: 4px; overflow: hidden; cursor: grab; user-select: none; transition: transform 0.3s ease-out; }
.replori-hero__images-wrapper.is-dragging { cursor: grabbing; transition: none; }
/* Phone containers — absolute positioned by slot */
.replori-hero-phone { position: absolute; bottom: 0; width: 323.34px; opacity: 0; filter: brightness(1); transition: left 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), filter 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
/* Slot positions */
.replori-hero-phone--slot-left { left: 24%; transform: translate(-50%); z-index: 0; cursor: pointer; }
.replori-hero-phone--slot-center { left: 50%; transform: translate(-50%); z-index: 2; }
.replori-hero-phone--slot-right { left: 76%; transform: translate(-50%); z-index: 0; cursor: pointer; }
/* Slot heights — center is always the tall frame, sides the short frame */
.replori-hero-phone .replori-hero-chat { transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
.replori-hero-phone--slot-center .replori-hero-chat { height: 552.87px; }
.replori-hero-phone--slot-left .replori-hero-chat,
.replori-hero-phone--slot-right .replori-hero-chat { height: 512.95px; }
/* Dimming for unfocused phones (only after entrance completes) */
.replori-hero__images-wrapper.is-active .replori-hero-phone--slot-left,
.replori-hero__images-wrapper.is-active .replori-hero-phone--slot-right { filter: brightness(0.65); }
/* Entrance animations — translate (separate property) stacks with transform */
.replori-hero__images-wrapper.is-entered .replori-hero-phone { animation: replori-phone-entrance 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards; }
.replori-hero__images-wrapper.is-entered .replori-hero-phone:nth-child(1) { animation-delay: 1.5s; }
.replori-hero__images-wrapper.is-entered .replori-hero-phone:nth-child(2) { animation-delay: 1.4s; }
.replori-hero__images-wrapper.is-entered .replori-hero-phone:nth-child(3) { animation-delay: 1.5s; }
@keyframes replori-phone-entrance {
  from { opacity: 0; translate: 0 30px; }
  to { opacity: 1; translate: 0 0; }
}
/* After entrance, hand control to slot transitions */
.replori-hero__images-wrapper.is-active .replori-hero-phone { animation: none; opacity: 1; }
/* Hide old carousel on all viewports */
.replori-carousel__section { display: none; }
/* Mobile dot indicators */
.replori-hero__dots { display: none; }
/* ===== Mobile: scroll-snap phone carousel ===== */
@media (max-width: 900px) {
  .replori-hero__images-section { display: block; }
  .replori-hero__images-wrapper {
    display: flex;
    height: auto;
    padding: 1rem 0;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    cursor: default;
    transition: none;
  }
  .replori-hero__images-wrapper.is-dragging { cursor: default; }
  /* Each phone = a full-width slide */
  .replori-hero-phone,
  .replori-hero-phone--slot-left,
  .replori-hero-phone--slot-center,
  .replori-hero-phone--slot-right {
    position: static;
    left: auto;
    bottom: auto;
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0.5rem;
    opacity: 1;
    filter: none;
    transform: none;
    z-index: auto;
    cursor: default;
    pointer-events: auto;
    transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
  }
  .replori-hero__images-wrapper.is-swiping .replori-hero-phone,
  .replori-hero__images-wrapper.is-swiping .replori-hero-phone--slot-left,
  .replori-hero__images-wrapper.is-swiping .replori-hero-phone--slot-center,
  .replori-hero__images-wrapper.is-swiping .replori-hero-phone--slot-right {
    transition: none;
  }
  /* Uniform phone height across all slots */
  .replori-hero-phone .replori-hero-chat,
  .replori-hero-phone--slot-center .replori-hero-chat,
  .replori-hero-phone--slot-left .replori-hero-chat,
  .replori-hero-phone--slot-right .replori-hero-chat {
    height: 552.87px;
    transition: none;
  }
  /* Skip entrance animation */
  .replori-hero__images-wrapper.is-entered .replori-hero-phone { animation: none; opacity: 1; }
  /* No dimming */
  .replori-hero__images-wrapper.is-active .replori-hero-phone,
  .replori-hero__images-wrapper.is-active .replori-hero-phone--slot-left,
  .replori-hero__images-wrapper.is-active .replori-hero-phone--slot-right { animation: none; opacity: 1; filter: none; }
  /* Dot indicators */
  .replori-hero__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
  .replori-hero__dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgb(178, 178, 178);
    border: none; padding: 0;
    cursor: pointer;
    transition: background-color 0.15s;
  }
  .replori-hero__dot--active { background: rgb(0, 0, 0); }
}
@media (max-width: 375px) {
  .replori-hero-phone .replori-hero-chat {
    scale: 0.88;
    transform-origin: top center;
  }
}
.replori-carousel { display: grid; grid-template-columns: repeat(4, 100%); border-radius: 16px; background-color: rgb(251, 250, 250); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.replori-carousel::-webkit-scrollbar { display: none; }
.replori-carousel__item { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 36px; height: 445px; width: 100%; object-fit: contain; scroll-snap-align: center; scroll-snap-stop: always; }
.replori-carousel__item-image { height: 100%; object-fit: contain; }
.replori-carousel__dots { display: flex; justify-content: center; align-items: center; column-gap: 8px; margin-top: 18px; }
.replori-carousel__dot { position: relative; border-radius: 50%; width: 8px; height: 8px; background-color: rgb(178, 178, 178); transition: background-color 0.15s; cursor: pointer; }
.replori-carousel__dot::before { content: ""; position: absolute; inset: -4px; border-radius: 50%; }
@media (hover: hover) {
  .replori-carousel__dot:hover { background-color: rgb(134, 134, 134); }
}
.replori-carousel__dot.replori-carousel__active { background-color: rgb(0, 0, 0); }
.replori-news__text-container { padding: 0px 24px; }
@media (max-width: 768px) {
  .replori-news__text-container { padding: 0px; }
}
.replori-news__link { margin: 32px 0px; }
.replori-news__posts-container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 24px; }
@media (max-width: 980px) {
  .replori-news__posts-container { grid-template-columns: 1fr; }
}
.replori-news__post-card, .replori-news__posts-container > div { display: flex; flex-direction: column; }
.replori-news__post-card { flex: 1 1 0%; border-radius: 16px; text-decoration-line: none; overflow: hidden; cursor: pointer; transition: opacity 0.3s; }
@media (hover: hover) {
  .replori-news__post-card:hover { opacity: 0.85; }
}
.replori-news__post-image { width: 100%; aspect-ratio: 1200 / 628; object-fit: cover; background-color: rgb(252, 252, 252); }
.replori-news__post-content { flex-grow: 1; display: flex; flex-direction: column; padding: 24px; background-color: rgb(252, 252, 251); }
.replori-news__post-title { font-size: 20px; font-weight: 500; line-height: 1.35; letter-spacing: -0.33px; color: rgb(44, 45, 48); }
.replori-news__post-description { margin: 8px 0px 16px; font-size: 16px; line-height: 1.35; letter-spacing: -0.09px; color: rgb(99, 97, 97); }
.replori-news__post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.replori-news__post-tag { border-radius: 50px; padding: 5px 12px; background-color: rgba(0, 0, 0, 0.03); font-size: 14px; line-height: 1.35; letter-spacing: 0.07px; color: rgb(143, 142, 142); }

/* ========== Hero Chat Phone Mockup ========== */
.replori-hero-chat {
  position: relative; width: 323.34px; height: 552.87px; overflow: visible;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
.replori-hero-chat__frame { display: block; width: 100%; height: 100%; }
.replori-hero-chat__overlay {
  position: absolute;
  top: 17px; left: 17px; right: 17px; bottom: 0;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  display: flex; flex-direction: column;
  background: #fafbfc;
}
/* Dynamic island */
.replori-hero-chat__island {
  position: absolute; top: 7px; left: 50%; transform: translateX(-50%);
  width: 86px; height: 27px; background: #1d1d1f; border-radius: 14px; z-index: 2;
}
/* Status bar (below island, dark text) */
.replori-hero-chat__status-bar {
  position: relative; z-index: 1;
  display: flex; justify-content: space-between; align-items: flex-end;
  padding: 0 14px; height: 40px; padding-bottom: 4px;
  font-size: 12px; font-weight: 600; color: #1d1d1f;
  background: #fff; flex-shrink: 0;
}
.replori-hero-chat__time { min-width: 30px; }
.replori-hero-chat__status-icons { display: flex; gap: 5px; align-items: center; }
.replori-hero-chat__battery { display: flex; align-items: center; gap: 1px; }
.replori-hero-chat__battery-body {
  width: 22px; height: 11px; border: 1.5px solid #1d1d1f; border-radius: 3px;
  padding: 1px; box-sizing: border-box;
}
.replori-hero-chat__battery-fill {
  width: 70%; height: 100%; background: #1d1d1f; border-radius: 1px;
}
.replori-hero-chat__battery-cap {
  width: 2px; height: 5px; background: #1d1d1f; border-radius: 0 1px 1px 0; opacity: 0.5;
}
.replori-hero-chat__header {
  padding: 12px 14px; display: flex; align-items: center; gap: 10px;
  background: #fff; border-bottom: 1px solid #f0f0f0; flex-shrink: 0;
}
img.replori-hero-chat__logo { border-radius: 50%; object-fit: cover; display: block; }
.replori-hero-chat__header-info { flex: 1; }
.replori-hero-chat__header-name { font-size: 14px; font-weight: 600; color: #222; }
.replori-hero-chat__header-status { font-size: 11px; color: #aaa; display: flex; align-items: center; gap: 4px; }
.replori-hero-chat__online-dot {
  width: 5px; height: 5px; background: #4ade80; border-radius: 50%; display: inline-block;
}
.replori-hero-chat__header-menu {
  width: 30px; height: 30px; border-radius: 50%; background: #f5f5f5;
  display: flex; align-items: center; justify-content: center;
}
.replori-hero-chat__body {
  flex: 1; padding: 14px 12px; display: flex; flex-direction: column;
  gap: 10px; overflow-y: auto; background: #f5f6f8;
  scrollbar-width: none;
}
.replori-hero-chat__body::-webkit-scrollbar { width: 0; }
.replori-hero-chat__input-bar {
  padding: 10px 12px; background: #fff; border-top: 1px solid #f0f0f0;
  display: flex; align-items: center; gap: 8px; flex-shrink: 0;
}
.replori-hero-chat__input-icon {
  width: 32px; height: 32px; border-radius: 50%; background: #f5f5f5;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.replori-hero-chat__input-field {
  flex: 1; background: #f5f6f8; border-radius: 20px;
  padding: 9px 14px; font-size: 12.5px; color: #aaa;
}
.replori-hero-chat__send-btn {
  width: 32px; height: 32px; border-radius: 50%; background: #2DA7D8;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.replori-hero-chat__home-indicator {
  padding: 6px 0 6px; display: flex; justify-content: center; background: #fff;
}
.replori-hero-chat__home-bar {
  width: 100px; height: 4px; border-radius: 2px; background: #c8c8cc;
}
/* -- Chat messages -- */
.replori-hero-chat__msg { display: flex; gap: 8px; max-width: 92%; animation: replori-chat-fadeUp 0.4s ease both; }
.replori-hero-chat__msg--bot { flex-direction: row; align-self: flex-start; }
.replori-hero-chat__msg--user { flex-direction: row-reverse; align-self: flex-end; }
.replori-hero-chat__avatar {
  width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0; margin-top: 2px;
  overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.replori-hero-chat__avatar--bot { background: #2DA7D8; }
.replori-hero-chat__avatar--user { background: #eee; }
.replori-hero-chat__avatar--user span { font-size: 11px; font-weight: 600; color: #999; }
.replori-hero-chat__content { max-width: calc(100% - 40px); }
.replori-hero-chat__bubble {
  padding: 9px 13px; font-size: 12.5px; line-height: 1.55; color: #2d2d2d;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.replori-hero-chat__bubble--bot { border-radius: 4px 14px 14px 14px; background: #fff; }
.replori-hero-chat__bubble--user { border-radius: 14px 4px 14px 14px; background: #e2f5ec; }
.replori-hero-chat__bubble--escalation {
  border-radius: 4px 14px 14px 14px; background: #fff4e5; color: #92400e;
  border-left: 3px solid #f59e0b; padding: 9px 13px; font-size: 12.5px; line-height: 1.55;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
/* Image bubble */
.replori-hero-chat__image-wrap {
  width: 160px; height: 160px; border-radius: 14px 4px 14px 14px;
  overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.replori-hero-chat__image-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Confidence meter */
.replori-hero-chat__confidence {
  padding: 10px 13px; border-radius: 4px 14px 14px 14px;
  background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  animation: replori-chat-fadeUp 0.4s ease both;
}
.replori-hero-chat__confidence-header { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.replori-hero-chat__confidence-spinner {
  width: 16px; height: 16px; border: 2px solid #2DA7D8; border-top-color: transparent;
  border-radius: 50%; animation: replori-chat-spin 0.8s linear infinite; flex-shrink: 0;
}
.replori-hero-chat__confidence-label { font-size: 11.5px; color: #888; }
.replori-hero-chat__confidence-track {
  width: 100%; height: 6px; background: #f0f0f0; border-radius: 3px; overflow: hidden;
}
.replori-hero-chat__confidence-fill {
  width: 0; height: 100%; border-radius: 3px; transition: width 1.5s ease;
}
.replori-hero-chat__confidence-footer {
  display: flex; justify-content: space-between; align-items: center; margin-top: 6px;
}
.replori-hero-chat__confidence-footer-label { font-size: 10.5px; color: #aaa; }
.replori-hero-chat__confidence-footer-value { font-size: 11px; font-weight: 700; }
.replori-hero-chat__confidence-warning {
  margin-top: 8px; padding: 6px 10px; background: #fef2f2; border-radius: 8px;
  display: flex; align-items: center; gap: 6px;
}
.replori-hero-chat__confidence-warning span { font-size: 10.5px; color: #dc2626; font-weight: 600; }
/* Ticket card */
.replori-hero-chat__ticket {
  background: #fff; border-radius: 16px; overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06); border: 1px solid #f0f0f0;
  animation: replori-chat-slideUp 0.5s ease both;
}
.replori-hero-chat__ticket-header {
  background: #111; padding: 10px 14px;
  display: flex; align-items: center; justify-content: space-between;
}
.replori-hero-chat__ticket-header-left { display: flex; align-items: center; gap: 8px; }
.replori-hero-chat__ticket-header-left span { font-size: 12px; font-weight: 700; color: #fff; }
.replori-hero-chat__ticket-priority {
  font-size: 10px; font-weight: 600; color: #fff; background: #ef4444;
  padding: 2px 8px; border-radius: 10px;
}
.replori-hero-chat__ticket-body { padding: 12px 14px; }
.replori-hero-chat__ticket-id-row {
  display: flex; justify-content: space-between; margin-bottom: 10px;
}
.replori-hero-chat__ticket-id-label { font-size: 11px; color: #aaa; }
.replori-hero-chat__ticket-id-value { font-size: 11px; font-weight: 700; color: #222; font-family: monospace; }
.replori-hero-chat__ticket-subject { font-size: 13px; font-weight: 600; color: #222; margin-bottom: 4px; }
.replori-hero-chat__ticket-item { font-size: 11.5px; color: #888; margin-bottom: 12px; }
/* Status steps */
.replori-hero-chat__ticket-steps { display: flex; align-items: center; gap: 0; margin-bottom: 12px; }
.replori-hero-chat__ticket-step { display: flex; align-items: center; }
.replori-hero-chat__ticket-step--flex { flex: 1; }
.replori-hero-chat__ticket-step-dot {
  width: 18px; height: 18px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.replori-hero-chat__ticket-step-dot--created { background: #22c55e; }
.replori-hero-chat__ticket-step-dot--assigned { background: #f59e0b; animation: replori-chat-pulse 2s ease infinite; }
.replori-hero-chat__ticket-step-dot--inactive { background: #e0e0e0; }
.replori-hero-chat__ticket-step-line { flex: 1; height: 2px; margin: 0 2px; }
.replori-hero-chat__ticket-step-line--done { background: #22c55e; }
.replori-hero-chat__ticket-step-line--pending { background: #e0e0e0; }
.replori-hero-chat__ticket-labels {
  display: flex; justify-content: space-between; font-size: 9.5px; color: #aaa; margin-bottom: 12px;
}
.replori-hero-chat__ticket-meta { display: flex; gap: 10px; }
.replori-hero-chat__ticket-meta-card { flex: 1; padding: 8px 10px; border-radius: 10px; }
.replori-hero-chat__ticket-meta-card--assignee { background: #f8f9fb; }
.replori-hero-chat__ticket-meta-card--eta { background: #f0fdf4; }
.replori-hero-chat__ticket-meta-label { font-size: 9.5px; color: #aaa; margin-bottom: 2px; }
.replori-hero-chat__ticket-meta-value { font-size: 11.5px; font-weight: 600; color: #222; }
.replori-hero-chat__ticket-meta-value--eta { color: #166534; }
/* Typing indicator */
.replori-hero-chat__typing { display: flex; gap: 8px; align-self: flex-start; animation: replori-chat-fadeUp 0.3s ease both; }
.replori-hero-chat__typing-bubble {
  padding: 9px 13px; border-radius: 4px 14px 14px 14px;
  background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  display: flex; gap: 5px; align-items: center; height: 36px;
}
.replori-hero-chat__typing-dot {
  width: 6px; height: 6px; border-radius: 50%; background: #b0b0b0;
  animation: replori-chat-bounce 1.2s ease-in-out infinite;
}
.replori-hero-chat__typing-dot:nth-child(2) { animation-delay: 0.15s; }
.replori-hero-chat__typing-dot:nth-child(3) { animation-delay: 0.3s; }
/* Keyframes */
@keyframes replori-chat-bounce { 0%,60%,100% { transform: translateY(0); } 30% { transform: translateY(-4px); } }
@keyframes replori-chat-fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes replori-chat-slideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes replori-chat-spin { to { transform: rotate(360deg); } }
@keyframes replori-chat-pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.5; } }

/* ========== Scanner Phone (left phone) ========== */
/* Analyzing bubble */
.replori-hero-chat__analyzing {
  padding: 9px 13px; border-radius: 4px 14px 14px 14px;
  background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  display: flex; align-items: center; gap: 8px;
}
.replori-hero-chat__analyzing-spinner {
  width: 16px; height: 16px; border: 2px solid #2DA7D8; border-top-color: transparent;
  border-radius: 50%; animation: replori-chat-spin 0.8s linear infinite; flex-shrink: 0;
}
.replori-hero-chat__analyzing-text { font-size: 12px; color: #888; }
/* Product cards */
.replori-hero-chat__products-list { display: flex; flex-direction: column; gap: 6px; }
.replori-hero-chat__product-card {
  background: #fff; border-radius: 14px; padding: 10px;
  display: flex; gap: 10px; align-items: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  animation: replori-chat-slideUp 0.35s ease both;
}
.replori-hero-chat__product-card:nth-child(2) { animation-delay: 0.1s; }
.replori-hero-chat__product-card:nth-child(3) { animation-delay: 0.2s; }
.replori-hero-chat__product-card-img {
  width: 48px; height: 48px; border-radius: 10px; overflow: hidden;
  flex-shrink: 0; background: #f0f0f0;
}
.replori-hero-chat__product-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.replori-hero-chat__product-card-info { flex: 1; min-width: 0; }
.replori-hero-chat__product-card-name { font-size: 12px; font-weight: 600; color: #222; }
.replori-hero-chat__product-card-row { display: flex; align-items: center; gap: 6px; margin-top: 2px; }
.replori-hero-chat__product-card-price { font-size: 12.5px; font-weight: 700; color: #222; }
.replori-hero-chat__product-card-match {
  font-size: 9.5px; font-weight: 600; color: #22c55e; background: #f0fdf4;
  padding: 1px 5px; border-radius: 5px;
}

/* ========== Tracking Phone (right phone) ========== */
/* Tracker card */
.replori-hero-chat__tracker {
  background: #fff; border-radius: 16px; overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06); border: 1px solid #f0f0f0;
  animation: replori-chat-slideUp 0.5s ease both;
}
.replori-hero-chat__tracker-header {
  background: #111; padding: 10px 14px;
  display: flex; align-items: center; justify-content: space-between;
}
.replori-hero-chat__tracker-header-left { display: flex; align-items: center; gap: 8px; }
.replori-hero-chat__tracker-header-left span { font-size: 12px; font-weight: 700; color: #fff; }
.replori-hero-chat__tracker-status {
  font-size: 10px; font-weight: 600; color: #fff; background: #22c55e;
  padding: 2px 8px; border-radius: 10px;
}
.replori-hero-chat__tracker-body { padding: 12px 14px; }
.replori-hero-chat__tracker-id-row {
  display: flex; justify-content: space-between; margin-bottom: 10px;
}
.replori-hero-chat__tracker-id-label { font-size: 11px; color: #aaa; }
.replori-hero-chat__tracker-id-value { font-size: 11px; font-weight: 700; color: #222; font-family: monospace; }
/* Tracking steps */
.replori-hero-chat__tracker-steps {
  display: flex; flex-direction: column; margin-bottom: 14px;
}
.replori-hero-chat__tracker-step {
  display: flex; align-items: flex-start; gap: 10px;
}
.replori-hero-chat__tracker-step-col {
  display: flex; flex-direction: column; align-items: center;
}
.replori-hero-chat__tracker-step-dot {
  width: 18px; height: 18px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.replori-hero-chat__tracker-step-dot--done { background: #2DA7D8; }
.replori-hero-chat__tracker-step-dot--active { background: #22c55e; animation: replori-chat-tracker-pulse 2s ease infinite; }
.replori-hero-chat__tracker-step-dot--inactive { background: #e0e0e0; }
.replori-hero-chat__tracker-step-line { width: 2px; height: 16px; }
.replori-hero-chat__tracker-step-line--done { background: #2DA7D8; }
.replori-hero-chat__tracker-step-line--pending { background: #e0e0e0; }
.replori-hero-chat__tracker-step-label { font-size: 11.5px; margin-top: 1px; }
.replori-hero-chat__tracker-step-label--done { color: #555; }
.replori-hero-chat__tracker-step-label--active { color: #22c55e; font-weight: 700; }
.replori-hero-chat__tracker-step-label--inactive { color: #aaa; }
/* Tracker meta cards */
.replori-hero-chat__tracker-meta { display: flex; gap: 10px; }
.replori-hero-chat__tracker-meta-card { flex: 1; padding: 8px 10px; border-radius: 10px; }
.replori-hero-chat__tracker-meta-card--eta { background: #f0fdf4; }
.replori-hero-chat__tracker-meta-card--carrier { background: #f8f9fb; }
.replori-hero-chat__tracker-meta-label { font-size: 9.5px; color: #aaa; margin-bottom: 2px; }
.replori-hero-chat__tracker-meta-value { font-size: 11.5px; font-weight: 600; color: #222; }
.replori-hero-chat__tracker-meta-value--eta { color: #166534; }
@keyframes replori-chat-tracker-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0.4); }
  50% { box-shadow: 0 0 0 6px rgba(34,197,94,0); }
}
.replori-hero-chat__product-card-btn {
  background: #111; color: #fff; border: none; border-radius: 8px;
  padding: 7px 10px; font-size: 10px; font-weight: 600;
  flex-shrink: 0; display: flex; align-items: center; gap: 4px;
  font-family: inherit;
}

/* ===== Product Features — Inbox Dashboard ===== */
.replori-product-features__top { text-align: center; margin-bottom: 40px; padding-top: 40px; }
.replori-product-features__badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px; border-radius: 20px;
  background: #fff; border: 1px solid #e8e8e8;
  font-family: var(--font-sans); font-size: 11px; font-weight: 600; color: #2DA7D8;
  margin-bottom: 18px; box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.replori-product-features__badge-dot {
  width: 6px; height: 6px; border-radius: 50%; background: #22c55e;
  animation: reploriPfDotPulse 2s ease-in-out infinite;
}
@keyframes reploriPfDotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(0.8); }
}
.replori-product-features__heading { font-size: 40px; font-weight: 800; color: #111; letter-spacing: -1.5px; line-height: 1.2; margin-bottom: 14px; }
.replori-product-features__heading span {
  background: linear-gradient(135deg, #2DA7D8, #6366f1);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.replori-product-features__subtitle {
  font-family: var(--font-sans); font-size: 16px; color: #888; line-height: 1.7;
  max-width: 560px; margin: 0 auto 20px;
}

/* Dashboard wrapper */
.replori-product-features__dash {
  width: 100%; background: #fff; border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.08), 0 0 0 1px rgba(0,0,0,0.04);
  overflow: hidden; display: flex; height: 620px;
}

/* ── LEFT SIDEBAR ── */
.replori-product-features__sidebar {
  width: 260px; border-right: 1px solid #f0f0f0; display: flex; flex-direction: column;
  flex-shrink: 0; background: #fafbfc;
}
.replori-product-features__sb-hdr {
  padding: 14px 16px; border-bottom: 1px solid #f0f0f0;
  display: flex; align-items: center; gap: 8px;
}
.replori-product-features__sb-logo {
  width: 28px; height: 28px; border-radius: 8px; overflow: hidden;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.replori-product-features__sb-logo img {
  width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 8px;
}
.replori-product-features__sb-title { font-family: var(--font-sans); font-size: 15px; font-weight: 700; color: #111; }
.replori-product-features__sb-search {
  margin: 10px 12px; padding: 8px 10px; border-radius: 8px;
  background: #f0f2f5; border: none; font-family: var(--font-sans);
  font-size: 12px; color: #999; outline: none;
}
.replori-product-features__sb-label {
  padding: 6px 16px; font-family: var(--font-sans); font-size: 10px; font-weight: 600;
  color: #bbb; text-transform: uppercase; letter-spacing: .5px;
  display: flex; align-items: center; justify-content: space-between;
}
.replori-product-features__sb-label span {
  background: #f0f0f0; padding: 1px 6px; border-radius: 8px;
  font-size: 10px; color: #888;
}
.replori-product-features__sb-list { flex: 1; overflow-y: auto; padding: 4px 8px; }
.replori-product-features__sb-item {
  padding: 10px 12px; border-radius: 10px; cursor: pointer;
  margin-bottom: 2px; transition: all .2s;
}
.replori-product-features__sb-item:hover { background: #f0f2f5; }
.replori-product-features__sb-item--active { background: #eef6fb; }
.replori-product-features__sb-item-top {
  display: flex; justify-content: space-between; align-items: center; margin-bottom: 3px;
}
.replori-product-features__sb-item-name { font-family: var(--font-sans); font-size: 12px; font-weight: 600; color: #222; }
.replori-product-features__sb-item-time { font-family: var(--font-sans); font-size: 10px; color: #bbb; }
.replori-product-features__sb-item-preview {
  font-family: var(--font-sans); font-size: 11px; color: #999; line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.replori-product-features__sb-item-tags { display: flex; gap: 4px; margin-top: 5px; align-items: center; }
.replori-product-features__sb-tag { font-family: var(--font-sans); font-size: 9px; font-weight: 600; padding: 2px 6px; border-radius: 6px; }
.replori-product-features__sb-tag--open { background: #fff3e0; color: #f59e0b; }
.replori-product-features__sb-tag--resolved { background: #e8f5e9; color: #22c55e; }
.replori-product-features__sb-tag--conf { background: #e3f2fd; color: #2DA7D8; }
.replori-product-features__sb-tag-msgs { font-family: var(--font-sans); font-size: 9px; color: #bbb; }

/* ── CENTER CHAT ── */
.replori-product-features__chat-area { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.replori-product-features__chat-hdr {
  padding: 14px 20px; border-bottom: 1px solid #f0f0f0;
  display: flex; align-items: center; justify-content: space-between;
}
.replori-product-features__chat-hdr-left { display: flex; flex-direction: column; }
.replori-product-features__chat-hdr-name { font-family: var(--font-sans); font-size: 14px; font-weight: 600; color: #222; }
.replori-product-features__chat-hdr-meta { font-family: var(--font-sans); font-size: 11px; color: #bbb; }
.replori-product-features__chat-hdr-status {
  font-family: var(--font-sans); font-size: 10px; font-weight: 600;
  color: #f59e0b; background: #fff3e0; padding: 3px 10px; border-radius: 10px;
}
.replori-product-features__chat-body {
  flex: 1; padding: 16px 20px; overflow-y: auto;
  display: flex; flex-direction: column; gap: 16px; background: #fafbfc;
}
.replori-product-features__chat-body::-webkit-scrollbar { width: 0; }

/* Chat messages */
.replori-product-features__msg {
  display: flex; flex-direction: column; gap: 4px;
  opacity: 0; transform: translateY(12px); transition: all .4s ease;
}
.replori-product-features__msg--vis { opacity: 1; transform: translateY(0); }
.replori-product-features__msg-meta {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--font-sans); font-size: 11px; color: #999;
}
.replori-product-features__msg-icon {
  width: 24px; height: 24px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.replori-product-features__msg-icon--cust { background: #f0f0f0; }
.replori-product-features__msg-icon--ai { background: #2DA7D8; overflow: hidden; }
.replori-product-features__msg-sender { font-weight: 600; color: #555; }
.replori-product-features__msg-conf {
  display: flex; align-items: center; gap: 3px;
  color: #22c55e; font-weight: 600; font-size: 10px;
}
.replori-product-features__msg-bubble {
  padding: 12px 16px; border-radius: 12px;
  font-family: var(--font-sans); font-size: 13px; line-height: 1.65; color: #333;
  margin-left: 30px;
}
.replori-product-features__msg--cust .replori-product-features__msg-bubble {
  background: #fff; border: 1px solid #f0f0f0;
}
.replori-product-features__msg--ai .replori-product-features__msg-bubble {
  background: #f0f8ff; border: 1px solid #e0f0fa;
}

/* Chat input */
.replori-product-features__chat-input {
  padding: 12px 16px; border-top: 1px solid #f0f0f0; background: #fff;
}
.replori-product-features__chat-input-field {
  width: 100%; border: 1px solid #eee; border-radius: 10px; padding: 10px 14px;
  font-family: var(--font-sans); font-size: 12px; color: #333;
  resize: none; outline: none; min-height: 40px; transition: border .2s;
}
.replori-product-features__chat-input-field:focus { border-color: #2DA7D8; }
.replori-product-features__chat-input-field::placeholder { color: #bbb; }

/* Typing indicator */
.replori-product-features__typing-row {
  display: flex; align-items: center; gap: 6px; margin-left: 30px;
  padding: 8px 14px; background: #f0f8ff; border: 1px solid #e0f0fa;
  border-radius: 12px; width: fit-content;
}
.replori-product-features__typing-row span {
  width: 5px; height: 5px; border-radius: 50%; background: #2DA7D8;
  animation: reploriPfTBounce 1.2s ease-in-out infinite;
}
.replori-product-features__typing-row span:nth-child(2) { animation-delay: .15s; }
.replori-product-features__typing-row span:nth-child(3) { animation-delay: .3s; }
@keyframes reploriPfTBounce {
  0%, 60%, 100% { transform: translateY(0); }
  30% { transform: translateY(-3px); }
}

/* New message pulse */
@keyframes reploriPfNewMsg {
  0% { box-shadow: 0 0 0 0 rgba(45,167,216,0.3); }
  100% { box-shadow: 0 0 0 8px rgba(45,167,216,0); }
}
.replori-product-features__sb-item--new { animation: reploriPfNewMsg 1.5s ease; }

/* ── RIGHT PANEL ── */
.replori-product-features__rpanel {
  width: 300px; border-left: 1px solid #f0f0f0; display: flex;
  flex-direction: column; flex-shrink: 0; background: #fff;
}
.replori-product-features__rp-tabs { display: flex; border-bottom: 1px solid #f0f0f0; }
.replori-product-features__rp-tab {
  flex: 1; padding: 12px 0; text-align: center;
  font-family: var(--font-sans); font-size: 12px; font-weight: 600;
  color: #bbb; cursor: pointer; border-bottom: 2px solid transparent; transition: all .2s;
}
.replori-product-features__rp-tab--active { color: #111; border-bottom-color: #111; }
.replori-product-features__rp-body { flex: 1; overflow-y: auto; padding: 14px; }
.replori-product-features__rp-body::-webkit-scrollbar { width: 0; }
.replori-product-features__rp-label {
  font-family: var(--font-sans); font-size: 11px; font-weight: 600;
  color: #888; margin-bottom: 10px; display: flex; align-items: center; gap: 4px;
}

/* Tab content animation */
.replori-product-features__tab-content { animation: reploriPfTabFade .3s ease; }
@keyframes reploriPfTabFade {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* AI Suggested Replies */
.replori-product-features__ai-reply {
  border: 1px solid #f0f0f0; border-radius: 12px; padding: 12px;
  margin-bottom: 10px; transition: all .2s;
  opacity: 0; transform: translateX(12px); cursor: pointer;
}
.replori-product-features__ai-reply--vis { opacity: 1; transform: translateX(0); }
.replori-product-features__ai-reply:hover { border-color: #2DA7D8; box-shadow: 0 2px 12px rgba(45,167,216,0.08); }
.replori-product-features__ai-reply-top {
  display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px;
}
.replori-product-features__ai-reply-title { font-family: var(--font-sans); font-size: 12px; font-weight: 700; color: #222; }
.replori-product-features__ai-reply-tone { font-family: var(--font-sans); font-size: 9px; font-weight: 600; padding: 2px 8px; border-radius: 8px; }
.replori-product-features__tone--emp { background: #fce4ec; color: #e91e63; }
.replori-product-features__tone--pro { background: #e8eaf6; color: #3f51b5; }
.replori-product-features__tone--apo { background: #fff3e0; color: #f57c00; }
.replori-product-features__ai-reply-text {
  font-family: var(--font-sans); font-size: 11px; color: #999; line-height: 1.55;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden; margin-bottom: 8px;
}
.replori-product-features__ai-reply-actions { display: flex; gap: 6px; }
.replori-product-features__ai-use-btn {
  flex: 1; padding: 7px; border-radius: 8px; background: #22c55e; color: #fff;
  border: none; font-family: var(--font-sans); font-size: 11px; font-weight: 600;
  cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 4px;
  transition: all .2s;
}
.replori-product-features__ai-use-btn:hover { background: #16a34a; }
.replori-product-features__ai-copy-btn {
  width: 32px; height: 32px; border-radius: 8px; background: #f5f5f5; border: none;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
}

/* Request More Info */
.replori-product-features__rmi { margin-top: 6px; }
.replori-product-features__rmi-label {
  font-family: var(--font-sans); font-size: 11px; font-weight: 600;
  color: #888; margin-bottom: 8px;
}
.replori-product-features__rmi-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.replori-product-features__rmi-tag {
  padding: 6px 12px; border-radius: 8px; background: #f5f5f5;
  font-family: var(--font-sans); font-size: 11px; font-weight: 500; color: #666;
  cursor: pointer; display: flex; align-items: center; gap: 4px;
  transition: all .2s; border: 1px solid #eee;
}
.replori-product-features__rmi-tag:hover { background: #eef6fb; border-color: #2DA7D8; color: #2DA7D8; }

/* Policies tab */
.replori-product-features__policy-item {
  display: flex; gap: 10px; padding: 12px; border: 1px solid #f0f0f0;
  border-radius: 10px; margin-bottom: 8px; transition: all .2s; cursor: pointer;
}
.replori-product-features__policy-item:hover { border-color: #2DA7D8; background: #f8fcfe; }
.replori-product-features__policy-icon {
  width: 32px; height: 32px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.replori-product-features__policy-title { font-family: var(--font-sans); font-size: 12px; font-weight: 700; color: #222; margin-bottom: 3px; }
.replori-product-features__policy-text { font-family: var(--font-sans); font-size: 11px; color: #999; line-height: 1.55; }

/* Notes tab */
.replori-product-features__note-item {
  padding: 12px; border-left: 3px solid #eee; margin-bottom: 10px;
  border-radius: 0 8px 8px 0; background: #fafbfc; transition: all .2s;
}
.replori-product-features__note-item:hover { border-left-color: #2DA7D8; background: #f8fcfe; }
.replori-product-features__note-top { display: flex; justify-content: space-between; margin-bottom: 5px; }
.replori-product-features__note-author { font-family: var(--font-sans); font-size: 11px; font-weight: 700; color: #222; }
.replori-product-features__note-time { font-family: var(--font-sans); font-size: 10px; color: #bbb; }
.replori-product-features__note-text { font-family: var(--font-sans); font-size: 11.5px; color: #777; line-height: 1.6; }
.replori-product-features__note-add { margin-top: 12px; }
.replori-product-features__note-input {
  width: 100%; padding: 10px 12px; border: 1px solid #eee; border-radius: 10px;
  font-family: var(--font-sans); font-size: 12px; color: #333;
  resize: none; height: 60px; outline: none; transition: border .2s; margin-bottom: 6px;
}
.replori-product-features__note-input:focus { border-color: #2DA7D8; }
.replori-product-features__note-btn {
  padding: 7px 16px; border-radius: 8px; background: #111; color: #fff;
  border: none; font-family: var(--font-sans); font-size: 11px; font-weight: 600;
  cursor: pointer; transition: all .2s;
}
.replori-product-features__note-btn:hover { background: #2DA7D8; }

/* Bottom actions */
.replori-product-features__rp-bottom {
  padding: 12px 14px; border-top: 1px solid #f0f0f0; display: flex;
  flex-direction: column; gap: 8px; flex-shrink: 0; margin-top: auto;
}
.replori-product-features__rp-assign {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 12px; border: 1px solid #eee; border-radius: 10px;
  font-family: var(--font-sans); font-size: 12px; color: #222; cursor: pointer;
}
.replori-product-features__rp-btns { display: flex; gap: 6px; }
.replori-product-features__rp-btn {
  flex: 1; padding: 7px; border-radius: 8px; border: 1px solid #eee; background: #fff;
  font-family: var(--font-sans); font-size: 11px; font-weight: 500; color: #888;
  cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 4px;
  transition: all .2s;
}
.replori-product-features__rp-btn:hover { background: #f5f5f5; }
.replori-product-features__rp-btn--close { color: #ef4444; border-color: #fecaca; }
.replori-product-features__rp-btn--close:hover { background: #fef2f2; }
.replori-product-features__rp-resolve {
  padding: 10px; border-radius: 10px; background: #111; color: #fff;
  border: none; font-family: var(--font-sans); font-size: 12px; font-weight: 600;
  cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 6px;
  transition: all .2s;
}
.replori-product-features__rp-resolve:hover { background: #2DA7D8; }

/* Override .replori-scope button { background: none } — match its (0,1,1) specificity with button.class */
button.replori-product-features__ai-use-btn { background: #22c55e; }
button.replori-product-features__ai-copy-btn { background: #f5f5f5; }
button.replori-product-features__rp-btn { background: #fff; }
button.replori-product-features__rp-btn--close { background: #fff; }
button.replori-product-features__rp-resolve { background: #111; }
button.replori-product-features__note-btn { background: #111; }

/* Mobile nav — hidden on desktop */
.replori-product-features__mob-nav { display: none; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .replori-product-features__heading { font-size: 28px; }
  .replori-product-features__subtitle { font-size: 14px; }

  /* Mobile nav bar */
  .replori-product-features__mob-nav {
    display: flex; width: 100%; border-bottom: 1px solid #f0f0f0;
    background: #fafafa; flex-shrink: 0;
  }
  button.replori-product-features__mob-btn {
    flex: 1; display: flex; align-items: center; justify-content: center; gap: 5px;
    padding: 10px 0; border: none; border-bottom: 2px solid transparent;
    background: none; font-family: var(--font-sans); font-size: 12px; font-weight: 600;
    color: #999; cursor: pointer; transition: color .2s, border-color .2s;
  }
  button.replori-product-features__mob-btn.replori-product-features__mob-btn--active {
    color: #111; border-bottom-color: #2DA7D8;
  }

  /* Dashboard — column layout, fixed height */
  .replori-product-features__dash {
    flex-direction: column; height: 580px; overflow: hidden;
  }

  /* Hide all panels + reset desktop widths & borders */
  .replori-product-features__dash > .replori-product-features__sidebar,
  .replori-product-features__dash > .replori-product-features__chat-area,
  .replori-product-features__dash > .replori-product-features__rpanel {
    display: none;
    width: 100%;
    max-height: none;
    border: none;
  }

  /* Active panel — fills remaining space below nav */
  .replori-product-features__dash[data-mob-panel="sidebar"] > .replori-product-features__sidebar,
  .replori-product-features__dash[data-mob-panel="chat"] > .replori-product-features__chat-area,
  .replori-product-features__dash[data-mob-panel="rpanel"] > .replori-product-features__rpanel {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    min-height: 0;
    overflow: hidden;
  }

  /* Internal scroll containers fill their panels */
  .replori-product-features__chat-body { flex: 1; overflow-y: auto; min-height: 0; }
}

@media (max-width: 768px) {
  .replori-product-features__heading { font-size: 2rem; letter-spacing: -1px; }
  .replori-product-features__subtitle { font-size: 15px; }
  .replori-product-features__dash { height: 540px; }
  button.replori-product-features__mob-btn { font-size: 11px; }
  .replori-product-features__msg-bubble { font-size: 11px; }
  .replori-product-features__sb-item-preview { font-size: 11px; }
  .replori-product-features__chat-hdr-name { font-size: 13px; }
  .replori-product-features__rp-label { font-size: 10px; }
  .replori-product-features__ai-reply-text { font-size: 11px; }
}

@media (max-width: 480px) {
  .replori-product-features__dash { height: 500px; }
  button.replori-product-features__mob-btn { font-size: 10px; padding: 8px 0; }
  .replori-product-features__mob-btn svg { width: 12px; height: 12px; }
  .replori-product-features__msg-bubble { font-size: 10.5px; padding: 8px 10px; }
  .replori-product-features__sb-item { padding: 8px 10px; }
  .replori-product-features__sb-item-preview { font-size: 10.5px; }
}

/* ========== BLOG ARCHIVE ========== */
.replori-blog__header { padding-top: 160px; padding-bottom: 0; }
.replori-blog__header .replori-heading { margin-bottom: 32px; }
.replori-blog__filters {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px;
}
.replori-blog__filter-pill {
  display: inline-block; border-radius: 50px; padding: 5px 14px;
  background-color: rgba(0, 0, 0, 0.03); font-family: var(--font-sans);
  font-size: 14px; line-height: 1.35; letter-spacing: 0.07px;
  color: var(--fg-3); text-decoration: none; transition: all 0.2s;
  cursor: pointer;
}
.replori-blog__filter-pill:hover {
  background-color: rgba(0, 0, 0, 0.06); color: var(--fg-2);
}
.replori-blog__filter-pill--active {
  background-color: var(--fg-1); color: var(--bg-1);
}
.replori-blog__filter-pill--active:hover {
  background-color: var(--fg-1); color: var(--bg-1); opacity: 0.9;
}
.replori-blog__pagination {
  display: flex; justify-content: center; align-items: center;
  gap: 4px; margin-top: 48px;
}
.replori-blog__pagination a,
.replori-blog__pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; height: 40px; padding: 0 12px; border-radius: 8px;
  font-family: var(--font-sans); font-size: 14px; font-weight: 500;
  color: var(--fg-2); text-decoration: none; transition: all 0.2s;
}
.replori-blog__pagination a:hover { background-color: rgba(0, 0, 0, 0.04); }
.replori-blog__pagination .current {
  background-color: var(--fg-1); color: var(--bg-1);
}
.replori-blog__pagination .dots { color: var(--fg-4); }
.replori-blog__empty {
  text-align: center; padding: 80px 24px;
  font-family: var(--font-sans); font-size: 16px; color: var(--fg-3);
}

/* ========== SINGLE POST ========== */
.replori-single__inner { max-width: 720px; margin: 0 auto; }
.replori-single__header { margin-bottom: 32px; }
.replori-single__categories {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px;
}
.replori-single__categories .replori-news__post-tag {
  text-decoration: none; transition: opacity 0.2s;
}
.replori-single__categories .replori-news__post-tag:hover { opacity: 0.7; }
.replori-single__title {
  font-family: var(--font-brand); font-size: 40px; font-weight: 600;
  line-height: 120%; letter-spacing: -0.8px; color: var(--fg-1);
  margin-bottom: 16px;
}
.replori-single__meta {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-sans); font-size: 14px; color: var(--fg-3);
}
.replori-single { padding-top: 160px; }
.replori-single .replori-article__image { margin-bottom: 32px; }
.replori-single .replori-article__image img { width: 100%; height: auto; }

/* Single post content — block editor output */
.replori-single__content {
  font-family: var(--font-sans); font-feature-settings: "cv11";
  font-size: 16px; line-height: 170%; letter-spacing: -0.18px; color: var(--fg-2);
}
.replori-single__content p { margin-bottom: 24px; }
.replori-single__content h2 {
  font-family: var(--font-brand); font-size: 24px; font-weight: 600;
  line-height: 135%; letter-spacing: -0.48px; color: var(--fg-1);
  margin-top: 48px; margin-bottom: 16px;
}
.replori-single__content h3 {
  font-family: var(--font-brand); font-size: 20px; font-weight: 600;
  line-height: 135%; letter-spacing: -0.33px; color: var(--fg-1);
  margin-top: 40px; margin-bottom: 12px;
}
.replori-single__content a {
  color: rgb(26, 136, 248); text-decoration-line: underline;
  text-underline-offset: 3px;
}
.replori-single__content ul { list-style-type: disc; padding-left: 20px; margin-bottom: 24px; }
.replori-single__content ol { list-style-type: decimal; padding-left: 20px; margin-bottom: 24px; }
.replori-single__content li {
  padding: 4px 0; margin-left: 0; color: var(--fg-2); line-height: 170%;
}
.replori-single__content img {
  max-width: 100%; height: auto; border-radius: 12px; margin: 24px 0;
}
.replori-single__content blockquote {
  padding-left: 1.5rem; border-left: 2px solid var(--border-1);
  font-style: italic; color: var(--fg-3); margin: 24px 0;
}
.replori-single__content pre {
  background: rgba(33, 29, 29, 0.04); border-radius: 8px;
  padding: 16px; overflow-x: auto; margin: 24px 0;
  font-family: var(--font-mono); font-size: 14px; line-height: 160%;
}
.replori-single__content code {
  padding: 2px 6px; border-radius: 4px;
  background-color: rgba(33, 29, 29, 0.06); font-size: 14px;
  font-family: var(--font-mono);
}
.replori-single__content pre code {
  padding: 0; background: none; font-size: inherit;
}

.replori-single__footer {
  margin-top: 48px; padding-top: 32px;
  border-top: 1px solid var(--border-1);
}
.replori-single__footer .replori-link {
  display: inline-flex; align-items: center; gap: 6px;
}
.replori-single__footer .replori-link svg {
  transform: rotate(180deg);
}

/* ========== PAGE ========== */
.replori-page { padding-top: 160px; }
.replori-page__inner { max-width: 720px; margin: 0 auto; }
.replori-page__title {
  font-family: var(--font-brand); font-size: 40px; font-weight: 600;
  line-height: 120%; letter-spacing: -0.8px; color: var(--fg-1);
  margin-bottom: 32px;
}
.replori-page__content {
  font-family: var(--font-sans); font-feature-settings: "cv11";
  font-size: 16px; line-height: 170%; letter-spacing: -0.18px; color: var(--fg-2);
}
.replori-page__content p { margin-bottom: 24px; }
.replori-page__content h2 {
  font-family: var(--font-brand); font-size: 24px; font-weight: 600;
  line-height: 135%; letter-spacing: -0.48px; color: var(--fg-1);
  margin-top: 48px; margin-bottom: 16px;
}
.replori-page__content h3 {
  font-family: var(--font-brand); font-size: 20px; font-weight: 600;
  line-height: 135%; letter-spacing: -0.33px; color: var(--fg-1);
  margin-top: 40px; margin-bottom: 12px;
}
.replori-page__content a {
  color: rgb(26, 136, 248); text-decoration-line: underline;
  text-underline-offset: 3px;
}
.replori-page__content ul { list-style-type: disc; padding-left: 20px; margin-bottom: 24px; }
.replori-page__content ol { list-style-type: decimal; padding-left: 20px; margin-bottom: 24px; }
.replori-page__content li {
  padding: 4px 0; margin-left: 0; color: var(--fg-2); line-height: 170%;
}
.replori-page__content img {
  max-width: 100%; height: auto; border-radius: 12px; margin: 24px 0;
}
.replori-page__content blockquote {
  padding-left: 1.5rem; border-left: 2px solid var(--border-1);
  font-style: italic; color: var(--fg-3); margin: 24px 0;
}
.replori-page__content pre {
  background: rgba(33, 29, 29, 0.04); border-radius: 8px;
  padding: 16px; overflow-x: auto; margin: 24px 0;
  font-family: var(--font-mono); font-size: 14px; line-height: 160%;
}
.replori-page__content code {
  padding: 2px 6px; border-radius: 4px;
  background-color: rgba(33, 29, 29, 0.06); font-size: 14px;
  font-family: var(--font-mono);
}
.replori-page__content pre code {
  padding: 0; background: none; font-size: inherit;
}
.replori-page__content table {
  width: 100%; border-collapse: collapse; margin: 24px 0;
}
.replori-page__content th,
.replori-page__content td {
  padding: 10px 14px; border: 1px solid var(--border-1);
  text-align: left; font-size: 14px;
}
.replori-page__content th {
  font-weight: 600; color: var(--fg-1);
  background: rgba(33, 29, 29, 0.03);
}

/* Placeholder for missing thumbnails */
.replori-news__post-image--placeholder {
  width: 100%; aspect-ratio: 1200 / 628;
  background-color: rgb(247, 247, 246);
}

/* ========== BLOG RESPONSIVE ========== */
@media (max-width: 768px) {
  .replori-single__title { font-size: 28px; letter-spacing: -0.5px; }
  .replori-single__inner { max-width: 100%; }
  .replori-single__content { font-size: 15px; line-height: 165%; }
  .replori-single__content h2 { font-size: 22px; margin-top: 36px; }
  .replori-single__content h3 { font-size: 18px; margin-top: 32px; }
  .replori-page__title { font-size: 28px; letter-spacing: -0.5px; }
  .replori-page__inner { max-width: 100%; }
  .replori-page__content { font-size: 15px; line-height: 165%; }
  .replori-page__content h2 { font-size: 22px; margin-top: 36px; }
  .replori-page__content h3 { font-size: 18px; margin-top: 32px; }
  .replori-blog__filters { gap: 6px; }
  .replori-blog__filter-pill { font-size: 13px; padding: 4px 12px; }
  .replori-blog__pagination { margin-top: 32px; }
  .replori-blog__pagination a,
  .replori-blog__pagination span { min-width: 36px; height: 36px; font-size: 13px; }
  .replori-blog__header { padding-top: 100px !important; }
  .replori-single { padding-top: 100px !important; }
  .replori-page { padding-top: 100px !important; }
}

/* ========== CONTACT PAGE ========== */

/* Widen the inner container for the contact two-column layout */
.replori-page--contact .replori-page__inner { max-width: 980px; }
.replori-page--contact .replori-page__title { display: none; }
.replori-page--contact { padding-top: 140px; }

.contact-wrapper {
  display: flex; gap: 48px; align-items: flex-start;
}
.contact-info {
  flex: 0 0 340px; display: flex; flex-direction: column; gap: 24px;
}
.contact-info__heading {
  font-family: var(--font-brand); font-size: 26px; font-weight: 600;
  line-height: 130%; letter-spacing: -0.5px; color: var(--fg-1);
}
.contact-info__text {
  font-family: var(--font-sans); font-size: 15px; line-height: 170%;
  color: var(--fg-2); letter-spacing: -0.18px;
}
.contact-info__email-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px; border-radius: 50px;
  background-color: #fff; color: var(--fg-1);
  font-family: var(--font-sans); font-size: 15px; font-weight: 500;
  letter-spacing: -0.18px; text-decoration: none;
  transition: opacity 0.15s; width: fit-content;
}
.contact-info__email-btn:hover { opacity: 0.88; }
.contact-info__email-btn svg { flex-shrink: 0; }

/* CF7 Form — right column */
.contact-form-col { flex: 1; min-width: 0; }

.cf7-contact-form {
  display: flex; flex-direction: column; gap: 16px;
}
.cf7-contact-form .wpcf7-form-control-wrap {
  display: block; width: 100%;
}
.cf7-contact-form input[type="text"],
.cf7-contact-form input[type="email"],
.cf7-contact-form input[type="tel"],
.cf7-contact-form input[type="url"],
.cf7-contact-form textarea {
  width: 100%; padding: 12px 16px;
  border: 1px solid var(--border-2); border-radius: 10px;
  background: var(--bg-1); color: var(--fg-1);
  font-family: var(--font-sans); font-size: 15px;
  font-feature-settings: "cv11"; letter-spacing: -0.18px;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}
.cf7-contact-form input[type="text"]:focus,
.cf7-contact-form input[type="email"]:focus,
.cf7-contact-form input[type="tel"]:focus,
.cf7-contact-form input[type="url"]:focus,
.cf7-contact-form textarea:focus {
  border-color: var(--purple-1);
  box-shadow: 0 0 0 3px var(--purple-3);
}
.cf7-contact-form input::placeholder,
.cf7-contact-form textarea::placeholder {
  color: var(--fg-4); font-weight: 400;
}
.cf7-contact-form textarea {
  min-height: 140px; resize: vertical;
}
.cf7-contact-form input[type="submit"] {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 32px; border-radius: 50px;
  background-color: var(--purple-1); color: #fff;
  font-family: var(--font-sans); font-size: 15px; font-weight: 500;
  letter-spacing: -0.18px; cursor: pointer; border: none;
  transition: opacity 0.15s; width: fit-content; align-self: flex-start;
}
.cf7-contact-form input[type="submit"]:hover { opacity: 0.9; }

/* CF7 validation messages */
.cf7-contact-form .wpcf7-not-valid-tip {
  font-size: 13px; color: #ef4444; margin-top: 4px;
}
.wpcf7-response-output {
  font-family: var(--font-sans); font-size: 14px;
  padding: 12px 16px; border-radius: 10px; margin-top: 16px;
}

/* CF7 spinner override */
.cf7-contact-form .wpcf7-spinner { margin-left: 12px; }

/* ========== CONTACT PAGE — RESPONSIVE ========== */
@media (max-width: 768px) {
  .replori-page--contact { padding-top: 6rem !important; }
  .contact-wrapper { flex-direction: column; gap: 36px; }
  .contact-info { flex: none; width: 100%; }
  .contact-info__heading { font-size: 22px; }
}

/* ==========================================================================
   MOBILE RESPONSIVENESS — Appended styles (do not edit desktop rules above)
   ========================================================================== */

/* ---------- 1. Global: Overflow Protection ---------- */
@media (max-width: 768px) {
  .replori-scope { overflow-x: hidden; }
  .replori-hero__gradient-line {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

/* ---------- 2. Hero Section ---------- */
@media (max-width: 768px) {
  .replori-hero__section { padding-top: 100px !important; }
  .replori-hero__description { font-size: 18px; letter-spacing: -0.3px; }
  .replori-hero__button { height: 38px; font-size: 15px; padding: 0 14px; margin-top: 20px; }
}
@media (max-width: 480px) {
  .replori-hero__section { padding-top: 80px !important; }
  .replori-hero__description { font-size: 16px; letter-spacing: -0.2px; }
  .replori-hero__button { height: 36px; font-size: 14px; padding: 0 12px; margin-top: 16px; }
}

/* ---------- 3. Logo Carousel ---------- */
@media (max-width: 768px) {
  .replori-logo-carousel__section { padding: 0 20px 48px !important; }
  .replori-logo-carousel__container::before,
  .replori-logo-carousel__container::after { width: 4rem; }
  .replori-logo-carousel__logo img { height: 30px; margin-top: 18px; }
}

/* ---------- 4. About Section ---------- */
@media (max-width: 768px) {
  .replori-about__image-container { overflow: hidden; }
  .replori-about__chat-body { overflow-y: auto; }
  .replori-about-chat__avatar { width: 22px; height: 22px; }
  .replori-about-chat__avatar--user { font-size: 9px; }
  .replori-about-chat__product-row { flex-wrap: wrap; }
  .replori-about-chat__product-thumb { width: 36px; height: 36px; }
  .replori-about-chat__product-details { flex-basis: calc(100% - 46px); }
  .replori-about-chat__product-name { font-size: 11px; }
  .replori-about-chat__product-pricing { flex-wrap: wrap; }
  .replori-about-chat__product-sale { font-size: 11px; }
  .replori-about-chat__product-original { font-size: 10px; }
  .replori-about-chat__product-badge { font-size: 8px; }
  .replori-about-chat__product-add { margin-left: auto; font-size: 10px; padding: 4px 8px; }
  .replori-about-chat__sender-label { font-size: 9px; }
}
@media (max-width: 480px) {
  .replori-about__title { font-size: 22px; }
  .replori-about-chat__content { max-width: 160px; }
  .replori-about-chat__bubble { font-size: 11px; padding: 7px 10px; }
}

/* ---------- 5. Carousel (Mobile-only section) ---------- */
@media (max-width: 480px) {
  .replori-carousel__item { height: 360px; padding: 24px; }
}
@media (max-width: 375px) {
  .replori-carousel__item { height: 320px; padding: 20px; }
}

/* ---------- 7. Product Features (Inbox Dashboard) ---------- */
@media (max-width: 768px) {
  .replori-product-features__sidebar { max-height: 200px; }
  .replori-product-features__chat-area {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
  }
  .replori-product-features__msg-bubble { margin-left: 16px; font-size: 12px; }
  .replori-product-features__sb-item-name { font-size: 11px; }
  .replori-product-features__sb-item-time { font-size: 9px; }
  .replori-product-features__sb-item-preview {
    font-size: 10px;
    -webkit-line-clamp: 1;
  }
  .replori-product-features__sb-tag { font-size: 8px; }
  .replori-product-features__chat-hdr-name { font-size: 13px; }
  .replori-product-features__chat-hdr-meta { font-size: 10px; }
  .replori-product-features__msg-meta { font-size: 10px; }
  .replori-product-features__msg-sender { font-size: 10px; }
  .replori-product-features__rp-tab { font-size: 11px; }
  .replori-product-features__rp-label { font-size: 10px; }
  .replori-product-features__ai-reply-title { font-size: 11px; }
  .replori-product-features__ai-reply-text { font-size: 10px; }
  .replori-product-features__ai-use-btn { font-size: 10px; }
  .replori-product-features__policy-title { font-size: 11px; }
  .replori-product-features__policy-text { font-size: 10px; }
  .replori-product-features__note-author { font-size: 10px; }
  .replori-product-features__note-text { font-size: 10.5px; }
  .replori-product-features__typing-row { margin-left: 16px; }
}
@media (max-width: 480px) {
  .replori-product-features__heading { font-size: 2rem; letter-spacing: -0.8px; }
  .replori-product-features__subtitle { font-size: 15px; }
  .replori-product-features__sidebar { max-height: 160px; }
  .replori-product-features__chat-area {
    height: 350px;
    min-height: 350px;
    max-height: 350px;
  }
  .replori-product-features__rpanel { max-height: 250px; overflow-y: auto; }
  .replori-product-features__msg-bubble { margin-left: 12px; font-size: 11px; padding: 10px 12px; }
  .replori-product-features__sb-item { padding: 8px 10px; }
  .replori-product-features__chat-input-field { font-size: 11px; padding: 8px 10px; }
}

/* ---------- 8. Support Features ---------- */
@media (max-width: 860px) {
  .replori-support__pipeline { grid-template-columns: 1fr; grid-template-rows: auto; }
  .replori-support__arrow-col { height: 32px; padding: 0; }
  .replori-support__arrow-col::before {
    top: 50%; left: 24px; right: 24px; bottom: auto;
    width: auto; height: 1px;
    background: linear-gradient(to right, transparent, #edf0f4, transparent);
    transform: none;
  }
  .replori-support__arrow-circle svg { transform: rotate(90deg); }
  .replori-support__banner-stats { gap: 16px; }
  .replori-support__bstat-val { font-size: 22px; }
  .replori-support__title { font-size: 16px; }
  .replori-support__desc { font-size: 14px; }
  .replori-support__banner-desc { font-size: 14px; }
  .replori-support__bstat-label { font-size: 11px; }
}
@media (max-width: 560px) {
  .replori-support__section { padding: 48px 16px 56px; }
  .replori-support__section .replori-heading { margin-bottom: 32px; }
  .replori-support__stage { padding: 22px 18px; }
  .replori-support__banner {
    flex-direction: column; text-align: center;
    padding: 24px 20px; gap: 16px;
  }
  .replori-support__banner-stats {
    width: 100%; justify-content: space-around;
    padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.12);
  }
  .replori-support__eyebrow { font-size: 10px; }
}

/* ---------- 9. News Section ---------- */
@media (max-width: 768px) {
  .replori-news__post-title { font-size: 17px; }
  .replori-news__post-description { font-size: 14px; }
  .replori-news__post-content { padding: 16px; }
  .replori-news__post-tag { font-size: 12px; padding: 4px 10px; }
}

/* ===== Video Section ===== */

@keyframes rv-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes rv-pulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.5); opacity: 0; }
}

.replori-video__section { position: relative; background: #ffffff; overflow: hidden; }

.replori-video__bg-dots {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(45,167,216,0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.replori-video__glow--1 {
  position: absolute; top: -120px; right: -80px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(45,167,216,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.replori-video__glow--2 {
  position: absolute; bottom: -80px; left: -60px;
  width: 350px; height: 350px; border-radius: 50%;
  background: radial-gradient(circle, rgba(45,167,216,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.replori-video__inner {
  position: relative; z-index: 1; max-width: 1060px; width: 100%; margin: 0 auto;
}

.replori-video__header { text-align: center; margin-bottom: 52px; }

.replori-video__badge {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 18px; border-radius: 100px;
  background: rgba(45,167,216,0.07); border: 1px solid rgba(45,167,216,0.13);
  font-family: var(--font-sans); font-size: 12.5px; font-weight: 600;
  color: #2DA7D8; letter-spacing: 0.6px; text-transform: uppercase;
  margin-bottom: 22px;
}

.replori-video__title {
  font-family: var(--font-brand); font-size: clamp(30px, 4.2vw, 48px); font-weight: 700;
  line-height: 1.15; letter-spacing: -0.025em; color: #0f172a; margin-bottom: 16px;
}

.replori-video__title-accent {
  background: linear-gradient(135deg, #2DA7D8, #1a8bb5);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

.replori-video__subtitle {
  font-family: var(--font-sans); font-size: 17px; line-height: 1.7;
  color: #64748b; margin: 0 auto; max-width: 540px;
}

/* Player wrapper */
.replori-video__player-wrap {
  position: relative; border-radius: 18px; overflow: hidden;
  background: #0b111e;
  box-shadow:
    0 0 0 1px rgba(45,167,216,0.08),
    0 30px 80px -15px rgba(0,0,0,0.22),
    0 0 50px -18px rgba(45,167,216,0.12);
}

.replori-video__browser-bar {
  display: flex; align-items: center; gap: 7px;
  padding: 14px 18px; background: #111827;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.replori-video__dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; }
.replori-video__dot--red { background: #ff5f57; }
.replori-video__dot--yellow { background: #febc2e; }
.replori-video__dot--green { background: #28c840; }

.replori-video__browser-url {
  flex: 1; text-align: center; font-family: var(--font-mono);
  font-size: 12px; color: rgba(255,255,255,0.3); letter-spacing: 0.3px;
}

/* Video area */
.replori-video__area {
  position: relative; width: 100%; padding-bottom: 56.25%;
  background: linear-gradient(145deg, #0b111e 0%, #111d30 50%, #0d1524 100%);
  cursor: pointer;
}

/* Animated mesh bg */
.replori-video__area::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 25% 35%, rgba(45,167,216,0.08) 0%, transparent 55%),
    radial-gradient(ellipse at 75% 65%, rgba(99,102,241,0.06) 0%, transparent 55%),
    radial-gradient(ellipse at 50% 50%, rgba(45,167,216,0.03) 0%, transparent 80%);
  z-index: 1;
}

/* Grid overlay */
.replori-video__area::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
  background-size: 48px 48px;
  z-index: 1; pointer-events: none;
}

.replori-video__element {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0; transition: opacity 0.3s ease; z-index: 2;
}

/* Floating feature pills */
.replori-video__float-pills {
  position: absolute; inset: 0; z-index: 3;
  pointer-events: none; opacity: 1; transition: opacity 0.3s ease;
}

.replori-video__pill {
  position: absolute; display: flex; align-items: center; gap: 6px;
  padding: 7px 14px; border-radius: 100px;
  background: rgba(255,255,255,0.07); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.08);
  font-family: var(--font-sans); font-size: 12px; font-weight: 500;
  color: rgba(255,255,255,0.75); white-space: nowrap;
  animation: rv-float 6s ease-in-out infinite;
}

.replori-video__pill-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }

/* Overlay (for play/pause state) */
.replori-video__overlay {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 28px;
  z-index: 4; opacity: 1; pointer-events: auto;
  transition: opacity 0.3s ease;
}

.replori-video__logo-group {
  display: flex; align-items: center; gap: 11px;
  opacity: 1; transition: opacity 0.3s ease;
}

.replori-video__logo-icon {
  width: 40px; height: 40px; border-radius: 11px;
  object-fit: cover;
}

.replori-video__logo-text {
  font-family: var(--font-brand); font-size: 24px; font-weight: 700;
  color: #fff; letter-spacing: -0.02em;
}

/* Play button */
.replori-video__play-btn {
  display: flex; align-items: center; justify-content: center;
  width: 80px; height: 80px; border-radius: 50%;
  background: linear-gradient(135deg, #2DA7D8, #1a8bb5);
  border: none; cursor: pointer; position: relative;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
  box-shadow: 0 6px 30px rgba(45,167,216,0.35);
  z-index: 5; padding: 0;
}

.replori-video__play-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 40px rgba(45,167,216,0.5);
}

/* Pulse rings */
.replori-video__play-btn::before,
.replori-video__play-btn::after {
  content: ''; position: absolute; inset: -8px; border-radius: 50%;
  border: 2px solid rgba(45,167,216,0.3);
  animation: rv-pulse 2.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.replori-video__play-btn::after {
  inset: -18px; border-color: rgba(45,167,216,0.15);
  animation-delay: 0.6s;
}

.replori-video__play-triangle {
  display: block; width: 0; height: 0;
  border-style: solid; border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}

.replori-video__play-label {
  font-family: var(--font-sans); font-size: 14px; font-weight: 500;
  color: rgba(255,255,255,0.5); letter-spacing: 0.5px;
}

/* Duration tag */
.replori-video__duration {
  position: absolute; bottom: 16px; right: 16px; z-index: 4;
  padding: 5px 12px; border-radius: 6px;
  background: rgba(0,0,0,0.55); backdrop-filter: blur(8px);
  font-family: var(--font-mono); font-size: 12px; font-weight: 500;
  color: rgba(255,255,255,0.8); letter-spacing: 0.3px;
  opacity: 1; transition: opacity 0.3s ease;
}

/* Feature chips strip */
.replori-video__chips {
  display: flex; align-items: center; justify-content: center;
  gap: 6px; flex-wrap: wrap; margin-top: 36px;
}

.replori-video__chip {
  display: flex; align-items: center; gap: 7px;
  padding: 10px 20px; border-radius: 100px;
  background: #f8fafc; border: 1px solid #e2e8f0;
  font-family: var(--font-sans); font-size: 13.5px; font-weight: 500;
  color: #334155; transition: all 0.3s ease; cursor: default;
}

.replori-video__chip:hover {
  background: #fff; border-color: #2DA7D8;
  box-shadow: 0 2px 12px rgba(45,167,216,0.1);
  transform: translateY(-2px);
}

.replori-video__chip-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }

/* Tagline */
.replori-video__tagline {
  font-family: var(--font-sans); font-size: 15px; line-height: 160%;
  color: #94a3b8; margin: 40px 0 0; text-align: center;
}

.replori-video__tagline strong { color: #2DA7D8; font-weight: 600; }

/* Video Section — Responsive */
@media (max-width: 768px) {
  .replori-video__player-wrap { border-radius: 14px; }
  .replori-video__play-btn { width: 64px; height: 64px; }
  .replori-video__play-triangle { border-width: 11px 0 11px 19px; margin-left: 3px; }
  .replori-video__float-pills { display: none; }
  .replori-video__chip { padding: 8px 14px; font-size: 12.5px; }
  .replori-video__chips { gap: 5px; }
}
