/* GetWebified theme utility styles — everything the block editor can't do natively. */

html { scroll-behavior: smooth; }
:root { --gw-radius: 20px; }

/* Anchor targets clear the sticky header */
[id] { scroll-margin-top: 90px; }

/* ---------- header ---------- */
.gw-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 36, 29, 0.92) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.gw-header .wp-block-navigation a {
  color: #BFDFD3 !important;
  font-size: 15px;
  font-weight: 500;
}
.gw-header .wp-block-navigation a:hover { color: #ffffff !important; }

/* ---------- hero ---------- */
.gw-hero {
  padding-top: clamp(70px, 10vw, 110px);
  overflow: hidden;
}
.gw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5DCAA5;
  background: rgba(93, 202, 165, 0.1);
  border: 1px solid rgba(93, 202, 165, 0.25);
  padding: 7px 16px;
  border-radius: 999px;
}
p.gw-eyebrow { display: table !important; width: fit-content; margin-left: auto !important; margin-right: auto !important; }
.gw-eyebrow .gw-dot-mark { color: #D85A30; }
.gw-accent { color: #5DCAA5; }
.gw-dot { color: #D85A30; }
.gw-hero-note { font-size: 13.5px; color: #7BA294; }

/* stat bar */
.gw-stats {
  background: rgba(255, 255, 255, 0.04);
  border-top: 1px solid rgba(93, 202, 165, 0.15);
}
.gw-stats .gw-stat-number {
  font-size: 26px;
  font-weight: 800;
  color: #5DCAA5;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
.gw-stats .gw-stat-label {
  font-size: 13px;
  color: #8FB5A7;
  font-weight: 500;
  margin-top: 2px;
}

/* ---------- kicker ---------- */
.gw-kicker {
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #D85A30 !important;
}

/* ---------- cards ---------- */
.gw-card {
  background: #ffffff;
  border: 1px solid #EDE6D6;
  border-radius: var(--gw-radius);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.gw-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -18px rgba(11, 36, 29, 0.18);
}
.gw-card h3 { font-size: 21px; }
.gw-card p { font-size: 15.5px; color: #5F6E69; }
.gw-icon-chip {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #E1F5EE;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------- pricing ---------- */
.gw-price-card {
  background: #ffffff;
  border: 1.5px solid #E3E9E6;
  border-radius: 24px;
  position: relative;
}
.gw-featured {
  border: 2px solid #D85A30;
  box-shadow: 0 24px 60px -24px rgba(216, 90, 48, 0.25);
}
.gw-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #D85A30;
  color: #ffffff;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 999px;
  width: max-content;
  margin: 0 !important;
}
.gw-price { font-size: 46px; font-weight: 800; letter-spacing: -0.03em; }
.gw-price small { font-size: 16px; font-weight: 600; color: #5F6E69; letter-spacing: 0; }
.gw-per { font-size: 14.5px; color: #5F6E69; }

ul.gw-checks {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
ul.gw-checks li {
  padding: 9px 0 9px 32px;
  position: relative;
  font-size: 15.5px;
  border-bottom: 1px dashed #EDEDE6;
}
ul.gw-checks li:last-child { border-bottom: none; }
ul.gw-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #E1F5EE;
}
ul.gw-checks li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 18px;
  width: 8px;
  height: 5px;
  border-left: 2.5px solid #1D9E75;
  border-bottom: 2.5px solid #1D9E75;
  transform: rotate(-45deg);
}

/* ghost / outline buttons on dark backgrounds */
.gw-btn-ghost .wp-block-button__link {
  background: transparent;
  border: 1.5px solid #3A6B5B;
  color: #D7EFE5;
}
.gw-btn-ghost .wp-block-button__link:hover {
  border-color: #5DCAA5;
  color: #ffffff;
  background: transparent;
}
.gw-btn-outline .wp-block-button__link {
  background: transparent;
  border: 1.5px solid #0B241D;
  color: #0B241D;
}
.gw-btn-outline .wp-block-button__link:hover {
  background: #0B241D;
  color: #ffffff;
}

/* ---------- why / quote ---------- */
.gw-quote {
  background: #0B241D;
  color: #ffffff;
  border-radius: 28px;
}
.gw-quote p { color: #D7EFE5; font-size: 18px; line-height: 1.65; }
.gw-quote .gw-qmark {
  font-size: 72px;
  line-height: 0.6;
  color: #1D9E75;
  font-weight: 800;
  font-family: Georgia, serif;
}
.gw-quote .gw-who-name { color: #ffffff; font-weight: 700; font-size: 15px; margin-bottom: 0; }
.gw-quote .gw-who-role { color: #8FB5A7; font-size: 13px; margin-top: 0; }
.gw-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #D85A30;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
}
.gw-why-item b { font-size: 17px; }
.gw-why-item p { font-size: 15px; color: #5F6E69; }

/* ---------- CTA band ---------- */
.gw-cta { border-radius: 32px; }
.gw-cta p { color: #A9CCBF; }

/* ---------- footer ---------- */
.gw-footer { font-size: 14px; color: #7BA294; }
.gw-footer a { color: #BFDFD3; text-decoration: none; }
.gw-footer a:hover { color: #ffffff; }

/* editor niceties */
.editor-styles-wrapper .gw-hero { border-radius: 0; }
