/* ═══════════════════════════════════════════════════════════════
   LANDING PAGE — AISI 321 FOIL
   Stile: Minimale Industriale
   Font: DM Serif Display + DM Mono + Outfit
   Compatibile: Astra Child Theme
   Template: astra
   ════════════════════════════════════════════════════════════════ */

/* ─── VARIABILI ─────────────────────────────────────────────── */
:root {
  --c-white:      #FAFAF9;
  --c-off-white:  #F4F3F1;
  --c-light:      #E8E6E2;
  --c-mid:        #B8B4AD;
  --c-dark-mid:   #6B6760;
  --c-dark:       #2A2825;
  --c-black:      #141312;
  --c-accent:     #1A1A1A;
  --c-accent-2:   #8C8680;
  --c-steel:      #C8C5BF;
  --c-ink:        #3D3B38;
  --c-focus: 	  #1C5D99;

  --ff-display:   'DM Serif Display', Georgia, serif;
  --ff-mono:      'DM Mono', 'Courier New', monospace;
  --ff-body:      'Outfit', 'Helvetica Neue', sans-serif;

  --radius:       4px;
  --radius-lg:    10px;
  --shadow-sm:    0 1px 3px rgba(0,0,0,0.08);
  --shadow-md:    0 4px 20px rgba(0,0,0,0.10);
  --shadow-lg:    0 12px 48px rgba(0,0,0,0.14);

  --max-w:        1240px;
  --gap:          clamp(1.5rem, 4vw, 3rem);
}

/* ═══════════════════════════════════════════════════════════════
   OVERRIDE ASTRA — isola completamente la landing dagli stili
   del tema genitore e del child theme.
   ════════════════════════════════════════════════════════════════ */

/* Neutralizza max-width e padding di Astra sul content area */
.lp-wrapper,
body.page-template-page-landing-aisi321 .entry-content,
body.page-template-page-landing-aisi321 .site-content,
body.page-template-page-landing-aisi321 .ast-container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Rimuovi padding top/bottom aggiunto da Astra all'area contenuto */
body.page-template-page-landing-aisi321 .ast-article-single,
body.page-template-page-landing-aisi321 .entry-header,
body.page-template-page-landing-aisi321 .post-thumbnail {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.page-template-page-landing-aisi321 #content {
  padding: 0 !important;
}

body.page-template-page-landing-aisi321 #primary {
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
}

/* Reset tipografia Astra all'interno della landing */
.lp-wrapper h1,
.lp-wrapper h2,
.lp-wrapper h3,
.lp-wrapper h4,
.lp-wrapper h5,
.lp-wrapper h6,
.lp-wrapper p,
.lp-wrapper ul,
.lp-wrapper ol,
.lp-wrapper li,
.lp-wrapper table,
.lp-wrapper th,
.lp-wrapper td,
.lp-wrapper input,
.lp-wrapper textarea,
.lp-wrapper button,
.lp-wrapper a {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.lp-wrapper a {
  text-decoration: none;
  transition: none;
}

.lp-wrapper a:hover {
  color: inherit;
  text-decoration: none;
}

/* Blocca stili Astra su heading */
.lp-wrapper h1 { font-size: inherit; margin: 0; }
.lp-wrapper h2 { font-size: inherit; margin: 0; }
.lp-wrapper h3 { font-size: inherit; margin: 0; }

/* Blocca bordi Astra su tabelle */
.lp-wrapper table,
.lp-wrapper th,
.lp-wrapper td {
  border: none;
}

/* Rimuovi stili Astra su input e button */
.lp-wrapper input,
.lp-wrapper textarea,
.lp-wrapper button,
.lp-wrapper select {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
}

/* ─── RESET & BASE ───────────────────────────────────────────── */
.lp-wrapper *,
.lp-wrapper *::before,
.lp-wrapper *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.lp-wrapper {
  font-family: var(--ff-body);
  font-size: 16px;
  color: var(--c-ink);
  background: var(--c-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

.lp-wrapper a {
  color: inherit;
  text-decoration: none;
}

/* ─── CONTAINER ──────────────────────────────────────────────── */
.lp-container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 clamp(1rem, 5vw, 2.5rem);
}

.lp-container--narrow {
  max-width: 860px;
}

/* ─── TYPOGRAPHY UTILS ───────────────────────────────────────── */
.lp-overline {
  display: inline-block;
  font-family: var(--ff-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-dark-mid);
  margin-bottom: 1rem;
}

.lp-overline--light {
  color: var(--c-steel);
}

.lp-section-header {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.lp-section-header--light {
  text-align: center;
}

.lp-section-title {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--c-black);
  letter-spacing: -0.02em;
}

.lp-section-title--light {
  color: var(--c-white);
}

/* ─── BUTTONS ────────────────────────────────────────────────── */
.lp-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--ff-body);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: var(--radius);
  padding: 0.85rem 1.8rem;
  cursor: pointer;
  transition: all 0.22s ease;
  border: 1.5px solid transparent;
  text-decoration: none;
}

