/**

* A2Z Woo Solutions
*
* Home Page
*
* @package A2Z_Woo_Solutions
  */

/* =========================================================
GLOBAL HOME
========================================================= */

.home-page {
overflow: hidden;
background: var(--bp-white);
color: var(--bp-text);
}

.home-page *,
.home-page *::before,
.home-page *::after {
box-sizing: border-box;
}

.home-page .container,
.hero-container {
width: min(1200px, calc(100% - 48px));
margin: 0 auto;
}

/* =========================================================
SHARED ELEMENTS
========================================================= */

.section-eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 20px;
color: var(--bp-blue);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.section-eyebrow::before {
width: 28px;
height: 2px;
border-radius: 999px;
background: linear-gradient(
90deg,
var(--bp-blue),
var(--bp-pink)
);
content: "";
}

.section-heading {
max-width: 760px;
}

.section-heading-center {
margin-right: auto;
margin-left: auto;
text-align: center;
}

.section-heading-center .section-eyebrow {
justify-content: center;
}

.section-heading h2,
.why-content h2,
.home-faq-content h2,
.cta-content h2 {
margin: 0;
color: var(--bp-text);
font-size: clamp(38px, 5vw, 60px);
font-weight: 800;
line-height: 1.08;
letter-spacing: -2px;
}

.section-heading h2 span,
.why-content h2 span,
.home-faq-content h2 span,
.cta-content h2 span,
.home-intro-content h2 span,
.product-spotlight-content h2 span {
display: block;
background: linear-gradient(
100deg,
var(--bp-blue),
var(--bp-pink)
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.section-heading > p {
max-width: 680px;
margin: 22px auto 0;
color: var(--bp-text-muted);
font-size: 16px;
line-height: 1.85;
}

/* =========================================================
HERO
========================================================= */

.hero-section {
position: relative;
min-height: 760px;
padding: 130px 0 110px;
background: var(--bp-background);
}

.hero-background {
position: absolute;
inset: 0;
overflow: hidden;
pointer-events: none;
}

.hero-grid {
position: absolute;
inset: 0;
opacity: 0.7;
background-image:
linear-gradient(
rgba(33, 25, 201, 0.035) 1px,
transparent 1px
),
linear-gradient(
90deg,
rgba(33, 25, 201, 0.035) 1px,
transparent 1px
);
background-size: 60px 60px;
mask-image: linear-gradient(
to bottom,
black,
transparent
);
}

.hero-orb {
position: absolute;
border-radius: 50%;
filter: blur(35px);
opacity: 0.75;
}

.hero-orb--blue {
top: -150px;
right: -100px;
width: 580px;
height: 580px;
background: var(--bp-blue-pale);
animation: hero-orb-blue 12s ease-in-out infinite;
}

.hero-orb--pink {
bottom: -220px;
left: -180px;
width: 500px;
height: 500px;
background: var(--bp-pink-pale);
animation: hero-orb-pink 14s ease-in-out infinite;
}

.hero-particles span {
position: absolute;
display: block;
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--bp-blue);
opacity: 0.18;
animation: particle-float 8s ease-in-out infinite;
}

.hero-particles span:nth-child(1) {
top: 18%;
left: 8%;
}

.hero-particles span:nth-child(2) {
top: 65%;
left: 20%;
width: 10px;
height: 10px;
background: var(--bp-pink);
animation-delay: -2s;
}

.hero-particles span:nth-child(3) {
top: 15%;
right: 30%;
animation-delay: -4s;
}

.hero-particles span:nth-child(4) {
right: 7%;
bottom: 25%;
width: 12px;
height: 12px;
background: var(--bp-pink);
animation-delay: -5s;
}

.hero-particles span:nth-child(5) {
top: 45%;
right: 50%;
animation-delay: -1s;
}

/* =========================================================
HERO LAYOUT
========================================================= */

.hero-container {
position: relative;
z-index: 2;
display: grid;
grid-template-columns: 1fr 0.95fr;
align-items: center;
gap: 85px;
}

.hero-content {
position: relative;
z-index: 3;
}

/* =========================================================
HERO EYEBROW
========================================================= */

.hero-eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 25px;
padding: 9px 15px;
border: 1px solid var(--bp-border-blue);
border-radius: 999px;
background: rgba(255, 255, 255, 0.72);
color: var(--bp-blue);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.06em;
text-transform: uppercase;
box-shadow: 0 8px 25px rgba(33, 25, 201, 0.05);
backdrop-filter: blur(10px);
}

.hero-eyebrow__dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--bp-pink);
box-shadow: 0 0 0 5px var(--bp-pink-pale);
}

/* =========================================================
HERO TEXT
========================================================= */

.hero-content h1 {
max-width: 720px;
margin: 0;
color: var(--bp-text);
font-size: clamp(48px, 5.6vw, 76px);
font-weight: 800;
line-height: 1.03;
letter-spacing: -3px;
}

