/*
 * CloudTech — Trang chủ v2 (front-page.php)
 * Palette mới: Navy sâu + Sky blue gradient + Emerald accent
 * Load điều kiện qua functions.php (is_front_page)
 */

/* ══════════════════════════════════════════════════════════
   DESIGN TOKENS (CSS variables riêng cho front-page)
   ══════════════════════════════════════════════════════════ */
.fp {
  --fp-navy-900: #060d1e;
  --fp-navy-800: #0a1628;
  --fp-navy-700: #0f2240;
  --fp-sky-500:  #0ea5e9;
  --fp-sky-400:  #38bdf8;
  --fp-sky-300:  #7dd3fc;
  --fp-emerald:  #10b981;
  --fp-emerald-soft: #34d399;
  --fp-violet:   #7c3aed;
  --fp-amber:    #f59e0b;
  --fp-white:    #ffffff;
  --fp-text:     #0f172a;
  --fp-text-2:   #334155;
  --fp-text-3:   #64748b;
  --fp-border:   #e2e8f0;
  --fp-bg-soft:  #f8fafc;
  --fp-bg-card:  #ffffff;
  --fp-radius-card: 20px;
  --fp-radius-sm:   12px;
  --fp-radius-lg:   24px;
  overflow-x: hidden;
}

/* ══════════════════════════════════════════════════════════
   SECTION HELPERS
   ══════════════════════════════════════════════════════════ */
.fp-section        { padding: 5rem 1.5rem; }
.fp-section--alt   { background: var(--fp-bg-soft); }
.fp-section--alt-2 { background: linear-gradient(180deg, #f0f9ff 0%, var(--fp-bg-soft) 100%); }

/* ── Nội dung từ trình soạn thảo trang Trang chủ (Customizer: bật hiển thị) ── */
.fp-editor-zone .fp-editor-inner {
  max-width: 760px;
  margin: 0 auto;
  color: var(--fp-text-2);
  font-size: 1rem;
  line-height: 1.75;
}
.fp-editor-zone .fp-editor-inner > *:first-child { margin-top: 0; }
.fp-editor-zone .fp-editor-inner > *:last-child { margin-bottom: 0; }
.fp-editor-zone .fp-editor-inner h2,
.fp-editor-zone .fp-editor-inner h3 {
  color: var(--fp-text);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 1.5rem 0 0.65rem;
  line-height: 1.25;
}
.fp-editor-zone .fp-editor-inner h2 { font-size: clamp(1.35rem, 2.5vw, 1.75rem); }
.fp-editor-zone .fp-editor-inner h3 { font-size: 1.15rem; }
.fp-editor-zone .fp-editor-inner p { margin: 0 0 1rem; }
.fp-editor-zone .fp-editor-inner ul,
.fp-editor-zone .fp-editor-inner ol { margin: 0 0 1rem 1.25rem; padding: 0; }
.fp-editor-zone .fp-editor-inner a { color: #0369a1; text-decoration: underline; text-underline-offset: 3px; }
.fp-editor-zone .fp-editor-inner a:hover { color: var(--fp-sky-500); }
.fp-editor-zone .fp-editor-inner img { max-width: 100%; height: auto; border-radius: var(--fp-radius-sm); }
.fp-editor-zone .fp-editor-inner .wp-block-image { margin: 1.25rem 0; }
.fp-inner          { max-width: 1180px; margin: 0 auto; }
.fp-section-header {
  text-align: center; margin-bottom: 3.25rem;
  max-width: 640px; margin-left: auto; margin-right: auto;
}
.fp-label {
  display: inline-block; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #0369a1; margin-bottom: 0.65rem;
  background: rgba(14,165,233,0.10); padding: 0.25rem 0.85rem;
  border-radius: 100px; border: 1px solid rgba(3,105,161,0.3);
}
.fp-section-title {
  font-size: clamp(1.65rem, 3vw, 2.2rem); font-weight: 800;
  color: var(--fp-text); letter-spacing: -0.035em;
  margin: 0 0 0.6rem; line-height: 1.2;
}
.fp-section-desc {
  font-size: 0.97rem; color: var(--fp-text-3);
  line-height: 1.7; margin: 0;
}

/* ══════════════════════════════════════════════════════════
   HERO — Nhẹ nhàng: Sky gradient + glow pastel
   ══════════════════════════════════════════════════════════ */
.fp-hero {
  position: relative; overflow: hidden;
  /* Sky gradient: xanh indigo nhẹ → azure → teal nhạt */
  background: linear-gradient(145deg, #0d2140 0%, #1a4a7a 40%, #0e7fa8 80%, #0ea5c4 100%);
}

/* Soft glow blobs — nhẹ, pastel hơn */
.fp-hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 65% 70% at 0%   40%, rgba(56,189,248,0.32)  0%, transparent 58%),
    radial-gradient(ellipse 45% 50% at 100% 65%, rgba(167,139,250,0.18) 0%, transparent 52%),
    radial-gradient(ellipse 40% 45% at 55%   0%, rgba(52,211,153,0.14)  0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 50% 110%, rgba(14,165,233,0.25)  0%, transparent 55%);
}
/* Dot mesh nhẹ hơn */
.fp-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 32px 32px;
}
/* Glow line dưới hero */
.fp-hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(56,189,248,0.55) 35%, rgba(167,139,250,0.4) 65%, transparent 100%);
}