/* --- BOTTONE NERO --- */
.lp-btn--primary {
  background-color: var(--c-black) !important; /* Forza il nero */
  color: var(--c-white) !important;
  border-color: var(--c-black) !important;
}

/* --- HOVER BLU --- */
.lp-btn--primary:hover {
  background: var(--c-focus) !important; /* Patriot Blue (o usa #0000FF per un blu elettrico) */
  border-color: #002147 !important;
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
  color: var(--c-white) !important;
}

.lp-btn--ghost {
  background: transparent;
  color: var(--c-dark) !important;
  border-color: var(--c-light);
}

.lp-btn--ghost:hover {
  border-color: var(--c-mid);
  background: var(--c-off-white);
  color: var(--c-dark) !important;
}

.lp-btn--full {
  width: 100%;
  justify-content: center;
  padding: 1rem 2rem;
  font-size: 0.95rem;
}

/* ═══════════════════════════════════════════════════════════════
   HERO
   ════════════════════════════════════════════════════════════════ */
.lp-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(6rem, 12vw, 8rem) 0 clamp(4rem, 8vw, 6rem);
}

.lp-hero__bg {
  position: absolute;
  inset: 0;
  background: var(--c-white);
  z-index: 0;
}

/* Grid pattern sottile */
.lp-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(0,0,0,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
}

/* Grain texture */
.lp-hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}

.lp-hero .lp-container {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  margin-left: clamp(1rem, 6vw, 120px);
  margin-right: 0;
}

.lp-hero__tag {
  margin-bottom: 1.5rem;
}

.lp-tag {
  display: inline-block;
  font-family: var(--ff-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--c-off-white);
  border: 1px solid var(--c-light);
  color: var(--c-dark-mid);
  padding: 0.4rem 0.9rem;
  border-radius: 2px;
}

.lp-hero__title {
  font-family: var(--ff-display) !important;
  font-size: clamp(3rem, 7vw, 5.5rem) !important;
  font-weight: 400 !important;
  line-height: 1.0 !important;
  letter-spacing: -0.03em !important;
  color: var(--c-black) !important;
  margin-bottom: 1.5rem !important;
}

.lp-hero__title em {
  font-style: italic;
  color: var(--c-dark-mid);
}

.lp-hero__subtitle {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: var(--c-dark-mid);
  max-width: 500px;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.lp-hero__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}

.lp-hero__specs-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.lp-spec-pill {
  display: flex;
  flex-direction: column;
  background: var(--c-off-white);
  border: 1px solid var(--c-light);
  border-radius: var(--radius);
  padding: 0.75rem 1.1rem;
  min-width: 90px;
}

.lp-spec-pill__val {
  font-family: var(--ff-mono);
  font-size: 1rem;
  font-weight: 500;
  color: var(--c-black);
  line-height: 1.2;
}

.lp-spec-pill__label {
  font-size: 0.68rem;
  color: var(--c-dark-mid);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0.2rem;
}

/* Image column */
.lp-hero__image-col {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 42%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.lp-hero__img-frame {
  position: relative;
  width: 100%;
  height: 80%;
  max-height: 600px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.lp-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.lp-hero__img-frame:hover .lp-hero__img {
  transform: scale(1.03);
}

.lp-hero__img-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  border: 1px solid var(--c-light);
  border-radius: var(--radius);
  padding: 0.6rem 1rem;
  font-family: var(--ff-mono);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--c-black);
  line-height: 1.3;
  text-align: center;
}

.lp-hero__img-badge small {
  display: block;
  font-size: 0.65rem;
  color: var(--c-dark-mid);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}

/* ═══════════════════════════════════════════════════════════════
   FEATURES
   ════════════════════════════════════════════════════════════════ */
.lp-features {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--c-white);
  border-top: 1px solid var(--c-light);
}

.lp-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: var(--c-light);
  border: 1.5px solid var(--c-light);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.lp-feat-card {
  background: var(--c-white);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: background 0.2s ease;
}

.lp-feat-card:hover {
  background: var(--c-off-white);
}

.lp-feat-card--accent {
  background: var(--c-black);
  color: var(--c-steel);
}

.lp-feat-card--accent:hover {
  background: #1E1D1B;
}

.lp-feat-card--accent .lp-feat-card__title {
  color: var(--c-white);
}

.lp-feat-card--accent .lp-feat-card__stat {
  color: var(--c-mid);
  border-color: rgba(255,255,255,0.15);
}

