/* ============================================================
   AutomeAI Child Theme — Main Stylesheet
   Parent: Hello Elementor
   Typography: Plus Jakarta Sans (headings) + Inter (body)
   H1: 64px | H2: 46px | H3: 30px | Body: 16px
   ============================================================ */

/* ── Google Fonts variables ─────────────────────────────── */
:root {
  --fh: 'Plus Jakarta Sans', sans-serif;
  --fb: 'Inter', sans-serif;
  --h1: clamp(38px, 5vw, 64px);
  --h2: clamp(28px, 4vw, 46px);
  --h3: clamp(22px, 3vw, 30px);
  --h4: 22px;
  --body: 16px;
  --body-lg: 18px;
  --body-sm: 14px;

  /* Brand colours */
  --or: #ff6200;
  --or-d: #e55900;
  --or-l: #fff3ec;
  --pink: #e91e8c;
  --teal: #00b894;
  --blue: #2196f3;
  --dk: #1a1a2e;
  --dk2: #16213e;
  --wh: #ffffff;
  --g50: #f9fafb;
  --g100: #f3f4f6;
  --g200: #e5e7eb;
  --g400: #9ca3af;
  --g600: #4b5563;
  --g800: #1f2937;

  --radius: 12px;
  --radius-lg: 20px;
  --shadow: 0 4px 24px rgba(0,0,0,.08);
  --shadow-lg: 0 8px 48px rgba(0,0,0,.12);
  --container: 1200px;
  --trans: all .22s ease;
}

