/* ============================================================
   PriceMonk Intelligence — dark teal landing (PriceMonk brand)
   ============================================================ */
:root {
  --bg: #06201C;
  --bg-2: #0a2723;
  --bg-3: #0e302b;
  --card: rgba(255, 255, 255, 0.035);
  --card-hover: rgba(255, 255, 255, 0.06);
  --ink: #bffff0;
  --muted: #93bdb2;
  --muted-2: #6d968c;
  --primary: #2fd2be;
  --primary-2: #6ee6d6;
  --deep: #0f8a7e;
  --dark: #0d2f2e;
  --line: rgba(47, 210, 190, 0.16);
  --line-strong: rgba(47, 210, 190, 0.34);
  --ok: #56d98a;
  --bad: #f2708a;
  --warn: #e0a34f;
  --maxw: 1120px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Montserrat', ui-sans-serif, system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  position: relative;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
em { font-style: normal; color: var(--primary); }

/* ---- background glows ---- */
.bg { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.glow { position: absolute; border-radius: 50%; filter: blur(130px); opacity: .5; }
.gw1 { width: 46%; height: 46%; top: -14%; left: 6%; background: rgba(47, 210, 190, 0.18); }
.gw2 { width: 44%; height: 44%; bottom: -16%; right: 4%; background: rgba(13, 47, 46, 0.85); }
.gw3 { width: 34%; height: 34%; top: 40%; left: 55%; background: rgba(15, 138, 126, 0.16); }

/* ---- layout ---- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px, 5vw, 40px); width: 100%; }
section { padding: clamp(64px, 9vw, 104px) 0; position: relative; }
.panel { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.center { text-align: center; }
.narrow { max-width: 820px; margin: 0 auto; }

/* ---- type ---- */
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--primary); }
h1 { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: clamp(34px, 5.4vw, 60px); line-height: 1.07; letter-spacing: -.02em; }
h1 span { color: var(--primary); }
h2 { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: clamp(27px, 3.4vw, 40px); line-height: 1.12; letter-spacing: -.02em; }
h3 { font-size: 17px; font-weight: 700; letter-spacing: -.01em; }
.lead { font-size: clamp(16px, 1.6vw, 19px); color: var(--muted); line-height: 1.65; text-wrap: pretty; }
.muted { color: var(--muted); }
.subtag { font-size: clamp(17px, 1.7vw, 20px); font-weight: 600; color: var(--primary); }

/* ---- buttons ---- */
.btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 15px; padding: 14px 26px; border-radius: 999px; cursor: pointer; border: 1px solid transparent; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.btn-primary { background: var(--primary); color: #04211d; }
.btn-primary:hover { transform: translateY(-2px); background: var(--primary-2); }
.btn-ghost { border-color: var(--line-strong); color: var(--ink); }
.btn-ghost:hover { border-color: var(--primary); background: rgba(47, 210, 190, 0.08); }
.btn-sm { padding: 9px 18px; font-size: 14px; }

/* ---- nav ---- */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(6, 32, 28, 0.72); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand img { height: 24px; width: auto; }
.brand .tag { font-size: 11px; font-weight: 700; letter-spacing: .04em; color: var(--primary); background: rgba(47, 210, 190, 0.14); border: 1px solid var(--line); border-radius: 6px; padding: 3px 9px; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14.5px; font-weight: 500; }
.nav-links a { color: var(--muted); transition: color .2s; }
.nav-links a:hover { color: var(--ink); }
.nav-toggle { display: none; background: none; border: none; color: var(--ink); cursor: pointer; }
.nav-toggle svg { width: 26px; height: 26px; }
.mobile-menu { display: none; border-top: 1px solid var(--line); padding: 16px clamp(20px, 5vw, 40px) 22px; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 11px 0; color: var(--muted); font-weight: 500; }
.mobile-menu a:hover { color: var(--ink); }
.mobile-menu .btn { margin-top: 10px; width: 100%; justify-content: center; }
@media (max-width: 880px) { .nav-links { display: none; } .nav-toggle { display: inline-flex; } }

/* ---- hero ---- */
.hero { padding-top: clamp(48px, 7vw, 84px); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 56px); align-items: center; }
.hero .eyebrow { margin-bottom: 18px; display: inline-block; }
.hero h1 { margin-bottom: 16px; }
.hero .subtag { margin-bottom: 18px; }
.hero .cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 36px; } }