.hero-content h1 span {
display: block;
background: linear-gradient(
100deg,
var(--bp-blue),
var(--bp-pink)
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.hero-description {
max-width: 630px;
margin: 28px 0 0;
color: var(--bp-text-muted);
font-size: 17px;
line-height: 1.85;
}

/* =========================================================
HERO ACTIONS
========================================================= */

.hero-actions {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 14px;
margin-top: 35px;
}

.hero-button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 12px;
min-height: 52px;
padding: 0 24px;
border-radius: 13px;
font-size: 14px;
font-weight: 800;
text-decoration: none;
transition:
transform 220ms ease,
box-shadow 220ms ease,
background 220ms ease,
color 220ms ease;
}

.hero-button span {
font-size: 19px;
transition: transform 220ms ease;
}

.hero-button:hover span {
transform: translateX(4px);
}

.hero-button-primary {
background: var(--bp-blue);
color: var(--bp-white);
box-shadow: 0 15px 35px rgba(33, 25, 201, 0.2);
}

.hero-button-primary:hover {
background: var(--bp-blue-light);
color: var(--bp-white);
transform: translateY(-3px);
box-shadow: 0 22px 45px rgba(33, 25, 201, 0.26);
}

.hero-button-secondary {
border: 1px solid var(--bp-border-blue);
background: rgba(255, 255, 255, 0.75);
color: var(--bp-blue);
backdrop-filter: blur(10px);
}

.hero-button-secondary:hover {
background: var(--bp-blue-soft);
color: var(--bp-blue);
transform: translateY(-3px);
}

/* =========================================================
HERO TRUST
========================================================= */

.hero-trust {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-top: 38px;
}

.hero-trust-item {
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--bp-text-muted);
font-size: 12px;
font-weight: 700;
}

.hero-trust-item__icon {
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
border-radius: 50%;
background: var(--bp-blue-pale);
color: var(--bp-blue);
font-size: 10px;
}

/* =========================================================
HERO VISUAL
========================================================= */

.hero-visual {
position: relative;
min-height: 570px;
display: flex;
align-items: center;
justify-content: center;
}

/* =========================================================
HERO DASHBOARD
========================================================= */

.hero-dashboard {
position: relative;
z-index: 2;
width: min(100%, 500px);
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.9);
border-radius: 25px;
background: rgba(255, 255, 255, 0.92);
box-shadow: 0 35px 90px rgba(33, 25, 201, 0.16);
backdrop-filter: blur(20px);
animation: dashboard-float 7s ease-in-out infinite;
}

.hero-dashboard__topbar {
display: flex;
align-items: center;
justify-content: space-between;
gap: 15px;
padding: 18px 22px;
border-bottom: 1px solid var(--bp-border);
}

.hero-window-dots {
display: flex;
gap: 6px;
}

.hero-window-dots span {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--bp-border);
}

.hero-window-dots span:first-child {
background: var(--bp-pink);
}

.hero-window-dots span:nth-child(2) {
background: var(--bp-blue-light);
}

.hero-dashboard__brand {
color: var(--bp-text);
font-size: 11px;
font-weight: 800;
}

.hero-dashboard__status {
display: inline-flex;
align-items: center;
gap: 6px;
color: var(--bp-blue);
font-size: 10px;
font-weight: 800;
}

.hero-dashboard__status span {
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--bp-blue);
box-shadow: 0 0 0 5px var(--bp-blue-pale);
}

.hero-dashboard__body {
padding: 28px;
background: var(--bp-background-soft);
}

.hero-dashboard__heading {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
margin-bottom: 24px;
}

.hero-dashboard__heading span,
.hero-dashboard__heading strong {
display: block;
}

.hero-dashboard__heading span {
margin-bottom: 5px;
color: var(--bp-text-light);
font-size: 10px;
}

.hero-dashboard__heading strong {
color: var(--bp-text);
font-size: 20px;
}

.hero-dashboard__button {
padding: 9px 12px;
border-radius: 9px;
background: var(--bp-blue);
color: var(--bp-white);
font-size: 9px;
font-weight: 800;
}

/* =========================================================
HERO METRICS
========================================================= */

.hero-dashboard__metrics {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 13px;
margin-bottom: 15px;
}

.hero-metric {
padding: 18px;
border: 1px solid var(--bp-border);
border-radius: 14px;
background: var(--bp-white);
}

.hero-metric--highlight {
border-color: var(--bp-border-blue);
background: var(--bp-blue-pale);
}

.hero-metric span,
.hero-metric strong,
.hero-metric small {
display: block;
}

.hero-metric span {
color: var(--bp-text-light);
font-size: 10px;
}

.hero-metric strong {
margin: 8px 0 4px;
color: var(--bp-blue);
font-size: 20px;
}

