
/* custom-home.css: Styles extracted from inline style attributes in home.php for cleaner HTML and easier maintenance. */
/* Bradenton Digital Marketing Page – Hero Button */
.bradenton-hero-btns {
  margin-top: 30px;
  display: flex;
  justify-content: center;   /* center horizontally */
  align-items: center;
}

.homepage-hero-section {
	background: linear-gradient(45deg, #111111, #222222);
	padding: 100px 0;
	position: relative;
}

.homepage-hero-title {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 25px;
}

.homepage-hero-subtitle {
	color: #ff6b2b;
	font-size: 26px;
	font-weight: 600;
	margin-top: 10px;
}

.homepage-hero-desc {
	color: #ffffff99;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 25px;
}

.homepage-hero-btns {
	margin: 30px 0;
	gap: 15px;
	display: flex;
	flex-wrap: wrap;
}

.homepage-btn-primary {
	display: inline-block;
	padding: 15px 35px;
	background: linear-gradient(45deg, #ff6b2b, #ff8c2b);
	color: white;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 15px rgba(255,107,43,0.2);
	transition: all 0.3s ease;
}

.homepage-btn-secondary,
.homepage-btn-secondary:link,
.homepage-btn-secondary:visited,
.homepage-btn-secondary:hover,
.homepage-btn-secondary:active {
	display: inline-block;
	padding: 15px 35px;
	background: transparent;
	color: #fff !important;
	text-decoration: none;
	border: 2px solid #ff6b2b;
	border-radius: 4px;
	font-weight: 600; 
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}
@media (max-width: 575px) {
	.homepage-hero-btns {
		gap: 12px;
	}
	.homepage-btn-primary,
	.homepage-btn-secondary,
	.homepage-btn-secondary:link,
	.homepage-btn-secondary:visited,
	.homepage-btn-secondary:hover,
	.homepage-btn-secondary:active {
		width: 100%;
		text-align: center;
	}
}
.homepage-btn-secondary b {
    color: #fff !important;
}
.homepage-btn-secondary a {
    color: #fff !important;
}
.homepage-banner-img {
	position: relative;
}

.homepage-main-img {
	width: 550px;
	height: auto;
	border-radius: 15px;
	position: relative;
	z-index: 2;
	box-shadow: 0 15px 35px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}

.homepage-section-white {
	background: #fff;
}

.homepage-section-title {
	font-size: 32px;
	color: #222;
}

.homepage-section-desc {
	font-size: 18px;
	color: #555;
}

.homepage-industry-title {
	font-size: 20px;
	color: #ff6b2b;
}

.homepage-industry-desc {
	font-size: 15px;
	color: #555;
}
/* Homepage hero diagonal squiggle overlay */
.homepage-hero-section {
	overflow: hidden;
}

.homepage-hero-squiggle {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}

@media (max-width: 767px) {
	.homepage-hero-squiggle {
		opacity: 0.92;
	}
}
/* Readability panel over the squiggle */
.homepage-hero-copy {
	position: relative;
	z-index: 2;
	padding: 18px 18px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(15, 23, 42, 0.10);
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
	backdrop-filter: blur(8px);
}

@media (max-width: 767px) {
	.homepage-hero-copy { padding: 16px 14px; }
}

:root {
	--spm-orange: #ff6b2b;
	--spm-orange-deep: #d45714;
	--spm-ink: #131b2e;
	--spm-sand: #fff6ef;
	--spm-mint: #eafcf6;
	--spm-sky: #eef5ff;
}

.get-found {
	background:
		radial-gradient(900px 320px at 12% 8%, rgba(255, 107, 43, 0.12), transparent 70%),
		radial-gradient(860px 280px at 88% 92%, rgba(19, 27, 46, 0.08), transparent 75%),
		linear-gradient(180deg, #ffffff 0%, #fff8f3 100%) !important;
	position: relative;
}

.get-found .container > .row.mt-5 > .col-md-12 > div {
	border: 1px solid rgba(255, 107, 43, 0.15);
	background: linear-gradient(180deg, #ffffff, #fffaf6) !important;
}

.homepage-growth-section {
	position: relative;
	background:
		linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%) !important;
}

.homepage-growth-copy {
	background: linear-gradient(180deg, #f7f7f7, #f2f5fb) !important;
	border-left: 4px solid rgba(255, 107, 43, 0.55);
	padding-left: 24px !important;
	border-radius: 12px;
}

.homepage-services-grid-section {
	background:
		radial-gradient(800px 260px at 0% 100%, rgba(255, 107, 43, 0.08), transparent 72%),
		radial-gradient(700px 260px at 100% 0%, rgba(30, 73, 182, 0.08), transparent 72%),
		linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.homepage-badge-image {
	box-shadow: 0 16px 40px rgba(19, 27, 46, 0.14);
	border: 1px solid rgba(19, 27, 46, 0.08);
}

.homepage-service-cards > div {
	background: linear-gradient(180deg, #ffffff, #fffdfb) !important;
	border: 1px solid rgba(255, 107, 43, 0.22) !important;
	box-shadow: 0 14px 30px rgba(19, 27, 46, 0.12) !important;
	border-radius: 14px !important;
}

.homepage-service-cards > div:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 44px rgba(19, 27, 46, 0.2) !important;
}

.homepage-service-cards > div h3 strong {
	color: var(--spm-ink) !important;
}

.homepage-industries-section {
	background:
		linear-gradient(180deg, #ffffff 0%, #fff8f2 100%) !important;
}

.homepage-industry-card {
	background: linear-gradient(180deg, #ffffff, #fffdf9) !important;
	border: 1px solid rgba(255, 107, 43, 0.22);
	box-shadow: 0 14px 28px rgba(19, 27, 46, 0.12);
	transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.homepage-industry-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 42px rgba(19, 27, 46, 0.2);
}

.homepage-audit-section {
	background:
		radial-gradient(900px 300px at 50% -20%, rgba(255, 107, 43, 0.12), transparent 70%),
		linear-gradient(180deg, #fffaf7 0%, #ffffff 100%) !important;
	border-top: 1px solid rgba(255, 107, 43, 0.2) !important;
	border-bottom: 1px solid rgba(255, 107, 43, 0.2) !important;
}

.homepage-audit-card {
	border: 1px solid rgba(255, 107, 43, 0.24);
	box-shadow: 0 14px 30px rgba(19, 27, 46, 0.12) !important;
	background: linear-gradient(180deg, #ffffff, #fffdf9) !important;
}

.homepage-section-title {
	color: #111827 !important;
}

.homepage-section-desc {
	color: #374151 !important;
}

.homepage-audit-btn-primary {
	box-shadow: 0 10px 24px rgba(255, 107, 43, 0.36) !important;
}

.homepage-audit-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 15px 30px rgba(255, 107, 43, 0.45) !important;
}

.homepage-audit-btn-secondary:hover {
	background: var(--spm-orange) !important;
	color: #fff !important;
}

@media (max-width: 767px) {
	.homepage-growth-copy {
		padding-left: 14px !important;
		margin-top: 10px;
	}

	.homepage-service-cards {
		grid-template-columns: 1fr !important;
	}
}

/* High-impact homepage redesign pass */
.get-found {
	margin-bottom: 0 !important;
	padding-bottom: 90px !important;
}

.homepage-growth-section {
	margin-top: 0 !important;
	padding: 120px 0 120px !important;
	background:
		radial-gradient(560px 300px at 8% 12%, rgba(255, 107, 43, 0.26), transparent 72%),
		radial-gradient(560px 320px at 92% 88%, rgba(74, 144, 226, 0.22), transparent 75%),
		linear-gradient(140deg, #0f172a 0%, #1e293b 45%, #111827 100%) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-bottom: none !important;
	position: relative;
	overflow: hidden;
}

.homepage-growth-section::after {
	content: "";
	position: absolute;
	left: -5%;
	right: -5%;
	bottom: -68px;
	height: 140px;
	background: #fff6ef;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.homepage-growth-section .container {
	position: relative;
	z-index: 2;
}

.homepage-growth-copy {
	background: rgba(255, 255, 255, 0.95) !important;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-left: 5px solid rgba(255, 132, 86, 0.95) !important;
	padding: 44px 28px 26px 28px !important;
	border-radius: 18px !important;
	box-shadow: 0 24px 56px rgba(0, 0, 0, 0.34) !important;
}

.homepage-growth-section img {
	border-radius: 20px !important;
	border: 1px solid rgba(255, 255, 255, 0.35);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38) !important;
}

.homepage-services-grid-section {
	margin-top: -1px;
	padding: 120px 0 95px !important;
	background:
		radial-gradient(700px 240px at 10% 6%, rgba(255, 132, 74, 0.22), transparent 72%),
		radial-gradient(600px 220px at 93% 90%, rgba(255, 107, 43, 0.15), transparent 74%),
		linear-gradient(180deg, #fff6ef 0%, #fffdfb 100%) !important;
	position: relative;
}

.homepage-services-grid-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(210, 124, 77, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(210, 124, 77, 0.08) 1px, transparent 1px);
	background-size: 42px 42px;
	opacity: 0.35;
	pointer-events: none;
}

.homepage-services-grid-section .container {
	position: relative;
	z-index: 1;
}

.homepage-service-cards > div {
	background: linear-gradient(175deg, #ffffff 0%, #fff8f1 100%) !important;
	border: 1px solid rgba(255, 137, 84, 0.36) !important;
	border-radius: 16px !important;
	box-shadow: 0 16px 34px rgba(36, 34, 30, 0.14) !important;
}

.homepage-service-cards > div:hover {
	transform: translateY(-8px) scale(1.01);
	box-shadow: 0 28px 52px rgba(28, 25, 23, 0.2) !important;
}

.homepage-badge-image {
	border-radius: 18px !important;
	border: 1px solid rgba(255, 147, 96, 0.3) !important;
	box-shadow: 0 22px 44px rgba(78, 46, 30, 0.2) !important;
}

.homepage-industries-section {
	padding: 110px 0 95px !important;
	background:
		radial-gradient(640px 260px at 10% 18%, rgba(255, 107, 43, 0.2), transparent 72%),
		radial-gradient(640px 260px at 90% 88%, rgba(69, 125, 255, 0.28), transparent 72%),
		linear-gradient(145deg, #0b1226 0%, #162039 60%, #10182e 100%) !important;
	position: relative;
}

.homepage-industries-section .homepage-section-title {
	color: #f7fbff !important;
	text-shadow: 0 8px 26px rgba(0, 0, 0, 0.35);
}

.homepage-industries-section .homepage-section-desc {
	color: #d7e4ff !important;
}

.homepage-industry-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)) !important;
	border: 1px solid rgba(255, 255, 255, 0.22) !important;
	backdrop-filter: blur(8px);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28) !important;
}

.homepage-industry-card:hover {
	transform: translateY(-6px);
	border-color: rgba(255, 147, 102, 0.72) !important;
}

.homepage-industries-section .homepage-industry-title {
	color: #ffd0b5 !important;
}

.homepage-industries-section .homepage-industry-desc {
	color: #e4edff !important;
}

.homepage-audit-section {
	padding: 115px 0 100px !important;
	background:
		radial-gradient(620px 230px at 82% 10%, rgba(255, 107, 43, 0.22), transparent 72%),
		radial-gradient(620px 260px at 8% 90%, rgba(80, 122, 255, 0.22), transparent 72%),
		linear-gradient(180deg, #fff3e7 0%, #fff9f4 54%, #ffffff 100%) !important;
	border-top: 1px solid rgba(255, 143, 90, 0.35) !important;
	border-bottom: 1px solid rgba(58, 92, 172, 0.2) !important;
	position: relative;
}

.homepage-audit-card {
	background: linear-gradient(180deg, #ffffff 0%, #fff7f0 100%) !important;
	border: 1px solid rgba(255, 139, 82, 0.26) !important;
	box-shadow: 0 16px 34px rgba(43, 37, 30, 0.15) !important;
}

.homepage-audit-btn-primary {
	background: linear-gradient(135deg, #ff6b2b, #ff9a56) !important;
	box-shadow: 0 14px 32px rgba(255, 107, 43, 0.4) !important;
}

.homepage-audit-btn-secondary {
	background: rgba(255, 255, 255, 0.7) !important;
}

@media (max-width: 991px) {
	.homepage-growth-section {
		padding: 90px 0 100px !important;
	}

	.homepage-growth-copy {
		padding: 26px 18px !important;
	}

	.homepage-services-grid-section,
	.homepage-industries-section,
	.homepage-audit-section {
		padding-top: 85px !important;
	}
}
