:root {
  --av-navy: #041a3d;
  --av-navy-2: #0a48a3;
  --av-blue-3: #0c75d8;
  --av-blue-gloss: linear-gradient(135deg, #031633 0%, #07377f 38%, #0b66c7 72%, #062452 100%);
  --av-blue-glass: linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .05));
  --av-ink: #0a2447;
  --av-muted: #65758a;
  --av-soft: #f5f8fb;
  --av-line: #dce5ee;
  --av-orange: #f06423;
  --av-orange-2: #ff8a3d;
  --av-white: #ffffff;
  --av-shadow: 0 18px 55px rgba(6, 31, 70, 0.16);
  --av-radius: 8px;
  --av-container: min(1180px, calc(100% - 40px));
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--av-ink);
  background: #fff;
  font-size: 16px;
}

body,
button,
input,
select,
textarea {
  font-family: Poppins, "Open Sans", Arial, sans-serif;
}

a {
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  background:
    linear-gradient(90deg, rgba(240, 100, 35, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(6, 31, 70, .05) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .34), transparent 48%);
  animation: avGridGlide 16s linear infinite;
}

body :where(h1, h2, h3, h4, h5, h6, .elementor-heading-title, .section-title h1, .section-title h2, .section-title h3, .page-banner h1, .breadcrumb-wrapper h1) {
  font-size: 19px !important;
  line-height: 1.36 !important;
}

.top-bar,
.top-bar-wrapper,
.topbar,
.header-top {
  background:
    radial-gradient(circle at 15% 0%, rgba(74, 154, 255, .35), transparent 24%),
    linear-gradient(100deg, #031633 0%, #063a84 50%, #052556 100%) !important;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .12);
}

header,
.header-1,
.site-header,
.sticky-header,
.mobile-nav {
  --header-accent: var(--av-orange);
}

header .main-menu ul > li > a,
.main-menu ul > li > a,
.mobile-nav .mean-nav ul li a {
  color: var(--av-ink) !important;
  font-weight: 700;
  letter-spacing: 0;
}

header .main-menu ul > li > a:hover,
.main-menu ul > li > a:hover {
  color: var(--av-orange) !important;
}

header a.theme-btn,
.theme-btn,
.elementor-button,
.wp-element-button,
button.elementor-button,
button[type="submit"],
input[type="submit"],
.submit {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border-radius: 7px !important;
  background:
    linear-gradient(135deg, #ff8a3d 0%, #f06423 45%, #b93c10 100%) !important;
  border: 1px solid rgba(255, 255, 255, .26) !important;
  box-shadow: 0 16px 34px rgba(240, 100, 35, .30), inset 0 1px 0 rgba(255, 255, 255, .28);
  color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-shadow: 0 1px 10px rgba(97, 30, 4, .28);
}

header a.theme-btn:hover,
.theme-btn:hover,
.elementor-button:hover,
.wp-element-button:hover,
button.elementor-button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
.submit:hover {
  background:
    linear-gradient(135deg, #ff9b58 0%, #f06423 42%, #9f310b 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(240, 100, 35, .38), inset 0 1px 0 rgba(255, 255, 255, .34);
}

header a.theme-btn::before,
.theme-btn::before,
.elementor-button::before,
.wp-element-button::before,
button.elementor-button::before,
button[type="submit"]::before,
input[type="submit"]::before,
.submit::before,
.av-btn::before,
.av-btn-outline::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(110deg, rgba(255, 255, 255, .34), transparent 30%, rgba(255, 255, 255, .14) 52%, transparent 76%);
  transform: translateX(-70%);
  transition: transform .55s ease;
}

header a.theme-btn:hover::before,
.theme-btn:hover::before,
.elementor-button:hover::before,
.wp-element-button:hover::before,
button.elementor-button:hover::before,
button[type="submit"]:hover::before,
input[type="submit"]:hover::before,
.submit:hover::before,
.av-btn:hover::before,
.av-btn-outline:hover::before {
  transform: translateX(72%);
}

.av-button-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-block;
  color: currentColor;
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, .18));
}

