/* =========================================================
   HOME PAGE
   ========================================================= */

/* Hero */
.home-hero {
  background: var(--color-bg);
  padding: 4rem 0 3rem;
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--color-surface);
  border: 1px solid #e0e0e8;
  border-radius: var(--border-radius-pill);
  padding: 0.4rem 1rem;
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--color-text-muted);
  margin-bottom: 1.5rem;
}

.hero-badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--color-green);
  flex-shrink: 0;
}

.hero-title {
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.1;
  margin-bottom: 1.2rem;
}

.hero-accent-one { color: var(--color-accent); }
.hero-accent-two { color: var(--color-primary); }

.hero-subtitle {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.hero-trust-row {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: var(--color-text-muted);
  font-weight: 500;
}

/* Hero visual */
.hero-visual { position: relative; display: flex; justify-content: center; }

.hero-phone-frame {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.16);
  border: 1px solid rgba(0,0,0,0.06);
  max-width: 360px;
  width: 100%;
}

.hero-phone-img { width: 100%; height: auto; display: block; }

.hero-float-badge {
  position: absolute;
  bottom: 24px;
  left: -10px;
  background: #fff;
  border-radius: 12px;
  padding: 0.65rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  border: 1px solid rgba(0,0,0,0.06);
  font-size: 0.82rem;
}

.float-badge-title { font-weight: 700; color: var(--color-text); }
.float-badge-sub   { color: var(--color-text-muted); font-size: 0.78rem; }

/* Problem section */
.problem-section {
  background: var(--color-accent);
  padding: var(--section-pad);
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.problem-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--border-radius);
  padding: 1.8rem;
}

.problem-icon {
  width: 48px; height: 48px;
  background: rgba(232,93,58,0.15);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
}

.problem-card h4 { color: #fff; margin-bottom: 0.5rem; }
.problem-card p  { color: rgba(255,255,255,0.6); font-size: 0.9rem; }

/* Eyebrow label */
.section-eyebrow-orange {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 0.6rem;
}

/* Home features grid */
.home-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-top: 2.5rem;
}

.home-feature-card {
background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--color-border);
    transition: all 0.3s ease;
}

