/* EditVerse (editverse.co.uk) — alternate layout skin (Bootstrap companion) */
:root {
  --ea-ink: #0f172a;
  --ea-ink-soft: #334155;
  --ea-paper: #faf8f5;
  --ea-paper-2: #f1ece4;
  --ea-accent: #c45c3e;
  --ea-accent-dark: #9e4228;
  --ea-accent-soft: rgba(196, 92, 62, 0.12);
  --ea-line: rgba(15, 23, 42, 0.08);
  --ea-radius: 1.25rem;
  --ea-radius-sm: 0.75rem;
  --ea-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  --ea-shadow-lg: 0 28px 80px rgba(15, 23, 42, 0.12);
  --ea-font-display: "Fraunces", Georgia, serif;
  --ea-font-body: "Source Sans 3", system-ui, sans-serif;
}

html {
  scroll-padding-top: 5.5rem;
}

body {
  font-family: var(--ea-font-body);
  color: var(--ea-ink-soft);
  background: var(--ea-paper);
  font-size: 1.05rem;
  line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-font {
  font-family: var(--ea-font-display);
  color: var(--ea-ink);
  letter-spacing: -0.02em;
}

.countdown {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  justify-content: center;
}

.time-box {
  background-color: #c45c3e;
  border-radius: 10px;
  padding: 10px 15px;
  text-align: center;
  min-width: 60px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  color: #fff !important;
}

.time-box strong {
  font-size: 1.5rem;
  display: block;
}

.colon {
  font-size: 1.8rem;
  font-weight: bold;
  color: #c45c3e;
}

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

.bg-ink {
  background-color: var(--ea-ink);
  color: #e2e8f0;
}

.bg-ink h1,
.bg-ink h2,
.bg-ink h3,
.bg-ink h4,
.bg-ink h5,
.bg-ink h6 {
  color: #f8fafc;
}

.bg-paper-2 {
  background: var(--ea-paper-2);
}



.navbar-ea {
  backdrop-filter: blur(12px);
  background: rgba(250, 248, 245, 0.92) !important;
  border-bottom: 1px solid var(--ea-line);
}

.navbar-ea .nav-link {
  color: var(--ea-ink-soft);
  font-weight: 600;
  padding: 0.5rem 0.85rem !important;
}

.navbar-ea .nav-link:hover,
.navbar-ea .nav-link:focus {
  color: var(--ea-accent);
}

.navbar-ea .ea-brand {
  display: inline-flex;
  align-items: center;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  text-decoration: none;
}

.ea-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.ea-logo-nav {
  height: 2.125rem;
}

@media (min-width: 992px) {
  .ea-logo-nav {
    height: 2.375rem;
  }
}

.ea-logo-footer {
  height: 2.75rem;
}

.ea-logo-modal {
  height: 2rem;
}

.btn-ea-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--ea-accent);
    --bs-btn-border-color: var(--ea-accent);

    background: var(--ea-accent);
    border: 1px solid var(--ea-accent);

    color: #fff !important;

    font-weight: 700;
    padding: 0.75rem 1.6rem;

    border-radius: 999px;

    transition: all .35s ease;

    animation: pulse-glow 2s infinite;
}

/* HOVER */
.btn-ea-primary:hover {
    transform: translateY(-2px) scale(1.03);
    background: #0f172a !important;
}

/* CLEAN PULSE GLOW */
@keyframes pulse-glow {

    0% {
        box-shadow:
            0 0 0 0 rgba(255, 106, 0, 0.45),
            0 8px 20px rgba(255, 106, 0, 0.25);
    }

    70% {
        box-shadow:
            0 0 0 14px rgba(255, 106, 0, 0),
            0 14px 32px rgba(255, 106, 0, 0.45);
    }

    100% {
        box-shadow:
            0 0 0 0 rgba(255, 106, 0, 0),
            0 8px 20px rgba(255, 106, 0, 0.25);
    }
}

#sp-page {
  padding: 70px 0 10px;
}

.sp-m-auto {
  margin: auto;
}


.thank-you-para {
  font-weight: 600;
  word-spacing: 3px;
  color: #0f172a;
}

.sp-button-wrapper a {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  padding: 11px 10px;
  min-width: 100px;
  text-align: center;
  color: #03a84e;
  background-color: transparent;
  border: 2px solid #03a84e;
  border-radius: 10px;
  transition: all .3s linear;
  box-sizing: border-box;
}

.sp-button-wrapper a:hover {
  background-color: #03a84e;
  color: #ffffff;
}

.btn-ea-secondary {
    
  --bs-btn-color: #0f172a;
  --bs-btn-bg: #0f172a;
  --bs-btn-border-color: #0f172a;
  background: #0f172a;
  border: 1px solid #0f172a;
  color: #fff !important;
  font-weight: 700;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
}