.fp-hero-inner {
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem;
  align-items: center; padding: 6rem 1.75rem 5.5rem;
}

/* Eyebrow badge — sáng hơn để nổi trên nền mới */
.fp-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: #bae6fd;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.3);
  padding: 0.35rem 1rem; border-radius: 100px; margin-bottom: 1.35rem;
  backdrop-filter: blur(4px);
}
.fp-hero-eyebrow::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px rgba(74,222,128,0.9);
  animation: fp-blink 2s ease-in-out infinite;
}
@keyframes fp-blink { 0%,100%{opacity:1} 50%{opacity:0.3} }

/* Title */
.fp-hero-title {
  font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 800;
  color: #fff; letter-spacing: -0.045em;
  line-height: 1.08; margin: 0 0 1.25rem;
  text-shadow: 0 2px 20px rgba(14,165,233,0.2);
}
.fp-hero-title-accent {
  background: linear-gradient(100deg, #bae6fd 0%, #c4b5fd 55%, #6ee7b7 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* Bullet list */
.fp-hero-bullets {
  list-style: none; margin: 0 0 2.25rem; padding: 0;
  display: flex; flex-direction: column; gap: 0.6rem;
}
.fp-hero-bullets li {
  display: flex; align-items: center; gap: 0.7rem;
  font-size: 0.9rem; font-weight: 500; color: rgba(255,255,255,0.88);
}
.fp-hero-bullet-dot {
  width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;
  background: rgba(16,185,129,0.2); color: var(--fp-emerald-soft);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem; font-weight: 900;
  box-shadow: 0 0 8px rgba(52,211,153,0.3);
}

/* CTA buttons */
.fp-hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-bottom: 2.75rem; }

.fp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  padding: 0.9rem 2rem; font-size: 0.95rem; font-weight: 700;
  border-radius: var(--fp-radius-sm); text-decoration: none;
  transition: all 0.25s cubic-bezier(.4,0,.2,1); border: none; cursor: pointer;
}
.fp-btn-primary {
  background: linear-gradient(135deg, var(--fp-sky-500) 0%, #0284c7 55%, #0369a1 100%);
  color: #fff;
  box-shadow: 0 0 0 0 rgba(14,165,233,0), 0 8px 28px rgba(14,165,233,0.42);
}
.fp-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 0 4px rgba(14,165,233,0.18), 0 16px 36px rgba(14,165,233,0.52);
  color: #fff;
}
.fp-btn-outline {
  background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.88);
  border: 1.5px solid rgba(255,255,255,0.2); backdrop-filter: blur(6px);
}
.fp-btn-outline:hover {
  background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.5);
  color: #fff; transform: translateY(-2px);
}
.fp-btn-white {
  background: #fff; color: #0369a1;
  box-shadow: 0 6px 22px rgba(0,0,0,0.18);
}
.fp-btn-white:hover { background: #f0f9ff; color: #0284c7; transform: translateY(-3px); }
.fp-btn-ghost {
  background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.9);
  border: 1.5px solid rgba(255,255,255,0.25); backdrop-filter: blur(6px);
}
.fp-btn-ghost:hover {
  background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.55);
  color: #fff; transform: translateY(-2px);
}

/* Hero stats */
.fp-hero-stats {
  display: flex; gap: 2.5rem; flex-wrap: wrap;
  padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.2);
}
.fp-hero-stat { display: flex; flex-direction: column; }
.fp-hero-stat-num {
  font-size: 1.65rem; font-weight: 800; color: #fff;
  letter-spacing: -0.04em; line-height: 1;
}
.fp-hero-stat-label {
  font-size: 0.73rem; color: rgba(255,255,255,0.5);
  font-weight: 500; margin-top: 0.2rem;
}

