:root {
  --gate-navy: #121d2e;
  --gate-navy-soft: #22344c;
  --gate-gold: #d5b77a;
  --gate-gold-strong: #b88d48;
  --gate-cream: #fbf5e9;
  --gate-paper: #f5f7fa;
  --gate-ink: #172438;
  --gate-muted: #5e6e80;
  --gate-teal: #08a1ad;
  --gate-line: rgba(23, 36, 56, 0.14);
  --gate-shadow: 0 24px 70px rgba(7, 17, 31, 0.22);
}

.gate-body {
  margin: 0;
  min-height: 100vh;
  direction: rtl;
  background: var(--gate-paper);
  color: var(--gate-ink);
  font-family: Arial, "Noto Sans Hebrew", sans-serif;
  line-height: 1.6;
}

.gate-body *,
.gate-verified-header * {
  box-sizing: border-box;
}

.gate-shell,
.gate-verified-shell {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.gate-topbar,
.gate-verified-header {
  background: var(--gate-navy);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.gate-brand-row,
.gate-verified-shell {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.gate-ifeel-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  text-decoration: none;
}

.gate-ifeel-brand img {
  height: 56px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.2));
}

.gate-ifeel-brand span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  white-space: nowrap;
}

.gate-brand-divider {
  color: var(--gate-gold);
  font-size: 1.55rem;
  font-weight: 300;
}

.gate-mt-logo {
  width: auto;
  height: 52px;
  max-width: 345px;
  object-fit: contain;
  border-radius: 4px;
}

.gate-private-chip {
  margin-inline-start: auto;
  border: 1px solid rgba(213, 183, 122, 0.55);
  border-radius: 999px;
  padding: 8px 14px;
  color: #f4dfb5;
  background: rgba(213, 183, 122, 0.08);
  font-size: 0.84rem;
  font-weight: 700;
}

.gate-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 720px;
  background: url('/assets/smart-home-ramat-hasharon.jpg') center 43% / cover no-repeat;
}

.gate-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 17, 29, 0.97) 0%, rgba(15, 28, 45, 0.9) 44%, rgba(15, 28, 45, 0.48) 100%),
    linear-gradient(180deg, rgba(8, 16, 28, 0.18), rgba(8, 16, 28, 0.62));
}

.gate-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.72fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
  min-height: 720px;
  padding-block: 64px 72px;
}

.gate-hero-copy {
  color: #fff;
}

.gate-eyebrow {
  margin: 0 0 14px;
  color: #f0d59f;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.gate-eyebrow-dark {
  color: #936c2f;
}

.gate-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.7rem, 5.7vw, 5.45rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.gate-hero h1 span {
  color: var(--gate-gold);
}

.gate-lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.75;
}

.gate-value-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.gate-value-row > div {
  min-height: 105px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 17px;
  padding: 17px 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.gate-value-row strong,
.gate-value-row span {
  display: block;
}

.gate-value-row strong {
  color: #f4dba7;
  font-size: 1.55rem;
  line-height: 1.1;
}

.gate-value-row span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
}

.gate-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.gate-primary-link,
.gate-secondary-link,
.gate-gifts-cta a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  padding: 12px 21px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.gate-primary-link,
.gate-gifts-cta a {
  color: var(--gate-navy);
  background: linear-gradient(135deg, #eed9ac, #cda65f);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
}

.gate-secondary-link {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.gate-primary-link:hover,
.gate-secondary-link:hover,
.gate-gifts-cta a:hover {
  transform: translateY(-2px);
}

.gate-trust-line {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.87rem;
}

.gate-access-card {
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 27px;
  padding: clamp(25px, 4vw, 38px);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--gate-shadow);
  color: var(--gate-ink);
}

.gate-access-head {
  display: flex;
  align-items: center;
  gap: 13px;
}

.gate-access-head p,
.gate-access-head h2 {
  margin: 0;
}

.gate-access-head p {
  color: #8c692f;
  font-size: 0.8rem;
  font-weight: 900;
}

.gate-access-head h2 {
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.15;
}

.gate-lock {
  display: grid;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: var(--gate-navy);
  color: var(--gate-gold);
  font-size: 0.7rem;
}

.gate-access-intro {
  margin: 17px 0 22px;
  color: var(--gate-muted);
}

.gate-access-form {
  display: grid;
  gap: 15px;
}

.gate-access-form label > span,
.gate-access-form label > strong {
  display: block;
}

.gate-access-form label > span:first-child {
  margin-bottom: 7px;
  color: var(--gate-ink);
  font-weight: 800;
}

.gate-access-form input[type='email'],
.gate-access-form input[type='text'] {
  width: 100%;
  min-height: 54px;
  border: 1px solid #cbd4df;
  border-radius: 13px;
  padding: 13px 15px;
  background: #fff;
  color: var(--gate-ink);
  font: inherit;
  font-size: 1.02rem;
  outline: none;
}

.gate-access-form input:focus {
  border-color: var(--gate-gold-strong);
  box-shadow: 0 0 0 4px rgba(184, 141, 72, 0.16);
}

.gate-access-form button {
  min-height: 56px;
  border: 0;
  border-radius: 13px;
  padding: 13px 17px;
  background: var(--gate-navy);
  color: #fff;
  font: inherit;
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(18, 29, 46, 0.22);
}

.gate-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid #e6d3ad;
  border-radius: 14px;
  padding: 13px 14px;
  background: #fffaf0;
  cursor: pointer;
}

