/* Alora Landing — scoped premium styles. All rules live under .alora-lp so the theme is never affected. */
.alora-lp * {
  box-sizing: border-box
}

.alora-lp {
  --al-primary: #1b1b1b;
  --al-secondary: #f6f7f7;
  --al-bg: #ffffff;
  --al-accent: #73d1b7;
  --al-accent-dk: #54bd9f;
  --al-accent-soft: #e7f6f1;
  --al-ink-teal: #173d35;
  --al-text: #1b1b1b;
  --al-line: #e8e8e8;
  font-family: var(--font-body, "Open Sans", system-ui, sans-serif);
  color: var(--al-text);
  line-height: 1.67;
  font-weight: 300;
  font-size: 15px;
  -webkit-font-smoothing: antialiased
}

.alora-lp img {
  max-width: 100%;
  display: block
}

.alora-lp h1,
.alora-lp h2,
.alora-lp h3,
.alora-lp h4 {
  font-family: var(--font-heading, "Raleway", system-ui, sans-serif);
  color: var(--al-primary);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 0
}

.alora-lp p {
  margin: 0
}

.alora-lp a {
  text-decoration: none;
  color: inherit
}

.al-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px
}

.al-sec {
  padding: 104px 0;
  background: var(--al-bg)
}

.al-sec--cream {
  background: var(--al-secondary)
}

.al-sec--soft {
  background: #f6f7f7
}

.al-eyebrow {
  font-family: var(--font-heading, "Raleway", sans-serif);
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--al-accent);
  display: inline-block;
  margin-bottom: 18px
}

.al-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 60px
}

.al-head h2 {
  font-size: clamp(30px, 3.6vw, 46px)
}

.al-head p {
  margin-top: 16px;
  color: #6c6c6c
}

.al-btn {
  display: inline-flex;
  align-items: center;
  gap: .6em;
  font-family: var(--font-heading, "Raleway", sans-serif);
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 12px;
  padding: .95em 2.2em;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .3s ease, background .3s ease, color .3s ease, border-color .3s ease
}

.al-btn svg {
  width: 14px;
  height: 14px
}

.alora-lp .al-btn--solid,
.alora-lp a.al-btn--solid {
  background: var(--al-accent);
  color: var(--al-ink-teal)
}

.alora-lp .al-btn--solid:hover {
  background: var(--al-accent-dk);
  color: #0f2b25;
  transform: translateY(-2px)
}

.alora-lp .al-btn--ghost,
.alora-lp a.al-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .55)
}

.alora-lp .al-btn--ghost:hover {
  background: var(--al-accent);
  color: var(--al-ink-teal);
  border-color: var(--al-accent);
  transform: translateY(-2px)
}

.alora-lp .al-btn--dark,
.alora-lp a.al-btn--dark {
  background: var(--al-primary);
  color: #fff
}

.alora-lp .al-btn--dark:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px)
}

.alora-lp .al-btn--outline,
.alora-lp a.al-btn--outline {
  background: transparent;
  color: var(--al-primary);
  border: 1px solid var(--al-primary)
}

.alora-lp .al-btn--outline:hover {
  background: var(--al-accent);
  color: var(--al-ink-teal);
  border-color: var(--al-accent);
  transform: translateY(-2px)
}

/* fade-in */
.al-fade {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s ease, transform .9s ease
}

.al-fade.is-in {
  opacity: 1;
  transform: none
}

@media(prefers-reduced-motion:reduce) {
  .al-fade {
    opacity: 1;
    transform: none;
    transition: none
  }
}

/* Elementor editor/preview: never hide content behind the scroll reveal.
   Everything is fully visible and editable inside the editor; the frontend
   animation is unaffected. */
body.elementor-editor-active .al-fade,
body.elementor-editor-preview .al-fade,
.elementor-editor-active .al-fade,
.elementor-editor-preview .al-fade {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  transition: none !important;
  animation: none !important
}

body.elementor-editor-active .al-proc__line::after,
.elementor-editor-active .al-proc__line::after {
  width: 100% !important;
  transition: none !important
}

/* HEADER */
.al-header {
  position: sticky;
  top: 0;
  z-index: 120;
  background: rgba(250, 248, 244, .86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--al-line)
}

.al-header .al-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px
}

.al-logo {
  font-family: var(--font-display, "Kodchasan", sans-serif);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: .18em;
  color: var(--al-primary)
}

.al-logo span {
  color: var(--al-accent)
}

.al-nav {
  display: flex;
  align-items: center;
  gap: 34px
}

.al-nav a {
  font-size: 13px;
  letter-spacing: .06em;
  color: var(--al-primary);
  font-weight: 400;
  position: relative;
  padding: 4px 0
}

.al-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--al-accent);
  transition: width .35s ease
}

.al-nav a:hover {
  color: var(--al-accent)
}

.al-nav a:hover::after {
  width: 100%
}

.al-header .al-btn {
  padding: 12px 26px
}

.al-burger {
  display: none;
  background: none;
  border: 0;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  gap: 5px
}