.hero-metric small {
color: var(--bp-text-muted);
font-size: 9px;
}

/* =========================================================
HERO ACTIVITY
========================================================= */

.hero-dashboard__activity {
padding: 20px;
border: 1px solid var(--bp-border);
border-radius: 15px;
background: var(--bp-white);
}

.hero-activity__header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 17px;
}

.hero-activity__header strong {
font-size: 12px;
}

.hero-activity__header span {
color: var(--bp-text-light);
font-size: 10px;
}

.hero-activity-row {
display: grid;
grid-template-columns: 34px 1fr 25px;
align-items: center;
gap: 11px;
padding: 10px 0;
}

.hero-activity-row + .hero-activity-row {
border-top: 1px solid var(--bp-border);
}

.hero-activity-icon {
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
border-radius: 9px;
background: var(--bp-blue-pale);
color: var(--bp-blue);
font-size: 12px;
font-weight: 800;
}

.hero-activity-icon--pink {
background: var(--bp-pink-pale);
color: var(--bp-pink);
}

.hero-activity-row strong,
.hero-activity-row small {
display: block;
}

.hero-activity-row strong {
margin-bottom: 3px;
font-size: 10px;
}

.hero-activity-row small {
color: var(--bp-text-light);
font-size: 9px;
}

.hero-activity-check {
display: flex;
align-items: center;
justify-content: center;
width: 22px;
height: 22px;
border-radius: 50%;
background: var(--bp-blue-pale);
color: var(--bp-blue);
font-size: 9px;
}

/* =========================================================
HERO CHART
========================================================= */

.hero-dashboard__chart {
margin-top: 15px;
padding: 18px;
border: 1px solid var(--bp-border);
border-radius: 15px;
background: var(--bp-white);
}

.hero-chart__header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
}

.hero-chart__header span {
color: var(--bp-text-muted);
font-size: 10px;
}

.hero-chart__header strong {
color: var(--bp-blue);
font-size: 10px;
}

.hero-chart__bars {
display: flex;
align-items: flex-end;
justify-content: space-between;
height: 75px;
gap: 7px;
}

.hero-chart__bars span {
flex: 1;
border-radius: 5px 5px 2px 2px;
background: linear-gradient(
to top,
var(--bp-blue),
var(--bp-blue-light)
);
transform-origin: bottom;
animation: chart-grow 2.5s ease-in-out infinite alternate;
}

.hero-chart__bars span:nth-child(1) {
height: 30%;
}

.hero-chart__bars span:nth-child(2) {
height: 55%;
}

.hero-chart__bars span:nth-child(3) {
height: 42%;
}

.hero-chart__bars span:nth-child(4) {
height: 80%;
}

.hero-chart__bars span:nth-child(5) {
height: 60%;
}

.hero-chart__bars span:nth-child(6) {
height: 95%;
}

.hero-chart__bars span:nth-child(7) {
height: 75%;
}

/* =========================================================
HERO FLOATING CARDS
========================================================= */

.hero-floating {
position: absolute;
z-index: 4;
display: flex;
align-items: center;
gap: 11px;
padding: 13px 16px;
border: 1px solid rgba(255, 255, 255, 0.9);
border-radius: 15px;
background: rgba(255, 255, 255, 0.94);
box-shadow: var(--bp-shadow);
backdrop-filter: blur(15px);
animation: floating-element 6s ease-in-out infinite;
}

.hero-floating__icon {
display: flex;
align-items: center;
justify-content: center;
width: 35px;
height: 35px;
border-radius: 10px;
font-size: 10px;
font-weight: 900;
}

.hero-floating strong,
.hero-floating small {
display: block;
}

.hero-floating strong {
margin-bottom: 3px;
font-size: 10px;
}

.hero-floating small {
color: var(--bp-text-light);
font-size: 9px;
}

.hero-floating--wordpress {
top: 40px;
left: -40px;
}

.hero-floating--wordpress .hero-floating__icon {
background: var(--bp-blue-pale);
color: var(--bp-blue);
}

.hero-floating--woocommerce {
right: -35px;
bottom: 85px;
animation-delay: -3s;
}

.hero-floating--woocommerce .hero-floating__icon {
background: var(--bp-pink-pale);
color: var(--bp-pink);
}

.hero-floating--success {
right: 20px;
top: 40px;
padding: 11px 15px;
}

.hero-floating--success > span {
display: flex;
align-items: center;
justify-content: center;
width: 25px;
height: 25px;
border-radius: 50%;
background: var(--bp-blue);
color: var(--bp-white);
font-size: 10px;
}

/* =========================================================
HOME INTRO
========================================================= */

.home-intro {
position: relative;
padding: 130px 0;
background: var(--bp-background);
}

.home-intro-container {
display: grid;
grid-template-columns: 0.95fr 1.05fr;
align-items: center;
gap: 90px;
}