.gate-consent input {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin-top: 3px;
  accent-color: var(--gate-navy);
}

.gate-consent span {
  margin: 0 !important;
  color: #4d5662 !important;
  font-size: 0.82rem;
  font-weight: 400 !important;
}

.gate-consent strong,
.gate-consent small {
  display: block;
}

.gate-consent strong {
  margin-bottom: 4px;
  color: var(--gate-ink);
  font-size: 0.91rem;
}

.gate-consent small {
  margin-top: 5px;
  color: #7a6848;
}

.gate-security-note {
  margin-top: 18px;
  border-top: 1px solid var(--gate-line);
  padding-top: 15px;
  color: var(--gate-muted);
  font-size: 0.79rem;
}

.gate-security-note strong,
.gate-security-note span {
  display: block;
}

.gate-security-note strong {
  color: var(--gate-ink);
}

.gate-alert {
  margin: 0 0 16px;
  border: 1px solid #ccd8e6;
  border-radius: 12px;
  padding: 11px 13px;
  background: #f0f6fd;
  color: #315474;
  font-size: 0.88rem;
  font-weight: 700;
}

.gate-alert-success {
  border-color: #b7dec8;
  background: #eaf7ef;
  color: #205f43;
}

.gate-alert-error {
  border-color: #e9bcbc;
  background: #fff0f0;
  color: #812b2b;
}

.gate-resend {
  margin-top: 12px;
  text-align: center;
}

.gate-resend button {
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 2px 0;
  background: transparent;
  color: #66758a;
  font: inherit;
  cursor: pointer;
}

.gate-preview,
.gate-gifts,
.gate-proof {
  padding: 82px 0;
}

.gate-preview {
  background: #fff;
}

