/* Garcinia Max Burn brand site base */
:root {
  --gmb-bg: #e9fbf5;
  --gmb-bg-soft: #f6fffb;
  --gmb-mint: #c8f4df;
  --gmb-aqua: #57d7c1;
  --gmb-green: #13825f;
  --gmb-green-dark: #143d32;
  --gmb-green-deep: #0f6c52;
  --gmb-ink: #143d32;
  --gmb-muted: #668278;
  --gmb-line: rgba(20, 61, 50, .14);
  --gmb-line-strong: rgba(20, 61, 50, .28);
  --gmb-white: #ffffff;
  --gmb-cream: #fff9e8;
  --gmb-shell: 1040px;
  --gmb-radius: 14px;
  --gmb-radius-sm: 10px;
  --gmb-shadow: 0 18px 42px rgba(17, 92, 72, .14);
  --gmb-shadow-sm: 0 8px 22px rgba(17, 92, 72, .10);
  --gmb-font: "Cairo", "Tajawal", system-ui, -apple-system, "Segoe UI", Tahoma, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--gmb-font);
  color: var(--gmb-ink);
  background:
    radial-gradient(circle at 50% -12%, rgba(87, 215, 193, .36), transparent 34rem),
    linear-gradient(180deg, var(--gmb-bg), #f7fffc 42%, var(--gmb-bg));
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; border: 0; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.25; font-weight: 900; letter-spacing: 0; color: var(--gmb-green-dark); }
p { color: var(--gmb-muted); font-size: 15px; }

.gmb-shell {
  width: 100%;
  max-width: var(--gmb-shell);
  margin: 0 auto;
  padding: 0 18px;
}

.gmb-eyebrow {
  display: inline-flex;
  color: var(--gmb-green);
  font-size: 12px;
  font-weight: 900;
}

.gmb-section { padding: 44px 0; }
.gmb-section-soft {
  background: rgba(255, 255, 255, .54);
  border-top: 1px solid var(--gmb-line);
  border-bottom: 1px solid var(--gmb-line);
}
.gmb-section-head {
  display: grid;
  gap: 8px;
  text-align: center;
  max-width: 620px;
  margin: 0 auto 18px;
}
.gmb-section-head h2,
.gmb-split h2 { font-size: clamp(22px, 5.2vw, 34px); }

:focus-visible {
  outline: 3px solid rgba(19, 130, 95, .35);
  outline-offset: 2px;
  border-radius: 6px;
}