.home-intro-content {
max-width: 570px;
}

.home-intro-content h2 {
margin: 0;
font-size: clamp(38px, 4.5vw, 56px);
font-weight: 800;
line-height: 1.08;
letter-spacing: -2px;
}

.home-intro-content p {
margin: 22px 0 0;
color: var(--bp-text-muted);
font-size: 15px;
line-height: 1.9;
}

/* =========================================================
INTRO POINTS
========================================================= */

.intro-points {
display: grid;
gap: 12px;
margin-top: 30px;
}

.intro-points > div {
display: flex;
align-items: center;
gap: 14px;
padding: 14px 16px;
border: 1px solid var(--bp-border);
border-radius: 12px;
background: var(--bp-white);
transition:
transform 220ms ease,
box-shadow 220ms ease;
}

.intro-points > div:hover {
transform: translateX(6px);
box-shadow: var(--bp-shadow);
}

.intro-points span {
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 8px;
background: var(--bp-blue-pale);
color: var(--bp-blue);
font-size: 10px;
font-weight: 900;
}

.intro-points strong {
font-size: 12px;
}

/* =========================================================
INTRO LINK
========================================================= */

.intro-link {
display: inline-flex;
align-items: center;
gap: 10px;
margin-top: 30px;
color: var(--bp-blue);
font-size: 14px;
font-weight: 800;
text-decoration: none;
transition:
gap 200ms ease,
color 200ms ease;
}

.intro-link span {
font-size: 19px;
transition: transform 200ms ease;
}

.intro-link:hover {
gap: 14px;
color: var(--bp-pink);
}

.intro-link:hover span {
transform: translateX(4px);
}

/* =========================================================
INTRO SLIDER
========================================================= */

.home-intro-slider {
position: relative;
width: 100%;
max-width: 560px;
margin-left: auto;
}

.intro-slider-frame {
position: relative;
height: 430px;
overflow: hidden;
border: 1px solid var(--bp-border);
border-radius: 28px;
background:
radial-gradient(
circle at top right,
var(--bp-pink-pale),
transparent 35%
),
var(--bp-white);
box-shadow: var(--bp-shadow);
}

.intro-slider-track {
position: relative;
width: 100%;
height: 100%;
}

.intro-slide {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
padding: 45px;
opacity: 0;
visibility: hidden;
transform: translateX(30px) scale(0.96);
transition:
opacity 500ms ease,
transform 500ms ease,
visibility 500ms ease;
}

.intro-slide.is-active {
opacity: 1;
visibility: visible;
transform: translateX(0) scale(1);
}

.intro-slide img {
display: block;
max-width: 100%;
max-height: 330px;
object-fit: contain;
filter: drop-shadow(
0 20px 35px rgba(33, 25, 201, 0.12)
);
}

.intro-slider-dots {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin-top: 22px;
}

.intro-slider-dots button {
width: 8px;
height: 8px;
padding: 0;
border: 0;
border-radius: 999px;
background: var(--bp-border-blue);
cursor: pointer;
transition:
width 250ms ease,
background 250ms ease;
}

.intro-slider-dots button.is-active {
width: 28px;
background: linear-gradient(
90deg,
var(--bp-blue),
var(--bp-pink)
);
}

/* =========================================================
VALUES
========================================================= */

.home-values {
padding: 130px 0;
background: var(--bp-white);
}

.values-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 18px;
margin-top: 60px;
}

.value-card {
position: relative;
min-height: 300px;
padding: 30px;
overflow: hidden;
border: 1px solid var(--bp-border);
border-radius: 20px;
background: var(--bp-background);
transition:
transform 250ms ease,
box-shadow 250ms ease,
border-color 250ms ease;
}

.value-card:hover {
transform: translateY(-8px);
border-color: var(--bp-border-blue);
box-shadow: var(--bp-shadow);
}

.value-card--featured {
background:
linear-gradient(
145deg,
var(--bp-blue-soft),
var(--bp-white)
);
}

.value-card__number {
position: absolute;
top: 22px;
right: 24px;
color: var(--bp-text-light);
font-size: 10px;
font-weight: 900;
}

.value-card__icon {
display: flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
margin-bottom: 28px;
border-radius: 14px;
background: var(--bp-blue-pale);
color: var(--bp-blue);
font-size: 20px;
font-weight: 800;
}

.value-card:nth-child(2) .value-card__icon,
.value-card:nth-child(4) .value-card__icon {
background: var(--bp-pink-pale);
color: var(--bp-pink);
}

.value-card h3 {
margin: 0 0 13px;
font-size: 19px;
}

.value-card p {
margin: 0;
color: var(--bp-text-muted);
font-size: 13px;
line-height: 1.8;
}

/* =========================================================
SOLUTIONS
========================================================= */

.solutions-section {
padding: 130px 0;
background: var(--bp-background-soft);
}