.home-feature-card:hover {
    transform: translateY(-6px);
    border-color: #ff5a3c;
    background-color: rgba(255, 96, 71, 0.05); /* The light orange hover bg */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
/* Icon Box Base Styling */
.home-feature-icon {
    width: 45px; /* Slightly smaller for home grid alignment */
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    color: #ffffff;
}

/* Feature Icon Background Colors */
.icon-quotation    { background: #FF9B71; }
.icon-invoicing    { background: #5570FF; }
.icon-expense      { background: #FF5570; }
.icon-workorder    { background: #6A5ACD; }
.icon-team         { background: #7C45A3; }
.icon-analytics    { background: #FF3A3A; }
.icon-secure       { background: #5E527F; }
.icon-mobile       { background: #ff5a3c; }
.icon-mileage      { background: #FFA500; }
.icon-professional { background: #4169E1; }
.icon-reports      { background: #32CD32; }

.home-feature-card h4 { font-size: 0.95rem; margin-bottom: 0.4rem; }
.home-feature-card p  { font-size: 0.83rem; line-height: 1.6; }

.see-all-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--color-text);
  transition: gap var(--transition);
}
.see-all-link:hover { gap: 0.8rem; color: var(--color-accent); }

/* How it works */
/* .how-it-works-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
} */

.how-it-works-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr; /* balanced */
  gap: 40px;
  align-items: center;
}
.how-step {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 2rem;
}

.how-step-num {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--color-accent);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.how-step-body h4 { margin-bottom: 0.35rem; }
.how-step-body p  { font-size: 0.9rem; }

/* 2. Arrange the 4 screenshots in a single horizontal line */
.how-ss-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important; /* Forces 4 columns in 1 row */
    gap: 20px;
    width: 100%;
}

.how-screenshots {
    width: 100%;
    max-width: 100%;
}


.how-ss-item:hover { transform: scale(1.02); box-shadow: var(--shadow-card); }
.how-ss-item img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.how-ss-item span {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--color-text-muted);
}

.how-ss-caption {
  text-align: center;
  font-size: 0.8rem;
  color: var(--color-text-light);
  margin-top: 0.75rem;
}

/* Product compare cards */
.product-compare-grid {
display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.product-compare-card {
    padding: 3rem 2.5rem;
    border: 1px solid #eef0f3;
    background: #fff; /* White background for both M and S */
}
/* Red "Upcoming" Label */
/* ── Upcoming Feature Badge (Inside List) ── */
.feature-badge-orange {
    background: #e85d3a; 
    color: #ffffff !important; 
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 4px;
    letter-spacing: 0.05em;
    line-height: 1;
}
.card-s { border-top: 4px solid var(--color-accent); }
.card-m .btn-explore {
    border-color: #d4a373;
    color: #d4a373;
}

.pc-header { margin-bottom: 1rem; }
.pc-header h3 { font-size: 1.4rem; margin-bottom: 0.25rem; }
.pc-tagline {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--color-text-muted);
    margin-bottom: 1rem;
}

.pc-desc {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    min-height: 4.5em;
}
.pc-list {
    margin-bottom: 2.5rem;
}
.pc-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    color: #6b6b80;
}
.pc-list li::before { content: none; } /* Remove old bullet */
.pc-tick {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
/* The Explore Button matching your red-circled design */
.card-s .pc-tick { color: #524c84; }
.card-m .pc-tick { color: #b5864a; }
/* Buttons */
.pc-actions {
    margin-top: 2rem;
}
.btn-explore {
    display: block;
    width: 100%;
    padding: 1rem;
    border-radius: 14px;
    font-weight: 700;
    text-align: center;
    transition: all 0.2s ease;
    font-size: 1rem;
}



/* Servino S: Solid Purple, turns White/Outline on click/hover */
.s-solid {
     background: transparent;
    color: #524c84;
    border: 2px solid #524c84;
}

.s-solid:hover, .s-solid:active {
     background: #524c84;
     color: #fff;
}
.btn-explore:hover {
    background: #4a457e;
    color: #fff;
}
.card-m .btn-explore:hover {
    background: #d4a373;
    color: #fff;
}
/* Servino M: Outline Tan, turns Solid Tan on click/hover */
.m-outline {
    background: transparent;
    color: #b5864a;
    border: 2px solid #b5864a;
}
.m-outline:hover, .m-outline:active {
    background: #b5864a;
    color: #fff;
}

/* Card Borders */
.product-compare-card.card-s { border-top: 6px solid #524c84; }
.product-compare-card.card-m { border-top: 6px solid #b5864a; }
/* Testimonials */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.testimonial-card {
  background: var(--color-surface);
  border: 1px solid #e8e8f0;
  border-radius: var(--border-radius);
  padding: 1.8rem;
  position: relative;
}

.testimonial-quote {
  font-size: 3rem;
  font-family: Georgia, serif;
  color: #e0e0ea;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.testimonial-card p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--color-text);
  margin-bottom: 1.2rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--color-accent);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.testimonial-name { font-weight: 700; font-size: 0.88rem; }
.testimonial-role { font-size: 0.78rem; color: var(--color-text-muted); }

.testimonials-section .trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid #eeeef4;
  border-bottom: 1px solid #eeeef4;
  flex-wrap: wrap;
}

.testimonials-section .trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-text-muted);
}

.testimonials-section .trust-item .trust-icon {
  color: var(--color-green);
  font-size: 1rem;
}

/* Final CTA */
.final-cta-section {
  background: var(--color-accent);
  background-image: radial-gradient(ellipse at 60% 50%, rgba(232,93,58,0.18) 0%, transparent 70%);
  padding: 5rem 0;
}

/* =========================================================
   PRODUCT OVERVIEW PAGE
   ========================================================= */
.product-alt-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding: 3.5rem 0;
  border-bottom: 1px solid #eeeef4;
}

.product-alt-row:last-child { border-bottom: none; }

.product-alt-icon {
  width: 60px; height: 60px;
  background: var(--color-bg);
  border: 1px solid #e0e0ea;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.2rem;
}

.product-alt-copy p { font-size: 1rem; line-height: 1.8; }

.product-phone-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 50px rgba(0,0,0,0.13);
  border: 1px solid rgba(0,0,0,0.06);
  max-width: 360px;
  margin: 0 auto;
}

.product-phone-img { width: 100%; display: block; }

/* Product tier cards */
.product-tier-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.product-tier-card {
  background: var(--color-surface);
  border: 1.5px solid #e0e0ea;
  border-radius: var(--border-radius-lg);
  padding: 2rem;
  display: block;
  transition: all var(--transition);
  position: relative;
} 
.product-tier-card .feature-badge-orange {
    background: #e85d3a;
    color: #ffffff !important;
    font-size: 0.6rem; /* Slightly smaller for the overview card */
    font-weight: 800;
    text-transform: uppercase;
    padding: 3px 7px;
    border-radius: 4px;
    letter-spacing: 0.05em;
    line-height: 1;
    display: inline-block;
}
/* .product-tier-card {
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
} */
.product-tier-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.tier-letter {
  width: 44px; height: 44px;
  border-radius: 10px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
}

.tier-arrow {
  position: absolute;
  top: 2rem; right: 2rem;
  font-size: 1.2rem;
  color: var(--color-text-muted);
  transition: transform var(--transition);
}

.product-tier-card:hover .tier-arrow { transform: translateX(4px); }

.product-tier-card h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0.5rem;
}
.tier-sub { font-size: 0.82rem; color: var(--color-accent); font-weight: 600; margin-bottom: 0.75rem; }
.product-tier-card p  { font-size: 0.88rem; color: var(--color-text-muted); }


/* Alternating Row Themes */
.product-alt-row.theme-accent h2 { color: var(--color-accent); }
.product-alt-row.theme-accent .product-alt-icon { 
    background: rgba(232, 93, 58, 0.1); /* Light Red BG */
    border-color: rgba(232, 93, 58, 0.2);
}

.product-alt-row.theme-primary h2 { color: var(--color-primary); }
.product-alt-row.theme-primary .product-alt-icon { 
    background: rgba(45, 38, 99, 0.1); /* Light Purple BG */
    border-color: rgba(45, 38, 99, 0.2);
}

/* Subtle underline for headers to add "pop" */
.product-alt-copy h2 {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 3px solid currentColor;
    margin-bottom: 1.2rem;
}
.product-alt-row h2 {
    font-size: 1.4rem !important; /* Reduced from 1.8rem for a cleaner look */
    margin-bottom: 0.75rem;
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 2.5px solid currentColor; /* Matches the new smaller text size */
    line-height: 1.2;
}
/* =========================================================
   SERVINO-M PAGE
   ========================================================= */
.servinom-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 3rem;
  align-items: start;
}

.servinom-feature-item {
  display: flex;
  gap: 1.2rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid #eeeef4;
}

.servinom-feature-item:last-child { border-bottom: none; }

.servinom-icon {
  width: 48px; height: 48px;
  background: var(--color-bg);
  border: 1px solid #e0e0ea;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.upcoming-badge-wrap { overflow: visible; }

.upcoming-badge {
  position: absolute;
  top: -10px; left: -8px;
  background: var(--color-primary);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.servinom-feature-item h3 { font-size: 1.1rem; margin-bottom: 0.4rem; }
.servinom-feature-item p  { font-size: 0.9rem; margin-bottom: 0.6rem; }

.servinom-sub-list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.servinom-sub-list li {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  padding-left: 1rem;
  position: relative;
}

.servinom-sub-list li::before {
  content: '○';
  position: absolute;
  left: 0;
  color: var(--color-text-light);
  font-size: 0.65rem;
  top: 2px;
}

/* Upgrade path card */
.upgrade-path-card {
  background: var(--color-accent);
  color: #fff;
  border-radius: var(--border-radius-lg);
  padding: 1.8rem;
  position: sticky;
  top: 88px;
}

.upgrade-path-card h4 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

.upgrade-sub {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 1.5rem;
}

.upgrade-group { margin-bottom: 1rem; }

.upgrade-group-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.upgrade-row {
  display: flex;
  justify-content: space-between;
  padding: 0.45rem 0.7rem;
  border-radius: 6px;
  font-size: 0.85rem;
  margin-bottom: 0.2rem;
}

.upgrade-row-s { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.65); }
.upgrade-row-m { background: rgba(255,255,255,0.18); color: #fff; font-weight: 600; }

/* =========================================================
   FEATURES PAGE
   ========================================================= */
.features-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.feat-cat-card {
  background: var(--color-surface);
  border: 1px solid #e8e8f0;
  border-radius: var(--border-radius-lg);
  padding: 2rem;
  transition: all var(--transition);
}

.feat-cat-card:hover { box-shadow: var(--shadow-card); }

.feat-cat-icon {
  width: 52px; height: 52px;
  background: var(--color-bg);
  border: 1px solid #e0e0ea;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
}

.feat-cat-card h3 { font-size: 1.1rem; margin-bottom: 1.2rem; padding-bottom: 1rem; border-bottom: 1px solid #eeeef4; }

.feat-sub-list { display: flex; flex-direction: column; gap: 1rem; }

.feat-sub-item strong { display: block; font-size: 0.9rem; margin-bottom: 0.2rem; color: var(--color-text); }
.feat-sub-item p { font-size: 0.82rem; margin: 0; }

/* Enhanced Features Showcase */
.features-showcase {
  background: var(--color-bg);
}

.features-showcase-hero {
  padding: 5.25rem 0 4.5rem;
  background:
    radial-gradient(circle at 89% 15%, rgba(232, 93, 58, 0.1), transparent 30%),
    radial-gradient(circle at 7% 90%, rgba(45, 38, 99, 0.08), transparent 34%),
    var(--color-bg);
}

.features-showcase-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  align-items: center;
  gap: 4rem;
}

.features-showcase-badge {
  display: inline-flex;
  margin-bottom: 1.35rem;
  padding: 0.4rem 1rem;
  border: 1px solid rgba(232, 93, 58, 0.28);
  border-radius: var(--border-radius-pill);
  background: #fff;
  color: var(--color-primary);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.features-showcase-copy h1 {
  max-width: 650px;
  margin-bottom: 1.2rem;
  font-size: clamp(2.35rem, 4.6vw, 3.65rem);
  line-height: 1.1;
}

.features-showcase-copy p {
  max-width: 550px;
  margin-bottom: 2.1rem;
  font-size: 1.08rem;
}

.features-showcase-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.features-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: 0 1.8rem;
  border: 1.5px solid #cfcfdb;
  border-radius: var(--border-radius-pill);
  color: var(--color-accent);
  font-weight: 700;
  transition: all var(--transition);
}

.features-outline-btn:hover {
  border-color: var(--color-accent);
  background: #fff;
}

.features-showcase-visual {
  position: relative;
  padding: 1.65rem 1.6rem 4.8rem;
  border: 1px solid #ebebef;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 56px rgba(22, 19, 39, 0.08);
}

.features-flow-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border: 1px solid #ebebef;
  border-radius: 14px;
  background: #fff;
}

.features-flow-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f2f1f7;
  color: var(--color-accent);
  font-size: 0.78rem;
  font-weight: 800;
}

.features-flow-card strong {
  flex: 1;
  font-family: var(--font-display);
  font-size: 1rem;
}

.features-flow-card small {
  color: var(--color-text-muted);
  font-size: 0.76rem;
}

.features-flow-card.is-primary span {
  background: rgba(232, 93, 58, 0.13);
  color: var(--color-primary);
}

.features-flow-card.is-accent {
  border-color: rgba(45, 38, 99, 0.18);
  background: rgba(45, 38, 99, 0.035);
}

.features-flow-line {
  width: 2px;
  height: 19px;
  margin-left: 2.25rem;
  background: #dfdfeb;
}

.features-floating-note {
  position: absolute;
  right: -1rem;
  bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  min-width: 208px;
  padding: 0.85rem 1rem;
  border-radius: 13px;
  background: var(--color-accent);
  box-shadow: 0 12px 28px rgba(45, 38, 99, 0.25);
}

.features-floating-note strong {
  color: #fff;
  font-size: 0.88rem;
}

.features-floating-note span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.79rem;
}

.features-value-bar {
  background: #fff;
  border-top: 1px solid #ededf2;
  border-bottom: 1px solid #ededf2;
}

.features-value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.features-value-grid div {
  padding: 1.6rem 1.35rem;
  border-right: 1px solid #ededf2;
  text-align: center;
}

.features-value-grid div:last-child {
  border-right: 0;
}

.features-value-grid strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--color-text);
  font-family: var(--font-display);
  font-size: 0.94rem;
}

.features-value-grid span {
  color: var(--color-text-muted);
  font-size: 0.83rem;
}

.features-categories-section {
  padding: 5rem 0;
}

.features-section-heading {
  max-width: 720px;
  margin: 0 auto 3rem;
}

.features-section-heading > span {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: var(--color-primary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.features-section-heading h2 {
  margin-bottom: 0.85rem;
}

.features-section-heading p {
  font-size: 1rem;
}

.features-showcase .features-cat-grid {
  gap: 1.35rem;
}

.features-showcase .feat-cat-card {
  position: relative;
  overflow: hidden;
  padding: 1.65rem 1.6rem 1.8rem;
  border-color: #e9e8ee;
  box-shadow: 0 5px 17px rgba(30, 28, 43, 0.03);
}

.features-showcase .feat-cat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--feature-accent, var(--color-accent));
}

.features-showcase .feat-cat-card:hover {
  border-color: rgba(45, 38, 99, 0.16);
  box-shadow: 0 18px 38px rgba(30, 28, 43, 0.08);
  transform: translateY(-4px);
}

.feat-cat-finance { --feature-accent: #e85d3a; --feature-tint: #fff0eb; }
.feat-cat-jobs { --feature-accent: #2d2663; --feature-tint: #f0eef9; }
.feat-cat-insights { --feature-accent: #267f73; --feature-tint: #e9f7f5; }
.feat-cat-team { --feature-accent: #7a46a5; --feature-tint: #f4eefb; }
.feat-cat-technology { --feature-accent: #3176b9; --feature-tint: #ebf4fd; }
.feat-cat-documents { --feature-accent: #b5864a; --feature-tint: #faf3e9; }

.feat-cat-header {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  margin-bottom: 1.35rem;
}

.features-showcase .feat-cat-icon {
  flex-shrink: 0;
  margin: 0;
  border: 0;
  background: var(--feature-tint);
  color: var(--feature-accent);
}

.feat-cat-label {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--feature-accent);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.features-showcase .feat-cat-card h3 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.08rem;
}

.features-showcase .feat-sub-list {
  gap: 0;
}

.features-showcase .feat-sub-item {
  padding: 0.75rem 0;
  border-top: 1px solid #f0eff4;
}

.features-showcase .feat-sub-item strong {
  position: relative;
  padding-left: 1.15rem;
}

.features-showcase .feat-sub-item strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.46em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--feature-accent);
}

.features-plan-path {
  padding: 0 0 5rem;
}

.features-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  max-width: 900px;
  margin: 0 auto;
}

.features-plan-card {
  position: relative;
  padding: 2rem;
  border: 1px solid #e7e6ed;
  border-radius: 20px;
  background: #fff;
}

.features-plan-card.is-s {
  border-top: 4px solid var(--color-accent);
}

.features-plan-card.is-m {
  border-top: 4px solid #b5864a;
}

.features-plan-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: var(--color-accent);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
}

.features-plan-card.is-m .features-plan-letter {
  background: #b5864a;
}

.features-plan-card h3 {
  margin-bottom: 0.6rem;
}

.features-plan-card p {
  min-height: 3.5rem;
  margin-bottom: 1.5rem;
}

.features-plan-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-accent);
  font-weight: 700;
}

