/*
Theme Name: Be1 Custom
Theme URI: https://example.com/be1
Author: Be1
Author URI: https://example.com
Description: Custom Be1 theme built from the provided Figma design.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: be1
Tags: custom, responsive, landing-page, modern
*/

/* Tailwind CSS is built to css/tailwind.css and enqueued by the theme. */

.offer-section {
  padding: 5rem 1.5rem;
  background: var(--blue);
}

.offer-intro {
  max-width: 1200px;
  margin: 0 auto 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.offer-title-group {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1rem;
}

.offer-title {
  margin: 0;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 800;
  line-height: 0.95;
  color: #ffffff;
}

.offer-title-secondary {
  color: #ffffff;
}

.offer-tagline {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.offer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(250px, 360px) minmax(420px, 1fr);
  gap: 2rem;
}

.offer-cards {
  display: grid;
  gap: 1.2rem;
}

.service-summary {
  min-height: 140px;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  color: #ffffff;
  font-weight: 700;
  display: grid;
  align-items: center;
}

.offer-details {
  display: grid;
  gap: 1.5rem;
}

.offer-panel {
  padding: 1.75rem;
  border-radius: 24px;
  background: rgba(1, 25, 64, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
}

.offer-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.offer-panel h3 {
  margin: 0;
  font-size: 1.25rem;
  color: #ffffff;
}

.button-small {
  min-height: 2.75rem;
  padding: 0 1.25rem;
  font-size: 0.85rem;
}

.offer-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
}

.hurry-section {
  padding: 4.5rem 1.5rem;
  background: linear-gradient(135deg, #161e47 0%, #17284e 48%, #e9eef6 48%, #e9eef6 100%);
}

.hurry-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.hurry-copy {
  color: #ffffff;
}

.hurry-copy .section-eyebrow {
  margin-bottom: 1.5rem;
  color: #0166ad;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.hurry-copy h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  line-height: 1.05;
  color: #ffffff;
}

.hurry-copy p {
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.85;
  font-size: 1rem;
}

.hurry-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hurry-card {
  position: relative;
  width: 100%;
  max-width: 500px;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
}

.hurry-card img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.hurry-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  padding: 0.8rem 1.25rem;
  background: #012756;
  color: #ffffff;
  border-radius: 999px;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.franchise-section {
  padding: 5rem 1.5rem;
  background: #e9eef6;
  color: #0f2049;
}

.franchise-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.franchise-header {
  margin-bottom: 2rem;
}

.section-eyebrow-blue {
  color: #0166ad;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 1rem;
}

.franchise-section h2 {
  margin: 0;
  font-size: clamp(3rem, 4vw, 4.6rem);
  line-height: 0.95;
}

.franchise-copy {
  max-width: 840px;
  margin: 1.5rem 0;
  font-size: 1rem;
  line-height: 1.85;
  color: #102048;
}

.franchise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.franchise-card {
  min-height: 170px;
  padding: 1.75rem;
  background: #ffffff;
  border: 1px solid rgba(1, 102, 173, 0.12);
  border-radius: 20px;
  color: #0f2049;
  font-weight: 600;
  line-height: 1.6;
}

.contact-section {
  padding: 5rem 1.5rem;
  background: var(--blue);
}

.contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2rem;
}

.contact-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.8rem, 4vw, 4.5rem);
  line-height: 1.02;
}

.contact-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  max-width: 520px;
}

.contact-form {
  display: grid;
  gap: 1.25rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-row label,
.form-full {
  display: grid;
  gap: 0.5rem;
  color: #ffffff;
  font-size: 0.95rem;
}

.form-row input,
.form-full textarea,
.form-row textarea,
.form-row input {
  width: 100%;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.form-row input::placeholder,
.form-full textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

textarea {
  min-height: 160px;
  resize: vertical;
}

.button-primary {
  width: fit-content;
}

.form-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.82rem;
  line-height: 1.7;
}

.site-footer {
  padding: 3rem 1.5rem;
  background: #021629;
  color: rgba(255, 255, 255, 0.8);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.footer-column {
  min-width: 220px;
}

.footer-brand {
  margin: 0 0 0.75rem;
  color: #ffffff;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 0.75rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.footer-links a:hover,
.footer-links a:focus {
  color: #ffffff;
}

@media (max-width: 1080px) {
  .offer-grid,
  .hurry-grid,
  .contact-inner,
  .franchise-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .header-inner,
  .footer-inner,
  .offer-intro {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
  }

  .hero {
    padding-top: 4.5rem;
  }

  .hero-title {
    font-size: clamp(2.8rem, 12vw, 4.4rem);
  }

  .offer-title-group {
    flex-direction: column;
  }

  .offer-title {
    font-size: clamp(2.75rem, 9vw, 4.8rem);
  }

  .hero-copy,
  .contact-copy p,
  .franchise-copy {
    font-size: 0.98rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}