.solutions-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 22px;
margin-top: 60px;
}

.solution-card {
position: relative;
padding: 36px;
border: 1px solid var(--bp-border);
border-radius: 22px;
background: var(--bp-white);
transition:
transform 250ms ease,
box-shadow 250ms ease,
border-color 250ms ease;
}

.solution-card:hover {
transform: translateY(-8px);
border-color: var(--bp-border-blue);
box-shadow: var(--bp-shadow-hover);
}

.solution-card-featured {
background:
linear-gradient(
145deg,
var(--bp-blue-soft),
var(--bp-white)
);
border-color: var(--bp-border-blue);
}

.solution-card__badge {
position: absolute;
top: 20px;
right: 20px;
padding: 6px 10px;
border-radius: 999px;
background: var(--bp-blue);
color: var(--bp-white);
font-size: 8px;
font-weight: 900;
letter-spacing: 0.08em;
}

.solution-icon {
display: flex;
align-items: center;
justify-content: center;
width: 52px;
height: 52px;
margin-bottom: 25px;
border-radius: 14px;
background: var(--bp-blue-pale);
color: var(--bp-blue);
font-size: 13px;
font-weight: 900;
transition: transform 250ms ease;
}

.solution-card:hover .solution-icon {
transform: rotate(-6deg) scale(1.08);
}

.solution-card:nth-child(3) .solution-icon {
background: var(--bp-pink-pale);
color: var(--bp-pink);
}

.solution-card h3 {
margin: 0 0 13px;
font-size: 19px;
}

.solution-card p {
margin: 0;
color: var(--bp-text-muted);
font-size: 14px;
line-height: 1.8;
}

.solution-card ul {
display: grid;
gap: 10px;
margin: 25px 0 0;
padding: 0;
list-style: none;
}

.solution-card li {
display: flex;
align-items: center;
gap: 9px;
color: var(--bp-text-muted);
font-size: 12px;
}

.solution-card li span {
display: flex;
align-items: center;
justify-content: center;
width: 18px;
height: 18px;
border-radius: 50%;
background: var(--bp-blue-pale);
color: var(--bp-blue);
font-size: 9px;
font-weight: 900;
}

.solutions-action {
display: flex;
justify-content: center;
margin-top: 45px;
}

/* =========================================================
PRODUCT SPOTLIGHT
========================================================= */

.home-product-spotlight {
padding: 130px 0;
background: var(--bp-white);
}

.product-spotlight-card {
display: grid;
grid-template-columns: 1fr 0.9fr;
align-items: center;
gap: 80px;
padding: 75px;
overflow: hidden;
border-radius: 32px;
background:
radial-gradient(
circle at top right,
var(--bp-pink-pale),
transparent 35%
),
linear-gradient(
135deg,
var(--bp-blue-soft),
var(--bp-white)
);
}

.product-spotlight-content h2 {
margin: 18px 0 0;
font-size: clamp(38px, 4vw, 56px);
line-height: 1.1;
letter-spacing: -2px;
}

.product-spotlight-content > p {
margin: 23px 0 0;
color: var(--bp-text-muted);
font-size: 15px;
line-height: 1.85;
}

.product-spotlight-badge {
display: inline-flex;
align-items: center;
gap: 9px;
padding: 8px 12px;
border: 1px solid var(--bp-border-blue);
border-radius: 999px;
background: rgba(255, 255, 255, 0.7);
color: var(--bp-blue);
font-size: 10px;
font-weight: 800;
}

.product-spotlight-badge span {
display: flex;
align-items: center;
justify-content: center;
width: 21px;
height: 21px;
border-radius: 7px;
background: var(--bp-blue);
color: var(--bp-white);
}

.product-spotlight-features {
display: grid;
gap: 12px;
margin-top: 28px;
}

.product-spotlight-features > div {
display: flex;
align-items: center;
gap: 10px;
color: var(--bp-text);
font-size: 13px;
font-weight: 700;
}

.product-spotlight-features span {
display: flex;
align-items: center;
justify-content: center;
width: 21px;
height: 21px;
border-radius: 50%;
background: var(--bp-blue-pale);
color: var(--bp-blue);
font-size: 10px;
}

.product-spotlight-button {
display: inline-flex;
align-items: center;
gap: 11px;
margin-top: 35px;
padding: 15px 20px;
border-radius: 12px;
background: var(--bp-blue);
color: var(--bp-white);
font-size: 13px;
font-weight: 800;
text-decoration: none;
box-shadow: var(--bp-shadow);
transition:
transform 200ms ease,
background 200ms ease;
}

.product-spotlight-button:hover {
background: var(--bp-blue-light);
color: var(--bp-white);
transform: translateY(-3px);
}

/* =========================================================
PRODUCT WINDOW
========================================================= */

.product-spotlight-visual {
display: flex;
align-items: center;
justify-content: center;
}

