/* Shared minoli visual theme and homepage product presentation. */
.site-theme {
  --ink: #1d2528;
  --muted: #667175;
  --background: #fff;
  --border: rgba(29,37,40,.09);
  --shadow-soft: 0 12px 40px rgba(20,35,40,.04);
  --shadow: 0 24px 80px rgba(20,35,40,.08);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
.site-theme .site-header { padding: 12px 0; background: rgba(255,255,255,.82); border-bottom: 1px solid var(--border); box-shadow: none; }
.site-theme .site-header .brand::after { background: url('../images/minoli-wordmark-teal.svg') center / contain no-repeat; width: 104px; height: 28px; }
.site-theme .desktop-nav { gap: 27px; }
.site-theme .desktop-nav a { color: #515b5e; font-size: 12px; font-weight: 500; }
.site-theme .desktop-nav a:hover { color: var(--brand-dark); }
.site-theme .language-switch { border-color: var(--border); background: #f5f5f7; }
.site-theme .language-switch a[aria-current="page"] { box-shadow: 0 1px 4px #0000000d; }
.site-theme .nav-toggle { color: var(--ink); background: #f5f5f7; }
.site-theme .mobile-nav { inset-block-start: 64px; background: rgba(255,255,255,.98); }
.site-theme .eyebrow { font-size: 11px; font-weight: 650; letter-spacing: .1em; line-height: 1.6; }
.site-theme .eyebrow::before { display: none; }
.site-theme h2 { font-weight: 650; line-height: 1.06; }
.site-theme h3 { font-weight: 650; line-height: 1.1; }
.site-theme .section { padding-block: 112px; }
.site-theme .section-compact { padding-block: 80px; }
.site-theme .section-tint { background: #f5f6f7; }
.site-theme .hero { position: relative; display: block; min-height: 1380px; min-height: calc(min(100svh, 1115px) + 540px); padding: 0; background: linear-gradient(180deg,#fff 65%,#f7f9f9); }
.site-theme .hero-grid { position: sticky; top: 65px; min-height: 710px; height: calc(100svh - 65px); max-height: 1050px; grid-template-columns: 1.12fr 1fr; gap: 25px; }
.site-theme .hero-copy { padding: 0 0 48px; }
.site-theme .hero h1 { font-size: clamp(3.4rem,5.25vw,5rem); font-weight: 650; letter-spacing: -.06em; line-height: 1.035; margin: 0 0 26px; }
.site-theme .text-gradient { background-image: linear-gradient(105deg,#16747e,#269eaa); }
.site-theme .hero-copy .lead { max-width: 465px; font-size: 19px; line-height: 1.6; letter-spacing: -.025em; }
.site-theme .hero-actions { align-items: center; gap: 24px; margin-block: 30px 26px; }
.site-theme .hero-actions .app-store-badge img { height: 46px; }
.site-theme .hero-actions .button-secondary { color: var(--brand-dark); background: none; border: none; padding: 0; min-height: 44px; font-size: 15px; font-weight: 500; }
.site-theme .trust-row { max-width: 470px; font-size: 11px; gap: 9px 15px; color: #737d80; }
.site-theme .trust-row svg { width: 13px; height: 13px; }
.site-theme .hero-visual { min-height: 0; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-bottom: 50px; }
.hero-halo { position: absolute; inset: 10% -12% 8%; background: radial-gradient(ellipse at center, #d9efee 0%,#edf7f6 38%,transparent 70%); pointer-events: none; }
.device-stage { position: relative; perspective: 1400px; width: 100%; display: grid; place-items: center; }
.hero-device { --device-x: 9deg; --device-y: -19deg; --device-z: 5deg; --device-scale: .95; --device-lift: 0px; position: relative; width: clamp(260px,25vw,320px); transform-style: preserve-3d; transform: translate3d(0,var(--device-lift),0) rotateX(var(--device-x)) rotateY(var(--device-y)) rotateZ(var(--device-z)) scale(var(--device-scale)); }
.hero-device img { position: relative; width: 100%; transform: translateZ(3px); filter: drop-shadow(14px 24px 22px rgba(23,42,51,.16)); }
.device-depth { position: absolute; inset: 1px 2px; border-radius: 17% / 8.4%; background: linear-gradient(95deg,#1b242f,#7e8d9d 40%,#25323d 85%,#a4acb5); transform: translateZ(-8px) translateX(5px); box-shadow: 1px 1px 0 #a4aeb9,3px 0 0 #394653,5px 0 0 #657384; }
.device-sheen { position: absolute; inset: 2.5% 4%; border-radius: 14% / 7%; background: linear-gradient(115deg,transparent 18%,rgba(255,255,255,.17) 42%,transparent 64%); opacity: var(--sheen-opacity,.5); transform: translateZ(4px); pointer-events: none; }
.device-shadow { position: absolute; width: 63%; height: 30px; bottom: -34px; border-radius: 50%; background: #243842; filter: blur(22px); opacity: var(--shadow-opacity,.12); transform: scaleX(var(--shadow-scale,1)); }
.device-caption { position: relative; margin: 52px 0 0; color: #778286; font-size: 12px; letter-spacing: .025em; }
.hero-scroll { position: absolute; bottom: 25px; left: 0; display: flex; align-items: center; gap: 10px; color: #798387; text-decoration: none; font-size: 11px; }
.hero-scroll span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #dfe5e6; border-radius: 50%; font-size: 15px; }
.site-theme .proof-strip { background: #f7f9f9; padding-block: 26px; }
.site-theme .proof-item { font-size: 12px; font-weight: 500; }
.site-theme .proof-dot { width: 5px; height: 5px; }
.site-theme .problem-card { background: linear-gradient(135deg, #126b76, #1a8e9d); box-shadow: none; border-radius: 32px; }
.site-theme .problem-item { background: rgba(255,255,255,.06); }
/* Three illustrated moments, using the original minoli teal. */
.site-theme #fonctionnement, .site-theme #how-it-works { background: #edf6f5; }
.site-theme .steps-grid { gap: 20px; }
.site-theme .step-card { display: flex; flex-direction: column; min-height: 490px; padding: 30px; background: #fff; border: 1px solid rgba(18,107,118,.08); box-shadow: 0 12px 36px rgba(18,107,118,.035); border-radius: 28px; }
.site-theme .step-card::after { display: none; }
.step-topline { display: flex; align-items: center; gap: 11px; margin-bottom: 28px; color: var(--brand-dark); }
.site-theme .step-card .step-number { display: grid; place-items: center; width: 36px; height: 36px; margin: 0; border: 1px solid #cde5e3; border-radius: 50%; background: none; color: inherit; font-size: 12px; font-weight: 600; letter-spacing: .03em; }
.step-phase { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.step-direction { margin-left: auto; font-size: 22px; font-weight: 400; }
.site-theme .step-card h3 { max-width: 270px; margin-bottom: 14px; font-size: clamp(1.65rem,2.15vw,2rem); letter-spacing: -.045em; line-height: 1.12; }
.site-theme .step-card > p { margin-bottom: 28px; font-size: 15px; line-height: 1.6; }
.step-demo { margin-top: auto; min-height: 220px; padding: 20px; border: 1px solid #d9eae8; border-radius: 19px; background: #f5f9f8; color: #214e54; }
.demo-label { display: flex; align-items: center; gap: 7px; margin-bottom: 17px; font-size: 11px; font-weight: 600; color: #49777c; }
.demo-spark { color: var(--brand); font-size: 17px; }
.capture-note { font-size: 17px; line-height: 1.5; letter-spacing: -.025em; }
.note-caret { display: inline-block; width: 2px; height: 16px; margin-left: 3px; background: var(--brand); vertical-align: -2px; }
.capture-bottom { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 16px; font-size: 10px; color: #658487; }
.capture-send { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--brand); color: #fff; font-size: 19px; }
.demo-count { margin-left: auto; white-space: nowrap; color: #658487; font-size: 10px; font-weight: 400; }
.demo-plan { padding: 20px 12px 14px; }
.demo-plan .demo-label { padding-inline: 7px; }
.demo-task { display: flex; align-items: center; gap: 8px; padding: 11px 8px; font-size: 11px; color: #638185; }
.demo-task.is-next { color: #126b76; background: #d9efee; border-radius: 9px; font-weight: 600; }
.demo-task small { margin-left: auto; white-space: nowrap; font-size: 9px; font-weight: 500; }
.task-dot { width: 13px; height: 13px; flex: 0 0 auto; border: 1px solid #a2c6c5; border-radius: 50%; }
.is-next .task-dot { border: 4px solid var(--brand); background: #fff; }
.site-theme .step-card-3 { color: #fff; background: linear-gradient(145deg, #126b76, #1a8e9d); border-color: transparent; }
.site-theme .step-card-3 .step-topline { color: #e0f3f1; }
.site-theme .step-card-3 .step-number { border-color: #ffffff40; }
.site-theme .step-card-3 > p { color: #e0f1f0; }
.demo-start { background: #ffffff12; border-color: #ffffff30; color: #fff; }
.demo-start .demo-label { color: #dcf0ef; }
.start-action { max-width: 195px; margin-bottom: 18px; font-size: 23px; font-weight: 600; line-height: 1.15; letter-spacing: -.035em; }
.start-control { display: flex; gap: 9px; align-items: center; padding: 12px; color: #126b76; background: #fff; border-radius: 11px; font-size: 12px; font-weight: 600; }
.start-control > span { font-size: 10px; }
.start-control small { margin-left: auto; font-size: 10px; font-weight: 400; }
.start-help { display: flex; justify-content: center; gap: 8px; margin-top: 13px; font-size: 10px; color: #e0f1f0; }
@media (max-width: 960px) and (min-width: 701px) {
  .site-theme .steps-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
  .site-theme .step-card { padding: 20px 16px; }
  .site-theme .step-card h3 { font-size: 24px; }
  .site-theme .step-card > p { font-size: 14px; }
  .step-demo { padding: 14px 10px; }
  .demo-task { gap: 5px; padding-inline: 5px; font-size: 10px; }
}
@media (max-width: 700px) {
  .site-theme .step-card { min-height: auto; padding: 26px; }
  .site-theme .step-card h3 { max-width: none; font-size: 29px; }
  .step-topline { margin-bottom: 22px; }
  .step-demo { min-height: 0; margin-top: 4px; }
}
.site-theme .product-showcase { background: #f5f6f7; }
.site-theme .product-panel { box-shadow: none; border: 0; border-radius: 32px; }
.site-theme .product-panel::before,.site-theme .product-panel::after { display: none; }
.site-theme .product-panel-today { background: #fff; }
.site-theme .product-panel-capture { background: #d9efee; }
.site-theme .product-panel-steps { background: #f3eedf; }
.site-theme .product-panel-unblock { background: #f1e6dd; }
.site-theme .product-panel-focus { background: linear-gradient(145deg, #126b76, #1a8e9d); }
.site-theme .product-panel-planning { background: #c8e6e5; }
.site-theme .product-panel h3 { line-height: 1.06; }
.site-theme .product-step { font-size: 11px; font-weight: 600; }
.site-theme .privacy-lead { background: #d9efee; border-radius: 30px; }
.site-theme .privacy-card { box-shadow: none; border-radius: 26px; }
.site-theme .privacy-card.wide { background: #fff; border: 0; }
.site-theme .guide-card { background: #f5f6f7; border: 0; border-radius: 26px; }
.site-theme .guide-tag,.site-theme .guide-card:nth-child(2n) .guide-tag { padding: 0; background: none; color: var(--brand-dark); font-weight: 500; }
.site-theme .download-card { background: linear-gradient(135deg, #126b76, #1a8e9d); box-shadow: none; border-radius: 32px; }
.site-theme .download-card::before,.site-theme .download-card::after { display: none; }
.site-theme .site-footer { background: #f5f6f7; color: var(--ink); }
.site-theme .site-footer .brand::after { background-image: url('../images/minoli-wordmark-teal.svg'); }
.site-theme .footer-brand p,.site-theme .footer-links a,.site-theme .footer-bottom { color: #70787c; }
.site-theme .footer-links a:hover { color: var(--ink); }
.site-theme .footer-grid { border-color: var(--border); }
@media (min-width: 961px) and (max-height: 780px) {
  .site-theme .hero-grid { min-height: 590px; }
  .hero-device { width: 265px; }
  .site-theme .hero h1 { font-size: clamp(3.4rem,5vw,4.6rem); }
  .device-caption { margin-top: 32px; }
}
@media (max-width: 960px) {
  .site-theme .hero { min-height: auto; }
  .site-theme .hero-grid { position: relative; top: auto; height: auto; max-height: none; grid-template-columns: 1fr; gap: 25px; padding-top: 66px; padding-bottom: 65px; }
  .site-theme .hero-copy { padding: 0; }
  .site-theme .hero h1 { font-size: clamp(3rem,7.8vw,4.8rem); }
  .site-theme .hero-copy .lead { max-width: 510px; }
  .site-theme .hero .trust-row { margin-inline: auto; }
  .site-theme .hero-visual { min-height: 650px; padding-bottom: 15px; }
  .hero-device { width: 280px; }
  .hero-halo { inset: 0; }
  .hero-scroll { left: 50%; transform: translateX(-50%); white-space: nowrap; }
}
@media (max-width: 700px) {
  .site-theme .container { width: calc(100% - 40px); }
  .site-theme .section { padding-block: 76px; }
  .site-theme .hero-grid { padding-top: 50px; gap: 30px; }
  .site-theme .hero .eyebrow { max-width: 290px; margin-inline: auto; font-size: 10px; }
  .site-theme .hero h1 { font-size: clamp(2.6rem,10vw,4rem); margin-bottom: 22px; }
  .site-theme .hero-copy .lead { font-size: 17px; max-width: 370px; }
  .site-theme .hero-actions { flex-direction: row; justify-content: center; gap: 18px; margin-block: 24px 20px; }
  .site-theme .hero-actions .button { width: auto; font-size: 13px; }
  .site-theme .hero-actions .app-store-badge img { height: 42px; }
  .site-theme .trust-row { justify-content: center; font-size: 10px; gap: 7px 12px; }
  .site-theme .hero-visual { min-height: 610px; }
  .hero-device { width: 260px; }
  .device-caption { font-size: 11px; }
  .site-theme .proof-item { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .site-theme .hero { min-height: auto; }
  .site-theme .hero-grid { position: relative; top: auto; }
  .hero-device { transform: none; }
  .device-sheen { display: none; }
}

/* Keep the entire question in one text flow beside its disclosure icon. */
.site-theme .faq-label { flex: 1; min-width: 0; line-height: 1.4; }
