/*
Theme Name: Assignment Help Pro
Theme URI: https://yourdomain.com
Author: YourBrand
Description: Professional Academic Assignment Help Website Theme
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: assignment-help-pro
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Open+Sans:wght@400;600&display=swap');

:root {
  --primary: #1a73e8;
  --primary-dark: #1557b0;
  --secondary: #f97316;
  --accent: #10b981;
  --dark: #0f172a;
  --dark-2: #1e293b;
  --text: #374151;
  --text-light: #6b7280;
  --bg-light: #f8fafc;
  --bg-section: #f1f5f9;
  --white: #ffffff;
  --border: #e2e8f0;
  --radius: 10px;
  --shadow: 0 4px 20px rgba(0,0,0,0.08);
  --shadow-hover: 0 8px 32px rgba(26,115,232,0.18);
  --font-main: 'Poppins', sans-serif;
  --font-body: 'Open Sans', sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text); background: var(--white); font-size: 15px; line-height: 1.7; }
h1,h2,h3,h4,h5,h6 { font-family: var(--font-main); font-weight: 700; color: var(--dark); line-height: 1.3; margin: 0; }
a { text-decoration: none; color: var(--primary); transition: all 0.3s; }
a:hover { color: var(--primary-dark); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; padding: 0; margin: 0; }
p { margin: 0; }
input, select, textarea, button { font-family: var(--font-body); }

.ah-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.ah-section { padding: 80px 0; }
.ah-section-alt { background: var(--bg-section); }
.ah-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.ah-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.ah-grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.ah-section-header { text-align: center; margin-bottom: 50px; }
.ah-eyebrow { display: inline-block; background: rgba(26,115,232,0.1); color: var(--primary); font-size: 13px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 18px; border-radius: 30px; margin-bottom: 14px; font-family: var(--font-main); }
.ah-section-header h2 { font-size: clamp(26px,4vw,40px); margin-bottom: 14px; }
.ah-section-header p { font-size: 16px; color: var(--text-light); max-width: 620px; margin: 0 auto; }

.ah-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: 8px; font-family: var(--font-main); font-weight: 600; font-size: 15px; cursor: pointer; transition: all 0.3s; border: none; white-space: nowrap; text-decoration: none; }
.ah-btn-primary { background: var(--primary); color: #fff !important; box-shadow: 0 4px 14px rgba(26,115,232,0.35); }
.ah-btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); color: #fff !important; }
.ah-btn-secondary { background: var(--secondary); color: #fff !important; box-shadow: 0 4px 14px rgba(249,115,22,0.35); }
.ah-btn-secondary:hover { background: #ea6c00; transform: translateY(-2px); color: #fff !important; }
.ah-btn-outline { background: transparent; color: var(--primary) !important; border: 2px solid var(--primary); }
.ah-btn-outline:hover { background: var(--primary); color: #fff !important; }
.ah-btn-white { background: #fff; color: var(--primary) !important; }
.ah-btn-white:hover { background: var(--bg-light); }
.ah-btn-white-outline { background: transparent; color: #fff !important; border: 2px solid rgba(255,255,255,0.5); }
.ah-btn-white-outline:hover { background: rgba(255,255,255,0.1); }
.ah-btn-sm { padding: 9px 20px; font-size: 13px; }
.ah-btn-lg { padding: 16px 36px; font-size: 16px; }
.ah-btn-full { width: 100%; justify-content: center; }

/* TOP BAR */
.ah-topbar { background: var(--dark-2); color: #cbd5e1; padding: 9px 0; font-size: 13px; font-family: var(--font-main); }
.ah-topbar-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.ah-topbar-left, .ah-topbar-right { display: flex; gap: 20px; align-items: center; }
.ah-topbar a { color: #cbd5e1; display: flex; align-items: center; gap: 6px; }
.ah-topbar a:hover { color: var(--secondary); }
.ah-promo-badge { background: var(--secondary); color: #fff; padding: 3px 10px; border-radius: 4px; font-weight: 600; font-size: 12px; }

/* HEADER */
.ah-header { background: #fff; box-shadow: 0 2px 16px rgba(0,0,0,0.08); position: sticky; top: 0; z-index: 9999; }
.ah-header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.ah-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.ah-logo img { height: 50px; width: auto; }
.ah-logo-text { font-family: var(--font-main); font-weight: 800; font-size: 20px; color: var(--primary); line-height: 1.1; }
.ah-logo-text span { display: block; font-size: 10px; font-weight: 400; color: var(--text-light); letter-spacing: 1px; text-transform: uppercase; }
.ah-nav { display: flex; align-items: center; gap: 4px; }
.ah-nav a { font-family: var(--font-main); font-size: 14px; font-weight: 500; color: var(--dark); padding: 8px 13px; border-radius: 6px; }
.ah-nav a:hover, .ah-nav a.active { color: var(--primary); background: rgba(26,115,232,0.07); }
.ah-nav-cta { display: flex; align-items: center; gap: 10px; }
.ah-login-btn { font-family: var(--font-main); font-size: 14px; font-weight: 600; color: var(--primary) !important; padding: 8px 16px; border: 2px solid var(--border); border-radius: 8px; }
.ah-login-btn:hover { border-color: var(--primary); }
.ah-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.ah-hamburger span { display: block; width: 24px; height: 2px; background: var(--dark); border-radius: 2px; transition: all 0.3s; }

/* HERO */
.ah-hero { background: linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#0d2b6b 100%); padding: 70px 0 80px; position: relative; overflow: hidden; }
.ah-hero::before { content:''; position:absolute; inset:0; background: radial-gradient(circle at 80% 20%,rgba(26,115,232,0.12),transparent 50%),radial-gradient(circle at 20% 80%,rgba(249,115,22,0.08),transparent 50%); }
.ah-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center; }
.ah-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); padding: 6px 16px; border-radius: 30px; font-size: 13px; color: #fff; margin-bottom: 20px; }
.ah-dot { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; animation: ahPulse 2s infinite; }
@keyframes ahPulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.6;transform:scale(1.4)} }
.ah-hero h1 { font-size: clamp(30px,4vw,50px); color: #fff; margin-bottom: 18px; }
.ah-hero h1 span { color: var(--secondary); }
.ah-hero-sub { font-size: 17px; color: #94a3b8; margin-bottom: 30px; max-width: 520px; }
.ah-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.ah-trust-row { display: flex; gap: 24px; flex-wrap: wrap; }
.ah-trust-item { display: flex; align-items: center; gap: 8px; }
.ah-trust-stars { color: #fbbf24; font-size: 13px; }
.ah-trust-score { font-size: 15px; font-weight: 700; color: #fff; font-family: var(--font-main); }
.ah-trust-platform { font-size: 12px; color: #94a3b8; }

/* ORDER FORM */
.ah-order-card { background: #fff; border-radius: 16px; padding: 32px 28px; box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.ah-order-card h3 { font-size: 20px; color: var(--dark); margin-bottom: 4px; }
.ah-card-sub { font-size: 13px; color: var(--text-light); margin-bottom: 22px; display: block; }
.ah-form-group { margin-bottom: 14px; }
.ah-form-group label { display: block; font-size: 11px; font-weight: 600; color: var(--text); margin-bottom: 5px; font-family: var(--font-main); text-transform: uppercase; letter-spacing: .5px; }
.ah-form-group input, .ah-form-group select, .ah-form-group textarea { width: 100%; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 14px; color: var(--dark); transition: border-color .3s; background: #fff; }
.ah-form-group input:focus, .ah-form-group select:focus, .ah-form-group textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(26,115,232,0.1); }
.ah-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ah-form-submit { width: 100%; padding: 15px; font-size: 16px; background: var(--secondary); color: #fff; border: none; border-radius: 8px; font-weight: 700; font-family: var(--font-main); cursor: pointer; transition: all .3s; margin-top: 4px; }
.ah-form-submit:hover { background: #ea6c00; transform: translateY(-1px); }
.ah-form-note { text-align: center; font-size: 12px; color: var(--text-light); margin-top: 10px; display: block; }

/* STATS */
.ah-stats-bar { background: var(--primary); padding: 28px 0; }
.ah-stats-inner { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.ah-stat-item { text-align: center; }
.ah-stat-num { font-family: var(--font-main); font-size: 32px; font-weight: 800; color: #fff; line-height: 1; display: block; }
.ah-stat-label { font-size: 13px; color: rgba(255,255,255,.82); margin-top: 4px; display: block; }

/* CARDS */
.ah-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; transition: all .3s; border: 1px solid var(--border); }
.ah-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: var(--primary); }
.ah-card-icon { width: 56px; height: 56px; background: rgba(26,115,232,0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; font-size: 26px; }
.ah-card h3 { font-size: 18px; margin-bottom: 10px; }
.ah-card p { font-size: 14px; color: var(--text-light); line-height: 1.7; }

/* SERVICE CARDS */
.ah-service-card { background: #fff; border-radius: var(--radius); border: 1px solid var(--border); padding: 28px; transition: all .3s; }
.ah-service-card:hover { border-color: var(--primary); box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.ah-tag { font-size: 11px; font-weight: 600; color: var(--primary); background: rgba(26,115,232,0.08); padding: 4px 10px; border-radius: 30px; display: inline-block; margin-bottom: 12px; text-transform: uppercase; letter-spacing: .5px; font-family: var(--font-main); }
.ah-service-card h3 { font-size: 17px; margin-bottom: 10px; }
.ah-service-card .ah-service-icon { font-size: 36px; margin-bottom: 10px; display: block; }
.ah-service-list { margin: 10px 0 16px; }
.ah-service-list li { font-size: 13px; color: var(--text-light); padding: 4px 0 4px 18px; position: relative; }
.ah-service-list li::before { content:'✓'; position:absolute; left:0; color:var(--accent); font-weight:700; }
.ah-service-desc { font-size: 14px; color: var(--text-light); margin-bottom: 14px; }

/* WRITER CARDS */
.ah-writer-card { background: #fff; border-radius: var(--radius); border: 1px solid var(--border); padding: 24px; text-align: center; transition: all .3s; }
.ah-writer-card:hover { border-color: var(--primary); box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.ah-writer-avatar { width: 90px; height: 90px; border-radius: 50%; margin: 0 auto 14px; object-fit: cover; border: 3px solid var(--primary); display: flex; align-items: center; justify-content: center; font-size: 34px; background: var(--bg-section); overflow: hidden; }
.ah-writer-avatar img { width: 100%; height: 100%; object-fit: cover; }
.ah-writer-card h3 { font-size: 16px; margin-bottom: 4px; }
.ah-writer-subject { font-size: 12px; color: var(--primary); font-weight: 600; margin-bottom: 8px; display: block; }
.ah-rating-stars { color: #fbbf24; font-size: 14px; margin-bottom: 4px; display: block; }
.ah-writer-stats { display: flex; justify-content: center; gap: 18px; margin: 12px 0; padding: 12px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.ws-n { font-size: 15px; font-weight: 700; color: var(--dark); font-family: var(--font-main); display: block; }
.ws-l { font-size: 11px; color: var(--text-light); display: block; }
.ah-writer-bio { font-size: 12px; color: var(--text-light); margin-bottom: 14px; line-height: 1.5; }

/* HOW IT WORKS */
.ah-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; position: relative; }
.ah-steps::before { content:''; position:absolute; top:36px; left:16.6%; right:16.6%; height:2px; background:linear-gradient(90deg,var(--primary),var(--secondary)); z-index:0; }
.ah-step { text-align: center; position: relative; z-index: 1; }
.ah-step-num { width: 72px; height: 72px; border-radius: 50%; background: var(--primary); color: #fff; font-size: 22px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-family: var(--font-main); box-shadow: 0 6px 20px rgba(26,115,232,0.35); border: 4px solid #fff; }
.ah-step h3 { font-size: 17px; margin-bottom: 10px; }
.ah-step p { font-size: 14px; color: var(--text-light); }

/* PRICING */
.ah-pricing-card { background: #fff; border-radius: 14px; border: 2px solid var(--border); padding: 36px 28px; text-align: center; transition: all .3s; position: relative; }
.ah-pricing-card.featured { border-color: var(--primary); box-shadow: 0 12px 40px rgba(26,115,232,0.2); transform: scale(1.04); }
.ah-plan-badge { position:absolute; top:-14px; left:50%; transform:translateX(-50%); background:var(--secondary); color:#fff; font-size:12px; font-weight:700; padding:4px 18px; border-radius:30px; white-space:nowrap; font-family:var(--font-main); }
.ah-plan-name { font-size: 13px; font-weight: 600; color: var(--text-light); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; font-family: var(--font-main); display: block; }
.ah-price-big { font-size: 48px; font-weight: 800; color: var(--dark); font-family: var(--font-main); line-height: 1; display: block; }
.ah-price-big sup { font-size: 22px; vertical-align: top; margin-top: 10px; display: inline-block; }
.ah-price-note { font-size: 13px; color: var(--text-light); margin: 6px 0 22px; display: block; }
.ah-pricing-features { text-align: left; margin: 20px 0; }
.ah-pricing-features li { padding: 8px 0; font-size: 14px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 10px; }
.ah-pricing-features li:last-child { border: none; }
.pf-check { color: var(--accent); font-weight: 700; }

/* FAQ */
.ah-faq-item { border: 1px solid var(--border); border-radius: 10px; margin-bottom: 12px; overflow: hidden; }
.ah-faq-q { padding: 19px 22px; font-weight: 600; font-size: 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; background: #fff; transition: background .3s; font-family: var(--font-main); }
.ah-faq-q:hover { background: var(--bg-light); }
.ah-faq-arrow { font-size: 20px; color: var(--primary); transition: transform .3s; flex-shrink: 0; margin-left: 12px; }
.ah-faq-a { padding: 0 22px 18px; font-size: 14px; color: var(--text-light); line-height: 1.8; display: none; }
.ah-faq-item.open .ah-faq-a { display: block; }
.ah-faq-item.open .ah-faq-q { background: rgba(26,115,232,0.05); color: var(--primary); }
.ah-faq-item.open .ah-faq-arrow { transform: rotate(45deg); }

/* BLOG */
.ah-blog-card { background: #fff; border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; transition: all .3s; }
.ah-blog-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.ah-blog-img { width: 100%; height: 200px; object-fit: cover; display: block; }
.ah-blog-img-ph { width: 100%; height: 200px; background: var(--bg-section); display: flex; align-items: center; justify-content: center; color: var(--text-light); font-size: 13px; font-family: var(--font-main); }
.ah-blog-body { padding: 22px; }
.ah-blog-meta { display: flex; gap: 12px; font-size: 12px; color: var(--text-light); margin-bottom: 10px; flex-wrap: wrap; }
.ah-blog-cat { color: var(--primary); font-weight: 600; }
.ah-blog-card h3 { font-size: 16px; margin-bottom: 10px; line-height: 1.4; }
.ah-blog-card h3 a { color: var(--dark); }
.ah-blog-card h3 a:hover { color: var(--primary); }
.ah-blog-excerpt { font-size: 13px; color: var(--text-light); margin-bottom: 16px; }

/* TESTIMONIALS */
.ah-testimonial { background: #fff; border-radius: var(--radius); padding: 28px; border: 1px solid var(--border); box-shadow: var(--shadow); }
.ah-t-stars { color: #fbbf24; font-size: 16px; margin-bottom: 14px; display: block; }
.ah-testimonial blockquote { font-size: 14px; color: var(--text); line-height: 1.8; font-style: italic; margin-bottom: 18px; }
.ah-t-author { display: flex; align-items: center; gap: 12px; }
.ah-t-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--bg-section); font-size: 20px; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.ah-t-name { font-weight: 600; font-size: 14px; font-family: var(--font-main); display: block; }
.ah-t-meta { font-size: 12px; color: var(--text-light); display: block; }

/* SAMPLES */
.ah-sample-card { background: #fff; border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; transition: all .3s; }
.ah-sample-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.ah-sample-thumb { height: 150px; background: linear-gradient(135deg,var(--bg-section),var(--border)); display: flex; align-items: center; justify-content: center; font-size: 48px; }
.ah-sample-body { padding: 20px; }
.ah-sample-tag { font-size: 11px; background: rgba(26,115,232,0.1); color: var(--primary); padding: 3px 10px; border-radius: 30px; font-weight: 600; font-family: var(--font-main); display: inline-block; margin-bottom: 8px; }
.ah-sample-body h3 { font-size: 15px; margin-bottom: 8px; line-height: 1.4; }
.ah-sample-meta { display: flex; gap: 12px; font-size: 12px; color: var(--text-light); margin-bottom: 14px; flex-wrap: wrap; }
.ah-sample-btns { display: flex; gap: 8px; flex-wrap: wrap; }

/* GUARANTEES */
.ah-guarantee-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.ah-guarantee-item { text-align: center; padding: 22px 14px; }
.ah-g-icon { font-size: 38px; margin-bottom: 10px; display: block; }
.ah-guarantee-item h4 { font-size: 14px; margin-bottom: 6px; }
.ah-guarantee-item p { font-size: 13px; color: var(--text-light); }

/* CONTACT */
.ah-contact-form-wrap { background: #fff; border-radius: 14px; padding: 38px; box-shadow: var(--shadow); }
.ah-contact-info-box { background: var(--primary); border-radius: 14px; padding: 38px; }
.ah-contact-info-box h3 { color: #fff; font-size: 22px; margin-bottom: 10px; }
.ah-contact-info-box > p { color: rgba(255,255,255,.82); margin-bottom: 28px; font-size: 15px; }
.ah-c-method { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.ah-c-icon { width: 44px; height: 44px; background: rgba(255,255,255,0.15); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.ah-c-method h4 { color: #fff; font-size: 14px; margin-bottom: 2px; }
.ah-c-method p { color: rgba(255,255,255,.75); font-size: 13px; }

/* BREADCRUMB */
.ah-breadcrumb-bar { background: var(--bg-section); padding: 13px 0; border-bottom: 1px solid var(--border); }
.ah-breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 13px; flex-wrap: wrap; }
.ah-breadcrumb a { color: var(--text-light); }
.ah-breadcrumb a:hover { color: var(--primary); }
.ah-bc-sep { color: var(--border); }
.ah-bc-current { color: var(--primary); font-weight: 600; }

/* PAGE HERO */
.ah-page-hero { background: linear-gradient(135deg,#0f172a,#0d2b6b); padding: 60px 0; text-align: center; }
.ah-page-hero h1 { font-size: clamp(26px,4vw,44px); color: #fff; margin-bottom: 14px; }
.ah-page-hero p { color: #94a3b8; font-size: 17px; max-width: 600px; margin: 0 auto; }

/* PRE FOOTER */
.ah-pre-footer { background: var(--primary); padding: 50px 0; text-align: center; }
.ah-pre-footer h2 { color: #fff; font-size: clamp(22px,3vw,32px); margin-bottom: 12px; }
.ah-pre-footer p { color: rgba(255,255,255,.85); margin-bottom: 26px; font-size: 16px; }
.ah-btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* FOOTER */
.ah-footer { background: var(--dark); color: #94a3b8; padding: 60px 0 0; }
.ah-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.ah-footer-col h4 { color: #fff; font-family: var(--font-main); font-size: 15px; margin-bottom: 18px; }
.ah-footer-col > p { font-size: 13px; line-height: 1.8; }
.ah-footer-col ul li { margin-bottom: 8px; }
.ah-footer-col ul li a { color: #94a3b8; font-size: 13px; }
.ah-footer-col ul li a:hover { color: var(--secondary); }
.ah-social-links { display: flex; gap: 10px; margin-top: 18px; }
.ah-social-links a { width: 36px; height: 36px; background: rgba(255,255,255,0.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #94a3b8; font-size: 14px; font-weight: 700; }
.ah-social-links a:hover { background: var(--primary); color: #fff; }
.ah-footer-bottom { border-top: 1px solid #1e293b; padding: 22px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 12px; }
.ah-footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.ah-footer-links a, .ah-footer-bottom p { color: #94a3b8; }
.ah-footer-links a:hover { color: var(--secondary); }

/* BLOG SINGLE */
.ah-post-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 50px; align-items: start; }
.ah-post-body h2 { font-size: 24px; margin: 32px 0 14px; }
.ah-post-body h3 { font-size: 19px; margin: 24px 0 10px; }
.ah-post-body p { margin-bottom: 16px; line-height: 1.85; }
.ah-post-body ul, .ah-post-body ol { margin: 14px 0 18px 22px; }
.ah-post-body li { margin-bottom: 8px; line-height: 1.7; }
.ah-highlight-box { background: rgba(26,115,232,0.07); border-left: 4px solid var(--primary); padding: 18px 22px; border-radius: 0 8px 8px 0; margin: 22px 0; }
.ah-sidebar-card { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 24px; margin-bottom: 24px; }
.ah-sidebar-card h4 { font-size: 16px; margin-bottom: 14px; }
.ah-post-featured-img { width: 100%; height: 380px; object-fit: cover; border-radius: 14px; margin-bottom: 28px; display: block; }
.ah-post-meta { display: flex; gap: 18px; flex-wrap: wrap; font-size: 13px; color: var(--text-light); margin-bottom: 20px; align-items: center; }
.ah-post-cat-badge { background: rgba(26,115,232,0.1); color: var(--primary); padding: 3px 12px; border-radius: 20px; font-weight: 600; }
.ah-author-box { display: flex; gap: 16px; align-items: center; background: var(--bg-light); border-radius: 12px; padding: 20px; margin-top: 36px; }
.ah-author-avatar { width: 56px; height: 56px; border-radius: 50%; font-size: 26px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; background: var(--bg-section); }
.ah-author-box h4 { font-size: 15px; margin-bottom: 2px; }
.ah-author-box p { font-size: 13px; color: var(--text-light); }

/* ABOUT PAGE */
.ah-team-card { background: #fff; border-radius: var(--radius); border: 1px solid var(--border); padding: 28px; text-align: center; transition: all .3s; }
.ah-team-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.ah-team-avatar { width: 90px; height: 90px; border-radius: 50%; margin: 0 auto 16px; font-size: 34px; background: var(--bg-section); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ah-team-role { font-size: 13px; color: var(--primary); font-weight: 600; margin-bottom: 10px; display: block; }

/* NOTICE BOX */
.ah-notice { background: rgba(26,115,232,0.08); border-left: 4px solid var(--primary); padding: 16px 20px; border-radius: 0 8px 8px 0; font-size: 14px; margin-bottom: 24px; }

/* IMG PLACEHOLDER */
.ah-img-ph { background: linear-gradient(135deg,#e2e8f0,#cbd5e1); border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #94a3b8; font-size: 13px; font-family: var(--font-main); text-align: center; gap: 8px; border: 2px dashed #cbd5e1; padding: 20px; }
.ah-img-ph .ph-icon { font-size: 40px; }

/* PRICE TABLE */
.ah-price-table-wrap { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); max-width: 750px; margin: 0 auto; }
.ah-price-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.ah-price-table thead tr { background: var(--primary); color: #fff; }
.ah-price-table th { padding: 16px 20px; text-align: left; font-family: var(--font-main); }
.ah-price-table td { padding: 14px 20px; border-bottom: 1px solid var(--border); }
.ah-price-table tr:nth-child(even) td { background: var(--bg-light); }
.ah-price-table tr:last-child td { border: none; }
.ah-price-table td:first-child { font-weight: 600; }

/* PAGINATION */
.ah-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 50px; flex-wrap: wrap; }

/* FILTER ROW */
.ah-filter-row { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 40px; }

/* RESPONSIVE */
@media(max-width:1024px){
  .ah-grid-4,.ah-guarantee-grid{grid-template-columns:repeat(2,1fr);}
  .ah-footer-grid{grid-template-columns:1fr 1fr;}
  .ah-stats-inner{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:900px){
  .ah-post-wrap{grid-template-columns:1fr;}
}
@media(max-width:768px){
  .ah-section{padding:54px 0;}
  .ah-grid-2,.ah-grid-3,.ah-steps{grid-template-columns:1fr;}
  .ah-hero-inner{grid-template-columns:1fr;}
  .ah-steps::before{display:none;}
  .ah-nav{display:none;flex-direction:column;position:absolute;top:72px;left:0;right:0;background:#fff;padding:20px;box-shadow:0 8px 24px rgba(0,0,0,.1);z-index:9998;}
  .ah-nav.open{display:flex;}
  .ah-hamburger{display:flex;}
  .ah-footer-grid{grid-template-columns:1fr;}
  .ah-footer-bottom{flex-direction:column;text-align:center;}
  .ah-form-row{grid-template-columns:1fr;}
  .ah-pricing-card.featured{transform:scale(1);}
  .ah-hero-btns{flex-direction:column;}
  .ah-trust-row{gap:12px;}
  .ah-topbar-inner{flex-direction:column;gap:6px;text-align:center;}
  .ah-header-inner{position:relative;}
}
@media(max-width:480px){
  .ah-grid-4,.ah-guarantee-grid{grid-template-columns:1fr;}
  .ah-stat-num{font-size:26px!important;}
}