.av-button-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.av-modern-home .elementor-2066 {
  display: none !important;
}

.av-modern-shell {
  overflow: hidden;
  background: #fff;
}

.av-section {
  width: 100%;
  padding: clamp(64px, 8vw, 108px) 0;
}

.av-container {
  width: var(--av-container);
  margin: 0 auto;
}

.av-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 12%, rgba(39, 143, 255, .38), transparent 30%),
    var(--av-blue-gloss);
}

.av-hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.av-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: avHeroDrift 18s ease-in-out infinite alternate;
  filter: saturate(1.14) contrast(1.06);
}

.av-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 30%, rgba(36, 145, 255, .34), transparent 28%),
    linear-gradient(90deg, rgba(2, 15, 38, .94) 0%, rgba(5, 38, 91, .72) 46%, rgba(5, 31, 72, .26) 100%),
    linear-gradient(0deg, rgba(2, 14, 34, .88) 0%, transparent 52%);
}

.av-hero::before {
  content: "";
  position: absolute;
  inset: auto -10% 0;
  height: 54%;
  z-index: -1;
  background:
    linear-gradient(112deg, transparent 12%, rgba(255, 138, 61, .62) 13%, transparent 15%),
    linear-gradient(126deg, transparent 39%, rgba(255, 255, 255, .42) 40%, transparent 42%),
    linear-gradient(72deg, transparent 58%, rgba(38, 154, 255, .44) 59%, transparent 61%);
  opacity: .5;
  transform: translate3d(var(--av-mx, 0), var(--av-my, 0), 0);
  animation: avRoadSweep 8s ease-in-out infinite alternate;
  pointer-events: none;
}

.av-hero__content {
  position: relative;
  max-width: 760px;
  padding: 32px;
  margin: 0 0 70px;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: var(--av-radius);
  background:
    linear-gradient(145deg, rgba(4, 26, 61, .76), rgba(5, 64, 142, .34)),
    rgba(4, 26, 61, .42);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .18);
  backdrop-filter: blur(16px);
}

.av-hero__content::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 7px;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, .18), transparent 36%, rgba(255, 255, 255, .08));
  mask-image: linear-gradient(#000, transparent 46%);
}

.av-hero h1,
.av-page-hero h1 {
  color: #fff;
  font-size: 19px;
  line-height: 1.36;
  letter-spacing: 0;
  margin: 0 0 24px;
  font-weight: 900;
}

.av-hero h1 strong {
  color: var(--av-orange-2);
  font-weight: 900;
}

.av-hero p {
  color: rgba(255, 255, 255, .88);
  max-width: 650px;
  font-size: 19px;
  line-height: 1.62;
  margin-bottom: 30px;
}

.av-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.av-btn,
.av-btn-outline {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 7px;
  font-weight: 800;
  text-decoration: none;
}

.av-btn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .26);
  background: linear-gradient(135deg, #ff8a3d 0%, #f06423 45%, #b93c10 100%);
  box-shadow: 0 16px 34px rgba(240, 100, 35, .30), inset 0 1px 0 rgba(255, 255, 255, .28);
}

.av-btn-outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .36);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .20), rgba(255, 255, 255, .07)),
    linear-gradient(135deg, rgba(7, 55, 127, .72), rgba(4, 26, 61, .86));
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 14px 32px rgba(3, 22, 51, .18);
}

.av-btn:hover,
.av-btn-outline:hover {
  transform: translateY(-2px);
  color: #fff;
}

.av-btn:hover {
  box-shadow: 0 20px 42px rgba(240, 100, 35, .38), inset 0 1px 0 rgba(255, 255, 255, .34);
}

.av-btn-outline:hover {
  border-color: rgba(255, 255, 255, .52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 18px 38px rgba(3, 22, 51, .26);
}

.av-hero__proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(190px, 1fr));
  gap: 12px;
  max-width: 520px;
  margin-top: 28px;
}

.av-proof-item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 78px;
  padding: 13px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .20);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .05)),
    linear-gradient(135deg, rgba(4, 26, 61, .64), rgba(7, 55, 127, .34));
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .18);
  backdrop-filter: blur(12px);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}

