/* NatureTech contact page — v2 (page-contact.php template).
   Loaded only when the page uses the Contact template. */

/* ===== HERO ===== */
.nt-contact-hero {
  position: relative;
  min-height: 540px;
  background: #1E1236;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-contact-hero__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
}
.nt-contact-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(30, 18, 54, 0.35) 0%, rgba(30, 18, 54, 0.15) 40%, rgba(30, 18, 54, 0.55) 100%),
    linear-gradient(90deg, rgba(30, 18, 54, 0.45) 0%, transparent 35%, transparent 65%, rgba(30, 18, 54, 0.45) 100%);
}
.nt-contact-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #F7F3E9;
  padding: 80px 24px;
  max-width: 800px;
}
.nt-contact-hero__eyebrow {
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: #E6B149;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: inline-block;
}
.nt-contact-hero__title {
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  color: #F7F3E9;
}
.nt-contact-hero__title .accent { color: #E6B149; }
.nt-contact-hero__subtitle {
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.5;
  color: rgba(247, 243, 233, 0.85);
  max-width: 560px;
  margin: 0 auto;
}

/* ===== MAIN GRID ===== */
.nt-contact-section {
  background: #fff;
  padding: 96px 32px;
}
.nt-contact-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: start;
}

/* Form panel */
.nt-form-panel {
  background: #FAF9FC;
  border-radius: 22px;
  padding: 48px;
  border: 1px solid rgba(26, 22, 40, 0.06);
}
.nt-panel-eyebrow {
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #6B3FA0;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.nt-panel-title {
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.01em;
  color: #1A1628;
  margin: 0 0 12px;
}
.nt-panel-intro {
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: rgba(26, 22, 40, 0.7);
  margin: 0 0 36px;
  line-height: 1.6;
}

/* CF7-friendly form skin — these target both our generic markup and CF7's
   default classes, so a [contact-form-7] shortcode dropped into the page
   inherits the same styling without needing a custom form template. */
.nt-contact-form-slot { font-family: 'Heebo', sans-serif; }
.nt-contact-form-slot .wpcf7-form,
.nt-contact-form-slot form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nt-contact-form-slot p { margin: 0; }
.nt-contact-form-slot label {
  display: block;
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #1A1628;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}
.nt-contact-form-slot label .req,
.nt-contact-form-slot .wpcf7-form-control-wrap.required + label::after {
  color: #6B3FA0;
  margin-right: 2px;
}
.nt-contact-form-slot input[type="text"],
.nt-contact-form-slot input[type="email"],
.nt-contact-form-slot input[type="tel"],
.nt-contact-form-slot input[type="url"],
.nt-contact-form-slot select,
.nt-contact-form-slot textarea,
.nt-contact-form-slot .wpcf7-form-control:not([type="submit"]):not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-acceptance) {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #1A1628;
  background: #fff;
  border: 1px solid rgba(26, 22, 40, 0.14);
  border-radius: 10px;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
  box-sizing: border-box;
  font-feature-settings: "tnum";
}
.nt-contact-form-slot input:focus,
.nt-contact-form-slot select:focus,
.nt-contact-form-slot textarea:focus {
  border-color: #6B3FA0;
  box-shadow: 0 0 0 3px rgba(107, 63, 160, 0.12);
}
.nt-contact-form-slot textarea {
  min-height: 140px;
  resize: vertical;
  line-height: 1.5;
}
.nt-contact-form-slot select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1L6 6L11 1' stroke='%231A1628' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: left 16px center;
  padding-left: 44px;
  cursor: pointer;
}
.nt-contact-form-slot input[type="submit"],
.nt-contact-form-slot button[type="submit"],
.nt-contact-form-slot .wpcf7-submit {
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  font-weight: 600;
  font-size: 15px;
  background: #E6B149;
  color: #1A1628;
  border: none;
  border-radius: 999px;
  padding: 16px 32px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  margin-top: 8px;
  letter-spacing: 0.01em;
  align-self: flex-start;
}
.nt-contact-form-slot input[type="submit"]:hover,
.nt-contact-form-slot button[type="submit"]:hover,
.nt-contact-form-slot .wpcf7-submit:hover {
  background: #C4922A;
  transform: translateY(-1px);
}
/* CF7 layout helpers — pair fields up like the design's form-row when the
   shortcode wraps two paragraphs in a div.nt-form-row container. */
.nt-contact-form-slot .nt-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.nt-contact-form-slot .nt-form-row > * { margin: 0; }

/* CF7 status messages */
.nt-contact-form-slot .wpcf7-response-output {
  margin: 12px 0 0 !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(107, 63, 160, 0.2) !important;
  border-radius: 10px;
  font-size: 14px;
}
.nt-contact-form-slot .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #C4203C;
  margin-top: 4px;
}
.nt-contact-form-slot .wpcf7-not-valid {
  border-color: #C4203C !important;
}