/* ── Reset ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
body { font-family: var(--fb); font-size: var(--body); color: var(--dk); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ── Typography ─────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 { font-family: var(--fh); line-height: 1.15; letter-spacing: -0.03em; }
h1 { font-size: var(--h1); font-weight: 800; }
h2 { font-size: var(--h2); font-weight: 800; }
h3 { font-size: var(--h3); font-weight: 700; }
h4 { font-size: var(--h4); font-weight: 700; }
p  { font-size: var(--body); line-height: 1.7; }
.text-lg { font-size: var(--body-lg); line-height: 1.75; }
.text-sm { font-size: var(--body-sm); }

/* ── Container ──────────────────────────────────────────── */
.am-con { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.am-sec { padding: 80px 0; }
.am-sec-gray { background: var(--g50); }
.am-sec-dark { background: var(--dk); }
.am-sec-hdr { margin-bottom: 52px; }
.am-sec-hdr.ctr { text-align: center; }
.am-sec-hdr.ctr .am-sec-sub { margin: 0 auto; }
.am-sec-tag { display: inline-block; background: var(--or-l); color: var(--or); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: 5px 14px; border-radius: 100px; margin-bottom: 12px; }
.am-sec-h { margin-bottom: 14px; }
.am-sec-h .o { color: var(--or); }
.am-sec-h .pk { color: var(--pink); }
.am-sec-h .tl { color: var(--teal); }
.am-sec-h .bl { color: var(--blue); }
.am-sec-sub { font-size: var(--body-lg); color: var(--g600); max-width: 560px; line-height: 1.7; }

/* ── Buttons ─────────────────────────────────────────────── */
.am-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: 9px; font-size: 15px; font-weight: 700; font-family: var(--fh); cursor: pointer; transition: var(--trans); text-decoration: none; border: none; line-height: 1; }
.am-btn-lg { padding: 16px 36px; font-size: 17px; border-radius: 10px; }
.am-btn-sm { padding: 9px 18px; font-size: 13px; }
.am-btn-or  { background: var(--or);   color: #fff; box-shadow: 0 2px 16px rgba(255,98,0,.3); }
.am-btn-or:hover  { background: var(--or-d); transform: translateY(-2px); box-shadow: 0 4px 24px rgba(255,98,0,.4); }
.am-btn-pk  { background: var(--pink); color: #fff; box-shadow: 0 2px 16px rgba(233,30,140,.3); }
.am-btn-pk:hover  { background: #c41878; transform: translateY(-2px); }
.am-btn-tl  { background: var(--teal); color: #fff; box-shadow: 0 2px 16px rgba(0,184,148,.3); }
.am-btn-tl:hover  { background: #009b7a; transform: translateY(-2px); }
.am-btn-bl  { background: var(--blue); color: #fff; box-shadow: 0 2px 16px rgba(33,150,243,.3); }
.am-btn-bl:hover  { background: #1976d2; transform: translateY(-2px); }
.am-btn-gh  { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.3); }
.am-btn-gh:hover { background: rgba(255,255,255,.08); }
.am-btn-out-or { background: transparent; color: var(--or); border: 1.5px solid var(--or); }
.am-btn-out-or:hover { background: var(--or); color: #fff; }
.am-btn-out-tl { background: transparent; color: var(--teal); border: 1.5px solid var(--teal); }
.am-btn-out-tl:hover { background: var(--teal); color: #fff; }

/* ── Badges ──────────────────────────────────────────────── */
.am-badge { display: inline-block; padding: 3px 10px; border-radius: 100px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.am-badge-hot     { background: #fff3ec; color: #c2440a; }
.am-badge-new     { background: #ecfdf5; color: #065f46; }
.am-badge-update  { background: #eff6ff; color: #1d40af; }
.am-badge-popular { background: #faf5ff; color: #5b21b6; }
.am-badge-featured{ background: #fefce8; color: #854d0e; }

/* ── Page Hero (dark inner page header) ─────────────────── */
.am-pg-hero { background: var(--dk); padding: 64px 0 52px; position: relative; }
.am-pg-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,98,0,.4), transparent); }
.am-pg-hero h1 { color: #fff; margin-bottom: 12px; }
.am-pg-hero p { font-size: var(--body-lg); color: rgba(255,255,255,.6); max-width: 560px; }
.am-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.4); margin-bottom: 18px; }
.am-breadcrumb a { color: rgba(255,255,255,.5); }
.am-breadcrumb a:hover { color: var(--or); }
.am-breadcrumb-sep { opacity: .4; }

/* ── HERO — Home ─────────────────────────────────────────── */
.am-hero { background: linear-gradient(135deg, var(--dk) 0%, var(--dk2) 60%, #0f3460 100%); padding: 100px 0 80px; position: relative; overflow: hidden; }
.am-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 100%, rgba(255,98,0,.1) 0%, transparent 70%); pointer-events: none; }
.am-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.am-hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,98,0,.15); border: 1px solid rgba(255,98,0,.3); border-radius: 100px; padding: 6px 16px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.85); margin-bottom: 20px; }
.am-hero h1 { color: #fff; margin-bottom: 20px; }
.am-hero h1 .o { color: var(--or); }
.am-hero-desc { font-size: var(--body-lg); color: rgba(255,255,255,.65); line-height: 1.75; margin-bottom: 32px; max-width: 500px; }
.am-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.am-hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.1); }
.am-stat-num { font-family: var(--fh); font-size: 30px; font-weight: 900; color: #fff; letter-spacing: -.04em; line-height: 1; }
.am-stat-lbl { font-size: 12px; color: rgba(255,255,255,.4); margin-top: 4px; font-weight: 500; }
.am-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.am-hg-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 20px; cursor: pointer; transition: var(--trans); text-decoration: none; display: block; }
.am-hg-card:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); }
.am-hg-ico { font-size: 28px; margin-bottom: 12px; }
.am-hg-name { font-family: var(--fh); font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.am-hg-desc { font-size: 12px; color: rgba(255,255,255,.5); line-height: 1.5; }

/* ── Marquee ─────────────────────────────────────────────── */
.am-marquee-sec { background: var(--g50); border-top: 1px solid var(--g200); border-bottom: 1px solid var(--g200); padding: 24px 0; overflow: hidden; }
.am-marquee-lbl { text-align: center; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--g400); margin-bottom: 16px; }
.am-marquee { display: flex; gap: 48px; animation: am-scroll 28s linear infinite; width: max-content; align-items: center; }
.am-marquee-item { font-size: 13.5px; font-weight: 700; color: var(--g400); white-space: nowrap; display: flex; align-items: center; gap: 8px; }
.am-marquee-dot { width: 5px; height: 5px; background: var(--or); border-radius: 50%; flex-shrink: 0; }
@keyframes am-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── Plugin Cards Grid ──────────────────────────────────── */
.am-pc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.am-pc { border: 1px solid var(--g200); border-radius: var(--radius-lg); overflow: hidden; cursor: pointer; background: #fff; transition: var(--trans); display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.am-pc:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(255,98,0,.2); }
.am-pc-prev { height: 100px; display: flex; align-items: center; justify-content: center; font-size: 52px; }
.am-pc-body { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.am-pc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.am-pc-ico { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.am-pc-title { font-family: var(--fh); font-size: 15px; font-weight: 700; margin-bottom: 6px; color: var(--g800); }
.am-pc-desc { font-size: 13px; color: var(--g600); line-height: 1.55; margin-bottom: 10px; flex: 1; }
.am-pc-feat { font-size: 11.5px; color: var(--g600); margin-bottom: 5px; display: flex; align-items: flex-start; gap: 5px; }
.am-pc-feat::before { content: "✓"; color: var(--or); font-weight: 700; font-size: 10px; flex-shrink: 0; margin-top: 1px; }
.am-pc-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--g100); }
.am-pc-price { font-family: var(--fh); font-size: 17px; font-weight: 800; color: var(--or); }
.am-pc-price small { font-size: 11px; font-weight: 500; color: var(--g400); }
.am-pc-btn { background: var(--or); color: #fff; border: none; padding: 6px 12px; border-radius: 7px; font-size: 11px; font-weight: 700; cursor: pointer; font-family: var(--fh); }

/* ── Why Us ──────────────────────────────────────────────── */
.am-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.am-why-pts { display: flex; flex-direction: column; gap: 20px; margin-top: 24px; }
.am-why-pt { display: flex; gap: 14px; }
.am-why-ic { width: 44px; height: 44px; background: var(--or-l); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.am-why-title { font-family: var(--fh); font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.am-why-desc { font-size: 13.5px; color: var(--g600); line-height: 1.6; }
.am-dk-card { background: var(--dk); border-radius: var(--radius-lg); padding: 28px; color: #fff; }
.am-dk-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 6px; }
.am-dk-card > p { font-size: 13px; color: rgba(255,255,255,.5); margin-bottom: 18px; }
.am-guar-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.am-guar { background: rgba(255,255,255,.06); border-radius: 10px; padding: 14px 10px; text-align: center; }
.am-guar p { font-size: 11px; font-weight: 600; color: rgba(255,255,255,.6); margin-top: 6px; }
.am-wstats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.am-wst { background: rgba(255,255,255,.06); border-radius: 10px; padding: 14px; }
.am-wst-n { font-family: var(--fh); font-size: 22px; font-weight: 900; color: var(--or); letter-spacing: -.03em; }
.am-wst-l { font-size: 11px; color: rgba(255,255,255,.4); margin-top: 2px; }

/* ── Support ──────────────────────────────────────────────── */
.am-sup-pts { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
.am-sup-pt { display: flex; align-items: center; gap: 12px; padding: 13px 16px; background: #fff; border: 1px solid var(--g200); border-radius: 10px; }
.am-sup-label { font-family: var(--fh); font-size: 13.5px; font-weight: 700; margin-bottom: 2px; }
.am-sup-val { font-size: 12.5px; color: var(--g600); }
.am-live-badge { display: flex; align-items: center; gap: 7px; background: rgba(255,255,255,.08); border-radius: 100px; padding: 5px 14px; font-size: 12px; font-weight: 600; color: #fff; margin-bottom: 16px; width: fit-content; }
.am-live-dot { width: 7px; height: 7px; background: #22c55e; border-radius: 50%; animation: am-pulse 2s infinite; }
@keyframes am-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.85)} }
.am-sup-times { display: flex; flex-direction: column; gap: 9px; margin-top: 14px; }
.am-sup-time { font-size: 13px; color: rgba(255,255,255,.65); }

/* ── Reviews ─────────────────────────────────────────────── */
.am-rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.am-rc { background: #fff; border: 1px solid var(--g200); border-radius: var(--radius); padding: 20px; }
.am-rc-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 12px; }
.am-rc-av { width: 40px; height: 40px; border-radius: 50%; background: var(--or-l); color: var(--or); font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.am-rc-name { font-family: var(--fh); font-size: 13.5px; font-weight: 700; margin-bottom: 2px; }
.am-rc-loc { font-size: 11.5px; color: var(--g400); }
.am-rc-stars { color: #f59e0b; font-size: 13px; }
.am-rc-title { font-family: var(--fh); font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.am-rc-txt { font-size: 13px; color: var(--g600); line-height: 1.6; }
.am-rc-prod { display: inline-flex; margin-top: 10px; font-size: 11px; font-weight: 700; color: var(--or); background: var(--or-l); padding: 3px 10px; border-radius: 100px; }

/* ── Blog Preview ────────────────────────────────────────── */
.am-bg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.am-bc { background: #fff; border: 1px solid var(--g200); border-radius: var(--radius-lg); overflow: hidden; cursor: pointer; transition: var(--trans); display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.am-bc:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(255,98,0,.15); }
.am-bc-img { aspect-ratio: 16/9; background: var(--g100); display: flex; align-items: center; justify-content: center; font-size: 40px; color: var(--g400); overflow: hidden; }
.am-bc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.am-bc:hover .am-bc-img img { transform: scale(1.05); }
.am-bc-body { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.am-bc-cat { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--or); background: var(--or-l); padding: 3px 9px; border-radius: 100px; display: inline-block; margin-bottom: 10px; width: fit-content; }
.am-bc-title { font-family: var(--fh); font-size: 15px; font-weight: 700; line-height: 1.4; letter-spacing: -.02em; margin-bottom: 9px; color: var(--g800); flex: 1; }
.am-bc-title a { color: inherit; }
.am-bc-title a:hover { color: var(--or); }
.am-bc-excerpt { font-size: 13px; color: var(--g600); line-height: 1.6; margin-bottom: 12px; }
.am-bc-meta { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 1px solid var(--g100); font-size: 12px; color: var(--g400); margin-top: auto; }
.am-bc-author { display: flex; align-items: center; gap: 7px; }
.am-bc-av { width: 26px; height: 26px; border-radius: 50%; background: var(--or-l); color: var(--or); font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.am-bc-read { color: var(--or); font-weight: 600; }

/* ── CTA Banner ──────────────────────────────────────────── */
.am-cta { background: linear-gradient(135deg, var(--dk) 0%, #0f3460 100%); padding: 80px 0; text-align: center; position: relative; overflow: hidden; }
.am-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(255,98,0,.12) 0%, transparent 70%); pointer-events: none; }
.am-cta h2 { color: #fff; margin-bottom: 14px; position: relative; }
.am-cta p { font-size: var(--body-lg); color: rgba(255,255,255,.6); margin-bottom: 36px; max-width: 500px; margin-left: auto; margin-right: auto; position: relative; }
.am-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ── BLOG PAGE ───────────────────────────────────────────── */
.am-blog-hero { background: var(--dk); padding: 72px 0 56px; text-align: center; }
.am-blog-hero-tag { display: inline-block; background: rgba(255,98,0,.15); color: rgba(255,255,255,.8); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: 5px 14px; border-radius: 100px; margin-bottom: 14px; }
.am-blog-hero h1 { color: #fff; margin-bottom: 14px; }
.am-blog-hero p { font-size: var(--body-lg); color: rgba(255,255,255,.6); max-width: 520px; margin: 0 auto; }
.am-blog-cats { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; justify-content: center; }
.am-cat-pill { padding: 6px 18px; border-radius: 100px; font-size: 13px; font-weight: 600; border: 1.5px solid rgba(255,255,255,.2); color: rgba(255,255,255,.65); cursor: pointer; transition: var(--trans); text-decoration: none; display: inline-block; }
.am-cat-pill:hover, .am-cat-pill.current { background: var(--or); border-color: var(--or); color: #fff; }
.am-blog-main { display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: start; padding: 60px 0; }
.am-blog-grid-full { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 48px; }
.am-blog-grid-full.two-col { grid-template-columns: repeat(2, 1fr); }
.am-pagination { display: flex; justify-content: center; gap: 8px; }
.am-pagination a, .am-pagination span { padding: 10px 16px; border: 1px solid var(--g200); border-radius: 8px; font-size: 14px; font-weight: 600; color: var(--g600); transition: var(--trans); text-decoration: none; display: inline-block; }
.am-pagination a:hover, .am-pagination .current { background: var(--or); border-color: var(--or); color: #fff; }

/* ── Blog Sidebar ─────────────────────────────────────────── */
.am-sidebar { position: sticky; top: 32px; }
.am-sidebar-w { background: #fff; border: 1px solid var(--g200); border-radius: var(--radius); padding: 22px; margin-bottom: 24px; }
.am-sidebar-w-title { font-family: var(--fh); font-size: 15px; font-weight: 700; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--or); }
.am-sidebar-post { display: flex; gap: 12px; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--g100); }
.am-sidebar-post:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.am-sp-img { width: 56px; height: 56px; border-radius: 8px; background: var(--g100); flex-shrink: 0; overflow: hidden; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.am-sp-img img { width: 100%; height: 100%; object-fit: cover; }
.am-sp-title { font-size: 13px; font-weight: 600; color: var(--g800); line-height: 1.4; text-decoration: none; display: block; }
.am-sp-title:hover { color: var(--or); }
.am-sp-date { font-size: 11.5px; color: var(--g400); margin-top: 3px; }
.am-sidebar-cat-link { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--g100); font-size: 14px; color: var(--g700); text-decoration: none; transition: color .15s; }
.am-sidebar-cat-link:hover { color: var(--or); }
.am-sidebar-cat-link:last-child { border-bottom: none; }
.am-sidebar-cat-count { background: var(--g100); border-radius: 100px; padding: 2px 9px; font-size: 11px; font-weight: 700; color: var(--g600); }
.am-sidebar-search { display: flex; gap: 0; }
.am-sidebar-search input { flex: 1; padding: 11px 14px; border: 1.5px solid var(--g200); border-right: none; border-radius: 8px 0 0 8px; font-size: 14px; color: var(--g800); font-family: inherit; outline: none; }
.am-sidebar-search input:focus { border-color: var(--or); }
.am-sidebar-search button { padding: 11px 16px; background: var(--or); color: #fff; border: none; border-radius: 0 8px 8px 0; cursor: pointer; font-size: 15px; }
.am-sidebar-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.am-sidebar-tag { padding: 5px 12px; background: var(--g50); border: 1px solid var(--g200); border-radius: 100px; font-size: 12.5px; font-weight: 500; color: var(--g600); text-decoration: none; transition: var(--trans); }
.am-sidebar-tag:hover { background: var(--or-l); border-color: var(--or); color: var(--or); }

/* ── Single Post ──────────────────────────────────────────── */
.am-post-hero { background: var(--dk); padding: 72px 0 56px; }
.am-post-cat-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,98,0,.15); color: var(--or); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 5px 14px; border-radius: 100px; margin-bottom: 18px; }
.am-post-hero h1 { color: #fff; max-width: 800px; margin-bottom: 18px; }
.am-post-hero-meta { display: flex; align-items: center; gap: 20px; font-size: 13px; color: rgba(255,255,255,.5); flex-wrap: wrap; }
.am-post-layout { display: grid; grid-template-columns: 1fr 300px; gap: 52px; align-items: start; padding: 60px 0; }
.am-post-featured { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 36px; aspect-ratio: 16/9; background: var(--g100); display: flex; align-items: center; justify-content: center; font-size: 80px; }
.am-post-featured img { width: 100%; height: 100%; object-fit: cover; }
.am-post-content { font-size: 16.5px; line-height: 1.82; color: var(--g600); }
.am-post-content h2 { font-size: 28px; font-weight: 700; color: var(--g800); margin: 40px 0 16px; letter-spacing: -.02em; font-family: var(--fh); }
.am-post-content h3 { font-size: 22px; font-weight: 700; color: var(--g800); margin: 32px 0 12px; font-family: var(--fh); }
.am-post-content p { margin-bottom: 20px; }
.am-post-content ul, .am-post-content ol { padding-left: 24px; margin-bottom: 20px; }
.am-post-content li { margin-bottom: 9px; }
.am-post-content strong { font-weight: 700; color: var(--g800); }
.am-post-content a { color: var(--or); text-decoration: underline; text-underline-offset: 2px; }
.am-post-content blockquote { border-left: 4px solid var(--or); padding: 16px 24px; background: var(--or-l); border-radius: 0 8px 8px 0; margin: 28px 0; font-style: italic; }
.am-post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--g200); }
.am-post-tag { padding: 5px 14px; background: var(--g100); border-radius: 100px; font-size: 13px; font-weight: 600; color: var(--g600); text-decoration: none; transition: var(--trans); }
.am-post-tag:hover { background: var(--or-l); color: var(--or); }
.am-author-box { display: flex; gap: 18px; background: var(--g50); border: 1px solid var(--g200); border-radius: var(--radius); padding: 24px; margin-top: 36px; align-items: flex-start; }
.am-author-av { width: 56px; height: 56px; background: var(--or); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 800; color: #fff; flex-shrink: 0; }
.am-author-name { font-family: var(--fh); font-size: 15px; font-weight: 700; margin-bottom: 3px; }
.am-author-role { font-size: 12px; color: var(--or); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 7px; }
.am-author-bio { font-size: 13.5px; color: var(--g600); line-height: 1.65; }
.am-related-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 12px; }

/* ── Products List ────────────────────────────────────────── */
.am-prod-list { display: flex; flex-direction: column; gap: 80px; }
.am-prod-item { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.am-prod-item:nth-child(even) { direction: rtl; }
.am-prod-item:nth-child(even) > * { direction: ltr; }
.am-prod-logo { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.am-prod-ico { width: 60px; height: 60px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 30px; }
.am-prod-name { font-family: var(--fh); font-size: 26px; font-weight: 800; letter-spacing: -.03em; }
.am-prod-desc { font-size: 15px; color: var(--g600); line-height: 1.75; margin-bottom: 20px; }
.am-prod-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.am-prod-tag { padding: 7px 14px; background: var(--g50); border: 1px solid var(--g200); border-radius: 9px; font-size: 12.5px; font-weight: 500; color: var(--g700); }
.am-prod-vis { background: var(--g50); border: 1px solid var(--g200); border-radius: var(--radius-lg); min-height: 300px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px; padding: 24px; }

/* ── PLUGIN LANDING STYLES ───────────────────────────────── */
/* Salon */
.salon-hero { background: linear-gradient(150deg, #1a0a14 0%, #2d0f22 50%, #1a0a14 100%); padding: 100px 0 80px; }
.salon-hero-in { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.salon-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(233,30,140,.15); border: 1px solid rgba(233,30,140,.3); border-radius: 100px; padding: 6px 16px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.85); margin-bottom: 18px; }
.salon-screen { background: #fff; border-radius: 14px; overflow: hidden; border: 1px solid var(--g200); box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.salon-screen-bar { background: var(--g100); padding: 10px 14px; display: flex; align-items: center; gap: 6px; }
.sc-dot { width: 10px; height: 10px; border-radius: 50%; }
.time-slots { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.ts { padding: 7px 12px; border-radius: 7px; font-size: 12px; font-weight: 600; border: 1px solid var(--g200); color: #374151; cursor: pointer; }
.ts.act { background: var(--pink); color: #fff; border-color: var(--pink); }
.salon-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.sbadge { background: rgba(233,30,140,.08); border: 1px solid rgba(233,30,140,.2); border-radius: 10px; padding: 11px 14px; font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.8); display: flex; align-items: center; gap: 8px; }
.salon-ba { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 44px; }
.ba-card { background: #fff; border-radius: 14px; padding: 26px; border: 1px solid var(--g200); }
.ba-card.before { border-top: 4px solid #ef4444; }
.ba-card.after  { border-top: 4px solid #22c55e; }
.ba-lbl { font-family: var(--fh); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 16px; display: block; }
.ba-lbl.b { color: #ef4444; } .ba-lbl.a { color: #22c55e; }
.ba-row { display: flex; align-items: flex-start; gap: 9px; padding: 10px 0; border-bottom: 1px solid var(--g100); font-size: 14px; color: #374151; }
.ba-row:last-child { border-bottom: none; }
.ba-x { color: #ef4444; font-weight: 700; flex-shrink: 0; }
.ba-ch { color: #22c55e; font-weight: 700; flex-shrink: 0; }

/* Tech (Compressor/Minify) */
.tech-hero { background: #0a0f1a; padding: 100px 0 80px; }
.tech-hero-in { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.tech-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,98,0,.12); border: 1px solid rgba(255,98,0,.25); border-radius: 100px; padding: 6px 16px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.85); margin-bottom: 18px; }
.score-card { background: #111827; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 24px; }
.score-circle { width: 96px; height: 96px; border-radius: 50%; border: 9px solid #22c55e; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.score-num { font-family: var(--fh); font-size: 28px; font-weight: 900; color: #22c55e; }
.sm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.sm { background: rgba(255,255,255,.05); border-radius: 9px; padding: 12px; }
.sm-l { font-size: 11px; color: rgba(255,255,255,.4); margin-bottom: 3px; }
.sm-v { font-family: var(--fh); font-size: 17px; font-weight: 800; color: #22c55e; }
.tech-metrics { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.tech-met { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 9px; padding: 9px 14px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.8); display: flex; align-items: center; gap: 7px; }
.tc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 44px; }
.tc-side { background: #fff; border-radius: 14px; padding: 24px; border: 1px solid var(--g200); }
.tc-side.bef { border-top: 4px solid #ef4444; }
.tc-side.aft { border-top: 4px solid #22c55e; }
.tc-lbl { font-family: var(--fh); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 16px; display: block; }
.tc-lbl.b { color: #ef4444; } .tc-lbl.a { color: #22c55e; }
.bar-row { margin-bottom: 14px; }
.bar-meta { display: flex; justify-content: space-between; font-size: 13px; color: #374151; margin-bottom: 5px; font-weight: 500; }
.bar-track { height: 9px; background: var(--g100); border-radius: 100px; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 100px; transition: width 1s ease; }
.bar-bad { background: #ef4444; } .bar-good { background: #22c55e; }

/* Cleaner */
.clean-hero { background: linear-gradient(150deg, #0a1f1a 0%, #0d2b24 50%, #0a1f1a 100%); padding: 100px 0 80px; }
.clean-hero-in { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.clean-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,184,148,.15); border: 1px solid rgba(0,184,148,.3); border-radius: 100px; padding: 6px 16px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.85); margin-bottom: 18px; }
.clean-feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 24px; }
.clean-f { background: rgba(0,184,148,.08); border: 1px solid rgba(0,184,148,.2); border-radius: 9px; padding: 11px 12px; font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.8); display: flex; align-items: center; gap: 7px; }
.booking-mock { background: #fff; border-radius: 14px; overflow: hidden; border: 1px solid var(--g200); box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.mock-hdr { background: var(--teal); padding: 14px 18px; display: flex; align-items: center; gap: 9px; }
.mock-title { font-family: var(--fh); font-size: 14px; font-weight: 700; color: #fff; }
.step-row { display: flex; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--g100); align-items: center; }
.step-num { width: 28px; height: 28px; background: var(--teal); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: #fff; flex-shrink: 0; }
.step-t { font-family: var(--fh); font-size: 13.5px; font-weight: 700; color: #111; }
.step-s { font-size: 12px; color: var(--g400); margin-top: 1px; }
.clean-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 44px; position: relative; }
.clean-steps::before { content: ''; position: absolute; top: 40px; left: 12.5%; right: 12.5%; height: 2px; background: var(--teal); opacity: .2; }
.cs-card { text-align: center; position: relative; z-index: 1; }
.cs-ico { width: 80px; height: 80px; background: #fff; border: 2px solid var(--teal); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; margin: 0 auto 16px; }
.cs-t { font-family: var(--fh); font-size: 16px; font-weight: 700; margin-bottom: 7px; }
.cs-d { font-size: 13.5px; color: var(--g600); line-height: 1.6; }
.clean-uc { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.uc-card { border: 1px solid var(--g200); border-radius: var(--radius-lg); padding: 26px; transition: var(--trans); cursor: pointer; }
.uc-card:hover { border-color: var(--teal); box-shadow: 0 8px 32px rgba(0,184,148,.1); transform: translateY(-3px); }
.uc-ico { font-size: 36px; margin-bottom: 14px; }
.uc-t { font-family: var(--fh); font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.uc-d { font-size: 13.5px; color: var(--g600); line-height: 1.65; }

/* ── Feature Grid (all plugins) ─────────────────────────── */
.feat-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.feat-card { background: #fff; border: 1px solid var(--g200); border-radius: var(--radius-lg); padding: 28px; transition: var(--trans); }
.feat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.feat-ic { width: 52px; height: 52px; background: var(--or-l); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 16px; }
.feat-t { font-family: var(--fh); font-size: 18px; font-weight: 700; margin-bottom: 9px; }
.feat-d { font-size: 14px; color: var(--g600); line-height: 1.65; }

/* ── Pricing ─────────────────────────────────────────────── */
.pr-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.pr-card { background: #fff; border: 1px solid var(--g200); border-radius: 20px; padding: 32px; position: relative; }
.pr-card.feat { border: 2px solid var(--or); }
.pr-top-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--or); color: #fff; padding: 4px 20px; border-radius: 100px; font-size: 12px; font-weight: 700; white-space: nowrap; font-family: var(--fh); }
.pr-name { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--or); margin-bottom: 10px; font-family: var(--fh); }
.pr-price { font-family: var(--fh); font-size: 52px; font-weight: 900; color: #111; letter-spacing: -.04em; line-height: 1; margin-bottom: 5px; }
.pr-price span { font-size: 20px; font-weight: 500; color: var(--g400); vertical-align: top; margin-top: 10px; display: inline-block; }
.pr-period { font-size: 13px; color: var(--g400); margin-bottom: 20px; }
.pr-feats { display: flex; flex-direction: column; gap: 11px; padding: 20px 0; border-top: 1px solid var(--g100); border-bottom: 1px solid var(--g100); margin-bottom: 22px; }
.pr-feat { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #374151; }
.pr-feat::before { content: "✓"; width: 20px; height: 20px; background: #ecfdf5; color: #059669; font-size: 11px; font-weight: 700; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pr-feat.no { color: var(--g400); }
.pr-feat.no::before { content: "✕"; background: var(--g100); color: var(--g400); }

/* ── FAQ ─────────────────────────────────────────────────── */
.am-faq-wrap { max-width: 760px; margin: 44px auto 0; }
.am-faq-item { border-bottom: 1px solid var(--g200); }
.am-faq-q { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; cursor: pointer; font-family: var(--fh); font-size: 17px; font-weight: 700; color: #111; }
.am-faq-q:hover { color: var(--or); }
.am-faq-plus { font-size: 22px; color: var(--or); transition: transform .2s; flex-shrink: 0; }
.am-faq-item.open .am-faq-plus { transform: rotate(45deg); }
.am-faq-a { font-size: 15px; color: var(--g600); line-height: 1.75; padding-bottom: 20px; display: none; }
.am-faq-item.open .am-faq-a { display: block; }

/* ── Single Plugin Purchase Sidebar ─────────────────────── */
.am-sp-layout { display: grid; grid-template-columns: 1fr 360px; gap: 52px; align-items: start; }
.am-sp-sidebar { position: sticky; top: 32px; display: flex; flex-direction: column; gap: 20px; }
.am-buy-card { background: #fff; border: 1px solid var(--g200); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow); }
.am-buy-price { font-family: var(--fh); font-size: 42px; font-weight: 900; color: var(--or); letter-spacing: -.04em; line-height: 1; margin-bottom: 5px; }
.am-buy-price span { font-size: 18px; font-weight: 500; color: var(--g400); }
.am-buy-desc { font-size: 13px; color: var(--g600); margin-bottom: 18px; }
.am-buy-feats { display: flex; flex-direction: column; gap: 11px; padding: 18px 0; border-top: 1px solid var(--g100); border-bottom: 1px solid var(--g100); margin: 16px 0 20px; }
.am-buy-feat { display: flex; align-items: center; gap: 9px; font-size: 13.5px; }
.am-buy-feat::before { content: "✓"; width: 20px; height: 20px; background: var(--or-l); color: var(--or); font-size: 11px; font-weight: 700; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.am-info-card { background: var(--g50); border: 1px solid var(--g200); border-radius: var(--radius); padding: 20px; }
.am-info-card h4 { font-family: var(--fh); font-size: 14px; font-weight: 700; margin-bottom: 14px; }
.am-info-row { display: flex; justify-content: space-between; font-size: 13px; padding: 9px 0; border-bottom: 1px solid var(--g200); }
.am-info-row:last-child { border-bottom: none; }
.am-info-row span:first-child { color: var(--g400); }
.am-info-row span:last-child { font-weight: 600; color: var(--g800); }

/* ── About ────────────────────────────────────────────────── */
.am-ab-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
.am-ab-stat { background: var(--g50); border: 1px solid var(--g200); border-radius: var(--radius); padding: 16px; display: flex; align-items: center; gap: 12px; }
.am-ab-n { font-family: var(--fh); font-size: 26px; font-weight: 900; color: var(--or); letter-spacing: -.04em; line-height: 1; }
.am-ab-l { font-size: 12px; color: var(--g600); margin-top: 2px; }
.am-timeline { position: relative; padding-left: 32px; max-width: 700px; margin: 44px auto 0; }
.am-timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--or), rgba(255,98,0,.1)); }
.am-tl-item { position: relative; margin-bottom: 40px; }
.am-tl-item::before { content: ''; position: absolute; left: -28px; top: 5px; width: 12px; height: 12px; background: var(--or); border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 0 3px rgba(255,98,0,.2); }
.am-tl-year { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--or); margin-bottom: 7px; }
.am-tl-title { font-family: var(--fh); font-size: 17px; font-weight: 700; margin-bottom: 7px; }
.am-tl-desc { font-size: 14px; color: var(--g600); line-height: 1.65; }

/* ── Contact ──────────────────────────────────────────────── */
.am-ct-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
.am-ct-card { display: flex; gap: 14px; padding: 18px; background: var(--g50); border: 1px solid var(--g200); border-radius: var(--radius); margin-bottom: 14px; }
.am-ct-ico { width: 46px; height: 46px; background: var(--or-l); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.am-ct-card strong { display: block; font-family: var(--fh); font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.am-ct-card p { font-size: 13px; color: var(--g600); margin: 0; }
.am-ct-card a { font-size: 13.5px; font-weight: 600; color: var(--or); display: block; margin-top: 4px; }
.am-cf { background: #fff; border: 1px solid var(--g200); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow); }
.am-cf h3 { font-family: var(--fh); font-size: 22px; font-weight: 700; margin-bottom: 24px; letter-spacing: -.02em; }
.am-f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.am-field { margin-bottom: 16px; }
.am-field label { display: block; font-size: 13px; font-weight: 600; color: #374151; margin-bottom: 6px; font-family: var(--fh); }
.am-field input, .am-field textarea, .am-field select { width: 100%; padding: 12px 16px; border: 1.5px solid var(--g200); border-radius: 9px; font-size: 14.5px; color: var(--g800); font-family: inherit; outline: none; transition: border-color .2s; background: #fff; }
.am-field input:focus, .am-field textarea:focus, .am-field select:focus { border-color: var(--or); box-shadow: 0 0 0 3px rgba(255,98,0,.08); }
.am-field textarea { resize: vertical; min-height: 120px; }

/* ── Login / Register ─────────────────────────────────────── */
.am-auth-wrap { min-height: 80vh; background: var(--g50); display: flex; align-items: center; justify-content: center; padding: 60px 20px; }
.am-auth-card { background: #fff; border: 1px solid var(--g200); border-radius: 18px; padding: 40px; width: 100%; max-width: 440px; box-shadow: 0 8px 40px rgba(0,0,0,.08); }
.am-auth-logo { text-align: center; margin-bottom: 28px; }
.am-auth-logo .am-logo-wrap { font-family: var(--fh); font-size: 22px; font-weight: 800; color: var(--dk); display: inline-flex; align-items: center; gap: 7px; letter-spacing: -.03em; }
.am-auth-title { font-family: var(--fh); font-size: 24px; font-weight: 800; text-align: center; margin-bottom: 6px; letter-spacing: -.03em; }
.am-auth-sub { font-size: 14px; color: var(--g600); text-align: center; margin-bottom: 24px; }
.am-auth-tabs { display: flex; background: var(--g100); border-radius: 10px; padding: 4px; margin-bottom: 22px; gap: 4px; }
.am-auth-tab { flex: 1; padding: 9px; text-align: center; font-size: 14px; font-weight: 700; color: var(--g600); border-radius: 7px; cursor: pointer; transition: var(--trans); font-family: var(--fh); }
.am-auth-tab.act { background: #fff; color: #111; box-shadow: 0 1px 6px rgba(0,0,0,.1); }
.am-social-btns { display: flex; gap: 10px; margin-bottom: 16px; }
.am-sbtn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 11px; border: 1.5px solid var(--g200); border-radius: 9px; font-size: 13.5px; font-weight: 600; cursor: pointer; background: #fff; transition: var(--trans); font-family: var(--fb); }
.am-sbtn:hover { background: var(--g50); }
.am-or-div { display: flex; align-items: center; gap: 12px; margin: 14px 0; font-size: 13px; color: var(--g400); }
.am-or-div::before, .am-or-div::after { content: ''; flex: 1; height: 1px; background: var(--g200); }
.am-form-link { text-align: center; font-size: 13px; color: var(--g600); margin-top: 16px; }
.am-form-link a { color: var(--or); font-weight: 700; cursor: pointer; text-decoration: none; }
.am-forgot { text-align: right; font-size: 12.5px; margin-top: -8px; margin-bottom: 14px; }
.am-forgot a { color: var(--or); text-decoration: none; }
.am-form-success { background: #ecfdf5; color: #065f46; padding: 14px 18px; border-radius: 9px; font-size: 14px; font-weight: 600; margin-bottom: 16px; display: none; }
.am-form-error { background: #fef2f2; color: #991b1b; padding: 14px 18px; border-radius: 9px; font-size: 14px; margin-bottom: 16px; display: none; }

/* ── WhatsApp Float Button ────────────────────────────────── */
#am-whatsapp { position: fixed; bottom: 28px; right: 28px; z-index: 9999; }
#am-whatsapp a { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; background: #25d366; border-radius: 50%; box-shadow: 0 4px 20px rgba(37,211,102,.45); transition: var(--trans); text-decoration: none; }
#am-whatsapp a:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,.6); }
#am-whatsapp svg { width: 30px; height: 30px; fill: #fff; }
#am-whatsapp .am-wa-tooltip { position: absolute; right: 70px; bottom: 14px; background: rgba(0,0,0,.75); color: #fff; padding: 7px 14px; border-radius: 8px; font-size: 13px; font-weight: 600; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .2s; }
#am-whatsapp a:hover + .am-wa-tooltip, #am-whatsapp:hover .am-wa-tooltip { opacity: 1; }

/* ── Footer ───────────────────────────────────────────────── */
.am-footer { background: #111827; padding: 64px 0 0; }
.am-footer-top { display: grid; grid-template-columns: 260px 1fr; gap: 60px; padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,.07); }
.am-footer-brand p { font-size: 14px; color: rgba(255,255,255,.45); line-height: 1.7; margin: 14px 0 20px; max-width: 220px; }
.am-footer-socials { display: flex; gap: 10px; }
.am-footer-soc { width: 36px; height: 36px; background: rgba(255,255,255,.07); border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 14px; color: rgba(255,255,255,.5); cursor: pointer; transition: var(--trans); text-decoration: none; }
.am-footer-soc:hover { background: var(--or); color: #fff; transform: translateY(-2px); }
.am-footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.am-footer-col h5 { font-family: var(--fh); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.35); margin-bottom: 16px; }
.am-footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.am-footer-col ul a { font-size: 14px; color: rgba(255,255,255,.55); transition: color .15s; text-decoration: none; display: block; }
.am-footer-col ul a:hover { color: #fff; }
.am-footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; font-size: 13px; color: rgba(255,255,255,.3); flex-wrap: wrap; gap: 8px; }
.am-footer-bottom a { color: rgba(255,255,255,.4); text-decoration: none; }
.am-footer-bottom a:hover { color: rgba(255,255,255,.7); }

/* ── Logo ─────────────────────────────────────────────────── */
.am-logo-wrap { display: flex; align-items: center; gap: 7px; font-family: var(--fh); font-size: 20px; font-weight: 800; color: #fff; text-decoration: none; letter-spacing: -.03em; cursor: pointer; }
.am-logo-wrap .am-logo-em { color: var(--or); }

/* ── 404 ──────────────────────────────────────────────────── */
.am-404 { text-align: center; padding: 120px 0; }
.am-404-num { font-family: var(--fh); font-size: 160px; font-weight: 900; color: var(--or); line-height: 1; letter-spacing: -.05em; opacity: .12; margin-bottom: 16px; }
.am-404 h2 { font-size: 32px; font-weight: 700; margin-bottom: 14px; }
.am-404 p { font-size: 16px; color: var(--g600); margin-bottom: 32px; }

/* ── Reveal animation ─────────────────────────────────────── */
.am-reveal { opacity: 0; transform: translateY(20px); transition: opacity .5s ease, transform .5s ease; }
.am-reveal.am-revealed { opacity: 1; transform: none; }

/* ── Responsive ───────────────────────────────────────────── */
@media(max-width: 1200px) {
  .am-pc-grid { grid-template-columns: repeat(2, 1fr); }
  .am-blog-grid-full { grid-template-columns: repeat(2, 1fr); }
}
@media(max-width: 1024px) {
  .am-hero-inner, .am-two-col, .am-ct-grid, .am-sp-layout, .salon-hero-in, .tech-hero-in, .clean-hero-in, .am-prod-item { grid-template-columns: 1fr; }
  .am-prod-item:nth-child(even) { direction: ltr; }
  .am-hero-grid { display: none; }
  .am-blog-main, .am-post-layout { grid-template-columns: 1fr; }
  .am-sidebar, .am-sp-sidebar { position: static; }
  .pr-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
  .feat-grid-3, .am-rev-grid { grid-template-columns: repeat(2, 1fr); }
  .clean-steps { grid-template-columns: repeat(2, 1fr); }
  .clean-steps::before { display: none; }
}
@media(max-width: 768px) {
  .am-pc-grid, .am-bg-grid, .am-blog-grid-full, .am-rev-grid, .feat-grid-3, .am-footer-top, .am-footer-cols, .salon-ba, .tc-grid { grid-template-columns: 1fr; }
  .am-footer-top { grid-template-columns: 1fr; }
  .am-hero { padding: 64px 0 52px; }
  .am-hero-stats { grid-template-columns: repeat(2, 1fr); }
  .am-related-posts { grid-template-columns: 1fr; }
  .am-f-row { grid-template-columns: 1fr; }
  .am-ab-stats { grid-template-columns: 1fr; }
  .clean-uc { grid-template-columns: 1fr; }
  .clean-feats { grid-template-columns: 1fr 1fr; }
  .salon-badges { grid-template-columns: 1fr; }
  .sm-grid { grid-template-columns: 1fr; }
}

/* ── Aliases for template compatibility ────────────────── */
.pr-top-b { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--or); color: #fff; padding: 4px 20px; border-radius: 100px; font-size: 12px; font-weight: 700; white-space: nowrap; font-family: var(--fh); }
.pr-card.ft { border: 2px solid var(--or); }
.am-sec-hdr.ctr { text-align: center; }
.am-sec-hdr.ctr .am-sec-sub { margin: 0 auto; }

/* ── Auth form show/hide ────────────────────────────────── */
.am-auth-form { display: block; }

/* ── Cleaner landing specific ───────────────────────────── */
.clean-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 44px; position: relative; }
.clean-steps::before { content: ''; position: absolute; top: 40px; left: 12.5%; right: 12.5%; height: 2px; background: var(--teal); opacity: .2; }
.cs-card { text-align: center; position: relative; z-index: 1; }
.cs-ico { width: 80px; height: 80px; background: #fff; border: 2px solid var(--teal); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; margin: 0 auto 16px; }
.cs-t { font-family: var(--fh); font-size: 16px; font-weight: 700; margin-bottom: 7px; }
.cs-d { font-size: 13.5px; color: var(--g600); line-height: 1.6; }
.clean-uc { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.uc-card { border: 1px solid var(--g200); border-radius: var(--radius-lg); padding: 26px; transition: var(--trans); cursor: pointer; }
.uc-card:hover { border-color: var(--teal); box-shadow: 0 8px 32px rgba(0,184,148,.1); transform: translateY(-3px); }

/* ── Salon before/after grid ────────────────────────────── */
.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 44px; }

/* ── Single plugin sidebar layout ───────────────────────── */
.am-sp-layout { display: grid; grid-template-columns: 1fr 360px; gap: 52px; align-items: start; }
.am-sp-sidebar { position: sticky; top: 32px; display: flex; flex-direction: column; gap: 20px; }
.am-buy-card { background: #fff; border: 1px solid var(--g200); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow); }
.am-buy-price { font-family: var(--fh); font-size: 42px; font-weight: 900; color: var(--or); letter-spacing: -.04em; line-height: 1; margin-bottom: 5px; }
.am-buy-desc { font-size: 13px; color: var(--g600); margin-bottom: 18px; }
.am-buy-feats { display: flex; flex-direction: column; gap: 11px; padding: 18px 0; border-top: 1px solid var(--g100); border-bottom: 1px solid var(--g100); margin: 16px 0 20px; }
.am-buy-feat { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: #374151; }
.am-buy-feat::before { content: "✓"; width: 20px; height: 20px; background: var(--or-l); color: var(--or); font-size: 11px; font-weight: 700; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.am-info-card { background: var(--g50); border: 1px solid var(--g200); border-radius: var(--radius); padding: 20px; }
.am-info-card h4 { font-family: var(--fh); font-size: 14px; font-weight: 700; margin-bottom: 14px; }
.am-info-row { display: flex; justify-content: space-between; font-size: 13px; padding: 9px 0; border-bottom: 1px solid var(--g200); }
.am-info-row:last-child { border-bottom: none; }
.am-info-row span:first-child { color: var(--g400); }
.am-info-row span:last-child { font-weight: 600; color: var(--g800); }

/* ── Responsive additions ───────────────────────────────── */
@media(max-width:1024px) {
  .am-sp-layout { grid-template-columns: 1fr; }
  .am-sp-sidebar { position: static; }
  .ba-grid, .clean-uc { grid-template-columns: 1fr; }
  .clean-steps { grid-template-columns: repeat(2, 1fr); }
  .clean-steps::before { display: none; }
}
@media(max-width:768px) {
  .ba-grid, .clean-uc, .clean-steps { grid-template-columns: 1fr; }
}


/* ═══════════════════════════════════════════════════════════
   HOMEPAGE — International Design System
   ═══════════════════════════════════════════════════════════ */

/* Shared tokens */
.page-template-templatespage-home-php {
  --hp-dark:    #0f1629;
  --hp-dark2:   #162038;
  --hp-light:   #ffffff;
  --hp-light2:  #f5f7ff;
  --hp-light3:  #eef1f8;
  --hp-card:    #ffffff;
  --hp-border:  #e4e8f2;
  --hp-or:      #ff6b00;
  --hp-or2:     #ff9a00;
  --hp-text:    #1a1d2e;
  --hp-muted:   #6b7280;
  --hp-heading: #0f1629;
}

/* Override body bg for homepage */
.page-template-templatespage-home-php {
  background: var(--hp-light);
}

/* Container */
.hp-con {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 48px;
}
@media(max-width:768px){ .hp-con { padding: 0 20px; } }

/* Gradient text */
.hp-grad-text {
  background: linear-gradient(135deg, var(--hp-or), var(--hp-or2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Shared section head */
.hp-sec-head { text-align: center; margin-bottom: 60px; }
.hp-sec-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--hp-or);
  background: rgba(255,107,0,0.08);
  border: 1px solid rgba(255,107,0,0.2);
  padding: 4px 14px;
  border-radius: 100px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.hp-sec-h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(30px,4vw,50px);
  font-weight: 800;
  color: var(--hp-heading);
  line-height: 1.15;
  margin: 0 0 16px;
  text-align: center;
}
.hp-sec-sub {
  font-size: 17px;
  color: var(--hp-muted);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.7;
  text-align: center;
}

/* Buttons */
.hp-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--hp-or), var(--hp-or2));
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 10px;
  text-decoration: none;
  transition: all .25s;
  box-shadow: 0 4px 20px rgba(255,107,0,0.25);
}
.hp-btn-primary:hover { opacity:.9; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(255,107,0,0.35); }
.hp-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  font-weight: 500;
  padding: 13px 28px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.25);
  text-decoration: none;
  transition: all .25s;
  background: rgba(255,255,255,0.06);
}
.hp-btn-ghost:hover { border-color: rgba(255,255,255,0.5); color: #fff; background: rgba(255,255,255,0.12); }
/* Light context override (CTA card) */
.hp-cta-actions .hp-btn-ghost {
  color: #1a1d2e;
  border-color: #c4b5fd;
  background: rgba(255,255,255,0.7);
}
.hp-cta-actions .hp-btn-ghost:hover {
  border-color: #7c3aed;
  color: #7c3aed;
  background: rgba(139,92,246,0.08);
}
.hp-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--hp-or);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 8px;
  border: 1px solid rgba(255,107,0,0.3);
  text-decoration: none;
  transition: all .2s;
  white-space: nowrap;
}
.hp-btn-outline:hover { background: rgba(255,107,0,0.06); border-color: rgba(255,107,0,0.6); }
.hp-btn-lg { padding: 16px 36px; font-size: 16px; }

/* ── HERO ──────────────────────────────────────────────── */
.hp-hero {
  position: relative;
  background: var(--hp-dark);
  overflow: hidden;
  padding: 120px 0 100px;
}
.hp-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hp-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .45;
}
.hp-orb1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(255,107,0,0.25), transparent 70%); top: -200px; right: -100px; }
.hp-orb2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(139,92,246,0.25), transparent 70%); bottom: -100px; left: 200px; }
.hp-orb3 { width: 300px; height: 300px; background: radial-gradient(circle, rgba(14,165,233,0.2), transparent 70%); top: 100px; left: -80px; }
.hp-grid-lines {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hp-hero-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
}
@media(max-width:900px){ .hp-hero-wrap { grid-template-columns: 1fr; gap: 48px; } }

/* Hero badge */
.hp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,107,0,0.12);
  border: 1px solid rgba(255,107,0,0.35);
  color: rgba(255,255,255,0.9);
  font-size: 13px;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 100px;
  margin-bottom: 28px;
}
.hp-badge-dot {
  width: 8px; height: 8px;
  background: var(--hp-or);
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0%,100%{ box-shadow:0 0 0 0 rgba(255,107,0,0.6); }
  50%{ box-shadow:0 0 0 6px rgba(255,107,0,0); }
}

/* Hero heading */
.hp-hero-h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(38px, 5.5vw, 70px);
  font-weight: 900;
  color: #fff;
  line-height: 1.08;
  margin: 0 0 24px;
  letter-spacing: -1.5px;
}

.hp-hero-sub {
  font-size: 17px;
  color: var(--hp-muted);
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 520px;
}

.hp-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

/* Stats row */
.hp-hero-stats {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.hp-stat-n {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.hp-stat-l { font-size: 12px; color: var(--hp-muted); margin-top: 3px; }
.hp-stat-div { width: 1px; height: 32px; background: var(--hp-border); }

/* Hero right — plugin cards */
.hp-hero-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.hp-hc {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  text-decoration: none;
  transition: all .25s;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
}
.hp-hc:hover {
  background: rgba(255,255,255,0.07);
  border-color: var(--hc-col);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px var(--hc-glow);
}
.hp-hc-ico {
  width: 48px; height: 48px; flex-shrink: 0;
  background: var(--hc-col);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  box-shadow: 0 4px 12px var(--hc-glow);
}
.hp-hc-name { font-size: 14px; font-weight: 600; color: #fff; }
.hp-hc-desc { font-size: 12px; color: var(--hp-muted); margin-top: 2px; line-height: 1.4; }
.hp-hc-arr { color: var(--hp-muted); flex-shrink: 0; margin-left: auto; transition: transform .2s; }
.hp-hc:hover .hp-hc-arr { color: var(--hc-col); transform: translateX(3px); }
@media(max-width:480px){ .hp-hero-right { grid-template-columns: 1fr; } }


/* ── BRAND LOGOS ─────────────────────────────────────── */
.hp-brands-sec {
  background: #ffffff;
  border-top: 1px solid var(--hp-border);
  border-bottom: 1px solid var(--hp-border);
  padding: 48px 0;
}
.hp-brands-label {
  text-align: center;
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 32px;
  font-weight: 500;
}
.hp-brands-wrap {
  position: relative;
  overflow: hidden;
}
.hp-brands-fade-l, .hp-brands-fade-r {
  position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none;
}
.hp-brands-fade-l { left: 0; background: linear-gradient(to right, #fff, transparent); }
.hp-brands-fade-r { right: 0; background: linear-gradient(to left, #fff, transparent); }
.hp-brands-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: brand-scroll 30s linear infinite;
}
@keyframes brand-scroll { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.hp-brand-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 36px;
  border-right: 1px solid #e5e7eb;
  white-space: nowrap;
  cursor: default;
}
.hp-brand-item:last-child { border-right: none; }
.hp-brand-ico { font-size: 20px; line-height: 1; }
.hp-brand-name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.2px;
  transition: opacity .2s;
}
.hp-brand-item:hover .hp-brand-name { opacity: 0.7; }

/* ── PLUGINS GRID ─────────────────────────────────────── */
.hp-plugins-sec {
  background: var(--hp-light);
  padding: 100px 0;
}
.hp-plugins-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media(max-width:700px){ .hp-plugins-grid { grid-template-columns: 1fr; } }
.hp-plugin-card {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--hp-border);
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  border-radius: 20px;
  padding: 32px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
  transition: all .3s;
}
.hp-plugin-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--pc-grad);
  opacity: 0;
  transition: opacity .3s;
}
.hp-plugin-card:hover {
  border-color: var(--pc-col);
  background: #ffffff;
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.10), 0 0 0 1px var(--pc-col);
}
.hp-plugin-card:hover::before { opacity: 1; }
.hp-pc-glow {
  position: absolute;
  width: 200px; height: 200px;
  background: var(--pc-lite);
  border-radius: 50%;
  bottom: -80px; right: -60px;
  filter: blur(40px);
  pointer-events: none;
  transition: opacity .3s;
}
.hp-pc-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.hp-pc-ico-wrap {
  width: 64px; height: 64px;
  background: var(--pc-lite);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 30px;
  border: 1px solid rgba(255,255,255,0.06);
}
.hp-pc-badge {
  font-size: 11px; font-weight: 700;
  padding: 4px 10px;
  border-radius: 100px;
  background: linear-gradient(135deg,var(--hp-or),var(--hp-or2));
  color: #fff;
  white-space: nowrap;
  margin-top: 4px;
}
.hp-pc-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px; font-weight: 800;
  color: var(--hp-heading);
}
.hp-pc-desc { font-size: 14px; color: #6b7280; line-height: 1.65; flex: 1; }
.hp-pc-feats { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.hp-pc-feats li {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: #374151;
}
.hp-pc-feats li svg { color: var(--pc-col); flex-shrink: 0; }
.hp-pc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
  margin-top: auto;
}
.hp-pc-price {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22px; font-weight: 800;
  color: var(--hp-heading);
}
.hp-pc-price span { font-size: 13px; font-weight: 400; color: #9ca3af; }
.hp-pc-cta {
  display: flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600;
  color: var(--pc-col);
  transition: gap .2s;
}
.hp-plugin-card:hover .hp-pc-cta { gap: 10px; }


/* ── WHY US ───────────────────────────────────────────── */
.hp-why-sec {
  background: var(--hp-light2);
  border-top: 1px solid var(--hp-border);
  border-bottom: 1px solid var(--hp-border);
  padding: 100px 0;
}
.hp-why-inner {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
  align-items: start;
}
@media(max-width:960px){ .hp-why-inner { grid-template-columns: 1fr; gap: 48px; } }
.hp-why-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media(max-width:640px){ .hp-why-right { grid-template-columns: 1fr; } }
.hp-feat-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  transition: all .25s;
}
.hp-feat-card:hover { background: #fff; border-color: var(--hp-or); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.hp-feat-ico { font-size: 26px; flex-shrink: 0; line-height: 1; }
.hp-feat-title { font-size: 15px; font-weight: 700; color: var(--hp-heading); margin-bottom: 6px; }
.hp-feat-desc { font-size: 13px; color: #6b7280; line-height: 1.6; }


/* ── METRICS BAND ─────────────────────────────────────── */
.hp-metrics {
  background: #0f1629;
  padding: 70px 0;
}
.hp-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  text-align: center;
}
@media(max-width:768px){ .hp-metrics-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 0; } }
.hp-metric {
  padding: 0 24px;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.hp-metric:last-child { border-right: none; }
.hp-metric-n {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(38px,5vw,64px);
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  -webkit-text-fill-color: #ffffff;
  background: none;
}
.hp-metric-n span { color: var(--hp-or); -webkit-text-fill-color: var(--hp-or); }
.hp-metric-l { font-size: 14px; color: rgba(255,255,255,0.5); margin-top: 10px; font-weight: 500; letter-spacing: 0.2px; }


/* ── REVIEWS ──────────────────────────────────────────── */
.hp-reviews-sec {
  background: var(--hp-light);
  padding: 100px 0;
}
.hp-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media(max-width:900px){ .hp-reviews-grid { grid-template-columns: repeat(2, 1fr); } }
@media(max-width:580px){ .hp-reviews-grid { grid-template-columns: 1fr; } }
.hp-review-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all .25s;
}
.hp-review-card:hover { background: #fff; border-color: var(--hp-or); transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.08); }
.hp-rv-stars { color: #f59e0b; font-size: 15px; letter-spacing: 2px; }
.hp-rv-title { font-size: 16px; font-weight: 700; color: var(--hp-heading); line-height: 1.4; }
.hp-rv-text { font-size: 14px; color: #6b7280; line-height: 1.7; flex: 1; }
.hp-rv-footer { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px solid #e5e7eb; margin-top: auto; }
.hp-rv-av {
  width: 38px; height: 38px; flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hp-or), var(--hp-or2));
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; color: #fff;
}
.hp-rv-name { font-size: 14px; font-weight: 600; color: var(--hp-heading); }
.hp-rv-meta { font-size: 12px; color: #9ca3af; margin-top: 2px; }


/* ── BLOG ─────────────────────────────────────────────── */
.hp-blog-sec {
  background: var(--hp-light2);
  border-top: 1px solid var(--hp-border);
  padding: 100px 0;
}
.hp-blog-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.hp-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media(max-width:900px){ .hp-blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media(max-width:580px){ .hp-blog-grid { grid-template-columns: 1fr; } }
.hp-blog-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: all .25s;
}
.hp-blog-card:hover { border-color: var(--hp-or); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.10); }
.hp-bc-img {
  height: 180px;
  background: linear-gradient(135deg, rgba(255,107,0,0.15), rgba(139,92,246,0.15));
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hp-bc-img img { width: 100%; height: 100%; object-fit: cover; }
.hp-bc-placeholder { font-size: 48px; }
.hp-bc-body { padding: 24px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.hp-bc-cat {
  font-size: 11px; font-weight: 700;
  color: var(--hp-or); letter-spacing: 1px; text-transform: uppercase;
}
.hp-bc-title { font-size: 16px; font-weight: 700; color: var(--hp-heading); line-height: 1.4; }
.hp-bc-excerpt { font-size: 13px; color: #6b7280; line-height: 1.6; flex: 1; }
.hp-bc-meta {
  display: flex; justify-content: space-between;
  font-size: 12px; color: #9ca3af;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
  margin-top: auto;
}


/* ── CTA ──────────────────────────────────────────────── */
.hp-cta-sec {
  background: #ffffff;
  padding: 80px 0;
}
.hp-cta-bg { display: none; }
.hp-cta-inner {
  background: #f4f0ff;
  border: 1px solid #ddd6fe;
  border-radius: 24px;
  padding: 52px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 100%;
  margin: 0;
  text-align: left;
}
@media(max-width:768px){
  .hp-cta-inner { flex-direction: column; text-align: center; padding: 40px 24px; }
  .hp-cta-actions { justify-content: center; }
}
.hp-cta-left { flex: 1; }
.hp-cta-right { flex-shrink: 0; }
.hp-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--hp-or);
  background: rgba(255,107,0,0.08);
  border: 1px solid rgba(255,107,0,0.2);
  padding: 5px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.hp-cta-h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 900;
  color: #1a1d2e;
  line-height: 1.15;
  letter-spacing: -0.8px;
  margin: 0 0 14px;
}
.hp-cta-sub {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
  max-width: 460px;
}
.hp-cta-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.hp-cta-actions .hp-btn-primary,
.hp-cta-actions .hp-btn-ghost {
  justify-content: center;
  white-space: nowrap;
}
.hp-cta-actions .hp-btn-ghost {
  color: #1a1d2e;
  border-color: #c4b5fd;
  background: rgba(255,255,255,0.7);
}
.hp-cta-actions .hp-btn-ghost:hover {
  border-color: #7c3aed;
  color: #7c3aed;
  background: rgba(139,92,246,0.08);
}


/* ============================================================
   PRICING PAGE  (.prc-*)
   Version: 2.9.0
   ============================================================ */

/* Hero */
.prc-hero {
  background: linear-gradient(135deg, #0f1629 0%, #162038 100%);
  padding: 80px 0 90px;
  text-align: center;
}
.prc-hero-inner { max-width: 760px; margin: 0 auto; }
.prc-plugin-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 100px;
  padding: 6px 18px 6px 8px;
  margin-bottom: 28px;
}
.prc-plugin-ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.prc-plugin-badge span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.prc-hero-h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(28px, 4.5vw, 52px);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -1px;
  margin: 0 0 20px;
}
.prc-hero-desc {
  font-size: clamp(15px, 1.8vw, 18px);
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  max-width: 580px;
  margin: 0 auto 28px;
}
.prc-hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}
.prc-hero-meta span { display: flex; align-items: center; gap: 6px; }

/* Plans section */
.prc-plans-sec { background: #f8faff; padding: 80px 0 60px; }
.prc-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 52px;
}
.prc-plan {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 20px;
  padding: 36px 32px;
  position: relative;
  transition: box-shadow .2s;
}
.prc-plan:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.08); }
.prc-plan-highlight {
  border-color: #8b5cf6;
  box-shadow: 0 0 0 4px rgba(139,92,246,0.10), 0 8px 32px rgba(139,92,246,0.12);
  z-index: 1;
  transform: translateY(-6px);
}
.prc-plan-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg,#8b5cf6,#7c3aed);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 100px;
  white-space: nowrap;
}
.prc-plan-name {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6b7280;
  margin-bottom: 6px;
}
.prc-plan-sites {
  font-size: 14px;
  color: #374151;
  font-weight: 500;
  margin-bottom: 24px;
}
.prc-plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 28px;
}
.prc-price-amt {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: #0f1629;
  letter-spacing: -2px;
  line-height: 1;
}
.prc-price-per { font-size: 14px; color: #9ca3af; font-weight: 500; }
.prc-feat-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.prc-feat-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #374151;
  line-height: 1.5;
}
.prc-feat-list svg { flex-shrink: 0; margin-top: 2px; color: #10b981; }
.prc-plan-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #e5e7eb;
  color: #374151;
  background: #fff;
  transition: all .2s;
  margin-bottom: 12px;
}
.prc-plan-btn:hover {
  border-color: #0f1629;
  color: #0f1629;
  background: #f8faff;
}
.prc-plan-btn-or {
  background: linear-gradient(135deg,#ff6b00,#ff9a00);
  border-color: transparent;
  color: #fff;
}
.prc-plan-btn-or:hover {
  opacity: .92;
  transform: translateY(-1px);
  color: #fff;
  border-color: transparent;
}
.prc-plan-note {
  font-size: 11px;
  color: #9ca3af;
  text-align: center;
  margin: 0;
}

/* Guarantee strip */
.prc-guarantee {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 32px 40px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
}
.prc-guar-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.prc-guar-item > span { font-size: 28px; flex-shrink: 0; }
.prc-guar-item strong { font-size: 14px; color: #0f1629; display: block; margin-bottom: 2px; }
.prc-guar-item p { font-size: 12px; color: #6b7280; margin: 0; line-height: 1.4; }

/* Features section */
.prc-features-sec { background: #fff; padding: 80px 0; }
.prc-features-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.prc-features-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.prc-feat-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #f8faff;
  border-radius: 10px;
  font-size: 13px;
  color: #374151;
  font-weight: 500;
}
.prc-feat-check {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* FAQ section */
.prc-faq-sec { background: #f8faff; padding: 80px 0; }
.prc-faqs { margin-top: 40px; display: flex; flex-direction: column; gap: 16px; }
.prc-faq {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px 28px;
}
.prc-faq-q {
  font-size: 16px;
  font-weight: 700;
  color: #0f1629;
  margin-bottom: 10px;
}
.prc-faq-a { font-size: 14px; color: #6b7280; line-height: 1.7; }

/* CTA section */
.prc-cta-sec { background: #fff; padding: 80px 0; }

/* Responsive */
@media (max-width: 960px) {
  .prc-plans-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
  .prc-plan-highlight { transform: none; }
  .prc-guarantee { grid-template-columns: 1fr 1fr; }
  .prc-features-inner { grid-template-columns: 1fr; gap: 40px; }
  .prc-features-right { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .prc-hero { padding: 60px 0; }
  .prc-hero-meta { flex-direction: column; gap: 10px; }
  .prc-guarantee { grid-template-columns: 1fr; padding: 24px; }
  .prc-plans-sec { padding: 60px 0 40px; }
  .prc-faq-sec, .prc-features-sec { padding: 60px 0; }
}



/* ============================================================
   CHECKOUT PAGE  (.co-*)
   ============================================================ */
.co-page {
  background: #f5f7ff;
  min-height: 100vh;
  padding: 40px 24px 80px;
}
.co-container {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 36px;
  align-items: flex-start;
}

/* ── Sidebar ─────────────────────────────────────────── */
.co-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.co-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  text-decoration: none;
  transition: color .2s;
}
.co-back-link:hover { color: #374151; }

.co-product-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 18px 20px;
}
.co-product-ico {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.co-product-name {
  font-size: 16px;
  font-weight: 700;
  color: #0f1629;
}
.co-product-plan {
  font-size: 12px;
  color: #6b7280;
  margin-top: 3px;
}

.co-order-lines {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px;
}
.co-order-line {
  display: flex;
  justify-content: space-between;
  font-size: 13.5px;
  color: #374151;
  padding: 8px 0;
  border-bottom: 1px solid #f3f4f6;
}
.co-order-line span:first-child { color: #6b7280; }
.co-line-strike span:last-child {
  text-decoration: line-through;
  color: #9ca3af;
}
.co-order-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0 0;
  margin-top: 4px;
  font-size: 15px;
  color: #0f1629;
}
.co-order-total strong {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #0f1629;
  letter-spacing: -1px;
}
.co-renew-note {
  font-size: 11px;
  color: #9ca3af;
  margin: 8px 0 0;
  text-align: right;
}

.co-trust-list {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.co-trust-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #374151;
}

.co-plan-switcher {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 18px 20px;
}
.co-ps-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: #9ca3af;
  margin: 0 0 12px;
}
.co-ps-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  text-decoration: none;
  margin-bottom: 8px;
  transition: all .2s;
  font-size: 13px;
  color: #374151;
}
.co-ps-option:last-child { margin-bottom: 0; }
.co-ps-option:hover { border-color: #8b5cf6; color: #7c3aed; }
.co-ps-option strong { font-weight: 700; font-size: 13px; }
.co-ps-active { border-color: #8b5cf6 !important; background: #faf5ff; color: #7c3aed !important; }

/* ── Form area ───────────────────────────────────────── */
.co-form-area {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 36px 40px;
}
.co-form-header { margin-bottom: 28px; }
.co-form-header h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #0f1629;
  margin: 0 0 6px;
  letter-spacing: -.4px;
}
.co-form-header p { font-size: 14px; color: #6b7280; margin: 0; }

.co-fieldset { margin-bottom: 28px; }
.co-fieldset-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #0f1629;
  margin-bottom: 16px;
}
.co-step-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0f1629;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.co-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.co-field { margin-bottom: 14px; }
.co-field:last-child { margin-bottom: 0; }
.co-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}
.co-label-note {
  font-weight: 400;
  color: #9ca3af;
  font-size: 12px;
}
.co-field input {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  font-size: 14px;
  color: #0f1629;
  font-family: 'Inter', sans-serif;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  background: #fff;
  box-sizing: border-box;
}
.co-field input:focus {
  border-color: #8b5cf6;
  box-shadow: 0 0 0 3px rgba(139,92,246,0.10);
}
.co-field input::placeholder { color: #d1d5db; }
.co-card-wrap { position: relative; }
.co-card-wrap input { padding-right: 38px; }
.co-card-wrap svg, .co-card-wrap .co-card-brand {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.co-pm-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.co-pm-tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  transition: all .2s;
  font-family: 'Inter', sans-serif;
}
.co-pm-tab:hover { border-color: #8b5cf6; color: #7c3aed; }
.co-pm-tab.active { border-color: #8b5cf6; background: #faf5ff; color: #7c3aed; }

.co-paypal-info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 10px;
  font-size: 13px;
  color: #92400e;
  line-height: 1.5;
}
.co-buy-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  background: linear-gradient(135deg, #ff6b00, #ff9a00);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all .25s;
  margin-top: 24px;
  box-shadow: 0 4px 16px rgba(255,107,0,0.25);
}
.co-buy-btn:hover:not(:disabled) {
  opacity: .93;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(255,107,0,0.35);
}
.co-buy-btn:disabled { opacity: .7; cursor: default; transform: none; }
.co-legal {
  font-size: 12px;
  color: #9ca3af;
  text-align: center;
  margin: 12px 0 0;
  line-height: 1.6;
}
.co-legal a { color: #6b7280; text-decoration: underline; }

/* ── Responsive ──────────────────────────────────────── */
@media (max-width: 860px) {
  .co-container { grid-template-columns: 1fr; }
  .co-form-area { padding: 28px 24px; }
}
@media (max-width: 520px) {
  .co-page { padding: 24px 16px 60px; }
  .co-row-2 { grid-template-columns: 1fr; }
  .co-form-header h1 { font-size: 20px; }
}