.al-burger span {
  display: block;
  height: 2px;
  width: 24px;
  background: var(--al-primary);
  transition: .3s
}

/* HERO */
.al-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: #161616
}

.al-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05)
}

.al-hero__ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(22, 22, 22, .82) 0%, rgba(22, 22, 22, .58) 48%, rgba(22, 22, 22, .32) 100%), linear-gradient(180deg, rgba(22, 22, 22, .15), rgba(22, 22, 22, .35))
}

.al-hero__in {
  position: relative;
  z-index: 2;
}

.al-hero .al-eyebrow {
  color: var(--al-accent)
}

.al-hero h1 {
  color: #fff;
  font-family: var(--font-display, "Kodchasan", sans-serif);
  font-size: clamp(38px, 5.6vw, 68px);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: .02em
}

.al-hero p {
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  margin: 26px 0 38px;
  max-width: 520px
}

.al-hero__btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap
}

/* TRUST */
.al-trust {
  margin-top: -70px;
  position: relative;
  z-index: 5
}

.al-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px
}

.al-card {
  background: #fff;
  border: 1px solid var(--al-line);
  border-radius: 4px;
  padding: 40px 30px;
  text-align: center;
  transition: transform .4s ease, box-shadow .4s ease
}

.al-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(0, 0, 0, .12)
}

.al-ico {
  width: 56px;
  height: 56px;
  margin: 0 auto 22px;
  color: var(--al-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--al-accent-soft);
  background: var(--al-accent-soft);
  border-radius: 50%
}

.al-ico svg {
  width: 26px;
  height: 26px
}

.al-ico i {
  font-size: 24px;
  color: var(--al-accent)
}

.al-card h3 {
  font-size: 20px;
  margin-bottom: 12px
}

.al-card p {
  font-size: 14.5px;
  color: #6c6c6c
}

/* ABOUT */
.al-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center
}

.al-about__img {
  position: relative;
  border-radius: 6px;
  overflow: hidden
}

.al-about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s ease
}

.al-about__img:hover img {
  transform: scale(1.06)
}

.al-about h2 {
  font-size: clamp(30px, 3.4vw, 44px);
  margin-bottom: 22px
}

.al-about p {
  margin-bottom: 18px;
  color: #5d5d5d
}

.al-about .al-btn {
  margin-top: 14px
}

/* SERVICES */
.al-serv__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px
}

.al-serv__card {
  background: #fff;
  border: 1px solid var(--al-line);
  border-radius: 4px;
  padding: 44px 30px;
  transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease
}

.al-serv__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(0, 0, 0, .1);
  border-color: var(--al-accent)
}

.al-serv__card .al-ico {
  margin: 0 0 24px
}

.al-serv__card h3 {
  font-size: 20px;
  margin-bottom: 12px
}

.al-serv__card p {
  font-size: 14.5px;
  color: #6c6c6c
}

.al-serv__cta {
  text-align: center;
  margin-top: 52px
}

/* PROJECTS */
.al-proj__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.al-proj__card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 340px;
  display: block
}

.al-proj__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease
}

.al-proj__card:hover img {
  transform: scale(1.09)
}

.al-proj__ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22, 22, 22, 0) 35%, rgba(22, 22, 22, .82) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px
}

.al-proj__ov span {
  font-size: 11.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--al-accent);
  margin-bottom: 8px;
  transform: translateY(10px);
  opacity: 0;
  transition: .45s ease
}

.al-proj__ov h3 {
  color: #fff;
  font-size: 22px;
  transform: translateY(10px);
  opacity: .92;
  transition: .45s ease .05s
}

.al-proj__card:hover .al-proj__ov span,
.al-proj__card:hover .al-proj__ov h3 {
  transform: none;
  opacity: 1
}

.al-proj__cta {
  text-align: center;
  margin-top: 52px
}

/* WHY */
.al-why__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center
}

.al-why h2 {
  font-size: clamp(30px, 3.4vw, 44px)
}

.al-why__lead {
  margin-top: 18px;
  color: #5d5d5d
}

.al-why__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 34px
}

.al-why__item {
  display: flex;
  gap: 14px;
  align-items: flex-start
}

.al-why__item .al-chk {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--al-secondary);
  color: var(--al-accent-dk);
  display: flex;
  align-items: center;
  justify-content: center
}

.al-why__item .al-chk svg {
  width: 16px;
  height: 16px
}

.al-why__item h4 {
  font-size: 16px;
  font-family: var(--font-heading, "Raleway", sans-serif);
  font-weight: 600;
  color: var(--al-primary);
  margin-bottom: 3px
}

.al-why__item p {
  font-size: 13.5px;
  color: #8a8a8a
}

/* PROCESS */
.al-proc__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative
}

.al-proc__line {
  position: absolute;
  top: 34px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: var(--al-line)
}

.al-proc__line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--al-accent);
  width: 0;
  transition: width 1.6s ease
}

.al-proc__grid.is-in .al-proc__line::after {
  width: 100%
}