.btn-ea-secondary::hover{
    background: #0f172a !important;
}

.btn-ea-outline {
  --bs-btn-color: var(--ea-ink);
  --bs-btn-border-color: var(--ea-ink);
  --bs-btn-hover-bg: var(--ea-ink);
  --bs-btn-hover-color: #fff;
  font-weight: 700;
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
}

.btn-ea-ghost {
  color: var(--ea-ink);
  font-weight: 700;
  border-radius: 999px;
}

.badge-soft {
  background: var(--ea-accent-soft);
  color: var(--ea-accent-dark);
  font-weight: 700;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
}

.hero-slab {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 45%, #334155 100%);
  color: #cbd5e1;
  border-radius: 0 0 var(--ea-radius) var(--ea-radius);
}

.signup-image-side {
  background: url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80") center/cover;
  height: 100%;
  min-height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px;
  border-radius: var(--ea-radius) ;
}

.signup-image-side::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient( to top, rgba(0, 31, 58, 0.9), rgba(25, 53, 160, 0.7) );border-radius: var(--ea-radius) ;
}

@media (min-width: 992px) {
  .hero-slab {
    border-radius: 0 0 3rem 3rem;
  }
}

.hero-slab::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 400px at 80% 20%, rgba(196, 92, 62, 0.35), transparent 55%);
  pointer-events: none;
}

.hero-slab .lead {
  color: #94a3b8;
}

.stat-pill {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--ea-radius-sm);
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.04);
}

.trust-strip {
  border: 1px solid var(--ea-line);
  border-radius: var(--ea-radius);
  background: #fff;
  box-shadow: var(--ea-shadow);
}

.section-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
  color: var(--ea-accent);
}

.card-ea {
  border: 1px solid var(--ea-line);
  border-radius: var(--ea-radius);
  background: #fff;
  box-shadow: var(--ea-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.card-ea:hover {
  transform: translateY(-4px);
  box-shadow: var(--ea-shadow-lg);
}

.card-ea .icon-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ea-accent-soft);
  color: var(--ea-accent-dark);
  font-size: 1.35rem;
}

.process-step {
  position: relative;
  padding-left: 3.25rem;
}

.process-step::before {
  content: attr(data-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: var(--ea-accent);
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ea-font-body);
}

.testimonial-card {
  border-radius: var(--ea-radius);
  border: 1px solid var(--ea-line);
  background: #fff;
  padding: 1.75rem;
  height: 100%;
  position: relative;
}

.testimonial-card::before {
  content: "\201C";
  font-family: var(--ea-font-display);
  font-size: 4rem;
  line-height: 1;
  color: var(--ea-accent-soft);
  position: absolute;
  top: 0.5rem;
  right: 1.25rem;
}

.avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--ea-paper-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: var(--ea-ink);
}

.my-quote-panel {
  border-radius: var(--ea-radius);
  border: 1px solid var(--ea-line);
  box-shadow: var(--ea-shadow-lg);
  position: relative;
  z-index: 2;
}

.quote-panel {
  border-radius: var(--ea-radius);
  border: 1px solid var(--ea-line);
  box-shadow: var(--ea-shadow-lg);
  background: #fff;
}

.float {
  position: fixed !important;
  width: 60px !important;
  height: 60px !important;
  bottom: 40px !important;
  left: 26px !important;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  text-align: center;
  font-size: 35px !important;
  box-shadow: 2px 2px 3px #999 !important;
  z-index: 100 !important;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.accordion-ea .accordion-button {
  font-weight: 700;
  color: var(--ea-ink);
  font-family: var(--ea-font-display);
}

.accordion-ea .accordion-button:not(.collapsed) {
  background: var(--ea-paper-2);
  color: var(--ea-ink);
  box-shadow: none;
}

.accordion-ea .accordion-item {
  border: 1px solid var(--ea-line);
  border-radius: var(--ea-radius-sm) !important;
  margin-bottom: 0.65rem;
  overflow: hidden;
}

.footer-ea {
  background: var(--ea-ink);
  color: #94a3b8;
  border-radius: var(--ea-radius) var(--ea-radius) 0 0;
}

.footer-ea a {
  color: #cbd5e1;
  text-decoration: none;
}

.footer-ea a:hover {
  color: #fff;
}

.sticky-cta {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1040;
}

@media (max-width: 575.98px) {
  .sticky-cta {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }

  .sticky-cta .btn {
    width: 100%;
  }
}

/* —— Lead modal (two-column testimonial + form) —— */
.quote-modal-lead__dialog {
  max-width: 960px;
  width: calc(100% - 1.5rem);
}

.quote-modal-lead__content {
  border-radius: 1.25rem !important;
  overflow: hidden;
}

.quote-modal-lead__visual {
  position: relative;
  min-height: 560px;
  background-color: #1e3a5f;
  background-image: url("../img/quote-modal-side.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.quote-modal-lead__visual-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.5rem;
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.92) 0%,
    rgba(15, 23, 42, 0.45) 50%,
    rgba(15, 23, 42, 0.12) 100%
  );
}