/* Hero right: floating cards */
.fp-hero-right { display: flex; align-items: center; justify-content: center; }
.fp-hero-img    { max-width: 100%; border-radius: 20px; box-shadow: 0 28px 64px rgba(0,0,0,0.4); }
.fp-hero-visual { position: relative; width: 320px; height: 320px; flex-shrink: 0; }
.fp-hero-visual-card {
  position: absolute;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 18px; padding: 1rem 1.35rem;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  display: flex; flex-direction: column; align-items: center; gap: 0.45rem;
  color: #fff; font-size: 0.78rem; font-weight: 600;
  box-shadow: 0 8px 24px rgba(6,34,80,0.25), inset 0 1px 0 rgba(255,255,255,0.22);
  animation: fp-float 4.5s ease-in-out infinite;
}
.fp-hero-visual-card--1 { top: 0;      left: 0;   animation-delay: 0s; }
.fp-hero-visual-card--2 { top: 0;      right: 0;  animation-delay: 1s; }
.fp-hero-visual-card--3 { bottom: 0;   left: 0;   animation-delay: 2s; }
.fp-hero-visual-card--4 { bottom: 0;   right: 0;  animation-delay: 3s; }
.fp-hero-visual-core {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 88px; height: 88px; border-radius: 50%;
  background: linear-gradient(135deg, #38bdf8, #0ea5e9, #0284c7);
  display: flex; align-items: center; justify-content: center;
  color: #fff; overflow: hidden; padding: 0;
  box-shadow:
    0 0 0 14px rgba(56,189,248,0.22),
    0 0 0 28px rgba(56,189,248,0.1),
    0 10px 30px rgba(14,165,233,0.5);
}
.fp-hero-core-logo {
  width: 68px; height: 68px;
  object-fit: contain; object-position: center;
  display: block; border-radius: 50%;
  filter: brightness(0) invert(1);
}
@keyframes fp-float {
  0%,100% { transform: translateY(0px); }
  50%      { transform: translateY(-9px); }
}

/* ══════════════════════════════════════════════════════════
   SERVICES — 8 card, mỗi card màu accent riêng
   ══════════════════════════════════════════════════════════ */

/* Màu accent CSS variable cho từng card */
.fp-services-grid .fp-svc-card:nth-child(1) { --svc-c1:#0ea5e9; --svc-c2:#0369a1; --svc-glow:rgba(14,165,233,0.28); }  /* Tên miền  — Sky    */
.fp-services-grid .fp-svc-card:nth-child(2) { --svc-c1:#10b981; --svc-c2:#059669; --svc-glow:rgba(16,185,129,0.28); }  /* Hosting   — Emerald */
.fp-services-grid .fp-svc-card:nth-child(3) { --svc-c1:#7c3aed; --svc-c2:#6d28d9; --svc-glow:rgba(124,58,237,0.28); } /* Cloud     — Violet  */
.fp-services-grid .fp-svc-card:nth-child(4) { --svc-c1:#f59e0b; --svc-c2:#d97706; --svc-glow:rgba(245,158,11,0.28); } /* Máy chủ  — Amber   */
.fp-services-grid .fp-svc-card:nth-child(5) { --svc-c1:#ef4444; --svc-c2:#dc2626; --svc-glow:rgba(239,68,68,0.28); }  /* Email     — Red     */
.fp-services-grid .fp-svc-card:nth-child(6) { --svc-c1:#eab308; --svc-c2:#ca8a04; --svc-glow:rgba(234,179,8,0.28); }  /* SSL       — Yellow  */
.fp-services-grid .fp-svc-card:nth-child(7) { --svc-c1:#6366f1; --svc-c2:#4f46e5; --svc-glow:rgba(99,102,241,0.28); } /* Website   — Indigo  */
.fp-services-grid .fp-svc-card:nth-child(8) { --svc-c1:#06b6d4; --svc-c2:#0891b2; --svc-glow:rgba(6,182,212,0.28); }  /* Giải pháp— Cyan    */

.fp-services-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 1.35rem;
}

.fp-svc-card {
  --svc-c1: #0ea5e9; --svc-c2: #0369a1; --svc-glow: rgba(14,165,233,0.2); /* fallback */
  background: #fff;
  border: 1.5px solid #e9eff8;
  border-radius: 22px;
  padding: 2rem 1.5rem 1.65rem;
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  position: relative; overflow: hidden;
  transition: transform 0.28s cubic-bezier(.4,0,.2,1), box-shadow 0.28s, border-color 0.28s;
}

/* Radial glow từ icon xuống khi hover */
.fp-svc-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, var(--svc-glow, rgba(14,165,233,0.1)) 0%, transparent 65%);
  opacity: 0; transition: opacity 0.35s;
  pointer-events: none;
}
/* Top bar màu theo card */
.fp-svc-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--svc-c1), var(--svc-c2));
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.32s cubic-bezier(.4,0,.2,1);
}
.fp-svc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px var(--svc-glow, rgba(14,165,233,0.2)), 0 2px 8px rgba(0,0,0,0.05);
  border-color: color-mix(in srgb, var(--svc-c1) 35%, transparent);
}
.fp-svc-card:hover::before { opacity: 1; }
.fp-svc-card:hover::after  { transform: scaleX(1); }

/* Icon — lớn, rounded, màu riêng + glow */
.fp-svc-icon {
  width: 62px; height: 62px; border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.2rem;
  background: linear-gradient(135deg, var(--svc-c1) 0%, var(--svc-c2) 100%);
  color: #fff;
  box-shadow: 0 8px 22px var(--svc-glow, rgba(14,165,233,0.35));
  transition: transform 0.28s cubic-bezier(.4,0,.2,1), box-shadow 0.28s;
}
.fp-svc-card:hover .fp-svc-icon {
  transform: scale(1.1) rotate(-6deg);
  box-shadow: 0 14px 32px var(--svc-glow, rgba(14,165,233,0.5));
}

/* Badge số thứ tự */
.fp-svc-num {
  position: absolute; top: 1rem; right: 1.1rem;
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.04em;
  color: var(--svc-c1); opacity: 0.45; line-height: 1;
}

.fp-svc-title {
  font-size: 0.98rem; font-weight: 800; color: #0f172a;
  margin: 0 0 0.5rem; letter-spacing: -0.015em;
}
.fp-svc-desc {
  font-size: 0.82rem; color: #64748b; line-height: 1.62;
  margin: 0 0 1.1rem; flex: 1;
}
/* "Xem chi tiết" với arrow animation */
.fp-svc-more {
  display: inline-flex; align-items: center; gap: 0.3rem;
  font-size: 0.8rem; font-weight: 700;
  color: var(--svc-c1); margin-top: auto;
  transition: gap 0.22s;
}
.fp-svc-card:hover .fp-svc-more { gap: 0.55rem; }

/* ══════════════════════════════════════════════════════════
   PRICING — 3 tier card, mỗi tier màu riêng
   ══════════════════════════════════════════════════════════ */

/* Màu 3 tier: card 1 (Basic), card 2 (Popular), card 3 (Pro) */
.fp-pricing-cards .fp-pricing-card:nth-child(1) {
  --pc1: #10b981; --pc2: #059669; --pglow: rgba(16,185,129,0.22);
  --pck: #10b981; --pbtn1: #10b981; --pbtn2: #059669;
}
.fp-pricing-cards .fp-pricing-card:nth-child(2) {
  --pc1: #0ea5e9; --pc2: #0369a1; --pglow: rgba(14,165,233,0.25);
  --pck: #0ea5e9; --pbtn1: #0ea5e9; --pbtn2: #0369a1;
}
.fp-pricing-cards .fp-pricing-card:nth-child(3) {
  --pc1: #7c3aed; --pc2: #6d28d9; --pglow: rgba(124,58,237,0.22);
  --pck: #7c3aed; --pbtn1: #7c3aed; --pbtn2: #6d28d9;
}

/* Section header */
.fp-pricing-group       { margin-bottom: 4rem; }
.fp-pricing-group:last-child { margin-bottom: 0; }
.fp-pricing-group-title {
  font-size: 1.2rem; font-weight: 800; color: var(--fp-text);
  letter-spacing: -0.025em; margin: 0 0 2rem; text-align: center;
  display: flex; align-items: center; justify-content: center; gap: 0.75rem;
}
.fp-pricing-group-title::before,
.fp-pricing-group-title::after {
  content: ''; flex: 1; max-width: 120px; height: 1px;
  background: linear-gradient(90deg, transparent, #e2e8f0);
}
.fp-pricing-group-title::after {
  background: linear-gradient(90deg, #e2e8f0, transparent);
}

.fp-pricing-group-desc {
  text-align: center;
  color: #64748b;
  font-size: 0.95rem;
  max-width: 640px;
  margin: -0.5rem auto 1.75rem;
  line-height: 1.55;
}

.fp-pricing-cards {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1.5rem; align-items: start;
}

.fp-pricing-cards--cols-1 { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
.fp-pricing-cards--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fp-pricing-cards--cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fp-pricing-cards--cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fp-pricing-cards--cols-auto { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

/* Base card */
.fp-pricing-card {
  --pc1: #0ea5e9; --pc2: #0369a1; --pglow: rgba(14,165,233,0.2);
  --pck: #0ea5e9; --pbtn1: #0ea5e9; --pbtn2: #0369a1;
  background: #fff;
  border: 1.5px solid #e9eff8;
  border-radius: 22px;
  padding: 2rem 1.75rem; display: flex; flex-direction: column;
  position: relative; overflow: hidden;
  transition: box-shadow 0.28s, border-color 0.28s, transform 0.28s;
}
/* Gradient header area với màu tier */
.fp-pricing-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 80px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--pc1) 8%, transparent) 0%, transparent 100%);
  pointer-events: none;
}
/* Top bar màu */
.fp-pricing-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--pc1), var(--pc2));
  opacity: 0.7; transition: opacity 0.25s;
}
.fp-pricing-card:hover {
  box-shadow: 0 20px 52px var(--pglow), 0 4px 12px rgba(0,0,0,0.06);
  border-color: color-mix(in srgb, var(--pc1) 40%, transparent);
  transform: translateY(-6px);
}
.fp-pricing-card:hover::after { opacity: 1; }