.gate-section-heading {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.gate-section-heading h2,
.gate-section-heading p {
  margin: 0;
}

.gate-section-heading h2 {
  font-size: clamp(2rem, 4.6vw, 3.5rem);
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.gate-section-heading > p:last-child {
  margin-top: 13px;
  color: var(--gate-muted);
  font-size: 1.05rem;
}

.gate-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gate-capability-grid article {
  overflow: hidden;
  border: 1px solid var(--gate-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(23, 36, 56, 0.08);
}

.gate-capability-grid img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.gate-capability-grid .gate-capability-image-smart {
  object-position: 50% 67%;
}

.gate-capability-grid .gate-capability-image-audio {
  object-fit: contain;
  padding: 12px;
  background: #f3f3f1;
}

.gate-capability-grid .gate-capability-image-alarm {
  object-position: 50% 10%;
}

.gate-capability-grid .gate-capability-image-intercom {
  object-position: 50% 27%;
}

.gate-capability-grid article > div {
  padding: 21px;
}

.gate-capability-grid span {
  color: #936c2f;
  font-size: 0.76rem;
  font-weight: 900;
}

.gate-capability-grid h3 {
  margin: 8px 0 9px;
  font-size: 1.15rem;
  line-height: 1.25;
}

.gate-capability-grid p {
  margin: 0;
  color: var(--gate-muted);
  font-size: 0.9rem;
}

.gate-gifts {
  background:
    radial-gradient(circle at 10% 20%, rgba(213, 183, 122, 0.18), transparent 30%),
    linear-gradient(145deg, #111d2d, #1d3048 70%, #263c56);
  color: #fff;
}

.gate-section-heading-light > p:last-child {
  color: rgba(255, 255, 255, 0.7);
}

.gate-gift-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.gate-gift-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.85fr) minmax(0, 1.15fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
}

.gate-gift-image {
  min-height: 300px;
  background: #eef1f4;
}

.gate-gift-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gate-gift-card > div:last-child {
  align-self: center;
  padding: 27px;
}

.gate-gift-card span {
  color: var(--gate-gold);
  font-size: 0.8rem;
  font-weight: 900;
}

.gate-gift-card h3 {
  margin: 8px 0 10px;
  font-size: 1.65rem;
  line-height: 1.15;
}

.gate-gift-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.gate-gifts-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 30px;
  border: 1px solid rgba(213, 183, 122, 0.38);
  border-radius: 18px;
  padding: 20px 23px;
  background: rgba(0, 0, 0, 0.16);
}

.gate-gifts-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.gate-gifts-cta strong {
  color: #fff;
}

.gate-proof {
  padding-block: 38px;
  background: var(--gate-cream);
  border-block: 1px solid rgba(184, 141, 72, 0.18);
}

.gate-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  text-align: center;
}

.gate-proof-grid strong,
.gate-proof-grid span {
  display: block;
}

.gate-proof-grid strong {
  color: var(--gate-navy);
  font-size: 1.6rem;
}

.gate-proof-grid span {
  margin-top: 4px;
  color: var(--gate-muted);
  font-size: 0.86rem;
}

.gate-footer {
  padding: 23px 0;
  background: #0d1725;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
}

.gate-footer .gate-shell {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.gate-verified-header {
  position: sticky;
  top: 0;
  z-index: 80;
  box-shadow: 0 6px 22px rgba(5, 13, 24, 0.22);
}

.gate-verified-header .gate-verified-shell {
  min-height: 76px;
}

.gate-verified-header .gate-ifeel-brand img {
  height: 48px;
}

.gate-verified-header .gate-mt-logo {
  height: 44px;
}

.gate-verified-tools {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-inline-start: auto;
}

.gate-verified-email {
  max-width: 290px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 7px 11px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gate-verified-tools form {
  margin: 0;
}

.gate-verified-tools button {
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 2px 0;
  background: transparent;
  color: #f0d59f;
  font: inherit;
  cursor: pointer;
}

.gate-admin-card {
  border-color: rgba(200, 155, 85, 0.45) !important;
  background: linear-gradient(145deg, #fffaf0, #fff) !important;
}

.gate-admin-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.gate-admin-stats > div {
  border: 1px solid #ead9b8;
  border-radius: 15px;
  padding: 17px;
  background: #fff;
  text-align: center;
}

.gate-admin-stats strong,
.gate-admin-stats span {
  display: block;
}

.gate-admin-stats strong {
  color: var(--gate-navy);
  font-size: 1.8rem;
}

.gate-admin-stats span {
  color: var(--gate-muted);
  font-size: 0.8rem;
}

.gate-admin-actions {
  margin-top: 18px;
}

@media (max-width: 1040px) {
  .gate-private-chip,
  .gate-ifeel-brand span {
    display: none;
  }

  .gate-hero-grid {
    grid-template-columns: 1fr;
  }

  .gate-hero {
    min-height: auto;
  }

  .gate-hero-grid {
    min-height: auto;
  }

  .gate-access-card {
    width: min(650px, 100%);
  }

  .gate-capability-grid,
  .gate-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gate-gift-card {
    grid-template-columns: 1fr;
  }

  .gate-gift-image {
    min-height: 260px;
  }
}

@media (max-width: 720px) {
  .gate-shell,
  .gate-verified-shell {
    width: min(100% - 22px, 1180px);
  }

  .gate-brand-row,
  .gate-verified-shell {
    min-height: 70px;
    gap: 9px;
  }

  .gate-ifeel-brand img {
    height: 42px;
  }

  .gate-mt-logo {
    min-width: 0;
    max-width: 210px;
    height: 42px;
  }

  .gate-brand-divider {
    font-size: 1.05rem;
  }

  .gate-hero-grid {
    padding-block: 42px 52px;
  }

  .gate-hero h1 {
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  .gate-value-row,
  .gate-capability-grid,
  .gate-gift-grid,
  .gate-proof-grid,
  .gate-admin-stats {
    grid-template-columns: 1fr;
  }

  .gate-value-row > div {
    min-height: auto;
  }

  .gate-hero-actions > a {
    width: 100%;
  }

  .gate-preview,
  .gate-gifts {
    padding: 58px 0;
  }

  .gate-capability-grid img {
    height: 220px;
  }

  .gate-gifts-cta,
  .gate-footer .gate-shell {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .gate-gifts-cta a {
    width: 100%;
  }

  .gate-verified-header .gate-brand-divider,
  .gate-verified-header .gate-ifeel-brand span,
  .gate-verified-email {
    display: none;
  }

  .gate-verified-header .gate-mt-logo {
    max-width: 150px;
    height: 38px;
  }

  .gate-verified-tools {
    margin-inline-start: auto;
  }
}

@media print {
  .gate-verified-header,
  .gate-admin-card {
    display: none !important;
  }
}