.nt-contact-form-placeholder {
  background: #FFF7E0;
  border: 1px dashed #C4922A;
  color: #6E5018;
  padding: 16px 18px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* Channels card (gradient) */
.nt-channels-card {
  background:
    radial-gradient(ellipse at top left, rgba(230, 177, 73, 0.22) 0%, transparent 55%),
    linear-gradient(135deg, #2D6A4F 0%, #1E4D38 45%, #2D1B4E 100%);
  border-radius: 22px;
  padding: 44px 36px;
  color: #F7F3E9;
  position: relative;
  overflow: hidden;
}
.nt-channels-card::before {
  content: '';
  position: absolute;
  top: -40px;
  left: -40px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(230, 177, 73, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.nt-channels-card__eyebrow {
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #E6B149;
  text-transform: uppercase;
  margin-bottom: 12px;
  position: relative;
}
.nt-channels-card__title {
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.01em;
  margin: 0 0 28px;
  color: #F7F3E9;
  position: relative;
}
.nt-channel-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
}
.nt-channel-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(247, 243, 233, 0.12);
}
.nt-channel-item:last-child { border-bottom: none; padding-bottom: 0; }
.nt-channel-label {
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(247, 243, 233, 0.6);
}
.nt-channel-value {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  font-size: 17px;
  color: #F7F3E9;
  text-decoration: none;
  direction: ltr;
  text-align: right;
  unicode-bidi: plaintext;
  transition: color 0.2s;
  display: inline-block;
}
.nt-channel-value:hover { color: #E6B149; }
.nt-channel-value.email {
  font-size: 16px;
  word-break: break-all;
}
.nt-channel-value--text {
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.nt-phone-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.nt-phone-row .nt-channel-value { font-size: 16px; }
.nt-channel-note {
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: rgba(247, 243, 233, 0.65);
  line-height: 1.5;
  margin: 4px 0 0;
}

/* ===== INFO STRIP ===== */
.nt-info-strip {
  background: #FAF9FC;
  padding: 80px 32px;
}
.nt-info-strip__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: center;
}
.nt-info-text .nt-panel-eyebrow { margin-bottom: 16px; }
.nt-info-headline {
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1A1628;
  margin: 0 0 20px;
}
.nt-info-body {
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(26, 22, 40, 0.75);
  margin: 0;
}
.nt-info-body strong { font-weight: 500; color: #1A1628; }
.nt-info-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.nt-info-card {
  background: #fff;
  border-radius: 22px;
  padding: 28px 26px;
  border: 1px solid rgba(26, 22, 40, 0.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 160px;
  justify-content: space-between;
}
.nt-info-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #F0EBF7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B3FA0;
}
.nt-info-card__label {
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6B3FA0;
}
.nt-info-card__value {
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #1A1628;
  letter-spacing: -0.005em;
}
.nt-info-card__meta {
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: rgba(26, 22, 40, 0.6);
  line-height: 1.5;
}

/* ===== ALT (distributors) STRIP ===== */
.nt-alt-strip {
  background: #fff;
  padding: 64px 32px;
  border-top: 1px solid rgba(26, 22, 40, 0.06);
}
.nt-alt-strip__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.nt-alt-text { flex: 1; min-width: 280px; }
.nt-alt-headline {
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #1A1628;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.nt-alt-sub {
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: rgba(26, 22, 40, 0.65);
  line-height: 1.5;
}
.nt-alt-btn {
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  font-weight: 600;
  font-size: 15px;
  background: #6B3FA0;
  color: #F7F3E9;
  border: none;
  border-radius: 999px;
  padding: 14px 28px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s;
}
.nt-alt-btn:hover { background: #2D1B4E; color: #F7F3E9; }
.nt-alt-btn__arrow {
  transition: transform 0.2s;
  font-size: 18px;
}
.nt-alt-btn:hover .nt-alt-btn__arrow { transform: translateX(-3px); }

/* ===== SOCIAL STRIP ===== */
.nt-social-strip {
  background: #FAF9FC;
  padding: 56px 32px;
  text-align: center;
}
.nt-social-strip__label {
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: rgba(26, 22, 40, 0.5);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.nt-social-strip__icons {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.nt-social-strip__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(26, 22, 40, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A1628;
  text-decoration: none;
  transition: all 0.25s;
}
.nt-social-strip__icon:hover {
  background:
    radial-gradient(ellipse at top left, rgba(230, 177, 73, 0.22) 0%, transparent 55%),
    linear-gradient(135deg, #2D6A4F 0%, #1E4D38 45%, #2D1B4E 100%);
  color: #E6B149;
  border-color: transparent;
  transform: translateY(-2px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .nt-contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .nt-info-strip__inner { grid-template-columns: 1fr; gap: 40px; }
  .nt-info-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nt-contact-section,
  .nt-info-strip { padding: 64px 20px; }
  .nt-form-panel { padding: 32px 24px; }
  .nt-contact-form-slot .nt-form-row { grid-template-columns: 1fr; }
  .nt-info-cards { grid-template-columns: 1fr; }
  .nt-alt-strip__inner { flex-direction: column; text-align: center; align-items: center; }
}
@media (max-width: 480px) {
  .nt-contact-hero__content { padding: 60px 20px; }
  .nt-panel-title { font-size: 26px; }
  .nt-info-headline { font-size: 28px; }
  .nt-channels-card { padding: 32px 24px; }
}