.product-window {
width: 100%;
max-width: 460px;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.9);
border-radius: 22px;
background: rgba(255, 255, 255, 0.94);
box-shadow: 0 30px 70px rgba(33, 25, 201, 0.16);
transform: rotate(2deg);
transition: transform 350ms ease;
}

.product-window:hover {
transform: rotate(0) translateY(-8px);
}

.product-window__header {
display: flex;
gap: 6px;
padding: 17px 20px;
border-bottom: 1px solid var(--bp-border);
}

.product-window__header span {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--bp-border);
}

.product-window__header span:first-child {
background: var(--bp-pink);
}

.product-window__header span:nth-child(2) {
background: var(--bp-blue);
}

.product-window__body {
padding: 25px;
}

.product-window__title {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 22px;
}

.product-window__title strong {
font-size: 15px;
}

.product-window__title span {
padding: 5px 8px;
border-radius: 999px;
background: var(--bp-blue-pale);
color: var(--bp-blue);
font-size: 8px;
font-weight: 800;
}

.product-table {
border: 1px solid var(--bp-border);
border-radius: 13px;
overflow: hidden;
}

.product-table__row {
display: grid;
grid-template-columns: 1.3fr 0.6fr 0.7fr;
gap: 8px;
align-items: center;
padding: 13px;
border-bottom: 1px solid var(--bp-border);
font-size: 9px;
}

.product-table__row:last-child {
border-bottom: 0;
}

.product-table__row--head {
background: var(--bp-background-soft);
color: var(--bp-text-light);
font-size: 8px;
font-weight: 800;
text-transform: uppercase;
}

.product-table__row strong {
color: var(--bp-blue);
}

.table-status {
padding: 4px 6px;
border-radius: 999px;
background: var(--bp-blue-pale);
color: var(--bp-blue);
font-size: 7px;
font-weight: 800;
text-align: center;
}

.product-window__footer {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 18px;
padding: 13px;
border-radius: 10px;
background: var(--bp-background-soft);
font-size: 9px;
}

.product-window__footer span {
color: var(--bp-text-muted);
}

.product-window__footer strong {
padding: 8px 10px;
border-radius: 7px;
background: var(--bp-blue);
color: var(--bp-white);
}

/* =========================================================
WHY A2Z
========================================================= */

.why-section {
padding: 130px 0;
background: var(--bp-background-blue);
}

.why-grid {
display: grid;
grid-template-columns: 0.9fr 1.1fr;
align-items: center;
gap: 100px;
}

.why-content p {
max-width: 550px;
margin: 22px 0 0;
color: var(--bp-text-muted);
font-size: 15px;
line-height: 1.85;
}

.why-features {
display: grid;
gap: 14px;
}

.why-feature {
display: grid;
grid-template-columns: 55px 1fr;
gap: 20px;
padding: 24px;
border: 1px solid var(--bp-border);
border-radius: 16px;
background: var(--bp-white);
transition:
transform 220ms ease,
box-shadow 220ms ease;
}

.why-feature:hover {
transform: translateX(7px);
box-shadow: var(--bp-shadow);
}

.why-feature-number {
color: var(--bp-blue);
font-size: 11px;
font-weight: 900;
letter-spacing: 0.08em;
}

.why-feature h3 {
margin: 0 0 7px;
font-size: 16px;
}

.why-feature p {
margin: 0;
color: var(--bp-text-muted);
font-size: 13px;
line-height: 1.7;
}

/* =========================================================
PROCESS
========================================================= */

.home-process {
padding: 130px 0;
background: var(--bp-white);
}

.process-grid {
display: grid;
grid-template-columns:
1fr auto
1fr auto
1fr auto
1fr;
align-items: center;
gap: 14px;
margin-top: 65px;
}

.process-step {
min-height: 220px;
padding: 28px;
border: 1px solid var(--bp-border);
border-radius: 20px;
background: var(--bp-background);
transition:
transform 220ms ease,
box-shadow 220ms ease;
}

.process-step:hover {
transform: translateY(-7px);
box-shadow: var(--bp-shadow);
}

.process-step__number {
display: flex;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
margin-bottom: 24px;
border-radius: 11px;
background: var(--bp-blue-pale);
color: var(--bp-blue);
font-size: 10px;
font-weight: 900;
}

.process-step h3 {
margin: 0 0 12px;
font-size: 17px;
}

.process-step p {
margin: 0;
color: var(--bp-text-muted);
font-size: 12px;
line-height: 1.8;
}

.process-connector {
color: var(--bp-pink);
font-size: 22px;
font-weight: 800;
}

/* =========================================================
FAQ
========================================================= */

.home-faq {
padding: 130px 0;
background: var(--bp-background-soft);
}

.home-faq-grid {
display: grid;
grid-template-columns: 0.8fr 1.2fr;
align-items: start;
gap: 90px;
}