/* Popular card — nổi bật hơn hẳn */
.fp-pricing-card--popular {
  border-color: color-mix(in srgb, var(--pc1) 50%, transparent);
  box-shadow: 0 18px 50px var(--pglow), 0 0 0 4px color-mix(in srgb, var(--pc1) 10%, transparent);
  transform: translateY(-10px);
}
.fp-pricing-card--popular::after { opacity: 1; }

/* Popular badge — ghim ở đầu */
.fp-pricing-badge {
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--pc1), var(--pc2));
  color: #fff; font-size: 0.65rem; font-weight: 800;
  padding: 0.3rem 1rem; border-radius: 0 0 12px 12px;
  letter-spacing: 0.06em; text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 4px 12px var(--pglow);
}

/* Pricing head */
.fp-pricing-head { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 0.75rem; }
.fp-pricing-icon {
  width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--pc1), var(--pc2));
  color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px var(--pglow);
}
.fp-pricing-name { font-size: 1.05rem; font-weight: 800; color: #0f172a; margin: 0; letter-spacing: -0.02em; }
.fp-pricing-from { font-size: 0.75rem; color: #94a3b8; margin: 0.85rem 0 0.2rem; }

/* Price number — lớn, gradient */
.fp-pricing-price { display: flex; align-items: baseline; gap: 0.25rem; margin: 0 0 0.5rem; }
.fp-pricing-price-num {
  font-size: 2.2rem; font-weight: 900; letter-spacing: -0.045em;
  background: linear-gradient(135deg, var(--pc1), var(--pc2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1;
}
.fp-pricing-price-unit { font-size: 0.85rem; color: #94a3b8; font-weight: 500; }

/* Divider */
.fp-pricing-divider {
  height: 1px; background: #f1f5f9; margin: 1rem 0 1.25rem;
}

/* Features list */
.fp-pricing-features {
  list-style: none; margin: 0 0 1.5rem; padding: 0;
  flex: 1; display: flex; flex-direction: column; gap: 0.65rem;
}
.fp-pricing-features li {
  display: flex; align-items: center; gap: 0.55rem;
  font-size: 0.875rem; color: #334155; line-height: 1.4;
}
/* Check icon màu theo tier */
.fp-check {
  width: 18px; height: 18px; flex-shrink: 0; border-radius: 50%;
  background-color: var(--pck, #0ea5e9);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 11px; background-position: center; background-repeat: no-repeat;
}

/* CTA button */
.fp-pricing-btn {
  display: flex; align-items: center; justify-content: center; gap: 0.35rem;
  padding: 0.95rem 1rem; color: #fff; font-weight: 700; font-size: 0.95rem;
  border-radius: 14px; text-decoration: none; margin-top: auto;
  background: linear-gradient(135deg, var(--pbtn1) 0%, var(--pbtn2) 100%);
  box-shadow: 0 4px 16px var(--pglow);
  transition: transform 0.22s, box-shadow 0.22s, filter 0.22s;
}
.fp-pricing-btn::after { content: '→'; font-size: 0.9rem; }
.fp-pricing-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px var(--pglow);
  filter: brightness(1.06);
  color: #fff;
}

/* ══════════════════════════════════════════════════════════
   WHY US — Layout 2 cột, item card màu riêng
   ══════════════════════════════════════════════════════════ */

/* Màu accent riêng cho 4 item */
.fp-why-list .fp-why-item:nth-child(1) { --wi-c1:#f59e0b; --wi-c2:#d97706; --wi-g:rgba(245,158,11,0.2); }  /* Hiệu suất — Amber  */
.fp-why-list .fp-why-item:nth-child(2) { --wi-c1:#0ea5e9; --wi-c2:#0369a1; --wi-g:rgba(14,165,233,0.2); }  /* Uptime    — Sky    */
.fp-why-list .fp-why-item:nth-child(3) { --wi-c1:#10b981; --wi-c2:#059669; --wi-g:rgba(16,185,129,0.2); }  /* Bảo mật  — Emerald*/
.fp-why-list .fp-why-item:nth-child(4) { --wi-c1:#7c3aed; --wi-c2:#6d28d9; --wi-g:rgba(124,58,237,0.2); } /* Đội ngũ  — Violet */

.fp-why-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: center;
}
.fp-why-left {}
.fp-why-list { display: flex; flex-direction: column; gap: 0.9rem; margin-top: 1.75rem; }

.fp-why-item {
  --wi-c1: #0ea5e9; --wi-c2: #0369a1; --wi-g: rgba(14,165,233,0.15); /* fallback */
  display: flex; align-items: flex-start; gap: 1.1rem;
  background: #fff;
  border: 1.5px solid #e9eff8;
  border-radius: 16px; padding: 1.25rem 1.4rem;
  position: relative; overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
  cursor: default;
}
/* Left accent bar */
.fp-why-item::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(180deg, var(--wi-c1), var(--wi-c2));
  opacity: 0; transition: opacity 0.25s;
  border-radius: 3px 0 0 3px;
}
/* Subtle background glow */
.fp-why-item::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 70% at 0% 50%, var(--wi-g) 0%, transparent 65%);
  opacity: 0; transition: opacity 0.3s; pointer-events: none;
}
.fp-why-item:hover {
  border-color: color-mix(in srgb, var(--wi-c1) 38%, transparent);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--wi-c1) 16%, transparent);
  transform: translateX(6px);
}
.fp-why-item:hover::before { opacity: 1; }
.fp-why-item:hover::after  { opacity: 1; }

/* Icon — gradient màu theo item */
.fp-why-icon {
  width: 46px; height: 46px; border-radius: 14px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--wi-c1), var(--wi-c2));
  color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 16px color-mix(in srgb, var(--wi-c1) 35%, transparent);
  transition: transform 0.25s, box-shadow 0.25s;
  position: relative; z-index: 1;
}
.fp-why-item:hover .fp-why-icon {
  transform: scale(1.08);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--wi-c1) 45%, transparent);
}

