:root {
  --saffron: #e89a22;
  --maroon: #7a2019;
  --deep: #1d0d08;
  --green: #1d6f53;
  --cream: #fff7ea;
  --paper: #ffffff;
  --text: #2c211d;
  --muted: #75635b;
  --line: rgba(69, 41, 25, 0.18);
  --shadow: 0 24px 70px rgba(36, 17, 12, 0.3);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Noto Sans Devanagari", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(232, 154, 34, 0.16), transparent 32rem),
    linear-gradient(180deg, #fffaf1 0%, #fff2df 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
}

.hero {
  position: relative;
  min-height: 94vh;
  overflow: hidden;
  color: #fff;
}

.hero__image,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__image {
  background: url("assets/havan-hero.png") center / cover no-repeat;
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.03);
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(22, 8, 4, 0.92) 0%, rgba(48, 17, 6, 0.74) 47%, rgba(55, 24, 6, 0.26) 100%),
    linear-gradient(0deg, rgba(29, 13, 8, 0.82) 0%, rgba(29, 13, 8, 0.1) 45%);
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 20px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(10px);
}

.brand__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 209, 142, 0.45);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 209, 142, 0.28), rgba(232, 154, 34, 0.46));
  overflow: hidden;
}

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

.topbar__call {
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(10px);
}

.hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 500px);
  gap: 52px;
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  min-height: calc(92vh - 90px);
  margin: 0 auto;
  padding: 28px 0 58px;
}

.hero__copy {
  max-width: 760px;
}

.eyebrow,
.form-kicker {
  margin: 0 0 12px;
  color: #ffd89a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-family: "Noto Sans Devanagari", "Inter", sans-serif;
  font-size: clamp(42px, 6.2vw, 74px);
  line-height: 1.01;
  letter-spacing: 0;
  max-width: 860px;
  text-wrap: balance;
}

.lead {
  max-width: 660px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.72;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 560px;
  margin: 0 0 24px;
}

.hero__stats span {
  min-height: 74px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(10px);
}

.hero__stats strong {
  display: block;
  margin-bottom: 3px;
  color: #ffd89a;
  font-size: 22px;
  line-height: 1;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--whatsapp,
.btn--submit {
  background: linear-gradient(135deg, #1faa59 0%, #128247 100%);
  color: #fff;
  box-shadow: 0 14px 34px rgba(18, 130, 71, 0.34);
}

.btn--ghost {
  border: 1px solid rgba(255, 216, 154, 0.42);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 216, 154, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
}

.form-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 216, 154, 0.62);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 247, 234, 0.98) 100%);
  color: var(--text);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.form-panel__topline {
  padding: 11px 18px;
  background: linear-gradient(135deg, var(--maroon), #b84f22);
  color: #fff8e8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.form-panel__header {
  padding: 24px 26px 12px;
}

.form-panel__header h2 {
  margin-bottom: 8px;
  font-family: "Noto Sans Devanagari", "Inter", sans-serif;
  font-size: 30px;
  line-height: 1.08;
}

.form-panel__header p:not(.form-kicker) {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.form-kicker {
  color: var(--maroon);
}

.inquiry-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  padding: 12px 26px 26px;
}

label {
  display: grid;
  gap: 7px;
}

label span {
  font-size: 13px;
  font-weight: 800;
  color: #50362b;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  padding: 11px 12px;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--saffron);
  box-shadow: 0 0 0 3px rgba(222, 125, 27, 0.16);
}

.field-wide {
  grid-column: 1 / -1;
}

.btn--submit {
  width: 100%;
  margin-top: 5px;
  min-height: 56px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.form-status {
  min-height: 18px;
  margin: 0;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.services {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 62px 0 74px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 26px;
}

.section-heading .eyebrow {
  color: var(--maroon);
}

.section-heading h2 {
  font-family: "Noto Sans Devanagari", "Inter", sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-grid article {
  min-height: 182px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fff9ef 100%);
  box-shadow: 0 16px 34px rgba(79, 50, 29, 0.1);
}

.service-grid h3 {
  margin-bottom: 10px;
  color: var(--maroon);
  font-size: 20px;
}

.service-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
  }

  .hero__content {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 30px;
  }

  .hero__copy {
    max-width: 760px;
  }

  .form-panel {
    max-width: 760px;
  }

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

@media (max-width: 640px) {
  .topbar {
    width: min(100% - 28px, 1180px);
    padding: 16px 0;
  }

  .brand {
    font-size: 15px;
  }

  .brand__mark {
    width: 36px;
    height: 36px;
    font-size: 19px;
  }

  .topbar__call {
    padding: 9px 12px;
    font-size: 13px;
  }

  .hero__content,
  .services {
    width: min(100% - 28px, 1180px);
  }

  h1 {
    font-size: 37px;
  }

  .lead {
    font-size: 16px;
  }

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

  .hero__stats span {
    min-height: auto;
  }

  .hero__actions,
  .btn {
    width: 100%;
  }

  .trust-row span {
    font-size: 12px;
  }

  .form-panel__header,
  .inquiry-form {
    padding-left: 18px;
    padding-right: 18px;
  }

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

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