.features-plan-card.is-m a {
  color: #96642f;
}

.features-plan-card a:hover span {
  transform: translateX(3px);
}

.features-plan-card a span {
  transition: transform var(--transition);
}

.features-plan-soon {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  padding: 0.27rem 0.7rem;
  border-radius: var(--border-radius-pill);
  background: #f7efe5;
  color: #95642e;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.features-trial-cta h2 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

.features-trial-cta p {
  max-width: 500px;
  margin: 0 auto 2.2rem;
  color: rgba(255,255,255,0.7);
}

/* =========================================================
   WHO IT'S FOR PAGE
   ========================================================= */
.who-page {
  background: var(--color-bg);
}

.who-hero {
  background:
    radial-gradient(circle at 88% 18%, rgba(232, 93, 58, 0.1), transparent 30%),
    radial-gradient(circle at 12% 86%, rgba(45, 38, 99, 0.08), transparent 34%),
    var(--color-bg);
}

.who-hero p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.who-hero-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.8rem;
}

.who-audience-section {
  background: var(--color-surface);
}

.who-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.who-audience-card {
  background: var(--color-surface);
  border: 1px solid #e8e8f0;
  border-radius: var(--border-radius-lg);
  padding: 1.7rem;
  box-shadow: 0 14px 32px rgba(27, 27, 43, 0.04);
}

