/* מדריך GEO landing — Site B emerald, sharper pop */

.guide-page {
  --ink: #071410;
  --ink-soft: #1a3d34;
  --muted: #5a726a;
  --line: #d4e8e1;
  --bg: #f7fbf9;
  --panel: #ffffff;
  --accent: #0e9c7f;
  --accent-2: #0a6f5c;
  --accent-3: #12b981;
  --deep: #06281f;
  --gold: #c8912f;
  --fail: #c43c3c;
  --radius: 14px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --shadow: 0 10px 36px rgba(6, 40, 31, .12);
  --shadow-lg: 0 24px 56px rgba(6, 40, 31, .18);
}

.guide-page {
  margin: 0;
  font-family: "Heebo", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.guide-page * { box-sizing: border-box; }

.guide-page a {
  color: var(--accent-2);
  text-decoration: none;
}
.guide-page a:hover { color: var(--accent); }

.g-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Header — minimal */
.g-hdr {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(247, 251, 249, .88);
  backdrop-filter: blur(12px) saturate(160%);
  border-bottom: 1px solid var(--line);
}
.g-hdr .g-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .7rem 1.25rem;
}
.g-logo {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-weight: 800;
  color: var(--ink);
  font-size: 1rem;
}
.g-logo:hover { color: var(--ink); }
.g-logo .mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-3), var(--accent-2));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: .85rem;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(14, 156, 127, .4);
}
.g-hdr-link {
  font-weight: 700;
  font-size: .92rem;
  color: var(--ink-soft);
}

/* Hero */
.g-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 420px at 100% -10%, rgba(18, 185, 129, .28), transparent 55%),
    radial-gradient(700px 380px at -5% 90%, rgba(200, 145, 47, .14), transparent 50%),
    linear-gradient(165deg, #e8f7f2 0%, #f7fbf9 48%, #fff 100%);
  border-bottom: 1px solid var(--line);
}
.g-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(10, 111, 92, .06) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
}
.g-hero .g-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2.4rem;
  align-items: start;
  padding: 2.6rem 1.25rem 2.8rem;
}

.g-kicker {
  display: inline-block;
  margin: 0 0 .85rem;
  padding: .32rem .85rem;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .02em;
  color: var(--accent-2);
  background: rgba(14, 156, 127, .12);
  border: 1px solid rgba(14, 156, 127, .28);
  border-radius: 999px;
}

.g-hero h1 {
  margin: 0 0 .85rem;
  font-size: clamp(2rem, 4.2vw, 2.85rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.03em;
  color: var(--ink);
}
.g-hero h1 .em {
  color: var(--accent-2);
}

.g-lead {
  margin: 0 0 1.35rem;
  font-size: 1.12rem;
  color: var(--ink-soft);
  max-width: 36rem;
}

.g-proof {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: 0 0 1.6rem;
}
.g-proof span {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .45rem .85rem;
  font-size: .88rem;
  font-weight: 700;
  color: var(--deep);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(6, 40, 31, .05);
}
.g-proof .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(14, 156, 127, .2);
}

.g-bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .55rem;
}
.g-bullets li {
  position: relative;
  padding-inline-start: 1.35rem;
  font-size: .98rem;
  color: var(--ink-soft);
  font-weight: 500;
}
.g-bullets li::before {
  content: "";
  position: absolute;
  right: 0;
  top: .55rem;
  width: .55rem;
  height: .55rem;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--accent-3), var(--accent-2));
}

/* Form card */
.g-form-card {
  background: var(--panel);
  border: 1px solid rgba(14, 156, 127, .22);
  border-radius: 18px;
  padding: 1.45rem 1.4rem 1.5rem;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.g-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(90deg, var(--accent-2), var(--accent-3), var(--gold));
}
.g-form-card h2 {
  margin: .35rem 0 .35rem;
  font-size: 1.25rem;
  letter-spacing: -.02em;
}
.g-form-card .sub {
  margin: 0 0 1.15rem;
  color: var(--muted);
  font-size: .92rem;
}