.fp-why-body { position: relative; z-index: 1; }
.fp-why-item-title {
  font-size: 0.96rem; font-weight: 800; color: #0f172a;
  margin: 0 0 0.25rem; letter-spacing: -0.01em;
}
.fp-why-item-desc  { font-size: 0.83rem; color: #64748b; line-height: 1.6; margin: 0; }
.fp-why-right { display: flex; align-items: center; justify-content: center; }
.fp-why-img { max-width: 100%; border-radius: 22px; box-shadow: 0 24px 56px rgba(15,23,42,0.14); }

/* ── Section background subtle ── */
.fp-why.fp-section {
  background: linear-gradient(180deg, #f8fafc 0%, #eff8ff 50%, #f8fafc 100%);
  position: relative;
}

/* ── Orb (đã dùng animation riêng) ── */
.fp-why-orb { position: relative; width: 380px; height: 380px; flex-shrink: 0; }
.fp-orb-ring { position: absolute; border-radius: 50%; pointer-events: none;
  border: 1.5px dashed rgba(14,165,233,0.18); }
.fp-orb-ring-1 { inset: 115px; border-color: rgba(14,165,233,0.30); }
.fp-orb-ring-2 { inset: 82px;  border-color: rgba(14,165,233,0.20); }
.fp-orb-ring-3 { inset: 48px;  border-color: rgba(14,165,233,0.12); }
.fp-orb-ring-4 { inset: 18px;  border-color: rgba(14,165,233,0.07); }
.fp-orb-core {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 90px; height: 90px; border-radius: 50%;
  background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 45%, #0369a1 100%);
  display: flex; align-items: center; justify-content: center; color: #fff; z-index: 10;
  box-shadow:
    0 0 0 16px rgba(14,165,233,0.14),
    0 0 0 32px rgba(14,165,233,0.06),
    0 14px 40px rgba(14,165,233,0.55);
}
.fp-orb-core svg { display: block; }
.fp-orb-core-logo {
  width: 62px; height: 62px;
  object-fit: contain; object-position: center;
  display: block; border-radius: 50%;
  filter: brightness(0) invert(1);
}
.fp-orb-dot {
  position: absolute; top: 50%; left: 50%; margin: -22px;
  width: 44px; height: 44px; border-radius: 50%;
  background: #fff; border: 1.5px solid rgba(14,165,233,0.22);
  display: flex; align-items: center; justify-content: center; color: var(--fp-sky-500);
  box-shadow: 0 4px 18px rgba(15,23,42,0.14), 0 0 0 5px rgba(14,165,233,0.08);
  z-index: 5;
}
.fp-orb-dot svg { display: block; flex-shrink: 0; }
.fp-orb-dot-1 { animation: fp-orb-cw-75   16s linear  0s   infinite; }
.fp-orb-dot-2 { animation: fp-orb-ccw-108 24s linear -8s   infinite; }
.fp-orb-dot-3 { animation: fp-orb-cw-142  20s linear -5s   infinite; }
.fp-orb-dot-4 { animation: fp-orb-ccw-172 30s linear -14s  infinite; }
@keyframes fp-orb-cw-75   { from{transform:rotate(0deg)    translateY(-75px)  rotate(0deg);}    to{transform:rotate(360deg)  translateY(-75px)  rotate(-360deg);} }
@keyframes fp-orb-ccw-108 { from{transform:rotate(0deg)    translateY(-108px) rotate(0deg);}   to{transform:rotate(-360deg) translateY(-108px) rotate(360deg);}  }
@keyframes fp-orb-cw-142  { from{transform:rotate(0deg)    translateY(-142px) rotate(0deg);}   to{transform:rotate(360deg)  translateY(-142px) rotate(-360deg);} }
@keyframes fp-orb-ccw-172 { from{transform:rotate(0deg)    translateY(-172px) rotate(0deg);}   to{transform:rotate(-360deg) translateY(-172px) rotate(360deg);}  }

/* ══════════════════════════════════════════════════════════
   PARTNERS — Marquee fade
   ══════════════════════════════════════════════════════════ */
.fp-partners {
  padding: 1.85rem 0;
  background: linear-gradient(180deg, #f0f9ff 0%, #fff 100%);
  border-top: 1px solid rgba(14,165,233,0.1);
  border-bottom: 1px solid var(--fp-border);
}
.fp-partners-label {
  text-align: center; font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: #94a3b8; margin-bottom: 1.35rem;
}
.fp-partners-track-wrap {
  width: 100%; overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 7%, black 93%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 7%, black 93%, transparent);
}
.fp-partners-track { display: flex; gap: 2.5rem; animation: fp-marquee 30s linear infinite; width: max-content; }
@keyframes fp-marquee { to { transform: translateX(-50%); } }
.fp-partner-item { flex-shrink: 0; display: flex; align-items: center; justify-content: center; padding: 0.25rem 1.5rem; }
.fp-partner-logo { max-height: 44px; width: auto; filter: grayscale(0.6) opacity(0.6); transition: filter 0.28s; }
.fp-partner-item:hover .fp-partner-logo { filter: grayscale(0) opacity(1); }

/* ══════════════════════════════════════════════════════════
   STATS — Gradient bar với glass cards
   ══════════════════════════════════════════════════════════ */
.fp-stats {
  position: relative; overflow: hidden; padding: 2.75rem 1.5rem;
  background: linear-gradient(135deg, #0369a1 0%, #0ea5e9 40%, #7c3aed 100%);
}
.fp-stats::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 15% 50%, rgba(255,255,255,0.16) 0%, transparent 48%),
    radial-gradient(circle at 85% 50%, rgba(255,255,255,0.1)  0%, transparent 40%);
  pointer-events: none;
}
.fp-stats::after {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 24px 24px; pointer-events: none;
}
.fp-stats-inner {
  position: relative; z-index: 1; max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4,1fr); gap: 1.25rem; text-align: center;
}
.fp-stat-item {
  background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.25);
  border-radius: 18px; padding: 1.65rem 1rem;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: transform 0.25s, background 0.25s, box-shadow 0.25s;
}
.fp-stat-item:hover { transform: translateY(-5px); background: rgba(255,255,255,0.22); box-shadow: 0 12px 32px rgba(0,0,0,0.18); }
.fp-stat-num { display: block; font-size: 2.3rem; font-weight: 900; color: #fff; letter-spacing: -0.04em; text-shadow: 0 2px 12px rgba(0,0,0,0.15); }
.fp-stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.8); font-weight: 500; margin-top: 0.2rem; display: block; }