.who-audience-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.65rem;
}

.who-audience-card p {
  font-size: 0.9rem;
  margin: 0;
}

.who-workflow-section {
  background: var(--color-bg);
}

.who-workflow-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 3rem;
  align-items: center;
  background: var(--color-accent);
  color: #fff;
  border-radius: var(--border-radius-lg);
  padding: 2.5rem;
}

.who-workflow-panel h2 {
  color: #fff;
  margin: 0.8rem 0 0.9rem;
}

.who-workflow-panel p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.who-workflow-panel .section-label {
  color: rgba(255, 255, 255, 0.7);
}

.who-steps {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.who-steps li {
  display: grid;
  gap: 0.2rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 1rem;
}

.who-steps strong {
  color: #fff;
  font-size: 0.95rem;
}

.who-steps span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

/* =========================================================
   FAQ PAGE
   ========================================================= */
.faq-wrapper { max-width: 760px; margin: 0 auto; }

.faq-group {
  background: var(--color-surface);
  border-radius: var(--border-radius-lg);
  padding: 2rem;
  margin-bottom: 1.5rem;
  border: 1px solid #e8e8f0;
}

.faq-group-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eeeef4;
}

.faq-item { border-bottom: 1px solid #f0f0f5; }
.faq-item:last-child { border-bottom: none; }

.faq-question {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-text);
  text-align: left;
  transition: color var(--transition);
}

