/* ---- SCOPED la prefixul .axy- ca sa nu afecteze tema ---- */
.axy-wrap { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #1a1a2e; line-height: 1.65; }
.axy-wrap *, .axy-wrap *::before, .axy-wrap *::after { box-sizing: border-box; }
.axy-wrap a { text-decoration: none; }
.axy-wrap img { max-width: 100%; display: block; }
/* TOKENS — culori compatibile cu tema alba */
.axy-wrap {
--c-dark: #1a1a2e;
--c-dark2: #16213e;
--c-accent: #e8531a; /* portocaliu — culoarea principala din logo */
--c-accent2: #c94410;
--c-blue: #0f3460;
--c-light: #f8f9fc;
--c-border: #e4e7ef;
--c-muted: #6b7280;
--c-white: #ffffff;
--radius: 12px;
--radius-sm: 8px;
}
/* SECTIUNI */
.axy-section { padding: 70px 20px; max-width: 1100px; margin: 0 auto; }
.axy-section-wide { padding: 60px 20px; }
.axy-section-bg { background: var(--c-light); border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border); }
.axy-section-dark { background: var(--c-dark); border-radius: var(--radius); margin: 0 20px; overflow: hidden; }
/* EYEBROW */
.axy-eyebrow {
display: inline-block;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--c-accent);
background: rgba(232,83,26,0.1);
padding: 5px 14px;
border-radius: 50px;
margin-bottom: 16px;
}
/* TITLURI */
.axy-h1 { font-size: clamp(34px, 5vw, 58px); font-weight: 800; line-height: 1.08; letter-spacing: -1.5px; color: var(--c-dark); margin-bottom: 20px; }
.axy-h2 { font-size: clamp(26px, 3.5vw, 40px); font-weight: 800; line-height: 1.1; letter-spacing: -1px; color: var(--c-dark); margin-bottom: 16px; }
.axy-h2-light { color: var(--c-white) !important; }
.axy-h1 em, .axy-h2 em { font-style: normal; color: var(--c-accent); }
.axy-lead { font-size: 17px; color: var(--c-muted); max-width: 520px; margin-bottom: 36px; line-height: 1.75; }
.axy-lead-center { text-align: center; margin-left: auto; margin-right: auto; }
.axy-sub { font-size: 15px; color: var(--c-muted); line-height: 1.7; }
/* BUTOANE */
.axy-btn-group { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.axy-btn-primary {
display: inline-flex; align-items: center; gap: 8px;
background: var(--c-accent); color: #fff;
font-weight: 700; font-size: 15px;
padding: 14px 28px; border-radius: 50px;
transition: background 0.2s, transform 0.15s;
box-shadow: 0 4px 20px rgba(232,83,26,0.3);
}
.axy-btn-primary:hover { background: var(--c-accent2); transform: translateY(-2px); color: #fff; }
.axy-btn-secondary {
display: inline-flex; align-items: center; gap: 8px;
background: transparent; color: var(--c-dark);
font-weight: 600; font-size: 15px;
padding: 13px 28px; border-radius: 50px;
border: 2px solid var(--c-border);
transition: border-color 0.2s, background 0.2s;
}
.axy-btn-secondary:hover { border-color: var(--c-accent); background: rgba(232,83,26,0.05); color: var(--c-dark); }
/* ===== HERO ===== */
.axy-hero { padding: 70px 20px 60px; max-width: 1100px; margin: 0 auto; }
.axy-hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; }
.axy-trust-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.axy-stars { display: flex; gap: 2px; }
.axy-star { color: #f59e0b; font-size: 18px; }
.axy-trust-text { font-size: 14px; color: var(--c-muted); }
.axy-trust-text strong { color: var(--c-dark); }
/* Dashboard visual */
.axy-dashboard {
background: var(--c-dark2);
border-radius: 18px;
padding: 24px;
box-shadow: 0 24px 60px rgba(0,0,0,0.18);
position: relative;
}
.axy-dash-header { display: flex; align-items: center; gap: 6px; margin-bottom: 18px; }
.axy-dot { width: 10px; height: 10px; border-radius: 50%; }
.axy-dot-r { background: #ff5f57; }
.axy-dot-y { background: #febc2e; }
.axy-dot-g { background: #28c840; }
.axy-dash-label { font-size: 12px; color: #8b93b0; margin-left: 8px; }
.axy-rank-row { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.axy-rank-row:last-of-type { border-bottom: none; }
.axy-rank-kw { font-size: 13px; color: rgba(255,255,255,0.8); }
.axy-rank-badge { font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 50px; }
.axy-rank-up { background: rgba(232,83,26,0.15); color: #ff7c42; }
.axy-rank-new { background: rgba(245,158,11,0.15); color: #f59e0b; }
.axy-chart-wrap { margin-top: 18px; }
.axy-chart-lbl { font-size: 11px; color: #8b93b0; margin-bottom: 10px; }
.axy-bars { display: flex; align-items: flex-end; gap: 4px; height: 55px; }
.axy-bar { flex: 1; border-radius: 3px 3px 0 0; background: rgba(232,83,26,0.2); }
.axy-bar-active { background: var(--c-accent); }
.axy-dash-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 14px; }
.axy-dash-stat { background: rgba(232,83,26,0.08); border: 1px solid rgba(232,83,26,0.15); border-radius: var(--radius-sm); padding: 10px; }
.axy-dash-stat-num { font-size: 19px; font-weight: 800; color: #ff7c42; }
.axy-dash-stat-lbl { font-size: 10px; color: #8b93b0; margin-top: 2px; }
/* ===== STATS BAR ===== */
.axy-stats-bar { background: var(--c-dark); padding: 44px 20px; }
.axy-stats-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.axy-stat-item { text-align: center; padding: 0 16px; border-right: 1px solid rgba(255,255,255,0.1); }
.axy-stat-item:last-child { border-right: none; }
.axy-stat-num { font-size: 38px; font-weight: 900; color: var(--c-accent); line-height: 1; margin-bottom: 8px; }
.axy-stat-lbl { font-size: 13px; color: rgba(255,255,255,0.55); }
/* ===== SERVICES ===== */
.axy-services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.axy-card {
background: var(--c-white);
border: 1.5px solid var(--c-border);
border-radius: var(--radius);
padding: 26px;
transition: border-color 0.22s, box-shadow 0.22s, transform 0.2s;
position: relative;
overflow: hidden;
}
.axy-card::after {
content: ''; position: absolute; bottom: 0; left: 0; right: 0;
height: 3px; background: var(--c-accent);
transform: scaleX(0); transition: transform 0.28s; transform-origin: left;
}
.axy-card:hover { border-color: rgba(232,83,26,0.35); box-shadow: 0 8px 32px rgba(0,0,0,0.08); transform: translateY(-3px); }
.axy-card:hover::after { transform: scaleX(1); }
.axy-card-featured { border-color: rgba(232,83,26,0.4); box-shadow: 0 4px 20px rgba(232,83,26,0.1); }
.axy-featured-tag { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; background: var(--c-accent); padding: 3px 10px; border-radius: 50px; margin-bottom: 14px; }
.axy-service-icon { font-size: 32px; margin-bottom: 14px; }
.axy-card h3 { font-size: 17px; font-weight: 700; color: var(--c-dark); margin-bottom: 10px; }
.axy-card p { font-size: 14px; color: var(--c-muted); line-height: 1.65; margin-bottom: 18px; }
.axy-price { font-size: 26px; font-weight: 900; color: var(--c-accent); margin-bottom: 16px; }
.axy-price span { font-size: 13px; font-weight: 400; color: var(--c-muted); }
.axy-card-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: var(--c-accent); transition: gap 0.2s; }
.axy-card-link:hover { gap: 10px; color: var(--c-accent2); }
/* ===== STEPS ===== */
.axy-steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; }
.axy-step { text-align: center; padding: 0 8px; }
.axy-step-num {
width: 64px; height: 64px; border-radius: 50%;
border: 2px solid rgba(232,83,26,0.3);
background: rgba(232,83,26,0.07);
display: flex; align-items: center; justify-content: center;
font-size: 24px; font-weight: 900; color: var(--c-accent);
margin: 0 auto 18px;
}
.axy-step h3 { font-size: 16px; font-weight: 700; color: var(--c-dark); margin-bottom: 8px; }
.axy-step p { font-size: 13px; color: var(--c-muted); line-height: 1.65; }
/* ===== REVIEWS ===== */
.axy-reviews-summary {
display: flex; align-items: center; gap: 20px;
background: linear-gradient(135deg, rgba(232,83,26,0.06) 0%, rgba(15,52,96,0.04) 100%);
border: 1.5px solid rgba(232,83,26,0.2);
border-radius: var(--radius); padding: 24px 28px; margin-bottom: 32px; flex-wrap: wrap;
}
.axy-reviews-big { font-size: 54px; font-weight: 900; color: var(--c-accent); line-height: 1; }
.axy-reviews-right { flex: 1; }
.axy-reviews-stars { display: flex; gap: 4px; margin-bottom: 6px; }
.axy-reviews-sub { font-size: 14px; color: var(--c-muted); }
.axy-reviews-sub strong { color: var(--c-dark); }
.axy-reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.axy-review-card { background: var(--c-white); border: 1.5px solid var(--c-border); border-radius: var(--radius); padding: 24px; transition: border-color 0.22s; }
.axy-review-card:hover { border-color: rgba(232,83,26,0.25); }
.axy-review-stars { display: flex; gap: 3px; margin-bottom: 12px; }
.axy-review-text { font-size: 14px; color: #374151; line-height: 1.7; margin-bottom: 18px; font-style: italic; }
.axy-review-text::before { content: '\201C'; color: var(--c-accent); font-size: 22px; line-height: 0; vertical-align: -7px; margin-right: 2px; }
.axy-review-author { display: flex; align-items: center; gap: 10px; }
.axy-avatar {
width: 38px; height: 38px; border-radius: 50%;
background: linear-gradient(135deg, var(--c-accent), var(--c-accent2));
display: flex; align-items: center; justify-content: center;
font-size: 14px; font-weight: 700; color: #fff; flex-shrink: 0;
}
.axy-review-name { font-size: 14px; font-weight: 700; color: var(--c-dark); }
.axy-review-role { font-size: 12px; color: var(--c-muted); }
/* ===== SHIELD / WHY ===== */
.axy-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.axy-shield-box {
background: var(--c-white);
border: 1.5px solid var(--c-border);
border-radius: var(--radius); padding: 32px; text-align: center;
box-shadow: 0 8px 32px rgba(0,0,0,0.06);
}
.axy-shield-icon { font-size: 56px; margin-bottom: 12px; }
.axy-shield-title { font-size: 20px; font-weight: 800; color: var(--c-dark); margin-bottom: 6px; }
.axy-shield-sub { font-size: 14px; color: var(--c-muted); margin-bottom: 22px; }
.axy-checks { list-style: none; text-align: left; display: flex; flex-direction: column; gap: 11px; padding: 0; }
.axy-checks li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #374151; }
.axy-check-icon { width: 20px; height: 20px; border-radius: 50%; background: rgba(232,83,26,0.12); color: var(--c-accent); display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; margin-top: 1px; font-weight: 700; }
.axy-trust-points { display: flex; flex-direction: column; gap: 26px; }
.axy-trust-point { display: flex; gap: 16px; }
.axy-trust-point-icon { font-size: 26px; flex-shrink: 0; margin-top: 2px; }
.axy-trust-point h3 { font-size: 17px; font-weight: 700; color: var(--c-dark); margin-bottom: 6px; }
.axy-trust-point p { font-size: 14px; color: var(--c-muted); line-height: 1.65; }
/* ===== CTA BANNER ===== */
.axy-cta-band { background: var(--c-dark); border-radius: var(--radius); margin: 0 20px; padding: 64px 40px; text-align: center; position: relative; overflow: hidden; }
.axy-cta-band::before { content: ''; position: absolute; top: -80px; left: 50%; transform: translateX(-50%); width: 400px; height: 400px; background: radial-gradient(circle, rgba(232,83,26,0.15) 0%, transparent 65%); pointer-events: none; }
.axy-cta-band h2 { color: var(--c-white) !important; position: relative; }
.axy-cta-band p { color: rgba(255,255,255,0.6); font-size: 17px; margin-bottom: 36px; position: relative; }
.axy-cta-band .axy-btn-group { justify-content: center; margin-bottom: 0; }
.axy-cta-band .axy-btn-secondary { color: #fff; border-color: rgba(255,255,255,0.25); }
.axy-cta-band .axy-btn-secondary:hover { border-color: var(--c-accent); background: rgba(232,83,26,0.1); color: #fff; }
/* ===== DIVIDER ===== */
.axy-divider { height: 1px; background: var(--c-border); max-width: 1100px; margin: 0 auto; }
/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
.axy-hero-grid { grid-template-columns: 1fr; }
.axy-dashboard { display: none; }
.axy-services-grid { grid-template-columns: repeat(2,1fr); }
.axy-steps-grid { grid-template-columns: repeat(2,1fr); }
.axy-reviews-grid { grid-template-columns: repeat(2,1fr); }
.axy-why-grid { grid-template-columns: 1fr; }
.axy-stats-inner { grid-template-columns: repeat(2,1fr); }
.axy-stat-item:nth-child(2) { border-right: none; }
}
@media (max-width: 600px) {
.axy-services-grid, .axy-reviews-grid, .axy-steps-grid { grid-template-columns: 1fr; }
.axy-stats-inner { grid-template-columns: repeat(2,1fr); }
.axy-cta-band { margin: 0 10px; padding: 44px 20px; }
.axy-hero { padding: 40px 20px 48px; }
.axy-section { padding: 50px 20px; }
}
⚡ Trusted SEO Agency — Active Since 2022
Rank Higher.
Rank Higher.
Get More Clients.
Grow Faster.
Professional SEO services used by 1,000+ businesses worldwide — backed by 593 verified 5-star reviews. Real results. Full transparency. Starting at just $30. [...]
