/* =========================================================================
 * Elevate — single Phone Product page ([elevate_product] output)
 * Full-bleed sections with centered inner wrappers; rendered inside a
 * full-width Elementor Theme-Builder single template.
 * ====================================================================== */

.ep-single { --wrap: 1300px; }
.ep-single * { box-sizing: border-box; }
.ep-single section { width: 100%; }
.ep-hero__inner,
.ep-specsec__inner,
.ep-revsec__inner,
.ep-sheet__inner { max-width: var(--wrap); margin: 0 auto; padding-left: 24px; padding-right: 24px; }

.ep-eyebrow {
	display: block;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #1B62E0;
	margin-bottom: 12px;
}
.ep-eyebrow--center { text-align: center; }
.ep-h2 { font-family: "Sora", sans-serif; font-weight: 800; font-size: 36px; line-height: 1.15; color: #0A1B3A; margin: 0; }
.ep-h2--center { text-align: center; }
.ep-h3 { font-family: "Sora", sans-serif; font-weight: 800; font-size: 30px; line-height: 1.2; color: #0A1B3A; margin: 0 0 26px; }

/* Shared buttons */
.ep-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	font-family: "Sora", sans-serif; font-weight: 700; font-size: 16px;
	border-radius: 12px; padding: 15px 26px; text-decoration: none; cursor: pointer;
	transition: background .15s ease, color .15s ease;
}
.ep-btn--primary { background: #1B62E0; color: #fff; box-shadow: 0 12px 26px rgba(27, 98, 224, .45); }
/* Hover: darker blue fill + a stronger glow shadow (client wants the hover shadow back). */
.ep-btn--primary:hover { background: #1552c4; color: #fff; box-shadow: 0 16px 32px rgba(27, 98, 224, .5); }
.ep-btn--block { width: 100%; }
/* Download Datasheet — bright cyan, matching the header "Request a Quote" CTA. */
.ep-btn--dark { background: #00BBFE; color: #fff; }
.ep-btn--dark:hover { background: #00a6e0; color: #fff; }
.ep-btn--disabled { opacity: .55; pointer-events: none; }
.ep-btn__dl {
	width: 16px; height: 16px; display: inline-block;
	background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 2v8m0 0L5 7m3 3l3-3M3 13h10' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* ---- Hero ---- */
.ep-hero { background: #fff; padding: 46px 0 40px; }
.ep-hero__inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.ep-hero__eyebrow {
	display: block; font-family: "Inter", sans-serif; font-weight: 700; font-size: 13px;
	letter-spacing: 1.2px; text-transform: uppercase; color: #1B62E0; margin-bottom: 14px;
}
.ep-hero__title { font-family: "Sora", sans-serif; font-weight: 800; font-size: 46px; line-height: 1.08; letter-spacing: -1px; color: #0A1B3A; margin: 0 0 20px; }
.ep-hero__desc { font-family: "Inter", sans-serif; font-size: 17px; line-height: 28px; color: #41506B; margin: 0 0 26px; max-width: 500px; }
.ep-hero__cta { background: #fff; border: 1px solid #EEF1F6; border-radius: 14px; box-shadow: 0 18px 40px rgba(16, 40, 88, .08); padding: 14px; max-width: 560px; }
/* Blue hero-image shadow on EVERY product page's top image (matches the CTA button). */
.ep-hero__media img { width: 100%; height: auto; border-radius: 18px; display: block; object-fit: cover; box-shadow: 0 16px 32px rgba(27, 98, 224, .5) !important; }

/* ---- Specifications section ---- */
.ep-specsec { background: #F7F9FC; padding: 66px 0 76px; }
.ep-specsec__head { max-width: none; margin-bottom: 54px; }
.ep-specsec__head .ep-h2 { margin-bottom: 20px; }
.ep-specsec__intro { font-family: "Inter", sans-serif; font-size: 17px; line-height: 28px; color: #64748B; margin: 0; }

.ep-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 66px; }
.ep-split:last-child { margin-bottom: 0; }
.ep-split--reverse .ep-split__media { order: 2; }
.ep-split__media img { width: 100%; height: auto; border-radius: 16px; display: block; object-fit: cover; }

/* Spec rows */
.ep-specs { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 22px; }
.ep-spec { display: flex; align-items: flex-start; gap: 16px; }
.ep-spec__ico {
	flex: 0 0 44px; width: 44px; height: 44px; border-radius: 11px; background: #EAF1FF;
	display: inline-flex; align-items: center; justify-content: center;
}
.ep-spec__ico img { width: 22px; height: 22px; object-fit: contain; display: block; }
.ep-spec__txt { display: flex; flex-direction: column; gap: 3px; }
.ep-spec__label { font-family: "Sora", sans-serif; font-weight: 700; font-size: 16px; color: #0A1B3A; line-height: 1.2; }
.ep-spec__value { font-family: "Inter", sans-serif; font-size: 15px; color: #64748B; line-height: 1.4; }

/* ---- Reviews ---- */
.ep-revsec { background: #fff; padding: 70px 0 80px; }
.ep-revsec__inner .ep-h2 { margin-bottom: 46px; }
.ep-reviews { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.ep-rev-card {
	background: #fff; border: 1px solid #E8ECF3; border-radius: 16px; padding: 28px 26px;
	display: flex; flex-direction: column; gap: 14px; align-items: flex-start; text-align: left;
	box-shadow: 0 12px 30px rgba(16, 40, 88, .04);
}
.ep-rev__stars { color: #1B62E0; font-size: 15px; letter-spacing: 3px; line-height: 1; }
.ep-rev__star--off { color: #D7DEEA; }
.ep-rev__qicon { width: 26px; height: 22px; object-fit: contain; opacity: .9; }
.ep-rev__quote { margin: 0; color: #41506B; font-family: "Inter", sans-serif; font-size: 15px; line-height: 25px; }
.ep-rev__foot { display: flex; flex-direction: column; gap: 3px; margin-top: 6px; }
.ep-rev__name { color: #0A1B3A; font-family: "Sora", sans-serif; font-weight: 700; font-size: 15px; }
.ep-rev__role { color: #64748B; font-family: "Inter", sans-serif; font-size: 13px; }

/* ---- Datasheet CTA ---- */
.ep-sheet { background: #EEF3FA; padding: 52px 0 56px; }
/* A little wider than the other sections so the heading sits further left and
   the button further right (user request). */
.ep-sheet__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; max-width: 1380px; }
.ep-sheet__title { font-family: "Sora", sans-serif; font-weight: 800; font-size: 36px; line-height: 1.2; color: #0A1B3A; margin: 0 0 8px; }
.ep-sheet__sub { font-family: "Inter", sans-serif; font-size: 16px; color: #64748B; margin: 0; }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
	.ep-hero__inner { gap: 40px; }
	.ep-hero__title { font-size: 40px; }
	.ep-reviews { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
	/* Tighten the gap between the header and the hero on mobile. */
	.ep-hero { padding-top: 18px; }
}
@media (max-width: 900px) {
	.ep-hero__inner { grid-template-columns: 1fr; }
	.ep-hero__media { order: -1; }
	.ep-hero__cta { max-width: none; }
	.ep-split,
	.ep-split--reverse { grid-template-columns: 1fr; gap: 30px; }
	.ep-split--reverse .ep-split__media,
	.ep-split__media { order: -1; }
	.ep-sheet__inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 680px) {
	.ep-hero__title { font-size: 34px; }
	.ep-h2, .ep-sheet__title { font-size: 27px; }
	.ep-h3 { font-size: 25px; }
	.ep-reviews { grid-template-columns: minmax(0, 1fr); }
	.ep-specsec, .ep-revsec { padding: 48px 0 54px; }
}