.home-faq-content p {
margin: 22px 0 0;
color: var(--bp-text-muted);
font-size: 15px;
line-height: 1.85;
}

.home-faq-list {
display: grid;
gap: 12px;
}

.home-faq-item {
overflow: hidden;
border: 1px solid var(--bp-border);
border-radius: 15px;
background: var(--bp-white);
transition:
border-color 200ms ease,
box-shadow 200ms ease;
}

.home-faq-item[open] {
border-color: var(--bp-border-blue);
box-shadow: var(--bp-shadow);
}

.home-faq-item summary {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
padding: 21px;
color: var(--bp-text);
cursor: pointer;
font-size: 14px;
font-weight: 700;
list-style: none;
}

.home-faq-item summary::-webkit-details-marker {
display: none;
}

.home-faq-item summary span {
display: flex;
align-items: center;
justify-content: center;
width: 27px;
height: 27px;
flex-shrink: 0;
border-radius: 8px;
background: var(--bp-blue-pale);
color: var(--bp-blue);
font-size: 18px;
font-weight: 400;
transition: transform 220ms ease;
}

.home-faq-item[open] summary span {
transform: rotate(45deg);
}

.home-faq-item > div {
padding: 0 21px 21px;
}

.home-faq-item p {
margin: 0;
color: var(--bp-text-muted);
font-size: 13px;
line-height: 1.8;
}

/* =========================================================
CTA
========================================================= */

.home-cta {
padding: 120px 0;
background: var(--bp-white);
}

.cta-card {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
gap: 60px;
padding: 75px;
overflow: hidden;
border-radius: 30px;
background:
linear-gradient(
135deg,
var(--bp-deep),
var(--bp-blue)
);
color: var(--bp-white);
}

.cta-background {
position: absolute;
inset: 0;
pointer-events: none;
}

.cta-background span {
position: absolute;
border-radius: 50%;
filter: blur(10px);
opacity: 0.22;
}

.cta-background span:first-child {
top: -160px;
right: -100px;
width: 450px;
height: 450px;
background: var(--bp-pink);
}

.cta-background span:last-child {
bottom: -220px;
left: 25%;
width: 380px;
height: 380px;
background: var(--bp-blue-light);
}

.cta-content,
.cta-actions {
position: relative;
z-index: 2;
}

.cta-card .section-eyebrow {
color: rgba(255, 255, 255, 0.75);
}

.cta-content h2 {
max-width: 680px;
color: var(--bp-white);
}