/* ---- line card (funnel + price ruler) ---- */
.linecard { background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)); border: 1px solid var(--line); border-radius: 18px; padding: 20px; box-shadow: 0 40px 80px -40px rgba(15, 138, 126, 0.6); }
.linecard .funnel-cap { text-align: center; font-size: 11px; color: var(--muted); margin: 4px 0 14px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.linecard .head { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 6px; }
.linecard .head-t { font-weight: 600; font-size: 14px; }
.conf { font-size: 11px; font-weight: 700; border-radius: 999px; padding: 4px 10px; background: rgba(47, 210, 190, 0.15); color: var(--primary); white-space: nowrap; }
.poskey { display: flex; flex-wrap: wrap; gap: 7px 13px; align-items: center; font-size: 10.5px; color: var(--muted); margin-top: 10px; }
.poskey .pk-title { font-weight: 700; color: var(--ink); text-transform: uppercase; letter-spacing: .06em; font-size: 10px; }
.poskey i.sw { display: inline-block; width: 14px; height: 8px; border-radius: 3px; margin-right: 5px; vertical-align: middle; }
.just { margin-top: 16px; border-top: 1px solid var(--line); padding-top: 14px; }
.just-row { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 8px; }
.just-row b { font-weight: 700; }
.bar { height: 9px; border-radius: 999px; background: rgba(255,255,255,0.08); overflow: hidden; display: flex; }
.bar i { display: block; height: 100%; }
.bar i.j { background: var(--primary); }
.bar i.g { background: var(--warn); }
.just-legend { display: flex; flex-wrap: wrap; gap: 16px; font-size: 11px; color: var(--muted); margin-top: 8px; }
.dotm { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 5px; vertical-align: middle; }
.evi { display: flex; flex-wrap: wrap; gap: 14px; font-size: 11px; color: var(--muted); margin-top: 12px; }
.evi b { color: var(--ink); }

/* ---- cards / grids ---- */
.grid { display: grid; gap: 18px; }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .g3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .g2, .g3 { grid-template-columns: 1fr; } }

.card { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 24px; transition: border-color .2s, background .2s, transform .2s; }
.card:hover { border-color: var(--line-strong); background: var(--card-hover); transform: translateY(-3px); }
.card h3 { margin-bottom: 8px; }
.card p { font-size: 14.5px; color: var(--muted); line-height: 1.6; }
.card.accent { background: rgba(47, 210, 190, 0.1); border-color: var(--line-strong); }
.card.accent h3 { color: var(--primary); }

