/* ============================================
   Valordek Landing Page Styles — v3
   Brand: Orange #f58022, Gray #5f646a
   Fonts: Montserrat (headings), Open Sans (body)
   ============================================ */

/* --- Reset & Base --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #5f646a;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #f58022;
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: #e56d29;
}

/* --- Typography --- */
h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #5f646a;
  letter-spacing: 0.3px;
}

h1 {
  font-size: 48px;
  line-height: 1.15;
  margin-bottom: 20px;
}

h2 {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 3px solid #f58022;
  display: inline-block;
}

h3 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 12px;
}

p {
  margin-bottom: 16px;
}

strong {
  font-weight: 600;
}

.lead {
  font-size: 20px;
  font-weight: 600;
  color: #434345;
  margin-bottom: 20px;
}

/* --- Layout --- */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 70px 0;
}

.section--gray {
  background: #f5f5f5;
}

.section--dark {
  background: #434345;
  color: #fff;
}

.section--dark h2 {
  color: #fff;
  border-bottom-color: #f58022;
}

.section--dark h3 {
  color: #fff;
}

.section--dark > .container > p,
.section--dark .urgency__text p,
.section--dark .alt-contact-buttons + p {
  color: rgba(255,255,255,0.9);
}

.section--dark > .container > a:not(.btn) {
  color: #f58022;
}

/* --- Sticky Header --- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #f58022;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  padding: 12px 0;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__logo img {
  height: 65px;
  width: auto;
}

.header__logo-text {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 3px;
  line-height: 1.15;
  text-transform: uppercase;
}

.header__right {
  text-align: right;
}

.header__phone {
  display: inline-block;
  background: #fff;
  color: #434345;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  padding: 8px 24px;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  margin-bottom: 6px;
  transition: background 0.2s;
}

.header__phone:hover {
  background: #f0f0f0;
  color: #434345;
}

.header__tagline {
  display: block;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-top: 2px;
  letter-spacing: 0.3px;
}

/* --- Buttons --- */
.btn {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 16px 35px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  border: 2px solid transparent;
  text-decoration: none;
}

.btn--orange {
  background: #f58022;
  color: #fff !important;
  border-color: #f58022;
}

.btn--orange:hover {
  background: #e56d29;
  border-color: #e56d29;
  color: #fff !important;
}

.btn--outline-white {
  background: transparent;
  color: #fff !important;
  border-color: #fff;
}

.btn--outline-white:hover {
  background: #f58022;
  border-color: #f58022;
  color: #fff !important;
}

.btn--outline-orange {
  background: transparent;
  color: #f58022;
  border-color: #f58022;
}

.btn--outline-orange:hover {
  background: #f58022;
  color: #fff;
}

.btn--blue {
  background: #2563eb;
  color: #fff !important;
  border-color: #2563eb;
}

.btn--blue:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #fff !important;
}

.btn--dealer {
  background: #fff;
  color: #f58022 !important;
  border-color: #f58022;
}

.btn--dealer:hover {
  background: #fff;
  color: #f58022 !important;
  border-color: #f58022;
}

.btn--whatsapp {
  background: #25D366;
  color: #fff !important;
  border-color: #25D366;
}

.btn--whatsapp:hover {
  background: #1da851;
  border-color: #1da851;
  color: #fff !important;
}

/* --- Hero --- */
.hero {
  background-color: #434345;
  margin-top: 92px;
  padding: 60px 0 70px;
  text-align: center;
  overflow: hidden;
}

.hero__title {
  color: #fff;
  font-size: 52px;
  margin-bottom: 10px;
  line-height: 1.15;
}

.hero__title-line2 {
  display: block;
  font-size: 52px;
  color: #fff;
  font-weight: 700;
}

