/*
Theme Name: Prompt Minda Child
Theme URI: https://promptminda.fun/
Description: Prompt Minda app landing website child theme for Twenty Twenty-Five.
Author: Prompt Minda
Author URI: https://promptminda.fun/
Template: twentytwentyfive
Version: 1.0.0
Text Domain: prompt-minda-child
*/

:root {
  --pm-bg: #09090b;
  --pm-bg-2: #111116;
  --pm-card: #17171d;
  --pm-card-2: #202029;
  --pm-red: #ef233c;
  --pm-red-2: #ff4d67;
  --pm-pink: #ff3d9a;
  --pm-purple: #7c3aed;
  --pm-text: #ffffff;
  --pm-muted: #b9b9c5;
  --pm-line: rgba(255,255,255,.09);
  --pm-radius: 24px;
  --pm-shadow: 0 24px 80px rgba(0,0,0,.35);
}

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--pm-bg); color: var(--pm-text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body .wp-site-blocks { padding: 0; }
a { color: inherit; }

.pm-site { min-height: 100vh; overflow: hidden; background:
  radial-gradient(circle at 15% 10%, rgba(239,35,60,.16), transparent 28%),
  radial-gradient(circle at 85% 16%, rgba(124,58,237,.18), transparent 26%),
  var(--pm-bg); }
.pm-wrap { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.pm-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px); background: rgba(9,9,11,.78); border-bottom: 1px solid var(--pm-line); }
.pm-nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.pm-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 20px; letter-spacing: -.02em; }
.pm-logo { width: 38px; height: 38px; border-radius: 13px; display: grid; place-items: center; background: linear-gradient(135deg, var(--pm-red), var(--pm-pink)); box-shadow: 0 10px 28px rgba(239,35,60,.28); font-weight: 900; }
.pm-menu { display: flex; align-items: center; gap: 24px; font-size: 14px; color: var(--pm-muted); }
.pm-menu a { text-decoration: none; transition: .2s ease; }
.pm-menu a:hover { color: #fff; }
.pm-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; border-radius: 14px; text-decoration: none; font-weight: 750; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.pm-btn:hover { transform: translateY(-2px); }
.pm-btn-primary { background: linear-gradient(135deg, var(--pm-red), var(--pm-pink)); color: #fff; box-shadow: 0 14px 36px rgba(239,35,60,.28); }
.pm-btn-secondary { border-color: var(--pm-line); background: rgba(255,255,255,.04); color: #fff; }

.pm-hero { padding: 86px 0 68px; }
.pm-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 54px; }
.pm-kicker { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(255,77,103,.25); background: rgba(239,35,60,.08); border-radius: 999px; font-size: 13px; color: #ffd7df; }
.pm-title { margin: 22px 0 18px; font-size: clamp(48px, 7vw, 84px); line-height: .98; letter-spacing: -.055em; max-width: 760px; }
.pm-gradient { background: linear-gradient(90deg, #ff4d67 0%, #ff3d9a 48%, #8b5cf6 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pm-lead { max-width: 650px; margin: 0 0 30px; color: var(--pm-muted); font-size: 18px; line-height: 1.7; }
.pm-cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.pm-mini-points { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: #d2d2db; font-size: 13px; }
.pm-mini-points span::before { content: "✓"; color: #ff536b; margin-right: 7px; font-weight: 900; }

.pm-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.pm-orbit { position: absolute; width: 460px; height: 460px; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); box-shadow: inset 0 0 90px rgba(124,58,237,.12); }
.pm-phone { position: relative; width: 280px; height: 560px; border-radius: 42px; padding: 12px; background: linear-gradient(145deg,#2d2d35,#0e0e12); border: 1px solid rgba(255,255,255,.18); box-shadow: var(--pm-shadow); transform: rotate(-5deg); }
.pm-phone::before { content: ""; position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 92px; height: 23px; border-radius: 999px; background: #060607; z-index: 3; }
.pm-screen { height: 100%; border-radius: 32px; overflow: hidden; background: #101014; border: 1px solid rgba(255,255,255,.05); }
.pm-appbar { padding: 58px 18px 16px; display: flex; justify-content: space-between; align-items: center; font-weight: 800; }
.pm-search { margin: 0 16px 16px; padding: 13px 14px; color: #9d9daa; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: #17171d; font-size: 12px; }
.pm-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 0 16px 12px; }
.pm-stat { padding: 12px 6px; border-radius: 13px; background: #202027; text-align: center; font-size: 10px; color: #bdbdc7; }
.pm-stat b { display: block; color: #fff; font-size: 15px; margin-bottom: 2px; }
.pm-list { padding: 0 16px 20px; display: grid; gap: 10px; }
.pm-item { border-radius: 15px; background: #1d1d23; border: 1px solid rgba(255,255,255,.05); padding: 13px; }
.pm-item strong { display: block; font-size: 12px; margin-bottom: 5px; }
.pm-item p { margin: 0; color: #aaaab4; font-size: 10px; line-height: 1.45; }
.pm-floating { position: absolute; padding: 13px 16px; border-radius: 16px; background: rgba(23,23,29,.9); border: 1px solid rgba(255,255,255,.1); box-shadow: 0 16px 38px rgba(0,0,0,.34); font-size: 13px; font-weight: 700; backdrop-filter: blur(14px); }
.pm-float-one { top: 80px; right: 0; }
.pm-float-two { bottom: 80px; left: 0; }

.pm-section { padding: 86px 0; }
.pm-section-light { background: #f7f7fa; color: #121217; }
.pm-section-head { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.pm-eyebrow { text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: 12px; color: var(--pm-red); }
.pm-h2 { margin: 10px 0 14px; font-size: clamp(34px, 5vw, 54px); line-height: 1.06; letter-spacing: -.04em; }
.pm-sub { margin: 0; color: #6f6f7a; font-size: 17px; line-height: 1.7; }
.pm-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pm-card { padding: 24px; border-radius: 20px; background: #fff; border: 1px solid #ececf1; box-shadow: 0 14px 34px rgba(23,23,29,.05); }
.pm-card-icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(239,35,60,.11), rgba(124,58,237,.10)); color: var(--pm-red); font-size: 20px; margin-bottom: 18px; }
.pm-card h3 { margin: 0 0 10px; font-size: 18px; }
.pm-card p { margin: 0; color: #70707c; line-height: 1.62; font-size: 14px; }

.pm-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.pm-step { position: relative; padding: 28px; border-radius: 22px; background: var(--pm-card); border: 1px solid var(--pm-line); }
.pm-step-num { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-weight: 900; background: linear-gradient(135deg,var(--pm-red),var(--pm-purple)); margin-bottom: 18px; }
.pm-step h3 { margin: 0 0 8px; font-size: 20px; }
.pm-step p { margin: 0; color: var(--pm-muted); line-height: 1.65; }

.pm-shot-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.pm-shot { aspect-ratio: 9/17.5; border-radius: 24px; padding: 16px; background: linear-gradient(160deg,#18181e,#0d0d10); border: 1px solid var(--pm-line); box-shadow: 0 20px 44px rgba(0,0,0,.22); }
.pm-shot-top { height: 14px; width: 70px; border-radius: 999px; background: #050506; margin: 0 auto 16px; }
.pm-shot-box { height: 34px; border-radius: 10px; background: #25252d; margin-bottom: 10px; }
.pm-shot-box.red { background: linear-gradient(135deg,rgba(239,35,60,.86),rgba(255,61,154,.72)); }
.pm-shot-box.tall { height: 88px; }
.pm-shot-box.mid { height: 54px; }

.pm-privacy { display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; align-items: center; padding: 36px; border-radius: 28px; background: linear-gradient(135deg, rgba(239,35,60,.15), rgba(124,58,237,.16)); border: 1px solid var(--pm-line); }
.pm-privacy-badge { width: 170px; height: 170px; border-radius: 50%; margin: auto; display: grid; place-items: center; font-size: 64px; background: #121217; border: 1px solid rgba(255,255,255,.1); box-shadow: inset 0 0 40px rgba(239,35,60,.14); }
.pm-privacy h2 { margin: 0 0 12px; font-size: 40px; letter-spacing: -.04em; }
.pm-privacy p { margin: 0; color: var(--pm-muted); font-size: 17px; line-height: 1.7; }

.pm-faq { display: grid; gap: 12px; max-width: 840px; margin: 0 auto; }
.pm-faq details { padding: 18px 20px; border-radius: 16px; border: 1px solid #e9e9ef; background: #fff; }
.pm-faq summary { cursor: pointer; font-weight: 800; }
.pm-faq p { color: #6d6d78; line-height: 1.65; }

.pm-download { padding: 54px; border-radius: 30px; background: linear-gradient(120deg,#a80f24,#ef233c 48%,#7c3aed); text-align: center; box-shadow: 0 26px 70px rgba(239,35,60,.2); }
.pm-download h2 { margin: 0 0 14px; font-size: clamp(34px,5vw,54px); letter-spacing: -.04em; }
.pm-download p { margin: 0 auto 24px; max-width: 680px; color: rgba(255,255,255,.84); font-size: 17px; line-height: 1.65; }
.pm-download .pm-btn { background: #fff; color: #111; }

.pm-footer { padding: 42px 0 26px; border-top: 1px solid var(--pm-line); color: #a7a7b2; }
.pm-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 30px; }
.pm-footer h4 { color: #fff; margin: 0 0 12px; }
.pm-footer p, .pm-footer a { color: #aaaab5; text-decoration: none; line-height: 1.75; font-size: 14px; }
.pm-copy { margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--pm-line); font-size: 12px; }

@media (max-width: 980px) {
  .pm-menu { display: none; }
  .pm-hero-grid, .pm-privacy { grid-template-columns: 1fr; }
  .pm-grid { grid-template-columns: repeat(2,1fr); }
  .pm-shot-grid { grid-template-columns: repeat(2,1fr); }
  .pm-steps { grid-template-columns: 1fr; }
  .pm-visual { min-height: 500px; }
  .pm-footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .pm-wrap { width: min(100% - 24px, 1180px); }
  .pm-hero { padding-top: 58px; }
  .pm-title { font-size: 48px; }
  .pm-grid, .pm-shot-grid { grid-template-columns: 1fr; }
  .pm-phone { width: 245px; height: 500px; }
  .pm-orbit { width: 360px; height: 360px; }
  .pm-floating { display: none; }
  .pm-download { padding: 36px 22px; }
}