.faq-question:hover { color: var(--color-accent); }

.faq-chevron {
  flex-shrink: 0;
  transition: transform var(--transition);
  color: var(--color-text-muted);
}

.faq-item.open .faq-chevron { transform: rotate(180deg); }

.faq-answer { overflow: hidden; }

.faq-answer-inner {
  padding: 0 0 1.2rem;
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--color-text-muted);
}

.faq-bullet-list {
  padding-left: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  list-style: disc;
}

.faq-bullet-list li { font-size: 0.9rem; }

.faq-contact-box {
  background: var(--color-surface);
  border: 1px solid #e8e8f0;
  border-radius: var(--border-radius-lg);
  padding: 2rem;
  text-align: center;
  margin-top: 0.5rem;
}

.faq-contact-box p { font-size: 0.95rem; color: var(--color-text-muted); margin-bottom: 0.5rem; }
.faq-contact-box a { font-weight: 700; color: var(--color-accent); font-size: 1rem; }

/* =========================================================
   ABOUT PAGE
   ========================================================= */
.about-content-wrap { max-width: 720px; }

.about-section { margin-bottom: 2.5rem; }

.about-section-heading {
  font-size: 1.4rem;
  color: var(--color-accent);
  margin-bottom: 1rem;
}

.about-blockquote {
  border-left: 4px solid var(--color-accent);
  padding: 0.75rem 0 0.75rem 1.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-text);
  line-height: 1.65;
  margin: 0;
}

.about-section p { font-size: 0.97rem; line-height: 1.8; margin-bottom: 1rem; }

.about-parent-card {
  background: var(--color-surface);
  border: 1px solid #e8e8f0;
  border-radius: var(--border-radius-lg);
  padding: 2rem;
}

.about-parent-badge {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b5864a;
  margin-bottom: 1rem;
}

.about-parent-inner { display: flex; gap: 1rem; align-items: flex-start; }