.hero__subtitle {
  color: rgba(255,255,255,0.85);
  font-size: 17px;
  max-width: 620px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

/* Fanned Photo Cards */
.hero-cards {
  position: relative;
  height: 300px;
  max-width: 700px;
  margin: 40px auto 45px;
}

.hero-card {
  position: absolute;
  width: 220px;
  height: 260px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.35);
  border: 3px solid #fff;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s;
  cursor: default;
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card:hover {
  transform: scale(1.1) !important;
  box-shadow: 0 15px 40px rgba(0,0,0,0.45);
  z-index: 10;
}

/* Fan positions — 5 cards spread across the container */
.hero-card--1 {
  left: 2%;
  top: 20px;
  transform: rotate(-8deg);
  z-index: 1;
}

.hero-card--2 {
  left: 17%;
  top: 0;
  transform: rotate(-4deg);
  z-index: 2;
}

.hero-card--3 {
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  z-index: 5;
}

.hero-card--3:hover {
  transform: translateX(-50%) scale(1.1) !important;
}

.hero-card--4 {
  right: 17%;
  top: 0;
  transform: rotate(4deg);
  z-index: 2;
}

.hero-card--5 {
  right: 2%;
  top: 20px;
  transform: rotate(8deg);
  z-index: 1;
}

/* Benefit Cards with SVG Icons — arc layout */
.hero-benefits {
  display: flex;
  justify-content: center;
  gap: 18px;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}

.hero-benefit {
  background: #fff;
  border: 2px solid #f58022;
  border-radius: 12px;
  padding: 26px 20px 22px;
  text-align: center;
  width: 185px;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

/* Upward arc — outer cards sit higher, middle cards lower (smile shape) */
.hero-benefit:nth-child(1) { transform: rotate(4deg) translateY(-10px); }
.hero-benefit:nth-child(2) { transform: rotate(1.5deg) translateY(4px); }
.hero-benefit:nth-child(3) { transform: rotate(-1.5deg) translateY(4px); }
.hero-benefit:nth-child(4) { transform: rotate(-4deg) translateY(-10px); }

.hero-benefit:hover {
  border-color: #f58022;
  transform: translateY(-6px) rotate(0deg) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.hero-benefit__stars {
  height: 44px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-benefit__stars svg {
  height: 36px;
  width: auto;
}

.hero-benefit__icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
}

.hero-benefit__icon svg {
  width: 100%;
  height: 100%;
  stroke: #f58022;
}

.hero-benefit__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-benefit__value {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #434345;
  letter-spacing: 0.3px;
}

.hero-benefit__label {
  font-size: 13px;
  color: #888;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* Callout Bar */
.callout-bar {
  background: #f58022;
  padding: 22px 0;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* CTA Banner */
.cta-banner {
  background: #f58022;
  padding: 45px 0;
  text-align: center;
}

.cta-banner__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  -webkit-text-stroke: 2px #434345;
  paint-order: stroke fill;
}

.cta-banner__btn {
  padding: 14px 32px;
  font-size: 15px;
  background: #fff;
  color: #434345 !important;
  border-color: #434345;
}

.cta-banner__btn i {
  margin-left: 8px;
  transition: transform 0.2s;
}

.cta-banner__btn:hover i {
  transform: translateX(4px);
}

/* --- Pain Section --- */
.pain-list {
  list-style: disc;
  margin: 20px 0;
  padding-left: 22px;
}

.pain-list li {
  padding: 8px 0;
  font-size: 17px;
  line-height: 1.6;
}

.pain-list li strong {
  color: #434345;
}

/* --- Split Image --- */
.split-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 30px 0 15px;
  border-radius: 4px;
  overflow: hidden;
}

.split-image__side {
  position: relative;
  min-height: 240px;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}

.split-image__label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.split-image__label--before {
  background: rgba(67,67,69,0.85);
  color: #fff;
}

.split-image__label--after {
  background: rgba(245,128,34,0.9);
  color: #fff;
}

.split-image__caption {
  text-align: center;
  font-style: italic;
  color: #777;
  font-size: 15px;
  margin-top: 5px;
}

/* --- Reviews (Google-style) --- */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 25px 0;
}

.review-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px 22px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.12);
}

.review-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.review-card__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #4285f4;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.review-card__author {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #434345;
  line-height: 1.2;
}

