/*!
Theme Name: Avanam
Theme URI: https://avanam.org
Author: AvanamOrg
Author URI: https://avanam.org/
Description: This is starter WordPress theme called Avanam. Created for theme developers to start building beautiful WordPress themes using Avanam.
Version: 1.5.9
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: avanam
Requires at least: 6.2
Tested up to: 6.7
Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share
what you've learned with others.
*/
/* Barbie By Mina - About Page */
.bm-about {
  --bg: #faf8fb;
  --card: #ffffff;
  --text: #17121b;
  --muted: #6f6477;
  --border: rgba(23,18,27,.10);
  --shadow: 0 18px 45px rgba(23,18,27,.10);
  --accent: #ff49a5;
  --accent2:#7d61cb;
  --radius: 22px;
  --max: 1160px;

  color: var(--text);
  background:
    radial-gradient(1200px 700px at 20% -10%, rgba(255,73,165,.14), transparent 60%),
    radial-gradient(900px 600px at 95% 10%, rgba(125,97,203,.16), transparent 55%),
    linear-gradient(#ffffff, var(--bg));
}

.bm-about *{ box-sizing:border-box; }
.bm-about a{ color:inherit; text-decoration:none; }

.bm-about .wrap{ max-width:var(--max); margin:0 auto; padding: clamp(18px, 3vw, 42px); }

.bm-about .hero{ padding: clamp(18px, 3vw, 42px) 0 26px; }
.bm-about .heroGrid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(16px, 3vw, 28px);
  align-items:stretch;
}
.bm-about .heroCard{
  background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.62));
  border:1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  padding: clamp(18px, 3vw, 34px);
  position:relative;
  overflow:hidden;
}
.bm-about .heroCard:before{
  content:"";
  position:absolute;
  inset:-40%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,73,165,.18), transparent 55%),
    radial-gradient(circle at 70% 60%, rgba(125,97,203,.16), transparent 55%);
  transform: rotate(8deg);
  pointer-events:none;
}
.bm-about .heroInner{ position:relative; z-index:1; }

.bm-about .kicker{
  display:inline-flex;
  gap:10px;
  align-items:center;
  padding: 9px 12px;
  border-radius: 999px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(8px);
  font-size: 13px;
  color: var(--muted);
}
.bm-about .dot{
  width:10px; height:10px; border-radius:999px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 8px 20px rgba(255,73,165,.25);
}
.bm-about h1{
  margin: 14px 0 10px;
  font-size: clamp(30px, 4.2vw, 52px);
  line-height:1.04;
  letter-spacing:-.02em;
}
.bm-about .lead{
  margin: 0 0 18px;
  color: var(--muted);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height:1.7;
  max-width: 62ch;
}
.bm-about .ctaRow{ display:flex; flex-wrap:wrap; gap:12px; margin-top: 18px; }

.bm-about .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 14px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.9);
  box-shadow: 0 14px 30px rgba(23,18,27,.08);
  font-weight: 650;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  cursor:pointer;
  user-select:none;
}
.bm-about .btn:hover{ transform: translateY(-1px); box-shadow: 0 18px 40px rgba(23,18,27,.10); }
.bm-about .btnPrimary{
  border-color: rgba(255,73,165,.35);
  background: linear-gradient(135deg, rgba(255,73,165,.18), rgba(125,97,203,.14));
}
.bm-about .btnIcon{
  width: 26px; height: 26px; border-radius: 10px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: white;
  box-shadow: 0 14px 35px rgba(255,73,165,.22);
  flex: 0 0 auto;
}

.bm-about .heroAside{
  background: rgba(255,255,255,.72);
  border:1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(16px, 2.4vw, 24px);
  display:flex;
  flex-direction:column;
  gap:14px;
  position:relative;
  overflow:hidden;
}
.bm-about .heroAside:after{
  content:"";
  position:absolute;
  right:-80px; bottom:-90px;
  width:220px; height:220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,73,165,.20), transparent 65%);
  filter: blur(2px);
  pointer-events:none;
}
.bm-about .stat{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding: 14px;
  border-radius: 18px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.85);
  position:relative;
  z-index:1;
}
.bm-about .stat b{ display:block; font-size:14px; margin-bottom:4px; }
.bm-about .stat span{ display:block; font-size:13px; color:var(--muted); line-height:1.45; }

.bm-about .section{ padding: 22px 0; }
.bm-about .sectionTitle{ display:flex; align-items:flex-end; justify-content:space-between; gap:18px; margin-bottom: 14px; }
.bm-about .sectionTitle h2{ margin:0; font-size: clamp(20px, 2.4vw, 28px); letter-spacing:-.01em; }
.bm-about .sectionTitle p{ margin:0; color:var(--muted); max-width: 58ch; line-height:1.6; font-size: 14px; }

.bm-about .grid3{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bm-about .card{
  background: rgba(255,255,255,.82);
  border:1px solid var(--border);
  border-radius: 20px;
  padding: 16px 16px 18px;
  box-shadow: 0 14px 36px rgba(23,18,27,.08);
}
.bm-about .cardTop{ display:flex; align-items:center; gap:10px; margin-bottom: 10px; }
.bm-about .chip{
  width: 34px; height: 34px;
  border-radius: 14px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(255,73,165,.16), rgba(125,97,203,.14));
  border:1px solid rgba(255,73,165,.18);
}
.bm-about .card h3{ margin:0; font-size: 16px; letter-spacing:-.01em; }
.bm-about .card p{ margin:0; color:var(--muted); font-size: 14px; line-height:1.65; }

.bm-about .split{ display:grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items:stretch; }
.bm-about .list{ margin: 10px 0 0; padding: 0; list-style: none; display:grid; gap: 10px; }
.bm-about .li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding: 12px 12px;
  border-radius: 16px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.86);
}
.bm-about .tick{
  width: 22px; height: 22px;
  border-radius: 9px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color:#fff;
  box-shadow: 0 12px 26px rgba(255,73,165,.22);
  flex: 0 0 auto;
  margin-top: 1px;
  font-size: 14px;
  line-height: 1;
}
.bm-about .li b{ display:block; font-size: 14px; margin-bottom: 2px; }
.bm-about .li span{ color:var(--muted); font-size: 13px; line-height:1.45; }

.bm-about .cta{
  margin: 18px 0 42px;
  background: linear-gradient(135deg, rgba(255,73,165,.14), rgba(125,97,203,.12));
  border: 1px solid rgba(255,73,165,.22);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden;
  position:relative;
}
.bm-about .cta:before{
  content:"";
  position:absolute;
  inset:-40%;
  background: radial-gradient(circle at 25% 30%, rgba(255,255,255,.62), transparent 55%);
  pointer-events:none;
  transform: rotate(-8deg);
}
.bm-about .ctaInner{
  position:relative;
  z-index:1;
  padding: clamp(18px, 3vw, 28px);
  display:flex;
  gap: 14px;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}
.bm-about .ctaText h3{ margin:0 0 6px; font-size: 18px; }
.bm-about .ctaText p{ margin:0; color:var(--muted); line-height:1.6; font-size: 14px; max-width: 70ch; }

.bm-about .foot{ padding: 10px 0 34px; color: var(--muted); font-size: 12.5px; line-height:1.6; }

@media (max-width: 980px){
  .bm-about .heroGrid{ grid-template-columns: 1fr; }
  .bm-about .grid3{ grid-template-columns: 1fr; }
  .bm-about .split{ grid-template-columns: 1fr; }
}