.about-parent-logo {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: #b5864a;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.about-parent-inner h3 { font-size: 1.2rem; margin-bottom: 0.4rem; }
.about-parent-inner p { font-size: 0.9rem; margin-bottom: 0.75rem; }
.about-parent-link { color: #b5864a; font-weight: 700; font-size: 0.9rem; }

/* Values grid */
.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 860px;
  margin: 0 auto;
}

.value-card {
  background: var(--color-surface);
  border: 1px solid #e8e8f0;
  border-radius: var(--border-radius);
  padding: 1.8rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  transition: all var(--transition);
}

.value-card:hover { box-shadow: var(--shadow-card); }

.value-icon {
  width: 44px; height: 44px;
  background: var(--color-bg);
  border: 1px solid #e0e0ea;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.value-card h4 { font-size: 1rem; margin-bottom: 0.35rem; }
.value-card p  { font-size: 0.87rem; margin: 0; }

/* =========================================================
   CONTACT PAGE
   ========================================================= */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 2.5rem;
  align-items: start;
}

.contact-form-card {
  background: var(--color-surface);
  border: 1px solid #e8e8f0;
  border-radius: var(--border-radius-lg);
  padding: 2.5rem;
}

.servino-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.servino-form .form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1rem; }

.servino-form label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-text);
}

.required { color: var(--color-primary); }

.servino-form input,
.servino-form select,
.servino-form textarea {
  border: 1.5px solid #d8d8e4;
  border-radius: 8px;
  padding: 0.7rem 1rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--color-text);
  background: var(--color-surface);
  transition: border-color var(--transition);
  outline: none;
  width: 100%;
}

.servino-form input:focus,
.servino-form select:focus,
.servino-form textarea:focus { border-color: var(--color-accent); }

.servino-form textarea { resize: vertical; min-height: 140px; }

.contact-info-col { display: flex; flex-direction: column; gap: 1rem; }

.contact-info-card {
  background: var(--color-surface);
  border: 1px solid #e8e8f0;
  border-radius: var(--border-radius);
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.contact-info-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.contact-demo-card {
  background: var(--color-accent);
  border-color: var(--color-accent);
  flex-direction: column;
}

.contact-demo-card h4 { color: #fff; font-size: 1.1rem; margin-bottom: 0.4rem; }
.contact-demo-card p  { color: rgba(255,255,255,0.75); font-size: 0.88rem; margin-bottom: 1.2rem; }

.contact-info-card h4 { font-size: 0.95rem; margin-bottom: 0.2rem; }
.contact-info-card p  { font-size: 0.85rem; margin: 0; }

/* =========================================================
   RESPONSIVE — NEW PAGES
   ========================================================= */
@media (max-width: 1024px) {
  .home-features-grid    { grid-template-columns: repeat(3, 1fr); }
  .how-it-works-grid     { grid-template-columns: 1fr; }
  .servinom-layout       { grid-template-columns: 1fr; }
  .upgrade-path-card     { position: static; }
  .contact-layout        { grid-template-columns: 1fr; }
  .features-cat-grid     { grid-template-columns: repeat(2, 1fr); }
  .features-showcase-hero-inner { grid-template-columns: 1fr; gap: 2.75rem; }
  .features-showcase-visual { max-width: 520px; }
  .features-value-grid   { grid-template-columns: repeat(2, 1fr); }
  .features-value-grid div:nth-child(2) { border-right: 0; }
  .features-value-grid div:nth-child(-n+2) { border-bottom: 1px solid #ededf2; }
  .product-alt-row       { grid-template-columns: 1fr; gap: 2rem; }
  .product-alt-copy,
  .product-alt-visual    { order: unset !important; }
  .who-audience-grid     { grid-template-columns: repeat(2, 1fr); }
  .who-workflow-panel    { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .hero-inner            { grid-template-columns: 1fr; }
  .hero-visual           { display: none; }
  .problem-grid          { grid-template-columns: 1fr; }
  .home-features-grid    { grid-template-columns: repeat(2, 1fr); }
  .product-compare-grid  { grid-template-columns: 1fr; }
  .testimonials-grid     { grid-template-columns: 1fr; }
  .product-tier-grid     { grid-template-columns: 1fr; }
  .values-grid           { grid-template-columns: 1fr; }
  .features-cat-grid     { grid-template-columns: 1fr; }
  .features-showcase-hero { padding: 4rem 0 3.25rem; }
  .features-showcase-copy p { font-size: 1rem; }
  .features-showcase-visual { width: 100%; padding: 1.1rem 1rem 1.1rem; }
  .features-flow-card { padding: 0.9rem 0.85rem; gap: 0.65rem; }
  .features-flow-card small { display: none; }
  .features-floating-note { position: static; margin-top: 1rem; }
  .features-categories-section { padding: 3.5rem 0; }
  .features-section-heading { margin-bottom: 2rem; }
  .features-plan-grid    { grid-template-columns: 1fr; }
  .servino-form .form-row{ grid-template-columns: 1fr; }
  .how-ss-grid           { grid-template-columns: repeat(2, 1fr) !important; }
  .who-workflow-panel    { padding: 1.6rem; }
}

@media (max-width: 480px) {
  .home-features-grid    { grid-template-columns: 1fr; }
  .hero-actions          { flex-direction: column; }
  .features-showcase-actions { flex-direction: column; align-items: stretch; }
  .features-outline-btn  { width: 100%; }
  .features-value-grid   { grid-template-columns: 1fr; }
  .features-value-grid div { border-right: 0; border-bottom: 1px solid #ededf2; }
  .features-value-grid div:last-child { border-bottom: 0; }
  .features-showcase .feat-cat-card,
  .features-plan-card { padding: 1.35rem 1.15rem; }
  .features-trial-cta .btn { width: 100%; }
  .who-hero-actions      { flex-direction: column; align-items: stretch; }
  .who-audience-grid     { grid-template-columns: 1fr; }
  .who-audience-card,
  .who-workflow-panel    { border-radius: var(--border-radius); }
  .how-ss-grid {
        grid-template-columns: 1fr !important; /* Stack vertically on small phones */
    }
}

/* =========================================================
   CONTACT FORM 7 — SERVINO OVERRIDES
   Strips all CF7 default styles, applies Servino design
   ========================================================= */

/* Remove CF7 default borders/padding on the form wrapper */
.wpcf7 { margin: 0 !important; }
.wpcf7 form { margin: 0; }

/* Hide CF7 spinner (we use our own submit state) */
.wpcf7 .ajax-loader { display: none !important; }

/* ── All text inputs, email, tel, url, number ── */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  border: 1.5px solid #d8d8e4;
  border-radius: 8px;
  padding: 0.72rem 1rem;
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--color-text);
  background: var(--color-surface);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
  appearance: none;
  box-shadow: none;
  display: block;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(45,38,99,0.08);
}

/* Textarea */
.wpcf7 textarea {
  min-height: 140px;
  resize: vertical;
}

/* Select arrow */
.wpcf7 select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b6b80' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}

/* ── Labels ── */
.wpcf7 .servino-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 0.4rem;
}

/* ── Field rows (two columns) ── */
.wpcf7 .cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* ── Field groups (single column) ── */
.wpcf7 .cf7-group {
  margin-bottom: 1rem;
}

/* ── Submit button ── */
.wpcf7 input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2.2rem;
  background: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: var(--border-radius-pill);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--transition);
  box-shadow: var(--shadow-cta);
  margin-top: 0.5rem;
  width: auto;
}