.review-card__stars {
  display: flex;
  gap: 1px;
  margin-top: 2px;
}

.review-card__stars i {
  color: #fbbc04;
  font-size: 12px;
}

.review-card__google {
  width: 20px;
  height: 20px;
  margin-left: auto;
  flex-shrink: 0;
}

.review-card__text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 0;
}

/* --- Benefits List --- */
.benefits-list {
  list-style: none;
  margin: 20px 0;
}

.benefits-list li {
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  line-height: 1.6;
}

.benefits-list li::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #f58022;
  font-size: 15px;
  top: 11px;
}

/* --- Product Showcase --- */
/* Colour Sections */
.colour-sections {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.colour-section {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 25px 30px;
  background: #fafafa;
}

.colour-section__title {
  font-size: 20px;
  font-weight: 700;
  color: #434345;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f58022;
  display: inline-block;
}

.colour-section__spec {
  font-size: 13px;
  color: #888;
  margin-top: -12px;
  margin-bottom: 18px;
}

.colour-section__layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 30px;
  align-items: start;
}

.colour-section__preview {
  text-align: center;
}

.colour-section__preview img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
}

.colour-section__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #434345;
  margin-top: 10px;
  margin-bottom: 0;
}

.colour-section__swatches {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-content: start;
}

/* Dealer city chips — same visual language as swatch buttons */
.dealer-cities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.dealer-city {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #434345;
}

.swatch-btn {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  padding: 6px;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.swatch-btn:hover {
  border-color: #f58022;
}

.swatch-btn--active {
  border-color: #f58022;
  box-shadow: 0 0 0 2px rgba(245,128,34,0.3);
}

.swatch-btn img {
  width: 100%;
  height: 65px;
  object-fit: cover;
  border-radius: 3px;
  display: block;
}

.swatch-btn span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  margin-top: 6px;
  font-family: 'Open Sans', sans-serif;
}

/* --- WhatsApp / Who You'll Talk To (two-column) --- */
.whatsapp-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-top: 20px;
}

.whatsapp-layout__text {
  text-align: center;
}

.whatsapp-layout__text p {
  margin-bottom: 14px;
}

.whatsapp-mockup {
  background: #e5ddd5;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.whatsapp-mockup__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 12px;
}

.whatsapp-mockup__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f58022;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.whatsapp-mockup__name {
  font-weight: 600;
  color: #434345;
  font-size: 15px;
}

.whatsapp-mockup__status {
  font-size: 12px;
  color: #25D366;
}

.chat-bubble {
  max-width: 85%;
  padding: 10px 14px;
  border-radius: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  color: #333;
}

.chat-bubble--user {
  background: #dcf8c6;
  margin-left: auto;
  border-bottom-right-radius: 2px;
}

.chat-bubble--reply {
  background: #fff;
  margin-right: auto;
  border-bottom-left-radius: 2px;
}

.chat-bubble__time {
  font-size: 11px;
  color: #999;
  text-align: right;
  margin-top: 4px;
}

/* --- Stats Grid (2x2, dark bg) --- */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.stat {
  padding: 20px 10px;
}

.stat__number {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #f58022;
  line-height: 1;
  margin-bottom: 10px;
}

.stat__label {
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
}

/* --- Promises --- */
.promises-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.promise {
  padding: 30px;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #f58022;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.promise:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 25px rgba(245,128,34,0.2);
}

.promise__icon {
  font-size: 32px;
  color: #f58022;
  margin-bottom: 12px;
}

.promise h3 {
  font-size: 19px;
  margin-bottom: 12px;
}

.promise p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

/* --- Gallery --- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 25px 0;
}

.gallery-item {
  position: relative;
  height: 220px;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  overflow: hidden;
}

.gallery-item__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 15px;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

/* --- Pricing --- */
.pricing__big-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 68px;
  font-weight: 700;
  color: #f58022;
  line-height: 1;
  margin-bottom: 5px;
}

.pricing__unit {
  font-size: 18px;
  color: #777;
  display: block;
}

