:root {
  --ivory: #f8f6f0;
  --sand: #ded1bd;
  --sage: #879b7d;
  --forest: #24382b;
  --charcoal: #252525;
  --muted: #6f6a61;
  --white: #fff;
  --line: #e7dfd2;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: Inter, sans-serif;
}
h1,
h2 {
  font-family: "Playfair Display", serif;
  color: var(--forest);
  line-height: 0.95;
  margin: 0;
}
h1 {
  font-size: clamp(54px, 8vw, 112px);
}
h2 {
  font-size: clamp(36px, 5vw, 64px);
}
h3 {
  margin: 0 0 10px;
}
.nav {
  height: 78px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: rgba(248, 246, 240, 0.92);
  backdrop-filter: blur(12px);
  z-index: 10;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  text-decoration: none;
  color: var(--forest);
}
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--forest);
  color: var(--ivory);
  display: grid;
  place-items: center;
  font-family: "Playfair Display", serif;
}
nav {
  display: flex;
  gap: 28px;
}
nav a {
  color: var(--charcoal);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.btn,
button {
  border: 0;
  background: var(--forest);
  color: white;
  padding: 15px 22px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
}
.btn.small {
  padding: 10px 18px;
}
.btn.ghost {
  background: transparent;
  color: var(--forest);
  border: 1px solid var(--forest);
}
.btn.full {
  width: 100%;
  margin-top: 18px;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  min-height: 760px;
  padding: 7vw 5vw 5vw;
  align-items: center;
}
.eyebrow {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 800;
  font-size: 12px;
}
.lead {
  font-size: 21px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 650px;
}
.actions,
.trust-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.trust-row {
  color: var(--forest);
  font-weight: 700;
  font-size: 14px;
}
.hero-card {
  position: relative;
}
.floating-tag {
  position: absolute;
  top: 24px;
  left: 24px;
  background: rgba(255, 255, 255, 0.88);
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 800;
  z-index: 2;
}
.photo-panel,
.product-img {
  border-radius: 34px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 70px rgba(42, 45, 37, 0.14);
}
.main-photo {
  height: 520px;
  background-image:
    linear-gradient(135deg, rgba(36, 56, 43, 0.2), rgba(222, 209, 189, 0.2)),
    url("https://images.unsplash.com/photo-1483985988355-763728e1935b?auto=format&fit=crop&w=1200&q=80");
}
.mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}
.mini-grid .photo-panel {
  height: 180px;
}
.p1 {
  background-image: url("https://images.unsplash.com/photo-1506629905607-d405d7d3b0d2?auto=format&fit=crop&w=800&q=80");
}
.p2 {
  background-image: url("https://images.unsplash.com/photo-1496747611176-843222e1e57c?auto=format&fit=crop&w=800&q=80");
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.metrics div {
  padding: 34px 5vw;
  border-right: 1px solid var(--line);
}
.metrics strong {
  display: block;
  font-size: 30px;
  color: var(--forest);
}
.metrics span {
  color: var(--muted);
}
.section {
  padding: 7vw 5vw;
}
.section-head {
  max-width: 760px;
  margin-bottom: 42px;
}
.section-head p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}
.products,
.services,
.hub-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.product {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 16px;
}
.product-img {
  height: 310px;
  margin-bottom: 18px;
}
.product p {
  color: var(--muted);
}
.product button {
  width: 100%;
  margin-top: 14px;
  background: var(--sage);
}
.img1 {
  background-image: url("https://images.unsplash.com/photo-1548624313-0396c75e4b1a?auto=format&fit=crop&w=700&q=80");
}
.img2 {
  background-image: url("https://images.unsplash.com/photo-1543163521-1bf539c55dd2?auto=format&fit=crop&w=700&q=80");
}
.img3 {
  background-image: url("https://images.unsplash.com/photo-1543076447-215ad9ba6923?auto=format&fit=crop&w=700&q=80");
}
.img4 {
  background-image: url("https://images.unsplash.com/photo-1594223274512-ad4803739b7c?auto=format&fit=crop&w=700&q=80");
}
.split {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 70px;
  align-items: center;
}
.reverse {
  grid-template-columns: 0.85fr 1fr;
}
.timeline {
  margin-top: 34px;
  display: grid;
  gap: 14px;
}
.timeline div {
  display: flex;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 18px;
  border-radius: 22px;
}
.timeline span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--sage);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 800;
  flex: none;
}
.timeline p {
  margin: 5px 0;
  color: var(--muted);
}
.phone-mock,
.system-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 42px;
  padding: 28px;
  box-shadow: 0 24px 60px rgba(42, 45, 37, 0.12);
}
.phone-top {
  height: 18px;
  width: 110px;
  background: #ddd;
  border-radius: 999px;
  margin: 0 auto 28px;
}
.status {
  background: #ecf2e8;
  color: var(--forest);
  padding: 10px 14px;
  border-radius: 999px;
  display: inline-block;
  font-weight: 800;
}
.phone-line,
.system-row {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.service-panel {
  background: var(--forest);
  color: white;
}
.service-panel h2 {
  color: white;
}
.light .eyebrow {
  color: var(--sand);
}
.light p {
  color: #e4ded2 !important;
}
.services div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 28px;
  border-radius: 28px;
}
.services p {
  color: #e4ded2;
}
.services strong {
  color: var(--sand);
}
.checks {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 14px;
  color: var(--muted);
  font-weight: 600;
}
.checks li:before {
  content: "✓";
  color: var(--sage);
  font-weight: 900;
  margin-right: 12px;
}
.system-card h3 {
  font-size: 30px;
  color: var(--forest);
}
.system-row span {
  color: var(--sage);
  font-weight: 800;
}
.hubs {
  background: #fff;
}
.hub-grid {
  grid-template-columns: repeat(3, 1fr);
}
.hub-grid div {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 34px;
  background: var(--ivory);
}
footer {
  padding: 44px 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--charcoal);
  color: white;
}
footer .brand {
  color: white;
}
footer .brand-mark {
  background: var(--sage);
}
footer p {
  color: #d9d2c8;
}
@media (max-width: 900px) {
  nav {
    display: none;
  }
  .hero,
  .split,
  .reverse {
    grid-template-columns: 1fr;
  }
  .metrics,
  .products,
  .services,
  .hub-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-top: 60px;
  }
  .main-photo {
    height: 420px;
  }
  footer {
    display: block;
  }
  .metrics div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}
.full-height-centered-page{
    height:100vh;
    display:grid;
    place-content: center;
    text-align: center;
}
.sign-area{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    place-content: center;
}
.sign-area form{
    border-top: 50px solid var(--forest);
    display: grid !important;
    width:30%;
    margin:auto;
    gap:10px;
    padding:30px;
    background-color: white;
    box-shadow: 0 0 10px rgba(222, 209, 189, 0.2);
    border-radius: 30px;
}
@media(max-width:768px){
    .sign-area form{
        width:90%
    }
}
.sign-area form h1{
    font-size: 50px;
    margin-bottom:15px;
    text-align: center;
}
.sign-area form p{
    text-align: center;
    font-size: 12px;
    color:var(--charcoal)
}
.sign-area form p a{
    color:var(--forest)
}
.sign-area form input{
    padding:20px;
    border:1px solid var(--sage);
    outline:none;
    border-radius: 360px;
    font-family: Inter, sans-serif;
}
.sign-area form .label-group{
    display: flex;
    font-size: 9px !important;
    gap:10px;
    justify-content: center;
 
}
.label-group label{
    font-size: 8px;
}