.lp-feat-card__icon {
  width: 40px;
  height: 40px;
  color: var(--c-dark-mid);
  flex-shrink: 0;
}

.lp-feat-card--accent .lp-feat-card__icon {
  color: var(--c-steel);
}

.lp-feat-card__title {
  font-family: var(--ff-display) !important;
  font-size: 1.15rem !important;
  font-weight: 400 !important;
  color: var(--c-black) !important;
  line-height: 1.3 !important;
}

.lp-feat-card__text {
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--c-dark-mid);
  flex: 1;
}

.lp-feat-card--accent .lp-feat-card__text {
  color: var(--c-steel);
}

.lp-feat-card__stat {
  display: inline-block;
  font-family: var(--ff-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-dark-mid);
  border: 1px solid var(--c-light);
  border-radius: 2px;
  padding: 0.25rem 0.6rem;
  align-self: flex-start;
}

/* ═══════════════════════════════════════════════════════════════
   GALLERY
   ════════════════════════════════════════════════════════════════ */
.lp-gallery {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--c-black);
}

.lp-gallery__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
}

.lp-gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--c-dark);
}

.lp-gallery__item--large {
  grid-row: span 2;
}

.lp-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 220px;
  transition: transform 0.5s ease;
  opacity: 0.85;
}

.lp-gallery__item:hover img {
  transform: scale(1.04);
  opacity: 1;
}

.lp-gallery__item--large img {
  min-height: 460px;
}

.lp-gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem 1.2rem 1rem;
  background: linear-gradient(to top, rgba(0,0,0,0.65), transparent);
  font-family: var(--ff-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
}

/* ═══════════════════════════════════════════════════════════════
   SPECS TABLE
   ════════════════════════════════════════════════════════════════ */
.lp-specs-table {
  padding: clamp(4rem, 8vw, 7rem) 0;
  border-top: 1px solid var(--c-light);
}

.lp-table-wrap {
  overflow-x: auto;
  border: 1.5px solid var(--c-light);
  border-radius: var(--radius-lg);
}

.lp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.lp-table thead tr {
  background: var(--c-off-white);
  border-bottom: 1.5px solid var(--c-light);
}

.lp-table th {
  padding: 1rem 1.5rem;
  text-align: left;
  font-family: var(--ff-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-dark-mid);
  border: none !important;
}

.lp-table td {
  padding: 0.9rem 1.5rem;
  border-bottom: 1px solid var(--c-light) !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  color: var(--c-ink);
}

.lp-table td:first-child {
  font-weight: 500;
  color: var(--c-dark);
  width: 45%;
}

.lp-table td:last-child {
  font-family: var(--ff-mono);
  font-size: 0.88rem;
  color: var(--c-black);
}

.lp-table tbody tr:last-child td {
  border-bottom: none !important;
}

.lp-table tbody tr:hover td {
  background: var(--c-off-white);
}

/* ═══════════════════════════════════════════════════════════════
   CONTACT / FORM
   ════════════════════════════════════════════════════════════════ */
.lp-contact {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--c-off-white);
  border-top: 1.5px solid var(--c-light);
}

.lp-contact__inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.lp-contact__title {
  font-family: var(--ff-display) !important;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem) !important;
  font-weight: 400 !important;
  color: var(--c-black) !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 1.25rem !important;
}

.lp-contact__desc {
  font-size: 0.95rem;
  color: var(--c-dark-mid);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.lp-contact__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 0;
}

.lp-contact__list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  color: var(--c-dark-mid);
}

.lp-contact__list li span {
  color: var(--c-black);
  font-weight: 600;
  font-size: 0.85rem;
}

/* FORM */
.lp-form {
  background: var(--c-white);
  border: 1.5px solid var(--c-light);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  box-shadow: var(--shadow-sm);
}

.lp-form__notice {
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 500;
}

.lp-form__notice--ok {
  background: #f0faf4;
  border: 1px solid #a8d5b8;
  color: #1d6b3a;
}

.lp-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.lp-form__group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.lp-form__group label {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--c-dark);
  letter-spacing: 0.02em;
}

.lp-form__group input,
.lp-form__group textarea {
  font-family: var(--ff-body);
  font-size: 0.9rem;
  color: var(--c-black);
  background: var(--c-off-white);
  border: 1.5px solid var(--c-light) !important;
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  transition: border-color 0.2s, background 0.2s;
  outline: none;
  resize: vertical;
  box-shadow: none !important;
  width: 100%;
}

.lp-form__group input::placeholder,
.lp-form__group textarea::placeholder {
  color: var(--c-mid);
}

.lp-form__group input:focus,
.lp-form__group textarea:focus {
  border-color: var(--c-dark) !important;
  background: var(--c-white);
  box-shadow: none !important;
  outline: none !important;
}