.pricing__disclaimer {
  font-size: 14px;
  color: #999;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 25px;
}

.pricing__comparison {
  background: transparent;
  border-left: none;
  border-radius: 0;
  padding: 0;
  margin: 25px 0;
}

.pricing__comparison h3 {
  font-size: 16px;
  margin-bottom: 15px;
}

.pricing__comparison table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.pricing__comparison th,
.pricing__comparison td {
  padding: 10px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}

.pricing__comparison th {
  background: #5f646a;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.pricing__comparison tr:nth-child(even) td {
  background: #f9f9f9;
}

.pricing__comparison .highlight {
  color: #f58022;
  font-weight: 700;
}

/* --- Steps (dark bg) --- */
/* Timeline */
.timeline {
  max-width: 650px;
  margin: 40px auto 0;
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 28px;
  bottom: 28px;
  width: 3px;
  background: rgba(255,255,255,0.25);
  border-radius: 2px;
  transform: translateX(-50%);
}

.timeline__step {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  padding-bottom: 30px;
}

.timeline__step:last-child {
  padding-bottom: 0;
}

.timeline__number {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  background: #f58022;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(245,128,34,0.3);
  position: relative;
  z-index: 1;
}

.timeline__content h3 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #fff;
}

.timeline__content p {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 0;
  line-height: 1.6;
}

/* --- Contact Cards (inline, solid colour) --- */
.contact-cards {
  max-width: 700px;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  transition: opacity 0.2s, transform 0.2s;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  color: #fff !important;
}

.contact-card:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.contact-card i {
  font-size: 24px;
  flex-shrink: 0;
}

.contact-card__label {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-right: 8px;
}

.contact-card__divider {
  font-size: 20px;
  opacity: 0.5;
  font-weight: 300;
  margin: 0 4px;
}

.contact-card__action {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.9;
}

/* Call Us — orange */
.contact-card--call {
  background: #f58022;
}

/* Text Us — WhatsApp green */
.contact-card--whatsapp {
  background: #25D366;
}

/* Divider between Text Us and Email Us */
.contact-divider {
  border: none;
  border-top: 2px solid #e0e0e0;
  margin: 50px 0 40px;
}

/* Email Us form title */
.contact-form__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #2563eb;
  margin-top: 0;
  margin-bottom: 20px;
}

.contact-form__title i {
  margin-right: 8px;
  color: #2563eb;
}

.contact-form__title-action {
  font-weight: 500;
  color: #5f646a;
  font-size: 16px;
  letter-spacing: 0;
}

/* --- Contact Form (below Email Us) --- */
.contact-form-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #434345;
  transition: border-color 0.2s;
  background: #fff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #f58022;
}

.form-group textarea {
  height: 90px;
  resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #aaa;
}

.form__submit {
  width: 100%;
  padding: 18px;
  font-size: 16px;
}

.form__response-time {
  text-align: center;
  font-size: 14px;
  color: #f58022;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 4px;
}

/* --- Not Ready --- */
.not-ready {
  text-align: left;
  font-size: 14px;
  color: #999;
}

/* --- FAQ --- */
.faq-list {
  max-width: 800px;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0;
}

.faq-item:first-child {
  padding-top: 0;
}

.faq-item h3 {
  font-size: 17px;
  color: #434345;
  margin-bottom: 8px;
}

.faq-item p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

/* --- Footer --- */
.footer {
  background: #434345;
  color: #fff;
  padding: 35px 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
}

.footer__logo {
  height: 35px;
  margin: 0 auto 15px;
  opacity: 1;
}

