* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #f6f7f4;
  color: #142a32;
  font-family: Vazirmatn, "DM Sans", sans-serif;
  line-height: 1.7;
}
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
  z-index: 20;
}
.site-header {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 6vw, 100px);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
.brand {
  font-family: "DM Sans", sans-serif;
  color: #17313a;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  gap: 9px;
  align-items: center;
  line-height: 1;
}
.brand > span:last-child > span {
  display: block;
  font-size: 6px;
  letter-spacing: 1.8px;
  margin-top: 4px;
  color: #607278;
}
.brand-mark {
  height: 26px;
  width: 25px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  transform: skewY(-28deg);
}
.brand-mark i {
  display: block;
  background: #fa6546;
  width: 5px;
  border-radius: 1px;
}
.brand-mark i:nth-child(1) {
  height: 10px;
}
.brand-mark i:nth-child(2) {
  height: 18px;
  background: #163842;
}
.brand-mark i:nth-child(3) {
  height: 25px;
}
nav {
  display: flex;
  gap: 30px;
  align-items: center;
}
nav a {
  font-size: 13px;
  font-weight: 500;
  color: #365057;
  text-decoration: none;
}
nav .nav-cta {
  padding: 9px 17px;
  border: 1px solid #bdc8c7;
  border-radius: 2px;
  color: #1d3d46;
}
.header-actions {
  display: flex;
  gap: 15px;
  align-items: center;
}
.lang-switch,
.menu-btn {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #183b45;
}
.lang-switch {
  font: 600 12px "DM Sans";
  border: 1px solid #c8d0ce;
  padding: 6px 8px;
  border-radius: 2px;
}
.menu-btn {
  display: none;
  width: 28px;
}
.menu-btn span {
  display: block;
  border-top: 2px solid;
  margin: 5px;
}
.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 53% 47%;
  overflow: hidden;
  background: #edf1ee;
  padding: 150px clamp(22px, 6vw, 100px) 65px;
}
.hero-copy {
  max-width: 650px;
  align-self: center;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #e65a3d;
  margin: 0 0 17px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.eyebrow > span:first-child {
  display: inline-block;
  width: 25px;
  border-top: 2px solid #ed6448;
}
.hero h1,
.section-heading h2,
.process h2,
.form-aside h2,
.success-state h2 {
  font-size: clamp(38px, 4.3vw, 68px);
  line-height: 1.27;
  letter-spacing: -1.8px;
  margin: 0;
  color: #142f39;
  font-weight: 800;
}
.hero h1 em,
.form-aside em {
  color: #ec6548;
  font-style: normal;
}
.hero-text {
  max-width: 540px;
  color: #577077;
  font-size: 15px;
  margin: 23px 0 29px;
}
.hero-actions {
  display: flex;
  gap: 18px;
  align-items: center;
}
.btn {
  border: 0;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 2px;
  font:
    700 13px Vazirmatn,
    sans-serif;
  transition: 0.2s;
}
.btn b {
  font-family: Arial;
  font-size: 19px;
  line-height: 1;
}
.btn-primary {
  background: #e85d41;
  color: #fff;
  box-shadow: 0 7px 18px #e85d4133;
}
.btn-primary:hover {
  background: #d94d32;
  transform: translateY(-2px);
}
.btn-dark {
  background: #173a44;
  color: #fff;
}
.btn-plain {
  color: #254750;
  padding-inline: 4px;
}
.trust-row {
  display: flex;
  gap: 25px;
  margin-top: 58px;
}
.trust-row > div {
  display: flex;
  gap: 9px;
  align-items: center;
}
.trust-row strong {
  font: 700 24px "DM Sans";
  color: #eb6449;
}
.trust-row span {
  font-size: 10px;
  line-height: 1.55;
  color: #51686e;
}
.hero-visual {
  position: relative;
  min-height: 460px;
}
.grid-sphere {
  width: 380px;
  height: 380px;
  position: absolute;
  top: 8%;
  left: 10%;
  border-radius: 50%;
  background:
    repeating-radial-gradient(
      ellipse at 50% 50%,
      #e25b415c 0 1px,
      transparent 2px 18px
    ),
    repeating-linear-gradient(95deg, transparent 0 17px, #e15d4652 18px 19px);
  transform: rotate(-13deg);
  mask-image: radial-gradient(circle, black 35%, transparent 70%);
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}
.orb-one {
  width: 170px;
  height: 170px;
  background: #dceae6;
  top: 17%;
  right: 5%;
}
.orb-two {
  width: 87px;
  height: 87px;
  background: #f7bb9c;
  bottom: 3%;
  left: 4%;
}
.visual-card {
  position: absolute;
  background: #ffffffd9;
  box-shadow: 0 18px 50px #16353b24;
  border: 1px solid #fff;
  border-radius: 4px;
  backdrop-filter: blur(7px);
}
.visual-top {
  top: 22%;
  right: 5%;
  padding: 15px 55px 15px 16px;
}
.visual-top small {
  display: block;
  font-size: 10px;
  color: #789095;
}
.visual-top strong {
  font-size: 13px;
}
.pulse {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #5ba893;
  box-shadow: 0 0 0 5px #5ba89324;
}
.visual-bottom {
  display: flex;
  gap: 12px;
  align-items: center;
  bottom: 10%;
  left: 1%;
  padding: 10px 13px;
  font-size: 11px;
}
.visual-bottom b {
  color: #42a78f;
  font-family: Arial;
}
.mini-logo {
  width: 25px;
  height: 25px;
  background: #1f5960;
  color: white;
  display: grid;
  place-items: center;
  font: bold 12px "DM Sans";
}
.line {
  position: absolute;
  border-top: 1px solid #df795d88;
  transform-origin: right;
}
.line-a {
  top: 50%;
  right: 17%;
  width: 200px;
  transform: rotate(155deg);
}
.line-b {
  top: 35%;
  left: 24%;
  width: 145px;
  transform: rotate(46deg);
}
.section {
  padding: 105px clamp(22px, 9vw, 145px);
}
.section-heading h2 {
  font-size: clamp(31px, 3.5vw, 48px);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 38px;
}
.service-card {
  min-height: 235px;
  background: white;
  border: 1px solid #e2e8e4;
  padding: 25px;
  position: relative;
  transition: 0.3s;
}
.service-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 16px 35px #173a4210;
}
.number {
  font: 500 11px "DM Sans";
  color: #849497;
  position: absolute;
  top: 23px;
  left: 25px;
}
.service-icon {
  color: #e95f43;
  font: 34px "DM Sans";
  height: 82px;
}
.service-card h3 {
  font-size: 17px;
  margin: 0 0 6px;
}
.service-card p {
  font-size: 12px;
  color: #61757a;
  margin: 0;
}
.process {
  background: #193b44;
  color: white;
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 70px;
  position: relative;
  overflow: hidden;
}
.process:before {
  content: "";
  position: absolute;
  width: 510px;
  height: 510px;
  border: 1px solid #ffffff19;
  border-radius: 50%;
  left: -220px;
  top: -120px;
}
.light {
  color: #f48064;
}
.light > span:first-child {
  border-color: #f48064;
}
.process h2 {
  color: #fff;
  font-size: clamp(35px, 4vw, 54px);
}
.process-intro > p:last-child {
  font-size: 13px;
  color: #b6c5c8;
  max-width: 380px;
  margin-top: 20px;
}
.steps {
  display: flex;
  align-items: center;
  gap: 0;
  padding-top: 37px;
}
.step {
  height: 205px;
  border-right: 1px solid #ffffff2e;
  padding: 0 20px;
  flex: 1;
}
.step:last-child {
  border: 0;
}
.step b {
  font: 500 24px "DM Sans";
  color: #ec6b50;
}
.step h3 {
  font-size: 16px;
  margin: 28px 0 4px;
}
.step p {
  font-size: 11px;
  color: #b5c5c8;
  margin: 0;
}
.rfp-section {
  padding: 110px clamp(22px, 9vw, 145px);
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 8%;
  position: relative;
}
.form-aside {
  padding-top: 22px;
}
.form-aside h2 {
  font-size: clamp(34px, 3.7vw, 52px);
}
.form-aside > p:nth-of-type(2) {
  font-size: 13px;
  color: #63777b;
  max-width: 310px;
}
.confidential {
  display: flex;
  gap: 12px;
  border-top: 1px solid #dbe3df;
  padding-top: 20px;
  margin-top: 35px;
  max-width: 310px;
}
.confidential > span {
  font: 25px "DM Sans";
  color: #e76245;
}
.confidential strong {
  font-size: 12px;
}
.confidential p {
  font-size: 10px;
  color: #738589;
  margin: 2px 0;
}
.rfp-form {
  background: white;
  border: 1px solid #e0e6e3;
  padding: 35px 38px;
  box-shadow: 0 16px 45px #173a420a;
}
.form-progress {
  display: flex;
  gap: 6px;
  margin-bottom: 29px;
}
.form-progress span {
  height: 3px;
  flex: 1;
  background: #dfe6e3;
}
.form-progress span.active {
  background: #e96246;
}
.form-step {
  display: none;
}
.form-step.active {
  display: block;
  animation: fade 0.25s ease;
}
.form-head {
  margin-bottom: 24px;
}
.form-head span {
  font: 500 10px "DM Sans";
  color: #e45d41;
  letter-spacing: 0.6px;
}
.form-head h3 {
  font-size: 20px;
  margin: 3px 0 0;
}
.fields {
  display: grid;
  gap: 17px;
}
.fields.two {
  grid-template-columns: 1fr 1fr;
}
label,
fieldset {
  display: block;
  margin-bottom: 17px;
}
label > span,
fieldset legend {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 6px;
  padding: 0;
}
input,
textarea,
select {
  border: 1px solid #dce4e1;
  width: 100%;
  background: #fcfdfc;
  padding: 10px 11px;
  outline: 0;
  border-radius: 1px;
  font:
    12px Vazirmatn,
    sans-serif;
  color: #193942;
  transition: 0.2s;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #e8664b;
  box-shadow: 0 0 0 3px #e8664b14;
}
textarea {
  height: 86px;
  resize: vertical;
}
.file-field {
  border: 1px dashed #c9d8d3;
  background: #fbfdfc;
  padding: 12px;
  cursor: pointer;
  transition: 0.2s;
}
.file-field:hover {
  border-color: #e8664b;
}
.file-field input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.file-field > span {
  display: block;
}
.file-field small {
  color: #849699;
  font-weight: 400;
}
.file-field i {
  font-size: 10px;
  color: #687f84;
  font-style: normal;
  display: block;
  margin-top: 3px;
}
.file-names {
  font:
    10px "DM Sans",
    Vazirmatn;
  color: #d5533a;
  line-height: 1.8;
  margin-top: 5px;
}
.field-note {
  color: #87999b;
  font-size: 10px;
  margin: -10px 0 20px;
}
.form-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.back-step {
  border: 0;
  background: transparent;
  color: #61797e;
  font: 600 11px Vazirmatn;
  cursor: pointer;
}
.form-error {
  font-size: 11px;
  color: #c64a36;
  margin: 12px 0 0;
}
fieldset {
  border: 0;
  margin: 0 0 18px;
}
.choice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}
.choice {
  border: 1px solid #dce4e1;
  min-height: 78px;
  padding: 9px;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: 0;
}
.choice input {
  position: absolute;
  opacity: 0;
}
.choice span {
  display: block;
  color: #e55e43;
  font: 17px Arial;
  margin: 3px;
}
.choice b {
  font-size: 10px;
}
.choice:has(input:checked) {
  border-color: #e65e42;
  background: #fff8f6;
}
.conditional {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.conditional.visible {
  display: grid;
}
.inline-choices {
  display: flex;
  gap: 18px;
}
.inline-choices label {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  margin: 0;
}
.inline-choices input,
.consent input {
  width: auto;
  accent-color: #e45d42;
}
.consent {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 10px;
  margin-top: 4px;
}
.consent span {
  margin: 0;
}
.success-state {
  display: none;
  grid-column: 2;
  background: #fff;
  padding: 75px 50px;
  align-content: center;
  min-height: 500px;
  border: 1px solid #e0e6e3;
}
.success-state.show {
  display: block;
}
.success-icon {
  display: grid;
  place-items: center;
  background: #ddf1eb;
  color: #287a65;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 25px;
  margin-bottom: 25px;
}
.success-state h2 {
  font-size: 35px;
}
.success-state p:not(.eyebrow) {
  color: #64777a;
  font-size: 13px;
  max-width: 430px;
}
.success-state .btn {
  margin-top: 15px;
}
footer {
  border-top: 1px solid #dde5e1;
  padding: 25px clamp(22px, 6vw, 100px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer p {
  font-size: 11px;
  color: #74878a;
}
.admin-link {
  background: transparent;
  border: 0;
  color: #6a7e82;
  font: 11px "DM Sans";
  cursor: pointer;
}
.modal {
  position: fixed;
  z-index: 50;
  inset: 0;
  background: #102a32aa;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.modal.show {
  display: flex;
}
.modal-box {
  width: min(780px, 100%);
  max-height: 90vh;
  overflow: auto;
  background: #f8faf8;
  padding: 35px;
  position: relative;
}
.modal-close {
  position: absolute;
  left: 17px;
  top: 12px;
  font: 30px Arial;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #547078;
}
.modal-box h2 {
  font-size: 26px;
  margin: 3px 0;
}
.modal-box p {
  font-size: 12px;
  color: #5e7277;
}
.admin-input {
  max-width: 360px;
  margin-top: 25px;
}
.login-error {
  color: #c94d37 !important;
}
.modal-box small {
  display: block;
  margin-top: 15px;
  color: #708185;
  font-size: 10px;
}
.dash-head,
.dash-tools {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.dash-head h2 {
  font-size: 22px;
}
.logout {
  border: 1px solid #cbd6d2;
  background: #fff;
  padding: 7px 12px;
  cursor: pointer;
  font: 11px Vazirmatn;
}
.dash-stats {
  display: flex;
  gap: 10px;
  margin: 22px 0;
}
.dash-stats div {
  background: #eaf0ed;
  padding: 12px 25px;
  min-width: 130px;
}
.dash-stats span {
  display: block;
  font-size: 10px;
  color: #687e82;
}
.dash-stats b {
  font: 22px "DM Sans";
  color: #e35c41;
}
.dash-tools input,
.dash-tools select {
  width: auto;
}
.export-btn {
  border: 0;
  background: #e25d42;
  color: white;
  padding: 9px 12px;
  white-space: nowrap;
  cursor: pointer;
  font: 11px Vazirmatn;
}
.request-list {
  margin-top: 17px;
  border-top: 1px solid #dce5e1;
}
.request {
  padding: 14px 5px;
  border-bottom: 1px solid #dce5e1;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr auto;
  gap: 8px;
  align-items: center;
  font-size: 11px;
}
.request b {
  font-size: 12px;
}
.request small {
  color: #718489;
}
.request-actions {
  display: flex;
  gap: 5px;
  align-items: center;
}
.status {
  border: 0;
  padding: 5px;
  font: 10px Vazirmatn;
  background: #f4e1d9;
  color: #9a432e;
}
.delete-request {
  border: 1px solid #ecc6be;
  background: #fff5f3;
  color: #bd4936;
  padding: 5px 7px;
  font: 10px Vazirmatn;
  cursor: pointer;
}
.delete-request:hover {
  background: #fce6e1;
}
.empty {
  text-align: center;
  padding: 35px;
  color: #718489;
  font-size: 12px;
}
@keyframes fade {
  from {
    opacity: 0;
    transform: translateX(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: 0.6s ease;
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.delay {
  transition-delay: 0.12s;
}
.delay-2 {
  transition-delay: 0.22s;
}
body[dir="ltr"] {
  font-family: "DM Sans", Vazirmatn, sans-serif;
}
.ltr {
  direction: ltr;
}
.ltr .hero,
.ltr .rfp-section {
  direction: ltr;
}
.ltr .number {
  left: auto;
  right: 25px;
}
.ltr .step {
  border-right: 0;
  border-left: 1px solid #ffffff2e;
}
.ltr .step:last-child {
  border: 0;
}
.ltr .visual-top {
  right: auto;
  left: 5%;
}
.ltr .pulse {
  right: auto;
  left: 15px;
}
.ltr .visual-bottom {
  left: auto;
  right: 1%;
}
.ltr .modal-close {
  left: auto;
  right: 17px;
}
.ltr .form-step {
  direction: ltr;
}
.ltr .back-step b {
  transform: rotate(180deg);
}
@media (max-width: 800px) {
  .site-header {
    height: 70px;
  }
  .site-header nav {
    display: none;
  }
  .menu-btn {
    display: block;
  }
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 120px;
  }
  .hero-visual {
    height: 315px;
    min-height: 0;
    margin-top: 20px;
  }
  .grid-sphere {
    width: 280px;
    height: 280px;
  }
  .trust-row {
    margin-top: 35px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 170px;
  }
  .process {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .steps {
    padding-top: 0;
  }
  .rfp-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .rfp-form,
  .success-state {
    grid-column: auto;
  }
  .form-aside {
    padding-top: 0;
  }
  .fields.two,
  .conditional {
    grid-template-columns: 1fr;
  }
  .choice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .inline-choices {
    flex-direction: column;
    gap: 8px;
  }
  .request {
    grid-template-columns: 1fr 1fr;
  }
  .request select {
    grid-column: 2;
  }
  footer {
    gap: 10px;
  }
  .modal-box {
    padding: 30px 19px;
  }
  .dash-tools {
    align-items: stretch;
    flex-direction: column;
  }
  .dash-tools input,
  .dash-tools select {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .hero h1 {
    font-size: 37px;
  }
  .trust-row {
    gap: 11px;
  }
  .trust-row strong {
    font-size: 19px;
  }
  .trust-row span {
    font-size: 9px;
  }
  .hero-actions {
    gap: 5px;
  }
  .btn {
    padding: 12px 11px;
    gap: 9px;
  }
  .rfp-form {
    padding: 25px 18px;
  }
  .section,
  .rfp-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .steps {
    flex-direction: column;
    align-items: stretch;
  }
  .step {
    height: auto;
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid #ffffff2e;
  }
  .step h3 {
    margin-top: 8px;
  }
  .process-intro br {
    display: none;
  }
}
