/* ================= HERO ================= */
.hero { padding-block: clamp(56px, 8vw, 104px) clamp(48px, 7vw, 96px); overflow: clip; }
.hero__bg {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(60% 50% at 78% 20%, rgba(0,179,221,.14), transparent 70%),
    radial-gradient(50% 45% at 20% 10%, rgba(0,82,255,.10), transparent 70%),
    linear-gradient(to bottom, var(--bg-2), var(--bg) 70%);
}
.hero__bg::after {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 48px 48px; opacity: .45;
  -webkit-mask-image: radial-gradient(70% 60% at 50% 30%, #000 20%, transparent 100%); mask-image: radial-gradient(70% 60% at 50% 30%, #000 20%, transparent 100%);
}
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.25fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero__copy { display: grid; gap: 22px; justify-items: start; }
.hero__title { display: grid; }
.hero__line { display: block; }
.hero__line--accent { background: linear-gradient(92deg, var(--g1), var(--g2)); -webkit-background-clip: text; background-clip: text; color: transparent; padding-bottom: .06em; }
.hero__lead { font-size: clamp(17px, 1.6vw, 20px); color: var(--ink-2); max-width: 520px; text-wrap: pretty; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__note { font-size: 14px; color: var(--ink-3); }

/* --- Mock app --- */
.hero__visual { position: relative; perspective: 1600px; }
.app {
  position: relative; background: var(--bg); border-radius: var(--r-4); box-shadow: var(--shadow-lg), 0 0 0 1px var(--line);
  overflow: visible; transform: rotateY(-6deg) rotateX(2deg); transform-origin: left center;
  font-size: 12px; line-height: 1.35; color: var(--ink);
}
.app__chrome { display: flex; gap: 6px; padding: 12px 14px; border-bottom: 1px solid var(--line); border-radius: var(--r-4) var(--r-4) 0 0; background: var(--bg-2); }
.app__chrome span { width: 10px; height: 10px; border-radius: 50%; background: var(--line-2); }
.app__body { display: grid; grid-template-columns: 148px 1fr; min-height: 360px; border-radius: 0 0 var(--r-4) var(--r-4); overflow: hidden; }
.app__side { padding: 14px 10px; border-right: 1px solid var(--line); background: var(--bg-2); }
.app__logo { padding: 4px 8px 16px; }
.app__nav li { display: flex; align-items: center; gap: 8px; padding: 7px 10px; border-radius: 8px; color: var(--ink-2); font-weight: 500; }
.app__nav li.is-active { background: var(--bg); color: var(--brand); box-shadow: 0 1px 2px rgba(11,18,32,.06); }
.app__pill { margin-left: auto; min-width: 18px; padding: 1px 5px; border-radius: 9px; font-size: 10px; text-align: center; color: #fff; background: var(--brand); }
.ico { width: 14px; height: 14px; border-radius: 4px; background: currentColor; opacity: .55; -webkit-mask: var(--icon) center/contain no-repeat; mask: var(--icon) center/contain no-repeat; }
.ico--grid   { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='3' y='3' width='7' height='7' rx='1.5'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1.5'/%3E%3Crect x='3' y='14' width='7' height='7' rx='1.5'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1.5'/%3E%3C/svg%3E"); }
.ico--target { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3C/svg%3E"); }
.ico--folder { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M3 7a2 2 0 0 1 2-2h4l2 2h8a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3C/svg%3E"); }
.ico--cal    { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M3 10h18M8 3v4M16 3v4'/%3E%3C/svg%3E"); }
.ico--mail   { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 7l9 6 9-6'/%3E%3C/svg%3E"); }
.ico--users  { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='9' cy='8' r='3.5'/%3E%3Cpath d='M2.5 20a6.5 6.5 0 0 1 13 0M16 4.5a3.5 3.5 0 0 1 0 7M21.5 20a6.5 6.5 0 0 0-4.5-6.2'/%3E%3C/svg%3E"); }
.ico--search { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-4-4'/%3E%3C/svg%3E"); }
.app__main { padding: 14px 16px 18px; display: grid; gap: 14px; align-content: start; }
.app__top { display: flex; align-items: center; justify-content: space-between; }
.app__search { display: flex; align-items: center; gap: 8px; width: 46%; padding: 7px 10px; border-radius: 8px; border: 1px solid var(--line); color: var(--ink-3); }
.app__avatars { display: flex; }
.app__avatars span { width: 24px; height: 24px; margin-left: -6px; border-radius: 50%; border: 2px solid var(--bg); background: linear-gradient(135deg, var(--g1), var(--g2)); color: #fff; font-size: 9px; font-weight: 700; display: grid; place-items: center; }
.app__stats { display: grid; grid-template-columns: 1fr 160px; gap: 12px; align-items: end; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line); background: var(--bg-2); }
.stat { display: grid; gap: 2px; }
.stat__label { font-size: 11px; color: var(--ink-3); }
.stat__value { font-family: var(--font-display); font-size: 22px; font-weight: 700; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.stat__delta { font-size: 11px; font-weight: 600; color: var(--green); }
.stat__spark { width: 160px; height: 44px; }
.kanban { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.kanban__col { position: relative; display: grid; gap: 8px; align-content: start; padding: 8px; border-radius: 12px; background: var(--bg-2); min-height: 150px; }
.kanban__head { display: flex; justify-content: space-between; align-items: center; padding: 2px 4px 4px; font-size: 11px; font-weight: 600; color: var(--ink-2); }
.kanban__head b { font-weight: 600; color: var(--ink-3); }
.kanban__slot { height: 0; }
.kcard { position: relative; z-index: 1; display: grid; gap: 6px; padding: 9px 10px; border-radius: 9px; background: var(--bg); box-shadow: 0 1px 2px rgba(11,18,32,.06), 0 0 0 1px var(--line); }
.kcard--hot { box-shadow: 0 1px 2px rgba(11,18,32,.06), 0 0 0 1px rgba(27,132,255,.35); }
.kcard__title { font-weight: 500; font-size: 11.5px; line-height: 1.3; }
.kcard__meta { display: flex; align-items: center; gap: 6px; font-size: 10.5px; color: var(--ink-3); font-variant-numeric: tabular-nums; }
.dot { width: 7px; height: 7px; border-radius: 50%; }
.dot--blue { background: var(--brand); } .dot--orange { background: var(--orange); } .dot--green { background: var(--green); } .dot--gray { background: var(--line-2); }

.toast, .accepted {
  position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 10px 14px 10px 10px;
  border-radius: 14px; background: var(--bg); box-shadow: var(--shadow-lg), 0 0 0 1px var(--line); font-size: 12px;
  opacity: 0; visibility: hidden;
}
.toast div, .accepted div { display: grid; line-height: 1.3; }
.toast b, .accepted b { font-weight: 600; }
.toast span, .accepted span { color: var(--ink-2); }
.toast { right: -28px; top: 28%; }
.toast__icon { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; color: #fff; }
.toast__icon--wa { background: #25D366; }
.accepted { left: -32px; bottom: 12%; }
.accepted svg { width: 32px; height: 32px; padding: 7px; border-radius: 10px; background: var(--green); color: #fff; }

@media (max-width: 1000px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { justify-items: center; text-align: center; }
  .hero__lead { max-width: 600px; }
  .hero__actions { justify-content: center; }
  .app { transform: none; }
  .toast { right: 8px; } .accepted { left: 8px; }
}
@media (max-width: 560px) {
  .app__body { grid-template-columns: 1fr; }
  .app__side { display: none; }
  .app__stats { grid-template-columns: 1fr; }
  .stat__spark { width: 100%; }
  .kanban { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 6px; }
  .kcard__title { font-size: 10.5px; }
  .toast, .accepted { display: none; }
}

/* ================= REPLACES ================= */
.replace { padding-block: 0 clamp(40px, 6vw, 72px); }
.replace__line { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 14px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: clamp(16px, 1.6vw, 20px); color: var(--ink-2); }
.replace__eyebrow { font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; color: var(--ink-3); margin-right: 6px; }
.replace__item { position: relative; font-weight: 600; color: var(--ink); }
.replace__item::after { content: ''; position: absolute; left: -2px; right: -2px; top: 55%; height: 2px; background: var(--red); border-radius: 2px; transform: scaleX(0); transform-origin: left; transition: transform 500ms var(--ease); }
.replace__item.is-struck { color: var(--ink-3); }
.replace__item.is-struck::after { transform: scaleX(1); }
.replace__tail { flex-basis: 100%; margin-top: 4px; color: var(--ink); font-weight: 500; }
@media (min-width: 900px) { .replace__tail { flex-basis: auto; margin-top: 0; margin-left: auto; } }

/* ================= BENTO ================= */
.bento { background: var(--bg); }
.bento__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tile { grid-column: span 1; display: grid; gap: 8px; align-content: start; padding: 22px; border-radius: var(--r-3); background: var(--bg-2); border: 1px solid var(--line); transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), border-color 220ms; }
.tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-2); }
.tile--wide { grid-column: span 2; }
.tile p { font-size: 14.5px; color: var(--ink-2); text-wrap: pretty; }
.tile__mock { height: 120px; margin-bottom: 12px; border-radius: 12px; background: var(--bg); border: 1px solid var(--line); padding: 12px; overflow: hidden; }
.tile__mock--pipeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mini-col { display: grid; gap: 6px; align-content: start; padding: 6px; border-radius: 8px; background: var(--bg-2); }
.mini-col i { display: block; height: 18px; border-radius: 5px; background: var(--bg); box-shadow: 0 0 0 1px var(--line); }
.mini-col i.is-hot { box-shadow: 0 0 0 1px var(--brand); }
.mini-col i.is-won { background: rgba(23,198,83,.15); box-shadow: 0 0 0 1px rgba(23,198,83,.4); }
.tile__mock--calendar { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.tile__mock--calendar span { border-radius: 5px; background: var(--bg-2); }
.tile__mock--calendar span.is-event { background: rgba(27,132,255,.22); box-shadow: inset 0 0 0 1px rgba(27,132,255,.4); }
.tile__mock--calendar span.is-off { background: repeating-linear-gradient(135deg, var(--bg-3) 0 4px, transparent 4px 8px); }
.tile__mock--mail { display: grid; gap: 8px; align-content: start; }
.mail-row { display: flex; align-items: center; gap: 8px; }
.mail-row b { width: 20px; height: 20px; border-radius: 50%; background: var(--bg-3); }
.mail-row i { flex: 1; height: 8px; border-radius: 4px; background: var(--bg-3); }
.mail-row.is-unread b { background: var(--brand); } .mail-row.is-unread i { background: var(--line-2); }
.tile__mock--gantt { display: grid; gap: 10px; align-content: center; }
.tile__mock--gantt i { display: block; position: relative; height: 12px; border-radius: 6px; background: var(--bg-2); }
.tile__mock--gantt i::after { content: ''; position: absolute; top: 0; bottom: 0; left: var(--s); width: var(--w); border-radius: 6px; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform 700ms var(--ease); }
.tile__mock--gantt i.is-alt::after { background: var(--g2); } .tile__mock--gantt i.is-done::after { background: var(--green); }
.is-inview .tile__mock--gantt i::after { transform: scaleX(1); }
.tile__mock--chat { display: grid; gap: 8px; align-content: end; height: 120px; }
.bubble { display: block; height: 20px; width: 60%; border-radius: 12px; background: var(--bg-2); }
.bubble--out { justify-self: end; background: rgba(37,211,102,.25); }
.tile__mock--team { display: flex; align-items: center; gap: 8px; }
.tile__mock--team span { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; font-weight: 700; color: #fff; background: linear-gradient(135deg, var(--g1), var(--g2)); }
.tile__mock--team span.is-off { background: var(--bg-3); color: var(--ink-3); text-decoration: line-through; }
.tile__mock--team span:last-child { background: var(--bg-2); color: var(--ink-2); box-shadow: 0 0 0 1px var(--line); }
@media (max-width: 900px) { .bento__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .bento__grid { grid-template-columns: 1fr; } .tile--wide { grid-column: span 1; } }

/* ================= FEATURES ================= */
.features { padding-top: 0; }
.feature { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(32px, 5vw, 80px); align-items: center; padding-block: clamp(48px, 7vw, 96px); }
.feature + .feature { border-top: 1px solid var(--line); }
.feature--flip .feature__copy { order: 2; }
.feature__copy { display: grid; gap: 16px; }
.feature__copy > p { color: var(--ink-2); font-size: 16.5px; text-wrap: pretty; }
.feature__shot { margin: 0; border-radius: var(--r-3); overflow: hidden; box-shadow: var(--shadow-lg), 0 0 0 1px var(--line); background: var(--bg-2); aspect-ratio: 16 / 10; }
.feature__shot img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.feature__mock { border-radius: var(--r-3); box-shadow: var(--shadow-lg), 0 0 0 1px var(--line); background: var(--bg); aspect-ratio: 16 / 10; overflow: hidden; font-size: 12px; line-height: 1.3; }

/* Inbox mock */
.inbox { display: grid; grid-template-columns: 42% 58%; }
.inbox__list { border-right: 1px solid var(--line); background: var(--bg-2); padding: 10px; display: grid; gap: 4px; align-content: start; }
.inbox__row { display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; align-items: center; padding: 10px; border-radius: 10px; }
.inbox__row.is-active { background: var(--bg); box-shadow: 0 1px 2px rgba(11,18,32,.06), 0 0 0 1px var(--line); }
.inbox__row div { display: grid; min-width: 0; }
.inbox__row b { font-weight: 600; } .inbox__row i { font-style: normal; color: var(--ink-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.inbox__row em { font-style: normal; font-size: 10.5px; color: var(--ink-3); align-self: start; }
.inbox__avatar { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; font-size: 10px; font-weight: 700; color: #fff; background: linear-gradient(135deg, var(--g1), var(--g2)); }
.inbox__avatar--wa { background: #25D366; }
.inbox__thread { padding: 18px 20px; display: grid; gap: 14px; align-content: start; }
.inbox__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.inbox__head b { font-size: 13px; font-weight: 600; }
.inbox__tag { padding: 3px 8px; border-radius: 999px; font-size: 10.5px; font-weight: 600; color: var(--brand); background: rgba(27,132,255,.1); white-space: nowrap; }
.inbox__msg { padding: 12px 14px; border-radius: 12px 12px 12px 4px; background: var(--bg-2); color: var(--ink-2); }
.inbox__reply { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; border: 1px solid var(--line-2); color: var(--ink-2); }
.inbox__reply span { flex: 1; } .inbox__reply span::after { content: ''; display: inline-block; width: 1.5px; height: 12px; margin-left: 2px; vertical-align: -2px; background: var(--brand); animation: blink 1s steps(2) infinite; }
.inbox__send { width: 22px; height: 22px; border-radius: 6px; background: var(--brand) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center/12px no-repeat; }
.inbox__track { display: flex; align-items: center; gap: 6px; font-size: 11px; color: var(--ink-3); }

/* Calendar mock */
.cal { display: grid; grid-template-rows: auto 1fr; padding: 14px; gap: 8px; }
.cal__head { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; font-size: 11px; font-weight: 600; color: var(--ink-3); text-transform: uppercase; letter-spacing: .03em; }
.cal__head span { padding: 0 6px; }
.cal__head span:nth-child(3) { color: var(--ink); }
.cal__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.cal__col { position: relative; border-radius: 10px; background: var(--bg-2); background-image: repeating-linear-gradient(to bottom, transparent 0 calc(20% - 1px), var(--line) calc(20% - 1px) 20%); min-height: 100%; }
.cal__col--off { background: repeating-linear-gradient(135deg, var(--bg-3) 0 6px, var(--bg-2) 6px 12px); display: grid; place-items: center; }
.cal__col--off b { padding: 4px 8px; border-radius: 6px; background: var(--bg); font-size: 10.5px; font-weight: 600; color: var(--ink-2); box-shadow: 0 0 0 1px var(--line); }
.cal__ev { position: absolute; left: 5px; right: 5px; top: calc(var(--t) * 20% + 3px); height: calc(var(--h) * 20% - 6px); padding: 6px 8px; border-radius: 7px; font-style: normal; font-size: 10.5px; font-weight: 600; line-height: 1.2; overflow: hidden; background: rgba(27,132,255,.14); color: var(--brand-ink); border-left: 3px solid var(--brand); }
.cal__ev--alt { background: rgba(0,179,221,.14); color: #077A95; border-left-color: var(--g2); }
.cal__ev--due { background: rgba(255,136,0,.14); color: #A35400; border-left-color: var(--orange); }
@media (max-width: 860px) { .feature { grid-template-columns: 1fr; } .feature--flip .feature__copy { order: 0; } }
@media (max-width: 480px) { .inbox { grid-template-columns: 1fr; } .inbox__thread { display: none; } .cal__head span:nth-child(n+4), .cal__col:nth-child(n+4) { display: none; } .cal__head, .cal__grid { grid-template-columns: repeat(3, 1fr); } }

/* ================= PROPOSALS (dark) ================= */
.proposals { overflow: clip; }
.proposals::before { content: ''; position: absolute; inset: 0; background: radial-gradient(50% 40% at 80% 10%, rgba(0,179,221,.16), transparent 70%), radial-gradient(40% 40% at 10% 90%, rgba(0,82,255,.18), transparent 70%); pointer-events: none; }
.proposals__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.steps { display: grid; gap: 28px; }
.steps li { display: flex; gap: 18px; }
.steps__n { flex: none; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; color: var(--brand); background: rgba(27,132,255,.12); box-shadow: inset 0 0 0 1px rgba(27,132,255,.35); }
.steps p { color: var(--ink-2); margin-top: 4px; font-size: 15px; }
.steps__t { display: block; font-weight: 600; font-size: 18px; letter-spacing: -.01em; line-height: 1.3; }
.pdoc { position: relative; max-width: 420px; margin-inline: auto; padding: 22px; border-radius: var(--r-3); background: #fff; color: #0B1220; box-shadow: var(--shadow-lg); font-size: 13px; }
.pdoc__head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; border-bottom: 1px solid #E5E9F0; }
.pdoc__head div { display: grid; } .pdoc__head b { font-weight: 600; } .pdoc__head span { color: #8A93A3; font-size: 12px; }
.pdoc__brand { width: 28px; height: 28px; border-radius: 8px; background: linear-gradient(135deg, var(--g1), var(--g2)); }
.pdoc__lines { display: grid; gap: 8px; padding: 16px 0; }
.pdoc__lines i { display: block; height: 8px; border-radius: 4px; background: #EEF2F7; }
.pdoc__options { display: grid; gap: 8px; }
.popt { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; border: 1.5px solid #E5E9F0; font-weight: 500; transition: border-color 200ms, background 200ms; }
.popt b { margin-left: auto; font-variant-numeric: tabular-nums; }
.popt__radio { width: 16px; height: 16px; border-radius: 50%; border: 1.5px solid #D5DBE5; transition: all 200ms; }
.popt.is-selected { border-color: var(--brand); background: rgba(27,132,255,.05); }
.popt.is-selected .popt__radio { border: 5px solid var(--brand); }
.pdoc__total { display: flex; justify-content: space-between; align-items: baseline; padding: 16px 4px 14px; font-size: 14px; }
.pdoc__total b { font-family: var(--font-display); font-size: 22px; font-weight: 700; font-variant-numeric: tabular-nums; }
.pdoc__accept { position: relative; width: 100%; padding: 13px; border-radius: 12px; background: #0B1220; color: #fff; font-weight: 600; overflow: hidden; transition: background 250ms, transform 150ms; }
.pdoc__accept-done { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--green); transform: translateY(100%); transition: transform 350ms var(--ease); }
.pdoc__accept.is-pressed { transform: scale(.98); }
.pdoc__accept.is-done .pdoc__accept-done { transform: translateY(0); }
.pdoc__cursor { position: absolute; z-index: 3; left: 30%; top: 40%; width: 18px; height: 18px; opacity: 0; pointer-events: none; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3l14 9-6.5 1.5L9 21z' fill='%230B1220' stroke='%23fff' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat; }
.proposals__shot { margin: clamp(48px, 7vw, 96px) 0 0; border-radius: var(--r-3); overflow: hidden; box-shadow: var(--shadow-lg), 0 0 0 1px var(--line); aspect-ratio: 16 / 9; background: var(--bg-2); }
.proposals__shot img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
@media (max-width: 860px) { .proposals__grid { grid-template-columns: 1fr; } }

/* ================= AI ================= */
.ai { background: var(--bg-2); }
.ai__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ai__card { padding: 24px; border-radius: var(--r-3); background: var(--bg); border: 1px solid var(--line); display: grid; gap: 10px; align-content: start; }
.ai__card p { color: var(--ink-2); font-size: 15px; min-height: 3lh; }
.ai__type::after { content: ''; display: inline-block; width: 2px; height: 1em; margin-left: 2px; vertical-align: -2px; background: var(--brand); animation: blink 1s steps(2) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.ai__providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 40px; }
.ai__providers li { padding: 8px 14px; border-radius: 999px; background: var(--bg); border: 1px solid var(--line); font-size: 14px; font-weight: 500; color: var(--ink-2); }
@media (max-width: 800px) { .ai__grid { grid-template-columns: 1fr; } }

/* ================= INTEGRATIONS ================= */
.orbit { position: relative; height: 260px; max-width: 800px; margin-inline: auto; }
.orbit__lines { position: absolute; inset: 0; width: 100%; height: 100%; color: var(--line-2); }
.orbit__center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 14px 22px; border-radius: 16px; background: var(--bg); box-shadow: var(--shadow), 0 0 0 1px var(--line); }
.orbit__nodes li { position: absolute; transform: translate(-50%, -50%); padding: 8px 14px; border-radius: 999px; background: var(--bg); border: 1px solid var(--line); font-size: 14px; font-weight: 500; white-space: nowrap; box-shadow: 0 1px 2px rgba(11,18,32,.05); }
@media (max-width: 720px) {
  .orbit { height: auto; }
  .orbit__lines, .orbit__center { display: none; }
  .orbit__nodes { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
  .orbit__nodes li { position: static; transform: none; }
}

/* ================= SECURITY ================= */
.security { background: var(--bg-2); }
.security__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 5vw, 80px); }
.security__list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-3); overflow: hidden; }
.security__list li { padding: 24px; background: var(--bg); display: grid; gap: 6px; align-content: start; }
.security__list p { color: var(--ink-2); font-size: 14.5px; }
@media (max-width: 800px) { .security__grid { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .security__list { grid-template-columns: 1fr; } }

/* ================= PLANS ================= */
.plans__card { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .9fr); gap: clamp(32px, 5vw, 72px); padding: clamp(28px, 5vw, 56px); border-radius: var(--r-4); border: 1px solid var(--line); background: linear-gradient(135deg, var(--bg-2), var(--bg)); box-shadow: var(--shadow); }
.plans__copy { display: grid; gap: 18px; justify-items: start; }
.plans__copy > p { color: var(--ink-2); font-size: 16.5px; text-wrap: pretty; }
.plans__note { font-size: 14px; color: var(--ink-3); margin-top: -8px; }
.plans__includes { padding: 24px; border-radius: var(--r-3); background: var(--bg); border: 1px solid var(--line); align-self: center; }
@media (max-width: 800px) { .plans__card { grid-template-columns: 1fr; } }

/* ================= FAQ ================= */
.faq__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 5vw, 80px); }
.faq__item { border-top: 1px solid var(--line); }
.faq__item:last-child { border-bottom: 1px solid var(--line); }
.faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 4px; font-weight: 600; font-size: 17px; cursor: pointer; list-style: none; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__plus { position: relative; flex: none; width: 20px; height: 20px; }
.faq__plus::before, .faq__plus::after { content: ''; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; background: var(--ink); transform: translate(-50%, -50%); transition: transform 220ms var(--ease); border-radius: 2px; }
.faq__plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__item[open] .faq__plus::after { transform: translate(-50%, -50%) rotate(0); }
.faq__item p { padding: 0 40px 22px 4px; color: var(--ink-2); font-size: 15.5px; }
@media (max-width: 800px) { .faq__grid { grid-template-columns: 1fr; } }

/* ================= CTA ================= */
.cta { overflow: clip; background: linear-gradient(120deg, #0B1220 0%, #0A1E4A 45%, #00355E 100%); }
.cta__glow { position: absolute; inset: -20%; background: radial-gradient(40% 40% at 70% 40%, rgba(0,179,221,.35), transparent 70%), radial-gradient(30% 35% at 25% 70%, rgba(0,82,255,.45), transparent 70%); filter: blur(20px); pointer-events: none; }
.cta__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.cta__copy { display: grid; gap: 18px; }
.cta__copy > p { font-size: 17px; color: var(--ink-2); }
.cta__alt a { color: #fff; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.form { display: grid; gap: 14px; padding: 28px; border-radius: var(--r-3); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.12); }
.form__field { display: grid; gap: 6px; font-size: 14px; font-weight: 500; color: var(--ink-2); }
.form__field input, .form__field textarea { padding: 12px 14px; border-radius: 10px; border: 1px solid rgba(255,255,255,.14); background: rgba(11,18,32,.5); color: #fff; transition: border-color var(--fast), box-shadow var(--fast); resize: vertical; }
.form__field input:focus, .form__field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(27,132,255,.25); }
.form__hp { position: absolute; left: -9999px; }
.form .btn { justify-content: center; margin-top: 4px; }
@media (max-width: 800px) { .cta__grid { grid-template-columns: 1fr; } }