.footer__badges {
  margin: 12px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: rgba(255,255,255,0.7);
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #f58022;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .promises-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 25px;
  }

  .section {
    padding: 45px 0;
  }

  .header__logo img {
    height: 50px;
  }

  .header__logo-text {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .header__phone {
    font-size: 16px;
    padding: 7px 20px;
  }

  .header__tagline {
    font-size: 11px;
  }

  .hero {
    margin-top: 78px;
    padding: 45px 0 55px;
  }

  .hero__subtitle {
    font-size: 16px;
  }

  .hero-cards {
    height: 220px;
    max-width: 500px;
    margin: 30px auto 35px;
  }

  .hero-card {
    width: 160px;
    height: 190px;
  }

  .hero__title { font-size: 38px; }
  .hero__title-line2 { font-size: 38px; }

  .hero-benefits {
    flex-wrap: wrap;
    gap: 12px;
    max-width: 400px;
  }

  .hero-benefit {
    width: calc(50% - 6px);
    padding: 18px 12px 16px;
  }

  /* Flatten arc on tablet */
  .hero-benefit:nth-child(1) { transform: rotate(-3deg) translateY(4px); }
  .hero-benefit:nth-child(2) { transform: rotate(3deg) translateY(4px); }
  .hero-benefit:nth-child(3) { transform: rotate(-3deg) translateY(4px); }
  .hero-benefit:nth-child(4) { transform: rotate(3deg) translateY(4px); }

  .hero-benefit__icon {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
  }

  .hero-benefit__value {
    font-size: 16px;
  }

  .split-image {
    grid-template-columns: 1fr;
  }

  .colour-section__layout {
    grid-template-columns: 1fr;
  }

  .colour-section__preview img {
    max-width: 350px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .gallery-item {
    height: 170px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .pricing__big-number {
    font-size: 48px;
  }

  .dealer-cities {
    grid-template-columns: repeat(3, 1fr) !important;
  }

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

  .contact-card {
    padding: 16px 20px;
    gap: 12px;
  }

  .contact-card__label {
    font-size: 18px;
  }

  .contact-card__action {
    font-size: 14px;
  }

  .contact-card i {
    font-size: 20px;
  }

  .whatsapp-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .whatsapp-mockup {
    max-width: 100%;
  }

}

@media (max-width: 480px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 22px;
  }

  .header__logo img {
    height: 40px;
  }

  .header__phone {
    font-size: 14px;
    padding: 6px 16px;
  }

  .header__logo-text {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .header__tagline {
    display: none;
  }

  .contact-card {
    padding: 14px 16px;
    gap: 10px;
  }

  .contact-card__label {
    font-size: 16px;
    margin-right: 4px;
  }

  .contact-card__action {
    font-size: 12px;
  }

  .contact-card i {
    font-size: 18px;
  }

  .hero {
    margin-top: 66px;
    padding: 35px 0 45px;
  }

  .hero__title { font-size: 26px; white-space: nowrap; }
  .hero__title-line2 { font-size: 26px; }
  .hero__subtitle { font-size: 14px; }

  .hero-cards {
    height: 180px;
    max-width: 360px;
    margin: 25px auto 30px;
  }

  .hero-card {
    width: 120px;
    height: 145px;
    border-width: 2px;
  }

  .hero-benefits {
    flex-wrap: wrap;
    gap: 10px;
    max-width: 310px;
  }

  .hero-benefit {
    width: calc(50% - 5px);
    padding: 14px 10px 12px;
  }

  /* No arc on mobile */
  .hero-benefit:nth-child(1),
  .hero-benefit:nth-child(2),
  .hero-benefit:nth-child(3),
  .hero-benefit:nth-child(4) { transform: none; }

  .hero-benefit__icon {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
  }

  .hero-benefit__value {
    font-size: 14px;
  }

  .hero-benefit__label {
    font-size: 11px;
  }

  .cta-banner__title {
    font-size: 24px;
  }

  .cta-banner__btn {
    font-size: 13px;
    padding: 12px 24px;
  }

  .callout-bar {
    font-size: 20px;
    padding: 18px 0;
  }

  .colour-section__swatches {
    grid-template-columns: repeat(3, 1fr);
  }

  .colour-section {
    padding: 20px;
  }

  .timeline::before {
    display: none;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item {
    height: 200px;
  }

  .promises-grid {
    gap: 15px;
  }

  .promise {
    padding: 22px;
  }

}