.av-proof-item::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, .24), transparent 34%, rgba(255, 255, 255, .08));
  mask-image: linear-gradient(#000, transparent 58%);
}

.av-proof-dot {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .44);
  background:
    radial-gradient(circle at 32% 20%, rgba(255, 255, 255, .42), transparent 34%),
    linear-gradient(135deg, #ffbd70 0%, #f06423 54%, #9f310b 100%);
  box-shadow: 0 8px 18px rgba(240, 100, 35, .30), inset 0 1px 0 rgba(255, 255, 255, .34);
  font-size: 15px;
  font-weight: 900;
}

.av-proof-item span:last-child {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3px;
  min-width: 0;
}

.av-proof-item strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.18;
  font-weight: 900;
}

.av-proof-item small {
  color: rgba(255, 255, 255, .74);
  font-size: 10px;
  line-height: 1.25;
  font-weight: 700;
}

.av-hero__dock {
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 118px;
  width: min(510px, calc(100% - 48px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background:
    radial-gradient(circle at 10% 0%, rgba(59, 157, 255, .32), transparent 34%),
    linear-gradient(140deg, rgba(4, 24, 56, .90), rgba(7, 58, 132, .82));
  border: 1px solid rgba(255, 255, 255, .26);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
  backdrop-filter: blur(18px);
}

.av-dock-item {
  padding: 24px 20px;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.av-dock-item:last-child {
  border-right: 0;
}

.av-dock-item span {
  display: block;
  color: #fff;
  font-weight: 900;
  margin-bottom: 5px;
}

.av-dock-item small {
  color: rgba(255, 255, 255, .72);
  line-height: 1.5;
}

.av-section-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 34px;
}

.av-section-title h2 {
  color: var(--av-ink);
  font-size: 19px;
  line-height: 1.36;
  margin: 0 0 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.av-section-title p {
  max-width: 590px;
  color: var(--av-muted);
  line-height: 1.7;
  margin: 0;
}

.av-section-title .av-link {
  white-space: nowrap;
}

.av-link {
  color: var(--av-orange);
  font-weight: 800;
  text-decoration: none;
}

.av-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.av-project-card {
  background: #fff;
  border: 1px solid var(--av-line);
  border-radius: var(--av-radius);
  overflow: hidden;
  box-shadow: 0 12px 38px rgba(6, 31, 70, .08);
  transform: translateY(0);
}

.av-project-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--av-shadow);
}

.av-project-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.av-project-card__body {
  padding: 22px;
}

.av-project-card h3 {
  margin: 0 0 8px;
  color: var(--av-ink);
  font-size: 19px;
  font-weight: 900;
}

.av-project-card p {
  color: var(--av-muted);
  margin: 0 0 16px;
  line-height: 1.6;
}

.av-project-meta {
  border-top: 1px solid var(--av-line);
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--av-orange);
  font-weight: 900;
}

.av-amenities {
  background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.av-amenity-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.av-amenity {
  text-align: center;
  padding: 20px 12px;
}

.av-amenity i {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin-bottom: 12px;
  color: var(--av-orange);
  background: rgba(240, 100, 35, .09);
  border: 1px solid rgba(240, 100, 35, .20);
  font-style: normal;
  font-size: 19px;
}

.av-amenity strong {
  display: block;
  color: var(--av-ink);
  line-height: 1.35;
}

.av-gallery-wrap {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 28px;
  align-items: center;
}

.av-gallery-lead {
  padding-right: 32px;
}

.av-gallery-lead h2 {
  color: var(--av-ink);
  font-size: 19px;
  line-height: 1.36;
  margin-bottom: 18px;
  font-weight: 900;
}

.av-gallery-lead p {
  color: var(--av-muted);
  line-height: 1.7;
}

.av-gallery-mosaic {
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  gap: 10px;
}

.av-gallery-mosaic img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 6px;
}

.av-gallery-mosaic img:first-child {
  grid-row: span 2;
  height: 390px;
}