.lp-form__group--privacy {
  margin-top: -0.25rem;
}

.lp-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  font-size: 0.82rem;
  line-height: 1.5;
}

.lp-checkbox input[type="checkbox"] {
  accent-color: auto !important;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer;
  padding: 0;
}

.lp-checkbox a {
  color: black !important;
  text-decoration: underline;
  }
  

/* ═══════════════════════════════════════════════════════════════
   FOOTER
   ════════════════════════════════════════════════════════════════ */
.lp-footer {
  background: var(--c-black);
  color: var(--c-steel);
  padding: clamp(3rem, 5vw, 5rem) 0 2rem;
  border-top: 1.5px solid rgba(255,255,255,0.08);
}

.lp-footer__inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 2rem;
}

.lp-footer__logo-text {
  display: block;
  font-family: var(--ff-display);
  font-size: 1.5rem;
  color: var(--c-white);
  margin-bottom: 1rem;
}

.lp-footer__tagline {
  font-size: 0.88rem;
  color: var(--c-dark-mid);
  line-height: 1.6;
  max-width: 280px;
}

.lp-footer__nav h4 {
  font-family: var(--ff-mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-mid);
  margin-bottom: 1rem;
}

.lp-footer__nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.lp-footer__nav ul li a {
  font-size: 0.88rem;
  color: var(--c-dark-mid);
  transition: color 0.2s;
}

.lp-footer__nav ul li a:hover {
  color: var(--c-white) !important;
}

.lp-footer__bottom {
  text-align: center;
}

.lp-footer__bottom p {
  font-family: var(--ff-mono);
  font-size: 0.72rem;
  color: var(--c-dark-mid);
  letter-spacing: 0.06em;
}

/* ═══════════════════════════════════════════════════════════════
   ANIMATIONS
   ════════════════════════════════════════════════════════════════ */
@keyframes lp-fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.lp-hero .lp-container > * {
  animation: lp-fadeUp 0.7s ease both;
}

.lp-hero .lp-container > *:nth-child(1) { animation-delay: 0.1s; }
.lp-hero .lp-container > *:nth-child(2) { animation-delay: 0.2s; }
.lp-hero .lp-container > *:nth-child(3) { animation-delay: 0.3s; }
.lp-hero .lp-container > *:nth-child(4) { animation-delay: 0.4s; }
.lp-hero .lp-container > *:nth-child(5) { animation-delay: 0.5s; }

.lp-hero__image-col {
  animation: lp-fadeUp 0.9s 0.3s ease both;
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════════ */

/* Tablet landscape */
@media (max-width: 1100px) {
  .lp-hero {
    flex-direction: column;
    padding-bottom: 3rem;
  }

  .lp-hero .lp-container {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 2rem;
  }

  .lp-hero__image-col {
    position: relative;
    width: 100%;
    height: 420px;
    padding: 0 clamp(1rem, 5vw, 2.5rem);
  }

  .lp-hero__img-frame {
    height: 100%;
    max-height: none;
  }

  .lp-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .lp-footer__brand {
    grid-column: span 2;
  }
}

/* Tablet portrait */
@media (max-width: 768px) {
  .lp-hero__title {
    font-size: clamp(2.4rem, 9vw, 3.5rem) !important;
  }

  .lp-hero__specs-row {
    gap: 0.5rem;
  }

  .lp-spec-pill {
    min-width: 80px;
    padding: 0.6rem 0.8rem;
  }

  .lp-features__grid {
    grid-template-columns: 1fr;
  }

  .lp-feat-card--accent {
    order: -1;
  }

  .lp-gallery__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .lp-gallery__item--large {
    grid-row: span 1;
  }

  .lp-gallery__item--large img {
    min-height: 280px;
  }

  .lp-contact__inner {
    grid-template-columns: 1fr;
  }

  .lp-form__row {
    grid-template-columns: 1fr;
  }

  .lp-footer__inner {
    grid-template-columns: 1fr;
  }

  .lp-footer__brand {
    grid-column: span 1;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .lp-hero__cta-group {
    flex-direction: column;
  }

  .lp-btn {
    width: 100%;
    justify-content: center;
  }

  .lp-table th,
  .lp-table td {
    padding: 0.75rem 1rem;
    font-size: 0.82rem;
  }
}

/* ================================
   Override Contact Form 7
   ================================ */
.wpcf7 { margin: 0; padding: 0; }
.wpcf7 form { margin: 0; }
.wpcf7-form-control-wrap { display: block; width: 100%; }
.wpcf7-not-valid-tip { font-size: 0.8rem; color: #e53e3e; margin-top: 4px; }
.wpcf7-response-output { margin: 10px 0 0; padding: 8px 12px; border-radius: 4px; }