/* ══════════════════════════════════════════════════════════
   SUPPORT & FAQ — Layout 2 cột
   ══════════════════════════════════════════════════════════ */
/* ── Support & FAQ layout ──────────────────────────────────────────────── */
.fp-support-layout { display: grid; grid-template-columns: 1fr 1.45fr; gap: 3.5rem; align-items: start; }

/* ── Support left: heading ─────────────────────────────────────────────── */
.fp-support-left .fp-section-title { font-size: clamp(1.5rem,2.5vw,2rem); }

/* Support channel cards */
.fp-support-cards  { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1.5rem; }
.fp-support-card {
  display: flex; align-items: center; gap: 1rem;
  background: #fff; border: 1.5px solid var(--fp-border);
  border-radius: 16px; padding: 1.1rem 1.25rem;
  text-decoration: none; color: inherit; position: relative; overflow: hidden;
  transition: border-color 0.24s, box-shadow 0.24s, transform 0.24s;
}
.fp-support-card::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px; background: var(--fp-sc-color, var(--fp-sky-500));
  border-radius: 4px 0 0 4px; opacity: 0; transition: opacity 0.24s;
}
.fp-support-card:hover {
  border-color: var(--fp-sc-color, rgba(14,165,233,0.38));
  box-shadow: 0 8px 28px rgba(14,165,233,0.1); transform: translateX(4px);
}
.fp-support-card:hover::before { opacity: 1; }
.fp-support-card-icon {
  width: 46px; height: 46px; border-radius: 13px; flex-shrink: 0;
  background: var(--fp-sc-bg, rgba(14,165,233,0.1));
  color: var(--fp-sc-color, var(--fp-sky-500));
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.24s;
}
.fp-support-card:hover .fp-support-card-icon { transform: scale(1.1) rotate(-6deg); }
.fp-support-card-body { flex: 1; min-width: 0; }
.fp-support-card-title { font-size: 0.95rem; font-weight: 700; color: var(--fp-text); margin: 0 0 0.15rem; }
.fp-support-card-desc  { font-size: 0.82rem; color: var(--fp-text-3); margin: 0; line-height: 1.5; }
.fp-support-card-arrow {
  width: 28px; height: 28px; border-radius: 8px; flex-shrink: 0;
  background: var(--fp-bg-soft); color: #94a3b8;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, color 0.2s;
}
.fp-support-card:hover .fp-support-card-arrow {
  background: var(--fp-sc-bg, rgba(14,165,233,0.1));
  color: var(--fp-sc-color, var(--fp-sky-500));
}