.wpcf7 input[type="submit"]:hover {
  background: var(--color-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(232,93,58,0.45);
}

.wpcf7 input[type="submit"]:active {
  transform: translateY(0);
}

/* ── Validation error highlight ── */
.wpcf7 .wpcf7-not-valid {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239,68,68,0.1) !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  font-size: 0.78rem;
  color: #ef4444;
  margin-top: 0.3rem;
  font-weight: 500;
}

/* ── Response messages ── */
.wpcf7 .wpcf7-response-output {
  margin: 1.2rem 0 0 !important;
  padding: 0.85rem 1.2rem !important;
  border-radius: 8px !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  border: none !important;
}

/* Success */
.wpcf7 form.sent .wpcf7-response-output {
  background: var(--color-green-bg) !important;
  color: #166534 !important;
  border-left: 4px solid var(--color-green) !important;
}

/* Error / validation fail */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #fef2f2 !important;
  color: #991b1b !important;
  border-left: 4px solid #ef4444 !important;
}

/* Spam / mail fail */
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  background: #fef3c7 !important;
  color: #92400e !important;
  border-left: 4px solid #f59e0b !important;
}

/* ── CF7 not-installed admin notice ── */
.cf7-admin-notice {
  background: #fef3c7;
  border: 1px solid #fcd34d;
  border-left: 4px solid #f59e0b;
  border-radius: 8px;
  padding: 1rem 1.2rem;
  font-size: 0.9rem;
  color: #92400e;
  line-height: 1.7;
}

.cf7-admin-notice a { color: var(--color-accent); font-weight: 700; }

/* ── Responsive ── */
@media (max-width: 600px) {
  .wpcf7 .cf7-row { grid-template-columns: 1fr; }
}

/* Servino-M reference styling */
.page-servino-m {
  background: #fcfefb;
}

.servinom-page {
  background: #fcfefb;
  color: #0a0a0a;
  font-family: 'Inter', var(--font-body);
}

.servinom-page h1,
.servinom-page h2,
.servinom-page h3,
.servinom-page h4 {
  font-family: 'Inter', var(--font-display);
}

.servinom-hero {
  padding: 7rem 0 6.9rem;
  background:
    radial-gradient(circle at 7% 86%, rgba(237, 157, 111, 0.08), transparent 22%),
    radial-gradient(circle at 94% 14%, rgba(115, 123, 164, 0.08), transparent 23%),
    #fcfefb;
}

.servinom-label {
  display: inline-flex;
  margin-bottom: 2.05rem;
  padding: 0.38rem 1.05rem;
  border: 1px solid #d3d4d6;
  border-radius: 100px;
  background: #eff0f1;
  box-shadow: 0 2px 4px rgba(25, 23, 35, 0.08);
  color: #39375c;
  font-size: 0.88rem;
  font-weight: 600;
}