.quote-modal-lead__mark {
  font-family: var(--ea-font-display);
  font-size: clamp(3.5rem, 8vw, 5.25rem);
  line-height: 0.85;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 0.35rem;
}

.quote-modal-lead__quote {
  margin: 0;
  border: 0;
  padding: 0;
  color: #fff;
}

.quote-modal-lead__quote p {
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 500;
  margin: 0;
}

.quote-modal-lead__cite {
  color: #fff;
  font-weight: 700;
  margin: 1rem 0 0;
  font-size: 0.95rem;
}

.quote-modal-lead__visual-mobile {
  background: linear-gradient(135deg, #1e3a5f 0%, #334155 100%);
}

.quote-modal-lead__form-body {
  padding: 3rem 2.25rem 2.25rem;
}

@media (min-width: 992px) {
  .quote-modal-lead__form-body {
    padding: 2.75rem 2.5rem 2.5rem;
  }
}

.quote-modal-lead__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  background: #bae6fd;
  color: #0369a1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  font-size: 1rem;
}

.quote-modal-lead__close:hover {
  background: #7dd3fc;
  color: #0c4a6e;
}

.quote-modal-lead__badge {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #be123c;
  background: #fce7f3;
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.quote-modal-lead__title {
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 0.45rem;
  letter-spacing: -0.02em;
}

.quote-modal-lead__subtitle {
  font-size: 0.9375rem;
  margin-bottom: 1.65rem;
}

.quote-modal-lead__input {
  border-radius: 0.65rem !important;
  border: 1px solid #e5e7eb !important;
  background: #f3f4f6 !important;
  padding: 0.9rem 1rem;
  font-size: 1rem;
}

.quote-modal-lead__input:focus {
  border-color: #94a3b8 !important;
  box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.22);
  background: #fff !important;
}

.quote-modal-lead__phone {
  flex-wrap: nowrap;
}

.quote-modal-lead__phone .quote-modal-lead__cc {
  max-width: 6.75rem;
  flex-shrink: 0;
  border-radius: 0.65rem 0 0 0.65rem !important;
  border: 1px solid #e5e7eb !important;
  background: #f3f4f6 !important;
  font-size: 0.9rem;
  padding: 0.65rem 0.4rem 0.65rem 0.55rem;
  cursor: pointer;
}

.quote-modal-lead__phone .quote-modal-lead__cc:focus {
  border-color: #94a3b8 !important;
  box-shadow: none;
  z-index: 2;
}

.quote-modal-lead__phone .quote-modal-lead__input-phone {
  border-radius: 0 0.65rem 0.65rem 0 !important;
  border-left: 0 !important;
}

.quote-modal-lead__phone .quote-modal-lead__input-phone:focus {
  z-index: 2;
}

.quote-modal-lead__select {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.quote-modal-lead__submit {
  --bs-btn-bg: #ff701f;
  --bs-btn-border-color: #ff701f;
  --bs-btn-hover-bg: #ea580c;
  --bs-btn-hover-border-color: #ea580c;
  --bs-btn-active-bg: #c2410c;
  --bs-btn-active-border-color: #c2410c;
  --bs-btn-color: #fff;
  border-radius: 0.65rem !important;
  padding: 1rem 1.25rem;
  font-size: 0.8125rem;
  letter-spacing: 0.045em;
  border: none;
}

.quote-modal-lead__submit:hover,
.quote-modal-lead__submit:focus {
  color: #fff;
}

.quote-modal-lead__trust {
  font-size: 0.8125rem;
}

/* —— Legal / static pages —— */
.page-hero-legal {
  padding-top: 5.5rem;
  margin-top: 0;
  padding-bottom: 2.5rem;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
  color: #cbd5e1;
  border-radius: 0 0 1.25rem 1.25rem;
}

@media (min-width: 992px) {
  .page-hero-legal {
    border-radius: 0 0 2rem 2rem;
  }
}

.page-hero-legal h1 {
  color: #f8fafc;
  font-family: var(--ea-font-display);
  letter-spacing: -0.02em;
}

.page-hero-legal .lead {
  color: #94a3b8;
  font-size: 1.05rem;
}

.legal-content {
  max-width: 48rem;
}

.legal-content h2 {
  font-family: var(--ea-font-display);
  color: var(--ea-ink);
  font-size: 1.35rem;
  font-weight: 700;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
}

.legal-content h2:first-of-type {
  margin-top: 0;
}

.legal-content h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ea-ink);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.legal-content p,
.legal-content li {
  color: var(--ea-ink-soft);
}

.legal-content ul {
  padding-left: 1.25rem;
}