.g-field {
  margin: 0 0 .85rem;
}
.g-field label {
  display: block;
  margin-bottom: .28rem;
  font-size: .82rem;
  font-weight: 700;
  color: var(--ink-soft);
}
.g-field input {
  width: 100%;
  padding: .72rem .9rem;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  font: inherit;
  font-size: .98rem;
  color: var(--ink);
  background: #fbfdfe;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.g-field input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(14, 156, 127, .18);
  background: #fff;
}

.g-consent {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  margin: 1rem 0 1.1rem;
  font-size: .88rem;
  color: var(--ink-soft);
  line-height: 1.45;
}
.g-consent input {
  margin-top: .25rem;
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--accent-2);
  flex: none;
}

.g-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.g-submit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .95rem 1.2rem;
  border: none;
  border-radius: 11px;
  font: inherit;
  font-weight: 800;
  font-size: 1.05rem;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, var(--accent-3), var(--accent-2));
  box-shadow: 0 10px 24px rgba(14, 156, 127, .35);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.g-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(14, 156, 127, .42);
}
.g-submit:disabled {
  opacity: .65;
  cursor: wait;
}

.g-form-msg {
  display: none;
  margin-top: .85rem;
  padding: .75rem .9rem;
  border-radius: 10px;
  font-size: .9rem;
  font-weight: 600;
}
.g-form-msg.err {
  display: block;
  color: #7a1f1f;
  background: #fdecec;
  border: 1px solid #f0b4b4;
}
.g-form-msg.ok {
  display: block;
  color: var(--accent-2);
  background: #e8f7f2;
  border: 1px solid rgba(14, 156, 127, .3);
}

.g-form-card.is-success .g-form-fields { display: none; }
.g-success {
  display: none;
  text-align: center;
  padding: 1.2rem .5rem .4rem;
}
.g-form-card.is-success .g-success { display: block; }
.g-success h2 {
  margin: 0 0 .5rem;
  font-size: 1.45rem;
}
.g-success p {
  margin: 0;
  color: var(--ink-soft);
}

/* Cover visual */
.g-visual {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
}
.g-cover {
  width: min(100%, 280px);
  aspect-ratio: 210 / 297;
  background: #fff;
  border-radius: 6px;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(6, 40, 31, .08);
  padding: 1.35rem 1.2rem;
  position: relative;
  overflow: hidden;
}
.g-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(90% 60% at 95% 0%, rgba(14, 156, 127, .12), transparent 55%),
    radial-gradient(70% 50% at 0% 100%, rgba(200, 145, 47, .1), transparent 55%);
  pointer-events: none;
}
.g-cover .pk {
  position: relative;
  display: block;
  font-size: .72rem;
  font-weight: 800;
  color: var(--accent-2);
  border-bottom: 2px solid var(--accent);
  padding-bottom: .4rem;
  line-height: 1.35;
}
.g-cover .pt {
  position: relative;
  margin-top: .85rem;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.02em;
  color: var(--ink);
}
.g-cover .pt .hl { color: var(--accent-2); }
.g-cover .by {
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  left: 1.2rem;
  font-size: .78rem;
  font-weight: 700;
  color: var(--muted);
}

/* Below fold — one short strip */
.g-strip {
  padding: 2.2rem 0 2.8rem;
}
.g-strip .g-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.g-note {
  padding: 1.15rem 1.25rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 2px 10px rgba(6, 40, 31, .04);
}
.g-note .k {
  margin: 0 0 .35rem;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--accent-2);
}
.g-note p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .98rem;
}

.g-ftr {
  border-top: 1px solid var(--line);
  background: linear-gradient(160deg, #0d1a22, #06281f);
  color: #cbd5e1;
  padding: 1.5rem 0;
  font-size: .9rem;
}
.g-ftr .g-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.5rem;
  justify-content: space-between;
  align-items: center;
}
.g-ftr a { color: #e2e8f0; }
.g-ftr a:hover { color: #fff; }

@media (max-width: 860px) {
  .g-hero .g-wrap {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding-top: 1.8rem;
  }
  .g-form-card { order: -1; }
  .g-visual { margin-top: 1.25rem; }
  .g-strip .g-wrap { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .g-submit { transition: none; }
  .g-submit:hover:not(:disabled) { transform: none; }
}