.servinom-hero h1 {
  max-width: 760px;
  margin: 0 auto 1.65rem;
  color: #0a0a0a;
  font-size: clamp(2.65rem, 5vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.22;
}

.servinom-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: #737181;
  font-size: 1.22rem;
  line-height: 1.55;
}

.servinom-announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 64px;
  padding: 0.7rem 1.4rem;
  background: linear-gradient(90deg, #ae783d, #cb985a);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
}

.servinom-announcement-badge {
  padding: 0.18rem 0.7rem;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.servinom-interest-link {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0.22rem 0.88rem;
  border-radius: 100px;
  background: #fff;
  color: #92632f;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.servinom-interest-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 18px rgba(61, 39, 18, 0.2);
}

.servinom-content {
  padding: 4.5rem 0 5rem;
  background: #fff;
}

.servinom-page .servinom-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 3.1rem;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}

.servinom-features {
  display: block;
}

.servinom-page .servinom-feature-item {
  display: flex;
  gap: 1.3rem;
  min-height: 0;
  padding: 0 0 2.2rem;
  margin-bottom: 1.9rem;
  border: 0;
  background: transparent;
  box-shadow: none;
  animation: servinom-rise 0.55s ease both;
}

.servinom-page .servinom-feature-item:nth-child(2) { animation-delay: 0.06s; }
.servinom-page .servinom-feature-item:nth-child(3) { animation-delay: 0.12s; }
.servinom-page .servinom-feature-item:nth-child(4) { animation-delay: 0.18s; }
.servinom-page .servinom-feature-item:nth-child(5) { animation-delay: 0.24s; }

.servinom-page .servinom-feature-item:hover {
  transform: none;
}

.servinom-page .servinom-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 13px;
  background: #f0eff3;
  color: #4b416f;
}

.servinom-page .servinom-feature-item:nth-child(2) .servinom-icon {
  background: #f8f3ec;
  color: #ae783d;
}

.servinom-page .servinom-feature-item:nth-child(4) .servinom-icon {
  background: #f8f3ec;
  color: #ae783d;
}

.servinom-feature-badge {
  display: inline-flex;
  margin-bottom: 0.45rem;
  padding: 0.16rem 0.54rem;
  border-radius: 100px;
  background: #f7efe5;
  color: #95642e;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.servinom-page .servinom-feature-item h3 {
  margin-bottom: 0.75rem;
  color: #111;
  font-size: 1.22rem;
  letter-spacing: -0.025em;
}

.servinom-page .servinom-feature-item p {
  margin-bottom: 0.8rem;
  color: #747181;
  font-size: 0.98rem;
  line-height: 1.62;
}

.servinom-page .servinom-sub-list li {
  color: #686471;
}

.servinom-page .servinom-sub-list li::before {
  content: "";
  top: 0.52rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ae783d;
}

.servinom-upgrade {
  overflow: hidden;
  border: 1px solid #e2dfdc;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(27, 24, 38, 0.05);
}

.servinom-upgrade-head {
  padding: 1.55rem 1.45rem 1.35rem;
  background: linear-gradient(118deg, #504472, #312848);
}

.servinom-upgrade-head h3 {
  margin-bottom: 0.3rem;
  color: #fff;
  font-size: 1.35rem;
}

.servinom-upgrade-head p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
}

.servinom-upgrade-body {
  padding: 1.35rem 1.45rem 1.45rem;
}

.servinom-compare-group {
  margin-bottom: 1.25rem;
}

.servinom-compare-group h4 {
  margin-bottom: 0.62rem;
  color: #7c7884;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.servinom-compare-group div {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.45rem;
  padding: 0.55rem 0.7rem;
  border-radius: 9px;
  color: #77727e;
  font-size: 0.8rem;
}

.servinom-compare-group div strong {
  color: #16141e;
  font-weight: 600;
}

.servinom-compare-group div.is-m {
  border: 1px solid #dad7dc;
  background: #f4f3f5;
  color: #514b67;
}

.servinom-compare-group div.is-m strong {
  color: #504472;
}

.servinom-upgrade-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 1.5rem;
  border-radius: 9px;
  background: #ae783d;
  color: #fff;
  font-size: 0.91rem;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease;
}

.servinom-upgrade-button:hover {
  background: #96642f;
  transform: translateY(-1px);
}

.servinom-pricing-note {
  margin: 0.75rem 0 0;
  color: #85808a;
  font-size: 0.78rem;
  text-align: center;
}

@keyframes servinom-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  .servinom-page .servinom-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .servinom-upgrade {
    max-width: 480px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .servinom-hero {
    padding: 4.25rem 0 3.75rem;
  }

  .servinom-hero h1 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .servinom-hero p {
    font-size: 1rem;
  }

  .servinom-announcement {
    flex-direction: column;
    gap: 0.65rem;
    padding: 0.95rem 1rem;
    text-align: center;
  }

  .servinom-content {
    padding: 3rem 0 3.5rem;
  }

  .servinom-page .servinom-layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .servinom-page .servinom-feature-item,
  .servinom-interest-link,
  .servinom-upgrade-button {
    animation: none;
    transition: none;
  }
}