.cta-content h2 span {
background: linear-gradient(
90deg,
var(--bp-pink-light),
var(--bp-white)
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.cta-content p {
max-width: 610px;
margin: 20px 0 0;
color: rgba(255, 255, 255, 0.72);
font-size: 15px;
line-height: 1.8;
}

.cta-actions {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 18px;
}

.cta-button {
display: inline-flex;
align-items: center;
gap: 12px;
min-height: 54px;
padding: 0 24px;
border-radius: 13px;
background: var(--bp-white);
color: var(--bp-blue);
font-size: 14px;
font-weight: 800;
text-decoration: none;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
transition:
transform 220ms ease,
background 220ms ease;
}

.cta-button:hover {
background: var(--bp-pink-soft);
color: var(--bp-pink);
transform: translateY(-4px);
}

.cta-button span {
font-size: 18px;
}

.cta-link {
color: rgba(255, 255, 255, 0.8);
font-size: 13px;
font-weight: 700;
text-decoration: none;
transition: color 200ms ease;
}

.cta-link:hover {
color: var(--bp-white);
}

/* =========================================================
ANIMATIONS
========================================================= */

@keyframes hero-orb-blue {

 
0%,
100% {
	transform: translate(0, 0);
}

50% {
	transform: translate(-40px, 30px);
}
 

}

@keyframes hero-orb-pink {

 
0%,
100% {
	transform: translate(0, 0) scale(1);
}

50% {
	transform: translate(50px, -30px) scale(1.08);
}
 

}

@keyframes particle-float {

 
0%,
100% {
	transform: translateY(0);
}

50% {
	transform: translateY(-20px);
}
 

}

@keyframes dashboard-float {

 
0%,
100% {
	transform: translateY(0);
}

50% {
	transform: translateY(-12px);
}
 

}

@keyframes floating-element {

 
0%,
100% {
	transform: translateY(0);
}

50% {
	transform: translateY(-10px);
}
 

}

@keyframes chart-grow {

 
from {
	transform: scaleY(0.82);
}

to {
	transform: scaleY(1);
}
 

}

/* =========================================================
RESPONSIVE — LARGE TABLET
========================================================= */

@media (max-width: 1100px) {

 
.hero-container {
	grid-template-columns: 1fr;
	gap: 65px;
}

.hero-content {
	max-width: 780px;
	margin: 0 auto;
	text-align: center;
}

.hero-description {
	margin-right: auto;
	margin-left: auto;
}

.hero-actions,
.hero-trust {
	justify-content: center;
}

.hero-visual {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

.values-grid {
	grid-template-columns: repeat(2, 1fr);
}

.product-spotlight-card {
	grid-template-columns: 1fr;
}

.product-spotlight-content {
	max-width: 720px;
}

.why-grid {
	grid-template-columns: 1fr;
	gap: 60px;
}

.home-faq-grid {
	grid-template-columns: 1fr;
	gap: 55px;
}

.process-grid {
	grid-template-columns: repeat(2, 1fr);
}

.process-connector {
	display: none;
}

.cta-card {
	flex-direction: column;
	align-items: flex-start;
}

.cta-actions {
	flex-direction: row;
	align-items: center;
}
 

}

/* =========================================================
RESPONSIVE — TABLET
========================================================= */

@media (max-width: 850px) {

 
.home-intro-container {
	grid-template-columns: 1fr;
	gap: 55px;
}

.home-intro-content {
	max-width: 700px;
}

.home-intro-slider {
	max-width: 650px;
	margin: 0 auto;
}

.solutions-grid {
	grid-template-columns: 1fr;
	max-width: 650px;
	margin-right: auto;
	margin-left: auto;
}
 

}

/* =========================================================
RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 600px) {

 
.home-page .container,
.hero-container {
	width: min(100% - 32px, 600px);
}

.hero-section {
	min-height: auto;
	padding: 100px 0 75px;
}

.hero-content h1 {
	font-size: 46px;
	letter-spacing: -2px;
}

.hero-description {
	font-size: 15px;
}

.hero-actions {
	flex-direction: column;
	align-items: stretch;
}

.hero-button {
	width: 100%;
}

.hero-trust {
	display: grid;
	grid-template-columns: 1fr;
	justify-content: start;
}

.hero-visual {
	min-height: 440px;
}

.hero-floating--wordpress {
	top: 10px;
	left: -5px;
}

.hero-floating--woocommerce {
	right: -5px;
	bottom: 30px;
}

.hero-floating--success {
	top: 10px;
	right: 5px;
}

.hero-dashboard__body {
	padding: 20px;
}

.hero-dashboard__heading {
	align-items: flex-start;
	flex-direction: column;
}

.hero-dashboard__metrics {
	grid-template-columns: 1fr;
}

.home-intro,
.home-values,
.solutions-section,
.home-product-spotlight,
.why-section,
.home-process,
.home-faq {
	padding: 85px 0;
}

.home-cta {
	padding: 80px 0;
}

.section-heading h2,
.why-content h2,
.home-faq-content h2,
.cta-content h2,
.home-intro-content h2,
.product-spotlight-content h2 {
	font-size: 36px;
	letter-spacing: -1.5px;
}

.section-heading > p {
	font-size: 14px;
}

.intro-slider-frame {
	height: 330px;
	border-radius: 20px;
}

.intro-slide {
	padding: 30px;
}

.intro-slide img {
	max-height: 250px;
}

.values-grid {
	grid-template-columns: 1fr;
}

.value-card {
	min-height: auto;
}

.solution-card {
	padding: 28px;
}

.product-spotlight-card {
	gap: 50px;
	padding: 35px 25px;
	border-radius: 24px;
}

.product-window {
	transform: none;
}

.product-window__body {
	padding: 18px;
}

.product-table__row {
	grid-template-columns: 1.2fr 0.6fr 0.8fr;
	padding: 10px;
}

.why-feature {
	grid-template-columns: 42px 1fr;
	gap: 14px;
	padding: 20px;
}

.process-grid {
	grid-template-columns: 1fr;
	margin-top: 45px;
}

.process-step {
	min-height: auto;
}

.home-faq-item summary {
	padding: 18px;
	font-size: 13px;
}

.cta-card {
	padding: 48px 28px;
	border-radius: 23px;
}

.cta-actions {
	width: 100%;
	flex-direction: column;
	align-items: stretch;
}

.cta-button {
	width: 100%;
	justify-content: center;
}

.cta-link {
	text-align: center;
}
 

}

/* =========================================================
RESPONSIVE — SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

 
.hero-content h1 {
	font-size: 39px;
}

.hero-eyebrow {
	font-size: 9px;
}

.hero-floating {
	padding: 9px 10px;
}

.hero-floating__icon {
	width: 28px;
	height: 28px;
}

.hero-floating strong {
	font-size: 8px;
}

.hero-floating small {
	font-size: 7px;
}

.hero-dashboard__brand {
	font-size: 9px;
}

.hero-dashboard__status {
	display: none;
}

.product-table__row {
	font-size: 8px;
}
 

}

/* =========================================================
REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

 
.home-page *,
.home-page *::before,
.home-page *::after {
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}
 

}