.av-video-section {
  background:
    linear-gradient(180deg, #fff 0%, #f5f8fb 100%);
}

.av-video-grid {
  display: grid;
  gap: 24px;
}

.av-video-grid--home {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.av-video-grid--single {
  max-width: 900px;
  margin: 0 auto;
}

.av-video-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--av-radius);
  border: 1px solid var(--av-line);
  background:
    radial-gradient(circle at 30% 0%, rgba(44, 149, 255, .38), transparent 32%),
    var(--av-blue-gloss);
  box-shadow: var(--av-shadow);
  aspect-ratio: 16 / 9;
}

.av-video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(240, 100, 35, .18), transparent 34%),
    linear-gradient(0deg, rgba(3, 25, 54, .12), transparent 38%);
  animation: avVideoSheen 5.5s ease-in-out infinite alternate;
}

.av-video-card iframe {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
}

.av-testimonials {
  color: #fff;
  background:
    radial-gradient(circle at 18% 0%, rgba(240, 100, 35, .22), transparent 32%),
    radial-gradient(circle at 82% 12%, rgba(50, 154, 255, .30), transparent 34%),
    var(--av-blue-gloss);
}

.av-testimonials h2 {
  color: #fff;
}

.av-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.av-quote {
  border-radius: var(--av-radius);
  padding: 28px;
  background: var(--av-blue-glass);
  border: 1px solid rgba(255, 255, 255, .20);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
  min-height: 220px;
}

.av-quote p {
  color: rgba(255, 255, 255, .86);
  line-height: 1.7;
}

.av-quote strong {
  color: #fff;
}

.av-cta {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.av-cta-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
  border: 1px solid var(--av-line);
  border-radius: var(--av-radius);
  box-shadow: var(--av-shadow);
  overflow: hidden;
  background: #fff;
}

.av-cta-copy {
  padding: clamp(32px, 5vw, 56px);
}

.av-cta-copy h2 {
  font-size: 19px;
  color: var(--av-ink);
  line-height: 1.36;
  margin-bottom: 18px;
  font-weight: 900;
}

.av-cta-copy p {
  color: var(--av-muted);
  line-height: 1.7;
  margin-bottom: 24px;
}

.av-cta-panel img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.av-page-hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 10%, rgba(45, 145, 255, .35), transparent 31%),
    var(--av-blue-gloss);
  padding: clamp(72px, 9vw, 120px) 0;
  isolation: isolate;
}

.av-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("ai-layout-hero.png") center / cover no-repeat;
  transform: scale(1.03);
}

.av-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 28%, rgba(50, 153, 255, .26), transparent 28%),
    linear-gradient(90deg, rgba(2, 15, 38, .93), rgba(7, 57, 130, .62));
}

.av-page-hero p {
  max-width: 640px;
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
  line-height: 1.7;
}

.av-redesigned-page .elementor-section,
.av-redesigned-page .single-blog-post,
.av-redesigned-page .single-sidebar-widget,
.av-redesigned-page .elementor-widget-container form {
  border-radius: var(--av-radius);
}

.av-redesigned-page .section-title h2,
.av-redesigned-page .section-title-2 h2,
.av-redesigned-page .elementor-heading-title {
  letter-spacing: 0 !important;
}

.av-redesigned-page .single-blog-post,
.av-redesigned-page .single-sidebar-widget,
.av-redesigned-page .elementor-widget-container form {
  box-shadow: 0 12px 38px rgba(6, 31, 70, .08);
  border: 1px solid var(--av-line);
  background: #fff;
}

.av-redesigned-page .elementor-widget-container form {
  padding: 28px !important;
}

.av-redesigned-page input:not([type="submit"]),
.av-redesigned-page textarea,
.av-redesigned-page select {
  border-radius: 6px !important;
  border: 1px solid #bdcada !important;
  background: #fff !important;
  color: var(--av-ink) !important;
  min-height: 50px;
}

.av-redesigned-page textarea {
  min-height: 130px;
}

footer#colophon {
  background:
    radial-gradient(circle at 15% 0%, rgba(54, 151, 255, .26), transparent 32%),
    linear-gradient(135deg, #031633 0%, #07377f 46%, #052556 100%) !important;
}

