/* Homepage convert hero + auth modal (ported from Flipbook-PDF landing) */
:root {
  --site-max-width: 1800px;
}
#convert {
  scroll-margin-top: 88px;
}
.landing-convert.hero-section {
  text-align: left;
  margin-top: 0 !important;
}
.landing-convert {
  /* Clear sticky header + small breathing gap; preview still uses most of the viewport. */
  position: relative;
  isolation: isolate;
  padding: 104px 0 20px;
  min-height: 0;
  max-height: none;
  display: flex;
  align-items: flex-start;
  background-color: #f7f8f7;
  box-sizing: border-box;
}
.landing-convert::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("../assets/img/landing-hero-iso.svg");
  background-size: 72px 41px;
  background-repeat: repeat;
  opacity: 0.55;
  -webkit-mask-image:
    radial-gradient(ellipse 48% 62% at 86% 36%, #000 0%, rgba(0, 0, 0, 0.35) 38%, transparent 70%),
    radial-gradient(ellipse 34% 40% at 62% 82%, rgba(0, 0, 0, 0.28) 0%, transparent 68%),
    linear-gradient(105deg, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.12) 52%, rgba(0, 0, 0, 0.45) 100%);
  mask-image:
    radial-gradient(ellipse 48% 62% at 86% 36%, #000 0%, rgba(0, 0, 0, 0.35) 38%, transparent 70%),
    radial-gradient(ellipse 34% 40% at 62% 82%, rgba(0, 0, 0, 0.28) 0%, transparent 68%),
    linear-gradient(105deg, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.12) 52%, rgba(0, 0, 0, 0.45) 100%);
  -webkit-mask-composite: source-over;
  mask-composite: add;
}
.landing-convert > .container-xxl {
  position: relative;
  z-index: 1;
}
.landing-convert--bg2::before,
.landing-convert--bg3::before {
  display: none;
}
.landing-convert--bg2 {
  background-image:
    linear-gradient(90deg, rgba(255, 253, 248, 0.94) 0%, rgba(255, 253, 248, 0.72) 26%, rgba(255, 253, 248, 0.22) 54%, rgba(255, 253, 248, 0.06) 74%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.2) 78%, #ffffff 100%),
    url("../assets/img/landing-hero-bg-spread.jpg");
  background-size: auto, auto, min(1600px, 88vw) auto;
  background-position: center, center, right center;
  background-repeat: no-repeat;
}
.landing-convert--bg3 {
  background-image:
    linear-gradient(90deg, rgba(255, 253, 248, 0.94) 0%, rgba(255, 253, 248, 0.72) 26%, rgba(255, 253, 248, 0.22) 54%, rgba(255, 253, 248, 0.06) 74%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.2) 78%, #ffffff 100%),
    url("../assets/img/landing-hero-bg-stack.jpg");
  background-size: auto, auto, min(1600px, 88vw) auto;
  background-position: center, center, right center;
  background-repeat: no-repeat;
}
.landing-convert.division {
  padding-left: clamp(1.75rem, 4.5vw, 4.5rem);
  padding-right: clamp(1.75rem, 4.5vw, 4.5rem);
}
.landing-convert .container-xxl {
  width: 100%;
  max-width: var(--site-max-width, 1800px);
}
.landing-convert-grid {
  display: grid;
  /* Left copy stays capped; extra width past 1600 goes to the sample flipbook only */
  grid-template-columns: minmax(240px, 28rem) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
  min-height: 0;
}
.landing-convert-left {
  text-align: left;
  padding: 8px 0;
  /* Wide enough for H1 in 2 lines: “Interactive Digital Flipbook” on one line */
  max-width: 28rem;
}
.landing-convert-title {
  font-family: var(--main-font, "Roboto", sans-serif);
  color: var(--header-color, #111111);
  margin: 0 0 14px;
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-size: clamp(1.9rem, 2.2vw, 2.4rem);
  font-weight: 800;
}
.landing-convert.hero-section .landing-convert-title {
  font-weight: 800;
}
.landing-convert-desc,
.landing-signup-desc {
  font-family: var(--main-font, "Roboto", sans-serif);
  color: var(--text-color, #111111);
  margin: 0 0 1.75rem;
  max-width: 26rem;
  font-size: 1.05rem;
  line-height: 1.65;
}
.landing-signup-panel,
#landing-publish-panel {
  max-width: 24rem;
  padding: 1.15rem 1.2rem 1.25rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #128a3d 0%, #0a5c28 100%);
  box-shadow: 0 12px 28px rgba(10, 92, 40, 0.28);
}
.landing-convert--focus-form .landing-convert-grid {
  align-items: start;
}
.landing-convert--focus-form .landing-signup-panel,
.landing-convert--focus-form #landing-publish-panel {
  position: relative;
  z-index: 2;
  animation: landing-signup-pop 0.4s ease;
}
@keyframes landing-signup-pop {
  from {
    opacity: 0.45;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .landing-convert--focus-form .landing-signup-panel,
  .landing-convert--focus-form #landing-publish-panel {
    animation: none;
  }
}
.landing-signup-panel .landing-convert-title,
#landing-publish-panel .landing-convert-title {
  color: #fff;
}
.landing-signup-panel .landing-signup-desc,
#landing-publish-panel .landing-signup-desc {
  margin: 0 0 0.85rem;
  max-width: none;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.45;
}
.landing-signup-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: -0.15rem 0 1rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--main-font, "Roboto", sans-serif);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: color 0.15s ease;
}
.landing-signup-back:hover {
  color: #fff;
}
.landing-signup-back:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
  border-radius: 4px;
}
.landing-signup-eyebrow {
  margin: 0 0 0.35rem;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--main-font, "Roboto", sans-serif);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.landing-signup-title {
  margin-bottom: 0.4rem !important;
  font-size: clamp(1.35rem, 1.7vw, 1.65rem) !important;
  max-width: none;
  white-space: nowrap;
  letter-spacing: -0.025em;
  line-height: 1.2 !important;
}
.landing-signup-next {
  margin: -0.85rem 0 1.25rem;
  max-width: 26rem;
  font-family: var(--main-font, "Roboto", sans-serif);
  color: var(--text-color, #111111);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
}
.landing-form-msg {
  margin: 0 0 0.75rem;
  padding: 0.65rem 0.8rem;
  border-radius: 10px;
  font-size: 0.84rem;
  line-height: 1.45;
}
.landing-form-msg[hidden] {
  display: none !important;
}
.landing-form-msg--error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
.landing-form-msg--warn {
  background: #ecfdf3;
  color: #0a7a32;
  border: 1px solid rgba(15, 188, 73, 0.28);
}
#landing-publish-panel .btn {
  margin-top: 0.15rem;
}
.landing-drop-zone {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 24rem;
  min-height: 13.5rem;
  margin: 0;
  padding: 2.15rem 1.5rem 2rem;
  background: linear-gradient(180deg, #128a3d 0%, #0a5c28 100%);
  border: 1.75px dashed rgba(255, 255, 255, 0.38);
  border-radius: 18px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(10, 92, 40, 0.28);
  transition: background 0.18s, border-color 0.18s, box-shadow 0.18s, transform 0.18s;
}
.landing-drop-zone:hover,
.landing-drop-zone.pf-dragover {
  background: linear-gradient(180deg, #14a047 0%, #0c6d30 100%);
  border-color: rgba(255, 255, 255, 0.7);
  border-style: solid;
  box-shadow: 0 16px 36px rgba(10, 92, 40, 0.36);
  transform: translateY(-1px);
}
.landing-drop-zone:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.landing-drop-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 0 0.85rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 14px;
}
.landing-drop-ico svg {
  display: block;
  width: 1.85rem;
  height: 1.85rem;
}
.landing-drop-text {
  margin: 0 0 0.3rem;
  color: #fff;
  font-family: var(--main-font, "Roboto", sans-serif);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.landing-drop-hint {
  margin: 0 0 1.15rem;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--main-font, "Roboto", sans-serif);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
}
.landing-upload-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 11px 26px;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
  color: #0a5c28;
  background: #fff;
  border-radius: 999px;
  pointer-events: none;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  animation: landing-upload-pulse 1.8s ease-in-out infinite;
}
@keyframes landing-upload-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
    transform: scale(1.03);
  }
}
@media (prefers-reduced-motion: reduce) {
  .landing-upload-btn,
  .landing-signup-submit,
  .landing-convert .landing-signup-submit.btn--green {
    animation: none;
    box-shadow: 0 6px 16px rgba(255, 255, 255, 0.18);
  }
}
.landing-upload-label-mobile {
  display: none;
}
.landing-template-select-wrap {
  display: none;
}
.landing-upload-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  line-height: 0;
  flex: 0 0 auto;
}
.landing-upload-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  stroke: currentColor;
}
.landing-signup-fields {
  width: 100%;
  max-width: 24rem;
  box-sizing: border-box;
}
.landing-signup-fields .landing-google-btn,
.landing-signup-fields .landing-signup-form,
.landing-signup-fields .landing-signup-divider,
.landing-signup-fields .landing-form-msg {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.landing-signup-form {
  max-width: none;
  width: 100%;
}
.landing-signup-form .form-floating {
  margin-bottom: 0.45rem !important;
  width: 100%;
}
.landing-convert.hero-section .landing-signup-form .form-control,
.landing-convert.hero-section .landing-signup-form .landing-signup-input,
.landing-convert.hero-section .landing-google-btn {
  color-scheme: light;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}
.landing-signup-form .form-control,
.landing-signup-form .landing-signup-input {
  display: block;
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  min-height: 46px;
  padding-top: 0.95rem;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  box-shadow: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.landing-signup-form .form-control:hover,
.landing-signup-form .landing-signup-input:hover {
  border-color: #9ca3af;
  background: #ffffff !important;
  background-color: #ffffff !important;
}
.landing-signup-form .form-control:focus,
.landing-signup-form .landing-signup-input:focus {
  border-color: var(--green, #0fbc49);
  background: #ffffff !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(15, 188, 73, 0.15);
}
.landing-signup-form .form-control:-webkit-autofill,
.landing-signup-form .form-control:-webkit-autofill:hover,
.landing-signup-form .form-control:-webkit-autofill:focus,
.landing-signup-form .landing-signup-input:-webkit-autofill,
.landing-signup-form .landing-signup-input:-webkit-autofill:hover,
.landing-signup-form .landing-signup-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #111827;
  caret-color: #111827;
  transition: background-color 99999s ease-out;
}
.landing-signup-form .form-floating > label {
  color: #6b7280;
}
.landing-signup-terms-note {
  margin: 0.45rem 0 0;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.68);
}
.landing-signup-terms-note a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.landing-signup-terms-note a:hover {
  color: #fff;
}
.landing-signup-submit,
.landing-convert .landing-signup-submit.btn--green {
  min-height: 2.65rem;
  color: #0a5c28 !important;
  background: #fff !important;
  background-color: #fff !important;
  border-color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55);
  animation: landing-upload-pulse 1.8s ease-in-out infinite;
}
.landing-signup-submit:hover,
.landing-convert .landing-signup-submit.btn--green:hover {
  color: #074820 !important;
  background: #f3fff6 !important;
  background-color: #f3fff6 !important;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}
.landing-google-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 2.65rem;
  margin: 0 0 0.2rem;
  padding: 0.55rem 1rem;
  border: 1.5px solid #d1d5db;
  border-radius: 10px;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #3c4043;
  font-family: var(--main-font, "Roboto", sans-serif);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.landing-google-btn:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #9ca3af;
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.1);
}
.landing-google-btn:disabled {
  opacity: 0.65;
  cursor: wait;
}
.landing-google-btn__icon {
  flex: 0 0 auto;
}
.landing-signup-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.55rem 0 0.65rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.landing-signup-divider::before,
.landing-signup-divider::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
}
.landing-signup-switch {
  margin: 0.75rem 0 0;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  font-family: var(--main-font, "Roboto", sans-serif);
  font-size: 0.86rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
}
.landing-signup-switch a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.landing-signup-switch a:hover {
  text-decoration: underline;
}
.landing-convert-right {
  padding: 0;
  min-width: 0;
}
.landing-preview-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow:
    0 1px 2px rgba(17, 24, 39, 0.04),
    0 20px 48px rgba(17, 24, 39, 0.1);
}
/* Homepage hero: Style bar hidden — demo is the product, upload stays in the left column */
.landing-template-bar {
  display: none !important;
}
.landing-template-bar-main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1 1 auto;
}
.landing-template-bar-label {
  flex: 0 0 auto;
  font-family: var(--main-font, "Roboto", sans-serif);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #94a3b8;
  white-space: nowrap;
}
.landing-template-options {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2px;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 3px;
  background: #f1f5f9;
  border: 0;
  border-radius: 10px;
}
.landing-template-options::-webkit-scrollbar {
  display: none;
}
.landing-template-option {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  min-width: 0;
  min-height: 34px;
  margin: 0;
  padding: 6px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  color: #64748b;
  transition: background-color 0.15s, color 0.15s, box-shadow 0.15s;
  user-select: none;
}
.landing-template-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.landing-tpl-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  color: currentColor;
  flex: 0 0 auto;
  line-height: 0;
  opacity: 0.9;
}
.landing-tpl-ico svg {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-tpl-text {
  font-family: var(--main-font, "Roboto", sans-serif);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: -0.01em;
}
.landing-template-option:hover {
  color: #111827;
  background: rgba(255, 255, 255, 0.85);
}
.landing-template-option:has(input:checked),
.landing-template-option:has(input:focus-visible) {
  background: #fff;
  color: #111827;
  box-shadow:
    0 1px 2px rgba(17, 24, 39, 0.06),
    0 0 0 1.5px rgba(15, 188, 73, 0.55);
}
.landing-template-option:has(input:checked) .landing-tpl-ico {
  color: var(--green, #0fbc49);
  opacity: 1;
}
.landing-template-option:has(input:checked) .landing-tpl-text {
  font-weight: 700;
}
.landing-template-bar-aside {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding-left: 12px;
  border-left: 1px solid rgba(17, 24, 39, 0.08);
}
.landing-select-pdf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #334155;
  font-family: var(--main-font, "Roboto", sans-serif);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s;
}
.landing-select-pdf-ico {
  display: inline-flex;
  width: 14px;
  height: 14px;
  line-height: 0;
  color: #94a3b8;
  transition: color 0.15s;
}
.landing-select-pdf-ico svg {
  width: 100%;
  height: 100%;
  display: block;
}
.landing-select-pdf-btn:hover {
  background: rgba(15, 188, 73, 0.05);
  border-color: rgba(15, 188, 73, 0.4);
  color: #0f172a;
  box-shadow: none;
}
.landing-select-pdf-btn:hover .landing-select-pdf-ico {
  color: var(--green, #0fbc49);
}
.landing-preview-shell {
  position: relative;
  width: 100%;
  min-height: 0;
  /* Tall preview, but leave room for header + top gap (not flush) */
  height: calc(100vh - 140px);
  height: calc(100svh - 140px);
  max-height: none;
  border-radius: 0;
  overflow: hidden;
  /* Transparent — wall BgImg from the engine fills this; no white card flash */
  background: transparent;
  box-shadow: none;
}
.landing-showcase-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
  background: transparent;
}
.landing-preview-shell--showcase .landing-preview-book,
.landing-showcase-frame[hidden],
.landing-preview-book[hidden] {
  display: none !important;
}
.landing-preview-shell--local .landing-showcase-frame {
  display: none !important;
}
.landing-convert.landing-convert--bookshelf {
  background-color: #f7f8f7;
}
.landing-convert--bookshelf .landing-preview-stack {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}
.landing-convert--bookshelf:has(.landing-preview-shell--local) .landing-preview-stack {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(17, 24, 39, 0.04),
    0 20px 48px rgba(17, 24, 39, 0.1);
}
.landing-preview-shell--bookshelf:not(.landing-preview-shell--local) {
  overflow: visible;
  background: transparent;
}
.landing-hero-shelf {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 0.35rem 0.4rem 0.15rem;
  box-sizing: border-box;
  background: transparent;
}
.landing-hero-shelf[hidden] {
  display: none !important;
}
.landing-preview-shell--local .landing-hero-shelf {
  display: none !important;
}
.landing-hero-shelf.pf-ex1-more--modern,
.landing-hero-shelf.pf-ex1-more--modern::before,
.landing-hero-shelf.pf-ex1-more--modern::after,
.landing-hero-shelf .book_shelf_container,
.landing-hero-shelf .pf-ex1-bookshelf {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}
.landing-hero-shelf .book_shelf_container,
.landing-hero-shelf .pf-ex1-bookshelf {
  width: 100%;
  max-width: 42rem;
  min-height: 0 !important;
  margin: 0 auto;
  padding: 0 !important;
  overflow: visible !important;
}
.landing-hero-shelf .library-shelves {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.landing-hero-shelf .library-shelf {
  margin-bottom: 0.15rem;
}
.landing-hero-shelf .book_shelf_container .library-row > [class*="col-"] {
  flex: 0 1 200px;
}
.landing-hero-shelf .book_shelf_container .book {
  max-width: 320px;
}
.landing-hero-shelf .book_shelf_container .library-row .book img {
  max-height: clamp(12.8rem, 26svh, 17.2rem);
}
.landing-hero-shelf .book_shelf_container .shelf,
.landing-hero-shelf.pf-ex1-more--bookshelf .shelf {
  border-bottom-color: var(--hero-shelf-color, #605c52) !important;
}
.landing-hero-shelf .book_shelf_container .shelf:after,
.landing-hero-shelf.pf-ex1-more--bookshelf .shelf:after {
  background: var(--hero-shelf-edge, url(https://d2fn54x1v3te25.cloudfront.net/gallery/shelf/shelf-texture-woodnat.jpg) top left repeat-x) !important;
}
.landing-preview-shell--bookshelf:not(.landing-preview-shell--local) .landing-preview-enlarge {
  display: none !important;
}
.landing-preview-enlarge {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 0;
  border: 0;
  color: #0a5c28;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow:
    0 6px 18px rgba(15, 23, 42, 0.2),
    0 0 0 0 rgba(15, 188, 73, 0.45);
  transform: translate(-50%, -50%);
  animation: landing-enlarge-pulse 1.8s ease-in-out infinite;
}
.landing-preview-enlarge-ico {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 0;
}
.landing-preview-enlarge-ico svg {
  display: block;
  width: 100%;
  height: 100%;
}
.landing-preview-enlarge:hover {
  color: #087a32;
  background: #fff;
}
.landing-preview-enlarge:focus-visible {
  outline: 2px solid #0fbc49;
  outline-offset: 3px;
}
.landing-preview-enlarge[hidden],
.landing-preview-enlarge-close[hidden],
.landing-preview-enlarge-backdrop[hidden] {
  display: none !important;
}
.landing-preview-enlarge-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 8;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #1f2937;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}
.landing-preview-enlarge-close:hover {
  background: #fff;
  color: #111;
}
.landing-preview-enlarge-backdrop {
  display: none;
}
html.landing-preview-modal-open,
html.landing-preview-modal-open body {
  overflow: hidden;
}
html.landing-preview-modal-open #convert {
  position: relative;
  z-index: 100050;
}
html.landing-preview-modal-open .header-wrapper,
html.landing-preview-modal-open #header {
  z-index: 0;
}
html.landing-preview-modal-open .landing-preview-enlarge-backdrop {
  display: block !important;
  position: fixed;
  inset: 0;
  z-index: 1;
  background: rgba(50, 50, 50, 0.6);
}
html.landing-preview-modal-open .landing-preview-stack {
  overflow: visible;
  min-height: calc(100vh - 140px);
  min-height: calc(100svh - 140px);
}
html.landing-preview-modal-open .landing-preview-shell {
  position: fixed;
  top: 2vh;
  left: 2vw;
  right: auto;
  bottom: auto;
  width: 96vw;
  height: 96vh;
  z-index: 2;
  border-radius: 25px;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
  clip-path: inset(0 round 25px);
  background: #1a1c1f;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(0, 0, 0, 0.1);
}
html.landing-preview-modal-open .landing-showcase-frame,
html.landing-preview-modal-open .landing-preview-book {
  border-radius: 25px;
  background: #1a1c1f;
}
html.landing-preview-modal-open .landing-preview-enlarge-close {
  display: inline-flex !important;
}
html.landing-preview-modal-open .landing-preview-enlarge {
  display: none !important;
}
.library-modal-content {
  inset: 2vh 2vw;
  background: #1a1c1f;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
  clip-path: inset(0 round 25px);
}
.library-modal-frame {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  background: #1a1c1f;
  border-radius: 25px;
}
@media (max-width: 768px), (max-height: 700px) {
  .library-modal-content {
    inset: 1.5vh 1.5vw;
    border-radius: 16px;
    clip-path: inset(0 round 16px);
  }
  .library-modal.show .library-modal-frame {
    top: -1px;
    left: -1px;
    right: auto;
    bottom: auto;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 16px;
    background: #1a1c1f;
  }
}
@media (max-width: 768px) {
  html.landing-preview-modal-open .landing-preview-stack {
    min-height: min(560px, calc(100svh - 220px));
  }
  html.landing-preview-modal-open .landing-preview-shell {
    top: 1.5vh;
    left: 1.5vw;
    width: 97vw;
    height: 97vh;
    border-radius: 16px;
    clip-path: inset(0 round 16px);
  }
  html.landing-preview-modal-open .landing-showcase-frame,
  html.landing-preview-modal-open .landing-preview-book {
    border-radius: 16px;
  }
}
@keyframes landing-enlarge-pulse {
  0%,
  100% {
    box-shadow:
      0 6px 18px rgba(15, 23, 42, 0.2),
      0 0 0 0 rgba(15, 188, 73, 0.42);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    box-shadow:
      0 6px 18px rgba(15, 23, 42, 0.2),
      0 0 0 14px rgba(15, 188, 73, 0);
    transform: translate(-50%, -50%) scale(1.07);
  }
}
@media (max-width: 768px) {
  .landing-preview-enlarge {
    width: 50px;
    height: 50px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .landing-preview-enlarge {
    animation: none;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.2);
  }
}
.landing-preview-book {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  min-height: 0;
  z-index: 1;
  background: transparent;
}
/* No white “card” skeleton while the sample mounts — wall/engine handle the stage */
.landing-preview-book[aria-busy="true"] {
  background: transparent;
}
.landing-preview-book[aria-busy="true"]::after {
  content: none;
}
/* Do not paint a solid panel over BgImg */
.landing-preview-shell .pf-app,
.landing-preview-shell .pf-container {
  background-color: transparent !important;
}
.landing-preview-shell .pf-bg {
  background-color: #f1f5f9;
}
/* Hybrid zoomview is a flat white page layer behind the 3D book — hide it in the hero */
.landing-preview-shell .pf-hybrid-viewer:not(.pf-zoom-active) .pf-zoomview {
  display: none !important;
}

/*
 * Control bar colors: do not force brand palette here.
 * Showcase iframe uses the Folio viewer’s saved dashboard colors;
 * local demo inherits --controls-bg / --controls-icons from the shell (set in PHP).
 */

/* Landing-only: side arrows for SVG mask icons (neutral slate pill, white chevron) */
.landing-preview-shell .pf-ui-nav {
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1rem;
  opacity: 0.92;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
}
.landing-preview-shell .pf-ui-nav .pf-ui-btn {
  position: static;
  transform: none;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: inherit;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.55) !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.22);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.landing-preview-shell .pf-ui-nav:hover .pf-ui-btn {
  background: rgba(15, 23, 42, 0.72) !important;
  color: #fff !important;
}
.landing-preview-shell .pf-ui-prev .pf-ui-btn:before,
.landing-preview-shell .pf-ui-next .pf-ui-btn:before {
  display: block;
  width: 1.15em;
  height: 1.15em;
  margin: 0 auto !important;
  padding: 0;
  border-radius: 0;
  background: currentColor !important;
  background-color: currentColor !important;
  box-shadow: none;
  color: #fff !important;
  font-size: 0.95rem;
  line-height: 1;
}
.landing-preview-shell .pf-ui-nav.pf-ui-prev {
  left: 0.65rem;
  right: auto;
}
.landing-preview-shell .pf-ui-nav.pf-ui-next {
  right: 0.65rem;
  left: auto;
}
/*
 * Hero demo toolbar: left / center / right stay on one bar.
 * Pager fills free middle space; icon gaps match the normal engine bar (not cramped).
 * Keep overflow visible so the ⋯ More menu can open above the bar.
 */
.landing-preview-shell .pf-ui {
  display: flex !important;
  align-items: center;
  overflow: visible;
  --pf-ui-gap: 6px;
  gap: var(--pf-ui-gap);
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.landing-preview-shell .pf-float-off .pf-ui-left,
.landing-preview-shell .pf-float-off .pf-ui-right {
  flex: 0 0 auto !important;
  min-width: 0 !important;
  max-width: none !important;
  overflow: visible;
  gap: var(--pf-ui-gap, 6px);
}
.landing-preview-shell .pf-ui-more {
  position: relative;
  z-index: 12;
}
.landing-preview-shell .pf-ui-more.pf-active {
  z-index: 40;
}
.landing-preview-shell .pf-ui-more.pf-active .pf-more-container {
  display: block !important;
  z-index: 50;
}
.landing-preview-shell .pf-float-off .pf-ui-center,
.landing-preview-shell .pf-float-off:not(.pf-ui-compact) .pf-ui-center {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: none !important;
  overflow: hidden !important;
  justify-content: center;
  gap: var(--pf-ui-gap, 6px) !important;
  padding: 0 8px !important;
}
.landing-preview-shell .pf-float-off:not(.pf-ui-compact) .pf-ui-center > .pf-ui-pager,
.landing-preview-shell .pf-ui .pf-ui-pager {
  flex: 1 1 220px !important;
  width: auto !important;
  min-width: 180px !important;
  max-width: 420px !important;
}
.landing-preview-shell .pf-float-off:not(.pf-ui-compact) .pf-ui-center > .pf-ui-pager .pf-page-progress,
.landing-preview-shell .pf-ui .pf-page-progress {
  min-width: 120px !important;
  max-width: none !important;
  flex: 1 1 auto !important;
}
.landing-preview-shell .pf-ui-left .pf-ui-btn,
.landing-preview-shell .pf-ui-right .pf-ui-btn,
.landing-preview-shell .pf-ui-center > .pf-ui-btn {
  flex: 0 0 auto !important;
}
/* Engine marks empty ⋯ as .pf-hidden — keep it fully out of the layout */
.landing-preview-shell .pf-ui-btn.pf-hidden,
.landing-preview-shell .pf-ui .more.pf-hidden {
  display: none !important;
}
.landing-convert.hero-section {
  text-align: left;
  margin-top: 0 !important;
}
@media (max-width: 1199.98px) {
  .landing-convert-grid {
    grid-template-columns: minmax(240px, 26rem) minmax(0, 1fr);
    gap: clamp(1.5rem, 2.5vw, 2.5rem);
  }
}
/* 14" / short desktop: tighten copy; keep gap under header */
@media (min-width: 992px) and (max-height: 920px) {
  .landing-convert {
    padding: 96px 0 16px;
  }
  .landing-convert-grid {
    gap: 1.25rem;
  }
  .landing-convert-left {
    padding: 0;
  }
  .landing-convert-title {
    font-size: clamp(1.75rem, 2.1vw, 2.2rem);
    margin-bottom: 0.55rem;
  }
  .landing-convert-desc {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    line-height: 1.45;
  }
  .landing-preview-shell {
    height: calc(100vh - 128px);
    height: calc(100svh - 128px);
    min-height: 0;
  }
}
@media (min-width: 992px) and (max-height: 820px) {
  .landing-convert {
    padding: 92px 0 14px;
  }
  .landing-convert-title {
    font-size: 1.7rem;
  }
  .landing-convert-desc {
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
  }
  .landing-preview-shell {
    height: calc(100vh - 122px);
    height: calc(100svh - 122px);
  }
}
@media (max-width: 991.98px) {
  .landing-convert {
    padding: 72px 0 28px;
    min-height: 0;
    align-items: flex-start;
  }
  .landing-convert.hero-section {
    text-align: center;
  }
  .landing-convert-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    min-height: 0;
  }
  .landing-convert-left {
    text-align: center;
    order: 1;
    max-width: none;
    margin: 0 auto;
    padding: 0;
  }
  .landing-convert-badge {
    display: none !important;
  }
  .landing-convert-title {
    margin: 0 0 0.45rem;
    font-size: clamp(1.55rem, 6.2vw, 1.9rem);
    line-height: 1.15;
  }
  .landing-convert-desc {
    margin: 0 auto 1rem;
    max-width: 22rem;
    font-size: 0.92rem;
    line-height: 1.45;
  }
  .landing-signup-panel,
  #landing-publish-panel {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }
  .landing-signup-title {
    white-space: normal;
    font-size: clamp(1.3rem, 5.2vw, 1.55rem) !important;
  }
  .landing-signup-back {
    margin: 0 0 1rem;
  }
  .landing-convert-desc,
  .landing-signup-desc,
  .landing-signup-next {
    margin-left: auto;
    margin-right: auto;
  }

  /* Simple mobile file picker — no drag/drop chrome */
  .landing-drop-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 22rem;
    width: 100%;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: var(--green, #0fbc49);
    box-shadow: 0 8px 20px rgba(15, 188, 73, 0.28);
    transform: none;
  }
  .landing-drop-zone:hover,
  .landing-drop-zone.pf-dragover {
    background: #0ca33f;
    border: 0;
    box-shadow: 0 10px 24px rgba(15, 188, 73, 0.32);
    transform: none;
  }
  .landing-drop-ico,
  .landing-drop-text,
  .landing-drop-hint,
  .landing-upload-icon,
  .landing-upload-label-desktop {
    display: none !important;
  }
  .landing-upload-label-mobile {
    display: inline;
  }
  .landing-upload-btn {
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1.02rem;
    font-weight: 700;
    background: transparent;
    box-shadow: none;
    border-radius: 12px;
  }

  .landing-convert-right {
    order: 2;
  }

  /* Style picker → native dropdown; hide secondary Select PDF */
  .landing-template-bar {
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 0.85rem;
  }
  .landing-template-bar-main {
    width: 100%;
    flex: 1 1 auto;
    gap: 0.65rem;
  }
  .landing-template-bar-label {
    flex: 0 0 auto;
    text-align: left;
  }
  .landing-template-options {
    display: none !important;
  }
  .landing-template-select-wrap {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
  }
  .landing-template-select {
    display: block;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    padding: 0.7rem 2.25rem 0.7rem 0.85rem;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 10px;
    background-color: #f8fafc;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.85rem center;
    background-size: 12px 8px;
    color: #111827;
    font-family: var(--main-font, "Roboto", sans-serif);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
  }
  .landing-template-select:focus {
    outline: 2px solid rgba(15, 188, 73, 0.45);
    outline-offset: 1px;
    border-color: rgba(15, 188, 73, 0.55);
    background-color: #fff;
  }
  .landing-template-bar-aside {
    display: none !important;
  }
  .landing-preview-shell {
    height: min(560px, calc(100svh - 220px));
    min-height: 380px;
  }
  .landing-hero-shelf {
    padding: 0.15rem 0.2rem;
  }
  .landing-hero-shelf .book_shelf_container .library-row > [class*="col-"] {
    flex-basis: 150px;
  }
  .landing-hero-shelf .book_shelf_container .library-row .book img {
    max-height: clamp(9.5rem, 20vh, 13rem);
  }
  /* Keep book sized to the shell — never taller (clips bottom nav) */
  .landing-preview-book {
    min-height: 0 !important;
    height: 100% !important;
  }
  /* Compact full bar must sit fully inside the clipped shell */
  .landing-preview-shell .pf-container.pf-ui-compact > .pf-ui {
    bottom: 0;
    border-radius: 0;
  }
  .landing-preview-shell .pf-ui-nav {
    width: 2rem;
    height: 2rem;
    font-size: 0.9rem;
  }
  .landing-preview-shell .pf-ui-prev .pf-ui-btn:before,
  .landing-preview-shell .pf-ui-next .pf-ui-btn:before {
    width: 1.1em;
    height: 1.1em;
    background: currentColor !important;
    background-color: currentColor !important;
  }
  .landing-preview-shell .pf-ui-nav.pf-ui-prev {
    left: 0.5rem;
  }
  .landing-preview-shell .pf-ui-nav.pf-ui-next {
    right: 0.5rem;
  }
}
@media (max-width: 575px) {
  .landing-convert {
    padding: 64px 0 20px;
  }
  .landing-convert.division {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .landing-convert-grid {
    gap: 1rem;
  }
  .landing-convert-title {
    font-size: 1.5rem;
    margin-bottom: 0.35rem;
  }
  .landing-convert-desc {
    margin-bottom: 0.85rem;
    font-size: 0.88rem;
  }
  .landing-drop-zone {
    max-width: none;
  }
  .landing-upload-btn {
    padding: 0.95rem 1.1rem;
    font-size: 1rem;
  }
}

/* Two CTAs + OR: stack on mobile, inline on desktop (banner + converter page) */

/* —— Landing examples (Flipsnack-style categories + slider) —— */
.landing-examples {
  padding: 4.5rem 0 3.5rem;
  background: #f8fafc;
  overflow-x: clip;
}
.landing-examples.division,
.landing-features.division,
.landing-pricing.division,
section.division {
  padding-left: clamp(1.75rem, 4.5vw, 4.5rem);
  padding-right: clamp(1.75rem, 4.5vw, 4.5rem);
}

/* —— Landing features grid —— */
.landing-features {
  padding: 4.5rem 0 4rem;
  background: #fff;
}
.landing-features-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.25rem;
}
.landing-features-title {
  margin: 0;
  color: var(--header-color, #111827);
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.landing-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}
.landing-feat-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 9.75rem;
  box-sizing: border-box;
  padding: 1.05rem 1.1rem 1.15rem;
  background: #f8fafc;
  border: 1px solid #e8ecf1;
  border-radius: 12px;
}
.landing-feat-top {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.55rem;
  min-height: 1.6rem;
}
.landing-feat-ico {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  color: var(--green, #0fbc49);
}
.landing-feat-ico svg {
  display: block;
  width: 100%;
  height: 100%;
}
.landing-feat-title {
  margin: 0;
  color: var(--header-color, #111827);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.landing-feat-desc {
  margin: 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.45;
  flex: 1 1 auto;
}
@media (max-width: 1100px) {
  .landing-features-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .landing-features {
    padding: 3.25rem 0 2.75rem;
  }
  .landing-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .landing-feat-card {
    min-height: 9.25rem;
    padding: 0.95rem 0.9rem 1rem;
  }
}
@media (max-width: 480px) {
  .landing-features-grid {
    grid-template-columns: 1fr;
  }
  .landing-feat-card {
    min-height: 0;
  }
}

/* —— How it works —— */
.landing-how {
  position: relative;
  padding: 5rem 0 4.5rem;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(15, 188, 73, 0.12), transparent 55%),
    linear-gradient(180deg, #f3f6f4 0%, #f8fafc 45%, #f1f5f3 100%);
  overflow: hidden;
}
.landing-how-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.75rem;
}
.landing-how-eyebrow {
  margin: 0 0 0.65rem;
  color: var(--green, #0fbc49);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.landing-how-title {
  margin: 0 0 0.85rem;
  font-family: var(--main-font, "Roboto", sans-serif);
  color: var(--header-color, #111111);
  font-size: clamp(1.75rem, 2.6vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.landing-how-lead {
  margin: 0;
  font-family: var(--main-font, "Roboto", sans-serif);
  color: var(--text-color, #111111);
  font-size: 1.08rem;
  line-height: 1.6;
}
.landing-how-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
  counter-reset: none;
  position: relative;
}
.landing-how-step {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
  border: 1px solid rgba(15, 188, 73, 0.1);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.landing-how-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(15, 188, 73, 0.12);
}
.landing-how-visual {
  background: #ffffff;
  border-bottom: 1px solid #eef2f7;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.15rem 0.65rem;
}
.landing-how-visual picture {
  display: block;
  width: 100%;
  max-width: 13.5rem;
  height: auto;
}
.landing-how-img {
  display: block;
  width: 100%;
  max-width: 13.5rem;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}
.landing-how-copy {
  padding: 1.25rem 1.35rem 1.45rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1 1 auto;
}
.landing-how-num {
  display: inline-block;
  width: fit-content;
  margin-bottom: 0.2rem;
  color: var(--green, #0fbc49);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.landing-how-step-title {
  margin: 0;
  font-family: var(--main-font, "Roboto", sans-serif);
  color: var(--header-color, #111111);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.landing-how-step-desc {
  margin: 0;
  font-family: var(--main-font, "Roboto", sans-serif);
  color: var(--text-color, #111111);
  font-size: 0.95rem;
  line-height: 1.55;
}
.landing-how-cta {
  margin-top: 2.5rem;
  text-align: center;
}
.landing-how-cta .btn {
  min-width: 14rem;
}
.landing-how-cta-note {
  margin: 0.85rem 0 0;
  color: #6b7280;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .landing-how-steps {
    grid-template-columns: 1fr;
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .landing-how {
    padding: 3.5rem 0 3rem;
  }
  .landing-how-head {
    margin-bottom: 2rem;
  }
}

/* —— Custom web domain (floating graphic, not boxed) —— */
.landing-domain {
  position: relative;
  padding: 5.75rem 0 5rem;
  background:
    radial-gradient(ellipse 60% 65% at 12% 42%, rgba(15, 188, 73, 0.07), transparent 55%),
    #ffffff;
  overflow: hidden;
  border-top: 1px solid rgba(17, 24, 39, 0.07);
}
.landing-domain.landing-domain--flip {
  background:
    radial-gradient(ellipse 60% 65% at 88% 42%, rgba(15, 188, 73, 0.07), transparent 55%),
    #ffffff;
}
.landing-domain::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: min(7.5rem, 28vw);
  height: 3px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: var(--green, #0fbc49);
  box-shadow: 0 0 0 6px #fff;
}
.landing-domain-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.5rem 3.5rem;
  align-items: center;
  position: relative;
}
.landing-domain-copy {
  position: relative;
  z-index: 2;
  max-width: 32rem;
}
.landing-domain-eyebrow {
  margin: 0 0 0.65rem;
  color: var(--green, #0fbc49);
  font-family: var(--main-font, "Roboto", sans-serif);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.landing-domain-title {
  margin: 0 0 0.9rem;
  font-family: var(--main-font, "Roboto", sans-serif);
  color: var(--header-color, #111111);
  font-size: clamp(1.75rem, 2.6vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.landing-domain-lead {
  margin: 0 0 1.25rem;
  max-width: 34rem;
  font-family: var(--main-font, "Roboto", sans-serif);
  color: var(--text-color, #111111);
  font-size: 1.05rem;
  line-height: 1.65;
}
.landing-domain-url {
  font-weight: 700;
  color: var(--green, #0fbc49);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.landing-domain-points {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}
.landing-domain-points li {
  position: relative;
  padding-left: 1.55rem;
  font-family: var(--main-font, "Roboto", sans-serif);
  color: var(--text-color, #111111);
  font-size: 0.98rem;
  line-height: 1.45;
}
.landing-domain-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--green, #0fbc49);
}
.landing-domain-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 18px;
  box-shadow: none;
  overflow: hidden;
}
.landing-domain-visual picture {
  display: block;
  width: 100%;
}
.landing-domain-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.1);
  transform: none;
}
@media (max-width: 1199px) {
  .landing-domain-grid {
    gap: 2rem 2.5rem;
  }
}
@media (max-width: 991px) {
  .landing-domain-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .landing-domain-copy {
    max-width: none;
  }
  .landing-domain-visual {
    order: -1;
    max-width: 34rem;
    margin: 0 auto;
  }
  /* Flipped domain: copy first in DOM — keep image above on mobile */
  .landing-domain-grid--flip .landing-domain-visual {
    order: -1;
  }
  .landing-domain-grid--flip .landing-domain-copy {
    order: 1;
  }
}
@media (max-width: 767px) {
  .landing-domain {
    padding: 3.5rem 0 3rem;
  }
}

/* —— Flipbook statistics (image left / copy right) —— */
.landing-statistics {
  position: relative;
  padding: 5.75rem 0 5rem;
  background:
    radial-gradient(ellipse 60% 65% at 12% 42%, rgba(15, 188, 73, 0.07), transparent 55%),
    #ffffff;
  overflow: hidden;
  border-top: 1px solid rgba(17, 24, 39, 0.07);
}
.landing-statistics::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: min(7.5rem, 28vw);
  height: 3px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: var(--green, #0fbc49);
  box-shadow: 0 0 0 6px #fff;
}
.landing-statistics-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.5rem 3.5rem;
  align-items: center;
  position: relative;
}
.landing-statistics-copy {
  position: relative;
  z-index: 2;
  max-width: 32rem;
}
.landing-statistics-eyebrow {
  margin: 0 0 0.65rem;
  color: var(--green, #0fbc49);
  font-family: var(--main-font, "Roboto", sans-serif);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.landing-statistics-title {
  margin: 0 0 0.9rem;
  font-family: var(--main-font, "Roboto", sans-serif);
  color: var(--header-color, #111111);
  font-size: clamp(1.75rem, 2.6vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.landing-statistics-lead {
  margin: 0 0 1.25rem;
  max-width: 34rem;
  font-family: var(--main-font, "Roboto", sans-serif);
  color: var(--text-color, #111111);
  font-size: 1.05rem;
  line-height: 1.65;
}
.landing-statistics-points {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.landing-statistics-points li {
  position: relative;
  padding-left: 1.65rem;
  display: grid;
  gap: 0.2rem;
}
.landing-statistics-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--green, #0fbc49);
}
.landing-statistics-points li strong {
  display: block;
  font-family: var(--main-font, "Roboto", sans-serif);
  color: var(--header-color, #111111);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.3;
}
.landing-statistics-points li span {
  display: block;
  font-family: var(--main-font, "Roboto", sans-serif);
  color: #3f4652;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
}
.landing-statistics-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 18px;
  box-shadow: none;
  overflow: hidden;
}
.landing-statistics-visual picture {
  display: block;
  width: 100%;
}
.landing-statistics-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.1);
}
@media (max-width: 1199px) {
  .landing-statistics-grid {
    gap: 2rem 2.5rem;
  }
}
@media (max-width: 991px) {
  .landing-statistics-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .landing-statistics-copy {
    max-width: none;
  }
  .landing-statistics-visual {
    order: -1;
    max-width: 34rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .landing-statistics {
    padding: 3.5rem 0 3rem;
  }
}

/* Landing pricing — wider two-column layout */
.landing-pricing {
  position: relative;
  padding: 3.5rem 0 3.25rem;
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(15, 188, 73, 0.1), transparent 58%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 55%, #ffffff 100%);
  overflow: hidden;
}
.landing-pricing-head {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 1.5rem;
}
.landing-pricing-eyebrow {
  margin: 0 0 0.4rem;
  color: var(--green, #0fbc49);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.landing-pricing-title {
  margin: 0 0 0.5rem;
  color: var(--header-color, #111827);
  font-size: clamp(1.55rem, 2.3vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.landing-pricing-lead {
  margin: 0;
  color: #5b6472;
  font-size: 1rem;
  line-height: 1.5;
}
.landing-pricing-lead strong {
  color: var(--header-color, #111827);
  font-weight: 700;
}
.landing-pricing-panel {
  max-width: 68rem;
  margin: 0 auto;
  padding: 1.75rem 1.85rem;
  background: #fff;
  border: 1px solid rgba(15, 188, 73, 0.12);
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(17, 24, 39, 0.06);
}
.landing-pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 2rem 2.5rem;
  align-items: center;
}
.landing-pricing-brand {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}
.landing-pricing-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
}
.landing-pricing-from {
  color: #6b7280;
  font-size: 0.9rem;
  font-weight: 600;
}
.landing-pricing-amount {
  color: var(--header-color, #111827);
  font-size: clamp(2.85rem, 5.5vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}
.landing-pricing-amount sup {
  font-size: 0.42em;
  top: -0.55em;
  font-weight: 700;
  margin-right: 0.05em;
}
.landing-pricing-unit {
  margin-top: 0.25rem;
  color: #5b6472;
  font-size: 0.95rem;
  font-weight: 600;
}
.landing-pricing-assurances {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
}
.landing-pricing-assurances li {
  padding: 0.28rem 0.6rem;
  color: var(--header-color, #111827);
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
}
.landing-pricing-offers {
  min-width: 0;
}
.landing-pricing-table {
  width: 100%;
  margin: 0 0 0.65rem;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.98rem;
}
.landing-pricing-table th,
.landing-pricing-table td {
  padding: 0.65rem 0.6rem;
  border-bottom: 1px solid #eef2f7;
  vertical-align: middle;
}
.landing-pricing-table thead th {
  color: #6b7280;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom-color: #e5e7eb;
  padding-top: 0.2rem;
  padding-bottom: 0.5rem;
}
.landing-pricing-table tbody th {
  color: var(--header-color, #111827);
  font-weight: 700;
  font-size: 0.98rem;
}
.landing-pricing-table tbody td {
  color: #5b6472;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}
.landing-pricing-table thead th:nth-child(2),
.landing-pricing-table thead th:nth-child(3) {
  text-align: right;
}
.landing-pricing-table-best th,
.landing-pricing-table-best td {
  background: rgba(15, 188, 73, 0.06);
  color: var(--header-color, #111827);
  border-bottom: none;
}
.landing-pricing-table-best th {
  border-radius: 8px 0 0 8px;
}
.landing-pricing-table-best td:last-child {
  border-radius: 0 8px 8px 0;
}
.landing-pricing-table-best td {
  color: var(--header-color, #111827);
  font-weight: 700;
}
.landing-pricing-best-tag {
  display: inline-block;
  margin-left: 0.4rem;
  padding: 0.1rem 0.4rem;
  color: var(--green, #0fbc49);
  background: rgba(15, 188, 73, 0.1);
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  vertical-align: middle;
}
.landing-pricing-fineprint {
  margin: 0;
  color: #9ca3af;
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: left;
}
.landing-pricing-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.25rem;
}
.landing-pricing-cta .btn {
  min-width: 13rem;
}
.landing-pricing-cta-note {
  margin: 0;
  color: #6b7280;
  font-size: 0.84rem;
  line-height: 1.35;
}
.landing-pricing .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 991px) {
  .landing-pricing-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .landing-pricing-fineprint {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .landing-pricing {
    padding: 2.75rem 0 2.5rem;
  }
  .landing-pricing-panel {
    padding: 1.25rem 1rem;
    border-radius: 16px;
  }
  .landing-pricing-table th,
  .landing-pricing-table td {
    padding: 0.5rem 0.35rem;
    font-size: 0.86rem;
  }
}

/* Landing FAQ */
.landing-faq {
  position: relative;
  padding: 3.5rem 0 3.25rem;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 45%, #f8fafc 100%);
}
.landing-faq-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 1.5rem;
}
.landing-faq-eyebrow {
  margin: 0 0 0.4rem;
  color: var(--green, #0fbc49);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.landing-faq-title {
  margin: 0;
  color: var(--header-color, #111827);
  font-size: clamp(1.55rem, 2.3vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.landing-faq-list {
  max-width: 68rem;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(15, 188, 73, 0.1);
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(17, 24, 39, 0.05);
  padding: 0.45rem 1.75rem;
}
.landing-faq-accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}
.landing-faq .accordion-item {
  background: transparent !important;
  border: none;
  border-bottom: 1px solid #eef2f7;
}
.landing-faq .accordion-item.acc-last-item,
.landing-faq .accordion-item:last-child {
  border-bottom: none;
}
.landing-faq .accordion-thumb {
  margin: 0;
  padding: 1rem 2rem 1rem 0;
  cursor: pointer;
  position: relative;
}
.landing-faq .accordion-thumb span {
  display: block;
  color: var(--header-color, #111827);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  padding-right: 0.5rem;
}
.landing-faq .accordion-item .accordion-thumb:after,
.landing-faq .accordion-item.is-active .accordion-thumb:after {
  font-family: Flaticon;
  color: var(--green, #0fbc49);
  font-size: 0.8rem;
  font-weight: 300;
  content: "\f15d";
  position: absolute;
  top: 1.1rem;
  right: 0;
}
.landing-faq .accordion-item.is-active .accordion-thumb:after {
  content: "\f15e";
}
.landing-faq .accordion-panel {
  margin: 0;
  padding: 0 0 1rem;
  display: none;
}
.landing-faq .accordion-panel p {
  margin: 0;
  color: #5b6472;
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 52rem;
}
.landing-faq-more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1rem;
  margin-top: 1.35rem;
}
.landing-faq-more p {
  margin: 0;
  color: #6b7280;
  font-size: 0.95rem;
  font-weight: 600;
}
@media (max-width: 575px) {
  .landing-faq {
    padding: 2.75rem 0 2.5rem;
  }
  .landing-faq-list {
    padding: 0.2rem 1rem;
    border-radius: 16px;
  }
  .landing-faq .accordion-thumb {
    padding: 0.85rem 1.6rem 0.85rem 0;
  }
  .landing-faq .accordion-thumb span {
    font-size: 0.95rem;
  }
}

/* Landing contact */
.landing-contact {
  position: relative;
  padding: 3.5rem 0 3.25rem;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(15, 188, 73, 0.08), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.landing-contact-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 1.5rem;
}
.landing-contact-eyebrow {
  margin: 0 0 0.4rem;
  color: var(--green, #0fbc49);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.landing-contact-title {
  margin: 0 0 0.5rem;
  color: var(--header-color, #111827);
  font-size: clamp(1.55rem, 2.3vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.landing-contact-lead {
  margin: 0;
  color: #5b6472;
  font-size: 1rem;
  line-height: 1.5;
}
.landing-contact-panel {
  max-width: 68rem;
  margin: 0 auto;
  padding: 1.75rem 1.85rem;
  background: #fff;
  border: 1px solid rgba(15, 188, 73, 0.1);
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(17, 24, 39, 0.05);
}
.landing-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2rem 2.5rem;
  align-items: stretch;
}
.landing-contact-main {
  min-width: 0;
}
.landing-contact-alert {
  margin: 0 0 1rem;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  font-size: 0.92rem;
  line-height: 1.45;
}
.landing-contact-alert--ok {
  color: #0a7a32;
  background: rgba(15, 188, 73, 0.08);
}
.landing-contact-alert--err {
  color: #92400e;
  background: #fff7ed;
}
.landing-contact-alert a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
.landing-contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.landing-contact-label {
  margin: 0.35rem 0 0;
  color: var(--header-color, #111827);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: left;
}
.landing-contact-label:first-of-type {
  margin-top: 0;
}
.landing-contact-form .form-control {
  width: 100%;
  margin: 0 0 0.35rem;
  padding: 0.7rem 0.85rem;
  color: var(--header-color, #111827);
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-size: 0.98rem;
  line-height: 1.4;
  box-shadow: none;
  transition: border-color 0.15s, background-color 0.15s;
}
.landing-contact-form .form-control:focus {
  background: #fff;
  border-color: var(--green, #0fbc49);
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 188, 73, 0.12);
}
.landing-contact-form textarea.form-control {
  min-height: 7.5rem;
  resize: vertical;
}
.landing-contact-form .btn {
  margin-top: 0.45rem;
  align-self: flex-start;
  min-width: 11rem;
}
.landing-contact-note {
  margin: 0.55rem 0 0;
  color: #6b7280;
  font-size: 0.86rem;
  line-height: 1.4;
  text-align: left;
}
.landing-contact-form .contact-form-msg {
  min-height: 0;
  margin: 0;
  padding: 0;
}
.landing-contact-aside {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background:
    radial-gradient(circle at 50% 30%, rgba(15, 188, 73, 0.12), transparent 62%),
    #f8fafc;
  border: 1px solid #eef2f7;
  border-radius: 16px;
}
.landing-contact-support {
  text-align: center;
  max-width: 16rem;
}
.landing-contact-avatar {
  display: flex;
  justify-content: center;
  margin-bottom: 0.85rem;
}
.landing-contact-support-title {
  margin: 0 0 0.4rem;
  color: var(--header-color, #111827);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.landing-contact-support-text {
  margin: 0;
  color: #5b6472;
  font-size: 0.95rem;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .landing-contact-grid {
    grid-template-columns: 1fr;
  }
  .landing-contact-aside {
    order: -1;
    padding: 1rem;
  }
  .landing-contact-support {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: none;
    text-align: left;
  }
  .landing-contact-avatar {
    margin: 0;
    flex-shrink: 0;
  }
  .landing-contact-avatar svg {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 575px) {
  .landing-contact {
    padding: 2.75rem 0 2.5rem;
  }
  .landing-contact-panel {
    padding: 1.15rem 1rem;
    border-radius: 16px;
  }
  .landing-contact-support {
    flex-direction: column;
    text-align: center;
  }
  .landing-contact-form .btn {
    align-self: stretch;
  }
}

/* Landing banner CTA */
.landing-banner {
  padding: 3.25rem 0;
  background: var(--green, #0fbc49);
  text-align: center;
}
.landing-banner-inner {
  max-width: 40rem;
  margin: 0 auto;
}
.landing-banner-title {
  margin: 0 0 0.55rem;
  color: #fff;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.landing-banner-lead {
  margin: 0 0 1.35rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  line-height: 1.5;
}
.landing-banner-btn,
.landing-banner-btn:focus,
.landing-banner-btn:active {
  background: #111827 !important;
  border-color: #111827 !important;
  color: #fff !important;
  max-width: 100%;
  white-space: normal;
  height: auto;
  line-height: 1.3;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
.landing-banner-btn:hover {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}
.landing-banner-btn .btn-text,
.landing-banner-btn .anim-txt {
  white-space: normal;
}
@media (max-width: 575px) {
  .landing-banner {
    padding: 2.5rem 0;
  }
  .landing-banner-btn {
    font-size: 0.95rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}

.landing-examples-head {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 1.75rem;
}
.landing-examples-title {
  margin: 0;
  font-family: var(--main-font, "Roboto", sans-serif);
  color: var(--header-color, #111111);
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.landing-examples-foot {
  margin: 0.35rem 0 0;
  text-align: center;
}
.landing-examples-viewall {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--main-font, "Roboto", sans-serif);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--green, #0fbc49);
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: color 0.15s ease, opacity 0.15s ease;
}
.landing-examples-viewall:hover,
.landing-examples-viewall:focus-visible {
  color: #0a9a3a;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.landing-examples-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.35rem;
  margin: 0 auto 1.75rem;
  max-width: 56rem;
}
.landing-examples-tab {
  appearance: none;
  border: 0;
  background: transparent;
  color: #6b7280;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 600;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.15s, background-color 0.15s;
}
.landing-examples-tab:hover {
  color: var(--header-color, #111827);
  background: rgba(17, 24, 39, 0.05);
}
.landing-examples-tab.is-active {
  color: #fff;
  background: var(--green, #0fbc49);
}
.landing-examples-slider {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.landing-examples-viewport {
  min-width: 0;
  width: 100%;
  overflow: hidden;
}
.landing-examples-panel {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.landing-examples-panel[hidden] {
  display: none !important;
}
/* Full-bleed track; center when thumbs fit, left-align when scrolling */
.landing-examples-track {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.1rem;
  width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.5rem 1rem 1.15rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.landing-examples-track.is-overflowing {
  justify-content: flex-start;
}
.landing-examples-track::-webkit-scrollbar {
  display: none;
}
.landing-ex-card {
  flex: 0 0 auto;
  width: min(15rem, 46vw);
  scroll-snap-align: start;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
  color: inherit;
  font: inherit;
}
.landing-ex-card-media {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: #e5e7eb;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.1);
  aspect-ratio: 3 / 4;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.landing-ex-card:hover .landing-ex-card-media,
.landing-ex-card:focus-visible .landing-ex-card-media {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.16);
}
.landing-ex-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing-examples-nav {
  position: absolute;
  top: 42%;
  z-index: 2;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(17, 24, 39, 0.12);
  transition: background-color 0.15s, opacity 0.15s;
}
.landing-examples-nav--prev {
  left: 0.65rem;
}
.landing-examples-nav--next {
  right: 0.65rem;
}
.landing-examples-nav:hover:not(:disabled) {
  background: #f3f4f6;
}
.landing-examples-nav:disabled {
  opacity: 0.35;
  cursor: default;
}
@media (max-width: 767px) {
  .landing-examples {
    padding: 3.25rem 0 2.5rem;
  }
  .landing-examples-nav {
    display: none;
  }
  .landing-ex-card {
    width: min(11rem, 58vw);
  }
  .landing-examples-track {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .landing-examples-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    max-width: none;
    padding-bottom: 0.25rem;
    scrollbar-width: none;
  }
  .landing-examples-tabs::-webkit-scrollbar {
    display: none;
  }
}

/* Auth modal styles live in css/landing-site.css (shared site chrome). */
