.elementor-87 .elementor-element.elementor-element-1902a92{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b585846 */.about-page{
  --card: rgba(255,255,255,.04);
  --line: rgba(255,255,255,.10);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.68);

  --accent: #05668d;
  --accentSoft: rgba(5,102,141,.16);
  --radius: 8px;
  --shadow: 0 18px 60px rgba(0,0,0,.35);

  padding: 26px 0 38px;
  color: var(--text);
  line-height: 1.95;
}

.about-page,
.about-page *{ box-sizing: border-box; }


.about-page .card{
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Hero */
.about-page .hero{
  padding: 22px 18px;
  margin-bottom: 14px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(5,102,141,.14), rgba(255,255,255,.02));
  border: 1px solid rgba(5,102,141,.28);
}

.about-page .hero-badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.86);
  font-size: 12px;
  letter-spacing: .02em;
}

.about-page .hero-title{
  margin: 10px 0 6px;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.25;
}

.about-page .hero-lead{
  margin: 0;
  max-width: 850px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
}

/* Grid (scoped to about-page to avoid theme conflicts) */
.about-page .grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 980px){
  .about-page .grid{
    grid-template-columns: 1fr 360px;
    align-items: start;
  }
}

/* Content */
.about-page .content{ padding: 18px; }

.about-page .content p{
  margin: 0 0 12px;
  color: rgba(255,255,255,.84);
  font-size: 14px;
}

.about-page .content h2{
  margin: 16px 0 10px;
  font-size: 18px;
  line-height: 1.45;
}

/* Features */
.about-page .feature-list{
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.about-page .feature{
  display: flex;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.08);
}

.about-page .ico{
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--accentSoft);
  border: 1px solid rgba(5,102,141,.28);
  color: rgba(255,255,255,.90);
}

.about-page .ico svg{
  width: 22px;
  height: 22px;
  color: rgba(255,255,255,.92);
}

.about-page .feature-body h3{
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.5;
}

.about-page .feature-body p{
  margin: 0;
  color: rgba(255,255,255,.76);
}

/* Callout */
.about-page .callout{
  margin-top: 14px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(5,102,141,.10);
  border: 1px solid rgba(5,102,141,.26);
}

.about-page .callout p{ margin: 0; color: rgba(255,255,255,.82); }

/* Quote */
.about-page .quote{
  margin: 14px 0 0;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  position: relative;
}

.about-page .quote:before{
  content: "«";
  position: absolute;
  top: 10px;
  right: 12px;
  color: rgba(255,255,255,.20);
  font-size: 40px;
  line-height: 1;
}

.about-page .quote p{ margin: 0; color: rgba(255,255,255,.78); }

/* Side */
.about-page .side{
  padding: 16px;
  position: sticky;
  top: 14px;
}

@media (max-width: 979px){
  .about-page .side{ position: static; }
}

.about-page .side-title{
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.45;
}

.about-page .side-items{ display: grid; gap: 10px; }

.about-page .side-item{
  display: flex;
  gap: 10px;
  padding: 10px;
  border-radius: 16px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.08);
}

.about-page .dot{
  width: 10px;
  height: 10px;
  border-radius: 8px;
  margin-top: 7px;
  background: rgba(5,102,141,.92);
  box-shadow: 0 0 0 4px rgba(5,102,141,.16);
  flex: 0 0 10px;
}

.about-page .k{
  font-size: 13px;
  color: rgba(255,255,255,.90);
  font-weight: 700;
}

.about-page .v{
  font-size: 12px;
  color: rgba(255,255,255,.72);
  margin-top: 2px;
}

.about-page .side-divider{
  height: 1px;
  background: rgba(255,255,255,.10);
  margin: 14px 0;
}

.about-page .side-cta-title{
  color: rgba(255,255,255,.86);
  font-size: 13px;
  margin-bottom: 10px;
}

/* Button (scoped) */
.about-page .btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 8px;

  border: 1px solid rgba(5,102,141,.45);
  background: rgba(5,102,141,.22);
  color: rgba(255,255,255,.95);
  text-decoration: none;

  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.about-page .btn:hover{
  transform: translateY(-1px);
  background: rgba(5,102,141,.28);
  border-color: rgba(5,102,141,.65);
}

.about-page .side-note{
  margin-top: 10px;
  color: rgba(255,255,255,.62);
  font-size: 12px;
}

.about-page .mini-note{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.55);
  font-size: 12px;
  margin-top: 16px;
}

.about-page .sep{ opacity: .5; }


.about-page .btn:hover {
    background: rgba(255, 255, 255, .10) !important;
}/* End custom CSS */