/* ocean.css — אוקיינוס, רוגע, מקצועיות */
:root {
  --radius: 16px;
  --btn-radius: 50px;
  --shadow: 0 4px 28px rgba(14, 165, 233, 0.1);
  --font-weight-heading: 700;
  --spacing-section: 6rem;
  --letter-spacing: -0.01em;
  --card-bg: #ffffff;
  --card-border: rgba(14, 165, 233, 0.12);
  --bg: #f0f9ff;
  --bg-alt: #e0f2fe;
  --text: #082340;
  --text-muted: #2563a8;
  --hero-overlay: linear-gradient(135deg, rgba(2,20,50,0.88) 0%, rgba(5,40,80,0.55) 60%, transparent 100%);
  --hero-height: 90vh;
  --heading-transform: none;
  --btn-padding: 1rem 2.5rem;
  --btn-font-size: 1.05rem;
  --section-title-size: 2.5rem;
  --card-hover-scale: 1.02;
}