.al-proc__step {
  position: relative;
  text-align: center
}

.al-proc__num {
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--al-bg);
  border: 1px solid var(--al-accent);
  color: var(--al-accent);
  font-family: var(--font-display, "Kodchasan", sans-serif);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center
}

.al-sec--cream .al-proc__num {
  background: var(--al-secondary)
}

.al-proc__step h3 {
  font-size: 19px;
  margin-bottom: 10px
}

.al-proc__step p {
  font-size: 14px;
  color: #6c6c6c
}

/* TESTIMONIALS */
.al-tst__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px
}

.al-tst__card {
  background: #fff;
  border: 1px solid var(--al-line);
  border-radius: 4px;
  padding: 38px 32px
}

.al-tst__stars {
  color: var(--al-accent);
  letter-spacing: 3px;
  margin-bottom: 18px;
  font-size: 15px
}

.al-tst__card p {
  font-family: var(--font-display, "Kodchasan", sans-serif);
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
  color: #3d3d3d;
  margin-bottom: 24px
}

.al-tst__who {
  font-weight: 600;
  color: var(--al-primary);
  font-size: 14px;
  letter-spacing: .04em
}

.al-tst__role {
  font-size: 12.5px;
  color: #8a8a8a
}

/* CTA */
.al-cta {
  position: relative;
  text-align: center;
  color: #fff
}

.al-cta__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center
}

.al-cta__ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22, 22, 22, .82), rgba(22, 22, 22, .72))
}

.al-cta__in {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
  padding: 120px 28px
}

.al-cta h2 {
  color: #fff;
  font-size: clamp(32px, 4vw, 52px)
}

.al-cta p {
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  margin: 22px 0 36px
}

/* FOOTER */
.al-foot {
  background: var(--al-primary);
  color: #cfcfcf;
  padding: 80px 0 0
}

.al-foot__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 44px;
  padding-bottom: 56px
}

.al-foot .al-logo {
  color: #fff;
  display: inline-block;
  margin-bottom: 20px
}

.al-foot p {
  font-size: 14px;
  line-height: 1.8;
  color: #9a9a9a
}

.al-foot h4 {
  font-family: var(--font-heading, "Raleway", sans-serif);
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-bottom: 22px
}

.al-foot ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.al-foot ul a {
  font-size: 14px;
  color: #9a9a9a;
  transition: color .3s
}

.al-foot ul a:hover {
  color: var(--al-accent)
}

.al-foot__contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  color: #9a9a9a;
  margin-bottom: 14px;
  list-style: none
}

.al-foot__contact svg {
  width: 17px;
  height: 17px;
  color: var(--al-accent);
  flex: 0 0 auto;
  margin-top: 2px
}

.al-social {
  display: flex;
  gap: 14px;
  margin-top: 22px
}

.al-social a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cfcfcf;
  transition: .3s
}

.al-social a:hover {
  background: var(--al-accent);
  border-color: var(--al-accent);
  color: #fff
}

.al-social svg {
  width: 16px;
  height: 16px
}

.al-foot__bar {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12.5px;
  color: #8a8a8a
}

.al-foot__bar a {
  color: #8a8a8a
}

.al-foot__bar a:hover {
  color: var(--al-accent)
}

/* RESPONSIVE */
@media(max-width:1024px) {

  .al-trust__grid,
  .al-serv__grid,
  .al-proc__grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .al-proj__grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .al-about__grid,
  .al-why__grid {
    grid-template-columns: 1fr;
    gap: 44px
  }

  .al-tst__grid {
    grid-template-columns: 1fr
  }

  .al-proc__line {
    display: none
  }

  .al-foot__grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:760px) {
  .al-sec {
    padding: 70px 0
  }

  .al-nav {
    position: fixed;
    inset: 78px 0 auto 0;
    background: var(--al-bg);
    flex-direction: column;
    gap: 0;
    padding: 10px 0;
    border-bottom: 1px solid var(--al-line);
    transform: translateY(-140%);
    transition: transform .4s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08)
  }

  .al-nav.is-open {
    transform: none
  }

  .al-nav a {
    padding: 14px 28px;
    width: 100%
  }

  .al-header .al-btn {
    display: none
  }

  .al-burger {
    display: flex
  }

  .al-trust {
    margin-top: -40px
  }

  .al-hero p {
    font-size: 16px
  }

  .al-why__list {
    grid-template-columns: 1fr
  }

  .al-proj__ov {
    background: linear-gradient(180deg, rgba(22, 22, 22, 0) 30%, rgba(22, 22, 22, .85) 100%)
  }

  .al-proj__ov span,
  .al-proj__ov h3 {
    opacity: 1;
    transform: none
  }
}

@media(max-width:520px) {

  .al-trust__grid,
  .al-serv__grid,
  .al-proc__grid,
  .al-proj__grid,
  .al-foot__grid {
    grid-template-columns: 1fr
  }

  .al-hero__btns .al-btn {
    width: 100%;
    justify-content: center
  }
}