.icon { width: 42px; height: 42px; border-radius: 11px; margin-bottom: 15px; background: rgba(47, 210, 190, 0.14); color: var(--primary); display: flex; align-items: center; justify-content: center; }
.icon svg { width: 21px; height: 21px; stroke: currentColor; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

.pill { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .04em; color: var(--primary); background: rgba(47, 210, 190, 0.12); border: 1px solid var(--line); border-radius: 999px; padding: 4px 12px; }

/* ---- steps ---- */
.steps { counter-reset: s; display: grid; gap: 18px; margin-top: 8px; }
.step { display: flex; gap: 18px; align-items: flex-start; }
.step .n { counter-increment: s; flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%; background: var(--primary); color: #04211d; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.step .n::before { content: counter(s); }
.step p { padding-top: 6px; }

/* ---- replaces (old / new) ---- */
.repl { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
@media (max-width: 720px) { .repl { grid-template-columns: 1fr; } }
.repl .col { padding: 28px; }
.repl .old { background: rgba(255, 255, 255, 0.02); }
.repl .new { background: rgba(47, 210, 190, 0.07); }
.repl ul { list-style: none; margin-top: 14px; display: grid; gap: 12px; }
.repl li { display: flex; gap: 11px; font-size: 15px; color: var(--muted); line-height: 1.5; }
.repl li::before { flex: 0 0 auto; font-weight: 700; }
.repl .old li::before { content: '✕'; color: var(--bad); }
.repl .new li { color: var(--ink); }
.repl .new li::before { content: '✓'; color: var(--ok); }

/* ---- phases ---- */
.phases { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 26px; }
@media (max-width: 900px) { .phases { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .phases { grid-template-columns: repeat(2, 1fr); } }
.phase { border: 1px solid var(--line); border-radius: 12px; padding: 15px; background: var(--card); }
.phase .pn { font-size: 11px; font-weight: 700; color: var(--primary); }
.phase h4 { font-size: 14px; font-weight: 700; margin: 5px 0 3px; }
.phase p { font-size: 12px; color: var(--muted); line-height: 1.45; }

/* ---- suite flow ---- */
.suite { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; align-items: center; margin-top: 28px; }
.suite .node { border: 1px solid var(--line); border-radius: 12px; padding: 11px 16px; font-weight: 600; font-size: 13px; background: var(--card); }
.suite .node.me { border-color: var(--line-strong); background: rgba(47, 210, 190, 0.14); color: var(--primary); }
.suite .arrow { color: var(--muted); }

/* ---- pricing ---- */
.price-card { max-width: 580px; margin: 0 auto; text-align: center; border-color: var(--line-strong); background: rgba(47, 210, 190, 0.06); }
.price-card .lead { margin: 0 0 22px; }
.badges { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 30px; }
.badge { border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px; font-size: 13px; font-weight: 600; color: var(--ink); background: var(--card); }
.badge span { color: var(--ok); }
.note { font-size: 12.5px; color: var(--muted); margin-top: 10px; }

/* ---- CTA banner ---- */
.cta-banner { background: linear-gradient(120deg, #0a2723, #0d2f2e 55%, #082420); border: 1px solid var(--line-strong); border-radius: 22px; padding: clamp(32px, 5vw, 56px); display: flex; flex-direction: column; align-items: center; text-align: center; gap: 22px; }
.cta-banner > div { max-width: 640px; }
.cta-banner h3 { font-family: 'Montserrat', sans-serif; font-size: clamp(24px, 2.8vw, 32px); font-weight: 600; margin-bottom: 8px; }

/* ---- footer ---- */
.footer { background: #041613; border-top: 1px solid var(--line); padding: 56px 0 28px; }
.footer-main { display: flex; flex-direction: column; align-items: center; gap: 18px; margin-bottom: 44px; text-align: center; }
.footer-logo { height: 28px; opacity: .92; }
.footer-tag-row { display: inline-flex; align-items: center; gap: 9px; }
.footer-tag { font-size: 11px; font-weight: 700; color: var(--primary); background: rgba(47, 210, 190, 0.14); border: 1px solid var(--line); border-radius: 6px; padding: 3px 9px; }
.footer-tagline { color: var(--muted); font-size: 14px; margin-top: 4px; }
.footer-topmonks { color: rgba(191, 255, 240, 0.45); font-size: 12.5px; margin-top: 6px; display: inline-block; }
.footer-topmonks:hover { color: var(--primary); }
.footer-right { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; }
.footer-links a { color: var(--muted); font-size: 14px; }
.footer-links a:hover { color: var(--primary); }
.footer-contact { display: flex; align-items: center; gap: 16px; }
.footer-email { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 14px; }
.footer-email:hover { color: var(--primary); }
.footer-social { color: var(--muted); }
.footer-social:hover { color: var(--primary); }
.footer-icon { width: 20px; height: 20px; }
@media (min-width: 768px) {
  .footer-main { flex-direction: row; justify-content: space-between; text-align: left; align-items: flex-start; }
  .footer-right { align-items: flex-end; }
}

/* monk bar */
.monk-bar { border-top: 1px solid var(--line); padding-top: 40px; margin-bottom: 34px; text-align: center; }
.monk-bar-title { font-family: 'Montserrat', sans-serif; font-size: 22px; font-weight: 600; margin-bottom: 10px; }
.monk-bar-intro { color: var(--muted); font-size: 15px; max-width: 600px; margin: 0 auto 26px; }
.monk-bar-flow { display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; gap: 14px; }
.monk-bar-step { display: flex; flex-direction: column; align-items: center; max-width: 150px; }
.monk-bar-step-desc { margin-top: 10px; font-size: 12.5px; color: var(--muted); line-height: 1.4; }
.monk-bar-item { display: flex; align-items: center; justify-content: center; height: 46px; padding: 0 18px; background: rgba(255, 255, 255, 0.95); border: 2px solid rgba(255, 255, 255, 0.14); border-radius: 10px; transition: all .25s ease; }
.monk-bar-item:hover { border-color: var(--primary); transform: translateY(-3px); box-shadow: 0 10px 24px rgba(47, 210, 190, 0.3); }
.monk-bar-item.me { background: linear-gradient(135deg, var(--deep), var(--dark)); border-color: var(--primary); box-shadow: 0 8px 22px rgba(15, 138, 126, 0.45); }
.monk-bar-item.me:hover { border-color: #fff; }
.monk-bar-logo { height: 18px; width: auto; }
.monk-bar-item.me .monk-bar-logo { filter: none; height: 20px; }
.monk-bar-arrow { color: var(--muted); font-size: 20px; align-self: flex-start; height: 46px; display: flex; align-items: center; }
.monk-bar-cta { color: var(--primary); font-size: 15px; font-style: italic; margin-top: 26px; }
.footer-bottom { text-align: center; border-top: 1px solid var(--line); padding-top: 24px; }
.footer-bottom p { color: rgba(191, 255, 240, 0.35); font-size: 12.5px; }
@media (max-width: 600px) { .monk-bar-arrow { display: none; } .monk-bar-flow { gap: 12px; } }

/* ---- contact modal ---- */
#contact-modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 16px; }
#contact-modal.hidden { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3, 14, 12, 0.8); backdrop-filter: blur(6px); }
.modal-box { position: relative; width: 100%; max-width: 560px; max-height: 90vh; overflow-y: auto; background: #0a2723; border: 1px solid var(--line-strong); border-radius: 20px; padding: clamp(24px, 4vw, 40px); box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.7); animation: modalIn .28s ease-out; }
@keyframes modalIn { from { opacity: 0; transform: translateY(-14px); } to { opacity: 1; transform: translateY(0); } }
.modal-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, 0.06); border: none; color: var(--muted); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .2s; }
.modal-close:hover { background: var(--primary); color: #04211d; }
.modal-close svg { width: 20px; height: 20px; }
.modal-head { text-align: center; margin-bottom: 26px; }
.modal-head h3 { font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 600; margin-bottom: 10px; }
.modal-head .rule { width: 60px; height: 3px; background: var(--primary); margin: 0 auto; border-radius: 2px; }
.people { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; margin-bottom: 28px; }
.person { display: flex; flex-direction: column; align-items: center; text-align: center; }
.person img { width: 74px; height: 74px; border-radius: 50%; object-fit: cover; border: 3px solid var(--line); margin-bottom: 10px; }
.person h4 { font-size: 15px; font-weight: 700; }
.person .role { font-size: 13px; color: var(--muted); margin-bottom: 3px; }
.person a { font-size: 13px; color: var(--primary); }
.person a:hover { text-decoration: underline; }
.modal-divider { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; color: var(--muted); font-size: 13px; }
.modal-divider::before, .modal-divider::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.form { display: grid; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 520px) { .form-row { grid-template-columns: 1fr; } }
.field label { display: block; font-size: 13px; font-weight: 500; margin-bottom: 6px; }
.field input, .field textarea { width: 100%; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; color: var(--ink); font: inherit; font-size: 15px; transition: border-color .2s, background .2s; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--primary); background: rgba(255, 255, 255, 0.06); }
.field textarea { min-height: 108px; resize: vertical; }
.form .btn-primary { width: 100%; justify-content: center; margin-top: 4px; }
.form-error { color: var(--bad); font-size: 13.5px; text-align: center; }
.contact-success { text-align: center; padding: 24px 0; }
.contact-success svg { width: 60px; height: 60px; color: var(--ok); margin: 0 auto 14px; }
.contact-success h4 { font-size: 20px; font-weight: 700; margin-bottom: 6px; }
.contact-success p { color: var(--muted); }
.hidden { display: none; }

/* ============================================================
   Motion & light-color accents ("wow")
   ============================================================ */
@keyframes drift-a { 0%,100% { transform: translate(0,0); } 50% { transform: translate(5%, 4%); } }
@keyframes drift-b { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-5%, -4%); } }
@keyframes drift-c { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(3%, -3%) scale(1.08); } }
.gw1 { animation: drift-a 20s ease-in-out infinite; }
.gw2 { animation: drift-b 26s ease-in-out infinite; }
.gw3 { animation: drift-c 30s ease-in-out infinite; }

/* light-woven gradient headline + eyebrows */
.hero h1 span { background: linear-gradient(100deg, var(--primary), #bffff0 78%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.eyebrow { background: linear-gradient(90deg, var(--primary), #bffff0); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* primary button glow */
.btn-primary { box-shadow: 0 12px 32px -12px rgba(47, 210, 190, 0.55); }

/* light-tinted hairline across panel seams */
.panel { position: relative; }
.panel::before { content: ""; position: absolute; top: -1px; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(191, 255, 240, 0.5), transparent); }

/* card hover — light glow */
.card { transition: border-color .25s, background .25s, transform .25s, box-shadow .25s; }
.card:hover { border-color: rgba(191, 255, 240, 0.5); box-shadow: 0 26px 60px -26px rgba(47, 210, 190, 0.45), 0 0 0 1px rgba(191, 255, 240, 0.14); }
.card .icon { transition: background .25s, color .25s, transform .25s; }
.card:hover .icon { background: rgba(191, 255, 240, 0.2); transform: translateY(-2px); }

/* hero card float + light halo */
.linecard { position: relative; animation: floaty 8s ease-in-out infinite; }
.linecard::after { content: ""; position: absolute; inset: -34px -22px; z-index: -1; background: radial-gradient(58% 58% at 62% 26%, rgba(191, 255, 240, 0.18), transparent 70%); pointer-events: none; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* pulsing recommended marker */
.linecard circle.rec { animation: recpulse 2.2s ease-in-out infinite; }
@keyframes recpulse { 0%,100% { opacity: 1; } 50% { opacity: .45; } }

/* scroll reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.grid > .reveal:nth-child(2) { transition-delay: .07s; }
.grid > .reveal:nth-child(3) { transition-delay: .14s; }
.grid > .reveal:nth-child(5) { transition-delay: .07s; }
.grid > .reveal:nth-child(6) { transition-delay: .14s; }
.phases > .reveal:nth-child(2) { transition-delay: .06s; }
.phases > .reveal:nth-child(3) { transition-delay: .12s; }
.phases > .reveal:nth-child(4) { transition-delay: .18s; }
.phases > .reveal:nth-child(5) { transition-delay: .24s; }
.phases > .reveal:nth-child(6) { transition-delay: .30s; }

@media (prefers-reduced-motion: reduce) {
  .gw1, .gw2, .gw3, .linecard, .linecard circle.rec { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
