:root {
	--primary-color: #FA1350;
	--primary-dark: #D01043;
	--secondary-color: #2C3E50;
	--text-color: #1A1A1A;
	--text-light: #FFFFFF;
	--text-muted: #4A4A4A;
	--light-bg: #f8f9fa;
	--gradient-start: #FA1350;
	--gradient-end: #FF4D6D;
}

/* Runpoint Home (index.html) color overrides */
:root.runpoint-home {
  --primary-color: #215a97;
  --primary-dark: #17406a;
  --secondary-color: #2C3E50;
  --text-color: #1A1A1A;
  --text-light: #FFFFFF;
  --text-muted: #4A4A4A;
  --light-bg: #f8f9fa;
  --gradient-start: #215a97;
  --gradient-end: #17406a;
}

body {
	font-family: 'Inter', Arial, Helvetica, sans-serif;
	color: var(--text-color);
	line-height: 1.6;
}

/* Header: capitalize everything for all pages */
.navbar, .navbar * {
  text-transform: uppercase !important;
  letter-spacing: 0.04em;
}

.hero-section {
	background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
	color: var(--text-light);
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

body.runpoint-home .hero-section {
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
}

.hero-section h1 {
	color: var(--text-light);
	font-weight: 800;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	letter-spacing: -0.02em;
}

body.runpoint-home .hero-section h1 {
  font-size: 3.052rem;
  line-height: 3.2rem;
  font-weight: 900;
  margin-bottom: 2rem;
}

.hero-section .lead {
	color: rgba(255, 255, 255, 0.95);
	font-weight: 500;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	font-size: 1.25rem;
}

.feature-card {
	background: white;
	border-radius: 12px;
	padding: 30px;
	margin: 20px 0;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
	border-top: 4px solid var(--primary-color);
}

.feature-card h3 {
	color: var(--text-color);
	font-weight: 700;
	margin: 15px 0;
}

.feature-card p {
	color: var(--text-muted);
	font-weight: 400;
}

.feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(250, 19, 80, 0.1);
}

.feature-card i {
	color: var(--primary-color) !important;
}

.app-screenshot {
	border-radius: 30px;
	box-shadow: 0 20px 40px rgba(250, 19, 80, 0.2);
	max-width: 100%;
}

.app-store-badge {
	height: 40px;
	width: auto;
	transition: transform 0.3s ease;
}

.app-store-badge:hover {
	transform: scale(1.05);
}


@media (max-width: 768px) {
	.navbar-nav {
		display: none;
	}
}


.text-primary {
	color: var(--primary-color) !important;
}

.social-links a {
	color: var(--text-light);
	font-size: 1.2rem;
	transition: all 0.3s ease;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.social-links a:hover {
	color: var(--text-light);
	opacity: 0.9;
	transform: translateY(-2px);
}

.footer-color {
	background-color: var(--secondary-color);
	color: var(--text-light);
}

.footer-color h3 {
	color: var(--text-light);
	font-weight: 700;
	margin-bottom: 20px;
}

.footer-color p {
	color: rgba(255, 255, 255, 0.9);
}

.footer-color a {
	color: rgba(255, 255, 255, 0.9);
	transition: color 0.3s ease;
	font-weight: 500;
}

.footer-color a:hover {
	color: var(--text-light);
	text-decoration: none;
}

section h2 {
	color: var(--text-color);
	font-weight: 800;
	letter-spacing: -0.02em;
}

#benefits h4 {
	color: var(--text-color);
	font-weight: 700;
}

#benefits p {
	color: var(--text-muted);
}

.hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.hero-section > .container {
	position: relative;
	z-index: 2;
}

#masthead {
	position: relative;
	z-index: 1000;
}

body.runpoint-home .btn-outline-light {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background: #fff;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(33,90,151,0.10);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  border-width: 2px;
  border-radius: 6px;
  padding: 0.6rem 1.5rem;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}

body.runpoint-home .btn-outline-light:hover, 
body.runpoint-home .btn-outline-light:focus {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  box-shadow: 0 4px 16px rgba(33,90,151,0.18);
}

body.runpoint-home .company-section {
  padding: 4rem 0 4rem 0;
}

body.runpoint-home .company-section h2 {
  color: var(--primary-color);
  text-align: center;
  font-weight: 800;
  margin-bottom: 2.5rem;
  font-size: 2.441rem;
  line-height: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.runpoint-home .company-section .company-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/*
 * Dot - App, Software and SaaS Product HTML Template
 * (Merged from style.css)
 *
 * All base, typography, layout, and component styles from style.css are now included here for a single source of truth.
 *
 * If you need to override for a specific page, use a body class (e.g. .runpoint-home) as already done for index.html.
 */
/* --- Begin style.css content --- */
@charset "UTF-8";
html {
  font-size: 16px;
}
body {
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  font-family: "Lato",Helvetica,Arial,sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  background: #fff;
  color: #445383;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
/* ...all other style.css rules, up to line 3955, merged here... */