footer#colophon .elementor-heading-title,
footer#colophon p,
footer#colophon span,
footer#colophon a {
  letter-spacing: 0 !important;
}

.call-widget,
.whatsapp-widget,
.cncb-call-button,
.cncb-whatsapp-button,
.call-now-button,
.call-now-and-chat-buttons,
.floating-call-button,
.floating-whatsapp-button {
  display: none !important;
}

.av-mobile-sticky-actions {
  display: none;
}

.av-about-modern {
  background: #fff;
  overflow: hidden;
}

.av-about-split,
.av-about-showcase__inner {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 34px;
  align-items: center;
}

.av-about-copy h2,
.av-about-showcase__content h2,
.av-value-card h3,
.av-premium-footer h2 {
  font-size: 19px;
  line-height: 1.36;
  font-weight: 900;
  letter-spacing: 0;
}

.av-about-copy p,
.av-about-showcase__content p,
.av-value-card p {
  color: var(--av-muted);
  line-height: 1.7;
}

.av-about-media,
.av-about-showcase__image {
  position: relative;
  overflow: hidden;
  border-radius: var(--av-radius);
  border: 1px solid rgba(255, 255, 255, .28);
  box-shadow: var(--av-shadow);
  background: var(--av-blue-gloss);
}

.av-about-media::after,
.av-about-showcase__image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, .20), transparent 34%, rgba(12, 117, 216, .18));
  mix-blend-mode: screen;
}

.av-about-media img,
.av-about-showcase__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.av-about-points {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.av-about-point {
  display: flex;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--av-line);
  border-radius: var(--av-radius);
  background: linear-gradient(145deg, #fff, #f6faff);
  box-shadow: 0 12px 34px rgba(6, 31, 70, .07);
}

.av-about-point span {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--av-orange-2);
  border: 1px solid currentColor;
  background: rgba(240, 100, 35, .08);
}

.av-about-point strong {
  color: var(--av-ink);
  display: block;
  margin-bottom: 4px;
}

.av-about-point p {
  margin: 0;
}

.av-about-showcase {
  color: #fff;
  background:
    radial-gradient(circle at 88% 0%, rgba(54, 151, 255, .26), transparent 30%),
    var(--av-blue-gloss);
}

.av-about-showcase__inner {
  grid-template-columns: 1.14fr .86fr;
}

.av-about-showcase__content h2,
.av-about-showcase__content p {
  color: #fff;
}

.av-about-showcase__content p {
  color: rgba(255, 255, 255, .84);
}

.av-about-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.av-about-metric {
  padding: 16px;
  border-radius: var(--av-radius);
  border: 1px solid rgba(255, 255, 255, .18);
  background: var(--av-blue-glass);
}

.av-about-metric strong,
.av-about-metric span {
  display: block;
  color: #fff;
}

.av-about-metric span {
  color: rgba(255, 255, 255, .78);
  margin-top: 4px;
}

.av-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.av-value-card {
  padding: 26px;
  border-radius: var(--av-radius);
  border: 1px solid var(--av-line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(246, 250, 255, .96));
  box-shadow: 0 12px 38px rgba(6, 31, 70, .08);
}

.av-premium-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  padding: 72px 0 22px;
  background:
    url("ai-footer-layout-bg.png") center / cover no-repeat,
    linear-gradient(135deg, #031633 0%, #07377f 48%, #041a3d 100%);
}

.av-premium-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 14, 32, .62) 0%, rgba(3, 18, 42, .44) 46%, rgba(3, 18, 42, .20) 100%),
    radial-gradient(circle at 12% 4%, rgba(255, 138, 61, .18), transparent 30%),
    radial-gradient(circle at 78% 8%, rgba(56, 155, 255, .16), transparent 32%),
    linear-gradient(0deg, rgba(3, 14, 32, .66), rgba(3, 14, 32, .10));
}

.av-premium-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .44), transparent 72%);
}

.av-footer-top,
.av-footer-bottom {
  position: relative;
  z-index: 1;
}