/* ── FAQ right ─────────────────────────────────────────────────────────── */
.fp-support-right .fp-section-title { font-size: clamp(1.5rem,2.5vw,2rem); }
.fp-faq-accordion { display: flex; flex-direction: column; gap: 0.6rem; margin-top: 1.5rem; }
.fp-faq-item {
  background: #fff; border: 1.5px solid var(--fp-border);
  border-radius: 14px; overflow: hidden;
  transition: border-color 0.22s, box-shadow 0.22s;
}
.fp-faq-item[open] {
  border-color: rgba(14,165,233,0.35);
  box-shadow: 0 6px 22px rgba(14,165,233,0.08);
}
.fp-faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
  padding: 1rem 1.2rem; font-size: 0.92rem;
  font-weight: 600; color: var(--fp-text); cursor: pointer; list-style: none;
  transition: background 0.18s; user-select: none;
}
.fp-faq-q::-webkit-details-marker { display: none; }
/* Custom chevron via pseudo */
.fp-faq-q::after {
  content: '';
  flex-shrink: 0; width: 28px; height: 28px;
  border-radius: 8px; background: var(--fp-bg-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
  transition: transform 0.22s, background-color 0.22s;
}
.fp-faq-item[open] .fp-faq-q::after {
  transform: rotate(180deg);
  background-color: #e0f2fe;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230ea5e9' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}
.fp-faq-q:hover { background: #f8faff; }
.fp-faq-a {
  padding: 0 1.2rem 1.1rem;
  font-size: 0.88rem; color: var(--fp-text-3); line-height: 1.72;
  border-top: 1px solid var(--fp-border);
  padding-top: 0.85rem;
}
.fp-faq-a p { margin: 0; }
.fp-faq-empty { font-size: 0.9rem; color: #94a3b8; margin-top: 1rem; }

/* ══════════════════════════════════════════════════════════
   CTA — Đồng bộ màu Sky hero
   ══════════════════════════════════════════════════════════ */
.fp-cta {
  position: relative; overflow: hidden; padding: 6rem 1.5rem; text-align: center;
  background: linear-gradient(145deg, #0d2140 0%, #1a4a7a 45%, #0e7fa8 100%);
}
.fp-cta-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 55% at 20% 40%, rgba(56,189,248,0.28) 0%, transparent 55%),
    radial-gradient(ellipse 45% 45% at 80% 70%, rgba(167,139,250,0.2)  0%, transparent 50%),
    radial-gradient(ellipse 30% 35% at 55% 10%, rgba(52,211,153,0.12)  0%, transparent 45%);
}
.fp-cta-bg::after {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 26px 26px;
}
/* Decorative glow line at top */
.fp-cta::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(56,189,248,0.6) 35%, rgba(167,139,250,0.5) 65%, transparent);
}
.fp-cta-inner { position: relative; z-index: 2; max-width: 580px; margin: 0 auto; }
.fp-cta-title {
  font-size: clamp(1.8rem, 3.8vw, 2.5rem); font-weight: 800; color: #fff;
  letter-spacing: -0.045em; margin: 0 0 0.75rem; line-height: 1.15;
}
.fp-cta-desc {
  font-size: 1rem; color: rgba(255,255,255,0.7); line-height: 1.65; margin: 0 0 2.25rem;
}
.fp-cta-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; justify-content: center; }

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .fp-hero-inner   { grid-template-columns: 1fr; padding: 4rem 1.5rem; }
  .fp-hero-right   { display: none; }
  .fp-hero-bullets { max-width: 520px; }
  .fp-services-grid { grid-template-columns: repeat(4,1fr); }
  .fp-why-layout  { grid-template-columns: 1fr; gap: 2.25rem; }
  .fp-why-right   { display: none; }
}
@media (max-width: 860px) {
  .fp-services-grid  { grid-template-columns: repeat(2,1fr); }
  .fp-pricing-cards  { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .fp-pricing-cards[class*='fp-pricing-cards--cols-'] { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
  .fp-pricing-card--popular { transform: none; }
  .fp-support-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .fp-stats-inner    { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
  .fp-section      { padding: 3.25rem 1.25rem; }
  .fp-hero-inner   { padding: 3.75rem 1.25rem 3.25rem; }
  .fp-hero-stats   { gap: 1.5rem; }
  .fp-hero-title   { letter-spacing: -0.035em; }
}