.av-footer-top {
  display: grid;
  grid-template-columns: 1.3fr .7fr .9fr 1fr;
  gap: 30px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--av-radius);
  background:
    linear-gradient(145deg, rgba(4, 18, 42, .58), rgba(6, 44, 95, .26));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .20);
  backdrop-filter: blur(6px) saturate(1.24);
}

.av-footer-brand img {
  width: 190px;
  max-width: 100%;
  height: auto;
  padding: 10px;
  border-radius: 6px;
  background: #fff;
}

.av-footer-brand p,
.av-footer-contact p,
.av-footer-bottom {
  color: rgba(255, 255, 255, .88);
  line-height: 1.7;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .35);
}

.av-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.av-footer-links,
.av-footer-contact {
  display: grid;
  align-content: start;
  gap: 10px;
}

.av-footer-links h2,
.av-footer-contact h2 {
  color: #fff;
  margin: 0 0 8px;
}

.av-footer-links a,
.av-footer-contact a {
  color: rgba(255, 255, 255, .94);
  text-decoration: none;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .35);
}

.av-footer-links a:hover,
.av-footer-contact a:hover {
  color: var(--av-orange-2);
  transform: translateX(3px);
}

.av-footer-contact strong {
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .35);
}

.av-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 22px;
}

.developer-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    url("ai-footer-layout-bg.png") center / cover no-repeat,
    #031633 !important;
  color: rgba(255, 255, 255, .92) !important;
}

.developer-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 14, 32, .80), rgba(3, 18, 42, .48)),
    radial-gradient(circle at 82% 10%, rgba(255, 138, 61, .16), transparent 34%);
}

.developer-footer a {
  color: #fff !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .38);
}

.av-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .75s cubic-bezier(.22, 1, .36, 1), transform .75s cubic-bezier(.22, 1, .36, 1);
}

.av-reveal.av-in {
  opacity: 1;
  transform: translateY(0);
}

.av-motion-ready .av-project-card,
.av-motion-ready .av-amenity,
.av-motion-ready .av-quote {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.av-motion-ready .av-project-card:hover,
.av-motion-ready .av-amenity:hover,
.av-motion-ready .av-quote:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 46px rgba(6, 31, 70, .14);
  border-color: rgba(240, 100, 35, .28);
}

.av-motion-ready .av-amenity i,
.av-motion-ready .av-proof-dot {
  animation: avPulseGlow 2.8s ease-in-out infinite;
}

.av-float {
  animation: avFloat 6s ease-in-out infinite;
}

@keyframes avHeroDrift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.09) translate3d(-1.5%, -1%, 0); }
}

@keyframes avGridGlide {
  from { background-position: 0 0, 0 0; }
  to { background-position: 82px 82px, 82px 82px; }
}

@keyframes avRoadSweep {
  from { opacity: .28; transform: translate3d(calc(var(--av-mx, 0) - 18px), var(--av-my, 0), 0); }
  to { opacity: .56; transform: translate3d(calc(var(--av-mx, 0) + 18px), var(--av-my, 0), 0); }
}

@keyframes avPulseGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(240, 100, 35, 0); }
  50% { box-shadow: 0 0 0 7px rgba(240, 100, 35, .12); }
}

@keyframes avVideoSheen {
  from { opacity: .18; transform: translateX(-8%); }
  to { opacity: .34; transform: translateX(8%); }
}

@keyframes avFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .av-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1024px) {
  .av-hero {
    min-height: auto;
    align-items: stretch;
    padding-bottom: 38px;
  }

  .av-hero__content {
    max-width: 680px;
    margin: 74px 0 32px;
  }

  .av-hero__dock {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 auto 36px;
  }

  .av-project-grid,
  .av-video-grid--home,
  .av-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .av-amenity-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .av-gallery-wrap,
  .av-cta-panel,
  .av-about-split,
  .av-about-showcase__inner,
  .av-footer-top {
    grid-template-columns: 1fr;
  }

  .av-gallery-lead {
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  :root {
    --av-container: min(100% - 28px, 1180px);
  }

  .av-hero {
    min-height: auto;
    background-position: center;
  }

  .av-hero__content {
    padding: 22px;
    margin: 58px 0 30px;
    background:
      linear-gradient(145deg, rgba(4, 26, 61, .84), rgba(5, 64, 142, .42)),
      rgba(4, 26, 61, .54);
  }

  .av-hero p,
  .av-page-hero p {
    line-height: 1.55;
  }

  .av-actions {
    gap: 10px;
  }

  .av-btn,
  .av-btn-outline {
    min-height: 46px;
    padding: 12px 16px;
  }

  .av-hero__dock,
  .av-amenity-grid {
    grid-template-columns: 1fr;
  }

  .av-hero__proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    max-width: 100%;
  }

  .av-proof-item {
    min-height: 66px;
    padding: 10px 9px;
    gap: 8px;
  }

  .av-proof-dot {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    font-size: 13px;
  }

  .av-proof-item strong {
    font-size: 11px;
  }

  .av-proof-item small {
    font-size: 8px;
  }

  .av-hero__dock {
    display: none;
  }

  .av-section-title {
    display: block;
  }

  .av-gallery-mosaic {
    grid-template-columns: 1fr 1fr;
  }

  .av-about-metrics,
  .av-value-grid {
    grid-template-columns: 1fr;
  }

  .av-premium-footer {
    padding: 52px 0 120px;
  }

  .developer-footer {
    padding-bottom: 118px !important;
  }

  .av-footer-top {
    padding: 20px;
  }

  .av-footer-bottom {
    display: block;
  }

  .av-gallery-mosaic img,
  .av-gallery-mosaic img:first-child {
    height: 210px;
    grid-row: auto;
  }

  body {
    padding-bottom: 92px;
  }

  .av-mobile-sticky-actions {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 100000;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 8px;
    background:
      linear-gradient(145deg, rgba(3, 22, 51, .88), rgba(7, 55, 127, .74)),
      rgba(4, 26, 61, .82);
    box-shadow: 0 18px 46px rgba(3, 22, 51, .34), inset 0 1px 0 rgba(255, 255, 255, .22);
    backdrop-filter: blur(18px);
  }

  .av-mobile-sticky-actions::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 7px;
    pointer-events: none;
    background: linear-gradient(115deg, rgba(255, 255, 255, .26), transparent 38%, rgba(255, 255, 255, .08));
    mask-image: linear-gradient(#000, transparent 64%);
  }

  .av-mobile-sticky-btn {
    position: relative;
    min-width: 0;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    overflow: hidden;
    border-radius: 7px;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 11px 24px rgba(0, 0, 0, .22);
  }

  .av-mobile-sticky-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(255, 255, 255, .30), transparent 28%, rgba(255, 255, 255, .12) 48%, transparent 70%);
    transform: translateX(-62%);
    animation: avStickyGloss 3.8s ease-in-out infinite;
  }

  .av-mobile-sticky-btn--call {
    background: linear-gradient(135deg, #f06423 0%, #ff8a3d 48%, #b93c10 100%);
  }

  .av-mobile-sticky-btn--whatsapp {
    background: linear-gradient(135deg, #075e54 0%, #25d366 48%, #087d45 100%);
  }

  .av-mobile-sticky-icon {
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .32);
    font-size: 17px;
    line-height: 1;
  }

  .av-mobile-sticky-icon svg {
    width: 17px;
    height: 17px;
    display: block;
  }

  .av-mobile-sticky-btn span:last-child {
    position: relative;
    z-index: 1;
    display: grid;
    line-height: 1.15;
    min-width: 0;
  }

  .av-mobile-sticky-btn strong,
  .av-mobile-sticky-btn small {
    color: #fff !important;
    white-space: nowrap;
  }

  .av-mobile-sticky-btn strong {
    font-size: 14px !important;
    font-weight: 900;
  }

  .av-mobile-sticky-btn small {
    margin-top: 3px;
    font-size: 10px !important;
    opacity: .84;
    font-weight: 700;
  }
}

@keyframes avStickyGloss {
  0%, 54% { transform: translateX(-72%); opacity: .46; }
  100% { transform: translateX(76%); opacity: .78; }
}
