/* =========================================================
   PORTAL THEME — Exact replica of kits.rometheme.net/portal
   Colors: #0D1B2A (dark navy bg), #0066FF (blue accent),
           #FFFFFF (white), #8A9BB0 (muted text), #F4F7FC (light bg)
   Font: Inter (body), Manrope (headings)
   ========================================================= */

/* --- RESET & BASE ---------------------------------------- */
:root {
  --dark:    #0D1B2A;
  --dark2:   #0A1520;
  --dark3:   #111F30;
  --card-dark: #132036;
  --blue:    #0066FF;
  --blue2:   #1A7AFF;
  --blue-light: #E8F0FF;
  --white:   #FFFFFF;
  --light-bg:#F4F7FC;
  --light2:  #EEF2FA;
  --txt:     #8A9BB0;
  --txt2:    #B0BEC5;
  --heading: #FFFFFF;
  --heading-dark: #0D1B2A;
  --green:   #22C55E;
  --amber:   #F59E0B;
  --border:  rgba(255,255,255,0.08);
  --border-dark: rgba(13,27,42,0.12);
  --shadow:  0 4px 24px rgba(0,102,255,0.12);
  --shadow2: 0 8px 40px rgba(0,0,0,0.18);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', sans-serif; background: #FFFFFF; color: var(--heading-dark); line-height: 1.65; overflow-x: hidden; }
h1,h2,h3,h4,h5,h6 { font-family: 'Manrope', sans-serif; line-height: 1.2; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }
ul { list-style: none; padding: 0; margin: 0; }

/* --- NAVBAR ---------------------------------------------- */
.portal-nav {
  background: var(--dark);
  padding: 0;
  position: sticky; top: 0; z-index: 1000;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.portal-nav .container { display: flex; align-items: center; height: 72px; gap: 2rem; }
.nav-brand { display: flex; align-items: center; gap: 0.6rem; font-family: 'Manrope',sans-serif; font-weight: 800; font-size: 1.25rem; color: #fff; white-space: nowrap; }
.nav-brand .brand-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); display: inline-block; margin-left: 2px; }
.nav-brand .brand-icon { width: 36px; height: 36px; border-radius: 8px; background: var(--blue); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1rem; flex-shrink: 0; }
.nav-menu { display: flex; align-items: center; gap: 0.25rem; list-style: none; margin: 0; padding: 0; flex: 1; justify-content: center; }
.nav-menu > li { position: relative; }
.nav-menu > li > a { display: flex; align-items: center; gap: 0.3rem; color: var(--txt2); font-size: 0.9rem; font-weight: 500; padding: 0.5rem 0.85rem; border-radius: 6px; transition: color 0.2s; }
.nav-menu > li > a:hover, .nav-menu > li > a.active { color: #fff; }
.nav-menu > li > a i { font-size: 0.65rem; opacity: 0.7; }
/* Dropdown */
.nav-dropdown { position: absolute; top: calc(100% + 8px); left: 0; background: var(--dark3); border: 1px solid var(--border); border-radius: 10px; min-width: 200px; padding: 0.5rem; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all 0.2s; z-index: 100; }
.nav-menu > li:hover .nav-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown a { display: block; padding: 0.5rem 0.9rem; color: var(--txt); font-size: 0.875rem; border-radius: 6px; transition: all 0.15s; }
.nav-dropdown a:hover { background: rgba(0,102,255,0.12); color: var(--blue2); }
.nav-cta { background: var(--blue); color: #fff !important; padding: 0.5rem 1.4rem !important; border-radius: 8px; font-weight: 600; transition: opacity 0.2s, transform 0.2s !important; white-space: nowrap; }
.nav-cta:hover { opacity: 0.9; transform: translateY(-1px) !important; }
/* Mobile toggle */
.nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 1.3rem; cursor: pointer; padding: 0.4rem; margin-left: auto; }
@media(max-width:991px){
  .nav-toggle { display: block; }
  .nav-menu { display: none; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: var(--dark3); padding: 1rem; border-bottom: 1px solid var(--border); gap: 0; }
  .nav-menu.open { display: flex; }
  .nav-menu > li > a { border-radius: 8px; padding: 0.65rem 1rem; width: 100%; }
  .nav-dropdown { position: static; opacity: 1; visibility: visible; transform: none; background: rgba(255,255,255,0.04); margin-top: 0.25rem; margin-left: 1rem; }
}

/* --- HERO SECTION ---------------------------------------- */
.hero-section {
  background: var(--dark);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(0,102,255,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.hero-section::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(0,102,255,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-eyebrow { display: inline-block; background: rgba(0,102,255,0.15); color: var(--blue2); border: 1px solid rgba(0,102,255,0.3); padding: 0.3rem 1rem; border-radius: 50px; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1.2rem; }
.hero-title { font-size: clamp(2.4rem, 4.5vw, 4rem); font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 1.3rem; letter-spacing: -0.02em; }
.hero-title span { color: var(--blue2); }
.hero-desc { font-size: 1.05rem; color: var(--txt); line-height: 1.75; max-width: 520px; margin-bottom: 2.2rem; }
.btn-primary { background: var(--blue); color: #fff; padding: 0.78rem 2rem; border-radius: 8px; font-weight: 600; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 0.5rem; border: none; cursor: pointer; transition: all 0.25s; }
.btn-primary:hover { background: var(--blue2); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,102,255,0.35); color: #fff; }
.btn-outline { background: transparent; color: #fff; padding: 0.78rem 2rem; border-radius: 8px; font-weight: 600; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 0.5rem; border: 1px solid rgba(255,255,255,0.2); cursor: pointer; transition: all 0.25s; }
.btn-outline:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.4); }
.btn-outline-blue { background: transparent; color: var(--blue); padding: 0.75rem 1.8rem; border-radius: 8px; font-weight: 600; font-size: 0.9rem; border: 1px solid var(--blue); cursor: pointer; transition: all 0.22s; display: inline-flex; align-items: center; gap: 0.45rem; }
.btn-outline-blue:hover { background: var(--blue); color: #fff; }

/* Hero visual card */
.hero-card { background: var(--card-dark); border: 1px solid var(--border); border-radius: 16px; padding: 1.8rem; }
.hero-card-title { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--blue2); margin-bottom: 0.4rem; }
.hero-card-sub { font-size: 0.9rem; color: #fff; font-weight: 600; margin-bottom: 1.3rem; }
.metric { margin-bottom: 1rem; }
.metric-head { display: flex; justify-content: space-between; font-size: 0.8rem; color: var(--txt); margin-bottom: 0.3rem; }
.metric-head span:last-child { font-weight: 700; color: var(--green); }
.metric-bar { height: 6px; background: rgba(255,255,255,0.08); border-radius: 50px; overflow: hidden; }
.metric-fill { height: 100%; background: var(--blue); border-radius: 50px; transition: width 1.5s ease; }
.metric-fill.green { background: var(--green); }
.metric-fill.amber { background: var(--amber); }
.hero-badge-row { display: flex; gap: 0.5rem; margin-top: 1.2rem; flex-wrap: wrap; }
.hero-badge { font-size: 0.72rem; font-weight: 600; padding: 0.25rem 0.7rem; border-radius: 50px; border: 1px solid; }
.hero-badge.b1 { background: rgba(34,197,94,0.1); border-color: rgba(34,197,94,0.25); color: var(--green); }
.hero-badge.b2 { background: rgba(0,102,255,0.1); border-color: rgba(0,102,255,0.25); color: var(--blue2); }
.hero-badge.b3 { background: rgba(245,158,11,0.1); border-color: rgba(245,158,11,0.25); color: var(--amber); }
.hero-stats { display: flex; gap: 2.5rem; margin-top: 2.5rem; }
.hero-stat-num { font-family: 'Manrope',sans-serif; font-size: 1.8rem; font-weight: 800; color: #fff; line-height: 1; }
.hero-stat-lbl { font-size: 0.75rem; color: var(--txt); text-transform: uppercase; letter-spacing: 0.07em; margin-top: 0.2rem; }

/* --- PARTNER STRIP --------------------------------------- */
.partner-strip { background: var(--dark2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 1.5rem 0; }
.partner-strip-title { font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--txt); white-space: nowrap; }
.partner-scroll-wrap { overflow: hidden; flex: 1; }
.partner-scroll { display: flex; gap: 3rem; align-items: center; animation: scroll-x 22s linear infinite; width: max-content; }
.partner-scroll:hover { animation-play-state: paused; }
@keyframes scroll-x { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.partner-item { display: flex; align-items: center; gap: 0.55rem; color: var(--txt); font-size: 0.88rem; font-weight: 500; white-space: nowrap; opacity: 0.7; transition: opacity 0.2s; }
.partner-item:hover { opacity: 1; }
.partner-item i { font-size: 1.2rem; color: var(--txt2); }

/* --- SECTION UTILITIES ----------------------------------- */
.section { padding: 90px 0; }
.section-alt { background: var(--light-bg); }
.section-dark { background: var(--dark); }
.section-dark2 { background: var(--dark2); }
.section-tag { display: inline-block; color: var(--blue); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.6rem; }
.section-tag-white { color: var(--blue2); }
.section-title { font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 800; color: var(--heading-dark); margin-bottom: 0.9rem; line-height: 1.15; }
.section-title-white { color: var(--white); }
.section-desc { font-size: 0.97rem; color: #6B7280; line-height: 1.75; max-width: 540px; }
.section-desc-white { color: var(--txt); }

/* --- ABOUT SECTION --------------------------------------- */
.about-img-wrap { position: relative; }
.about-img-main { width: 100%; height: 420px; object-fit: cover; border-radius: 16px; }
.about-img-overlay { position: absolute; bottom: -20px; right: 20px; width: 170px; height: 170px; border-radius: 12px; object-fit: cover; border: 4px solid #fff; box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
.about-quote-card { background: #fff; border-radius: 12px; padding: 1.2rem 1.4rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); margin-top: 2rem; border-left: 4px solid var(--blue); }
.about-quote-text { font-size: 0.88rem; color: #4B5563; font-style: italic; line-height: 1.6; }
.about-quote-author { font-size: 0.8rem; font-weight: 700; color: var(--blue); margin-top: 0.5rem; }
.about-point { display: flex; align-items: flex-start; gap: 0.8rem; margin-bottom: 0.9rem; }
.about-point-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); flex-shrink: 0; margin-top: 0.5rem; }
.about-point-text { font-size: 0.93rem; color: #4B5563; line-height: 1.6; }

/* --- SERVICE CARDS (Homepage) ---------------------------- */
.svc-card-home { background: #fff; border: 1px solid #E8EDF5; border-radius: 14px; padding: 2rem; height: 100%; transition: all 0.3s; position: relative; overflow: hidden; }
.svc-card-home::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 0; background: var(--blue); border-radius: 3px 0 0 3px; transition: height 0.3s; }
.svc-card-home:hover { box-shadow: 0 12px 40px rgba(0,102,255,0.12); transform: translateY(-4px); border-color: rgba(0,102,255,0.15); }
.svc-card-home:hover::before { height: 100%; }
.svc-icon-box { width: 56px; height: 56px; border-radius: 12px; background: var(--blue-light); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: var(--blue); margin-bottom: 1.2rem; transition: all 0.3s; }
.svc-card-home:hover .svc-icon-box { background: var(--blue); color: #fff; }
.svc-card-home h3 { font-size: 1.05rem; font-weight: 700; color: var(--heading-dark); margin-bottom: 0.7rem; }
.svc-card-home p { font-size: 0.875rem; color: #6B7280; line-height: 1.65; margin-bottom: 1.3rem; }
.link-blue { color: var(--blue); font-size: 0.87rem; font-weight: 600; display: inline-flex; align-items: center; gap: 0.35rem; transition: gap 0.2s; }
.link-blue:hover { gap: 0.55rem; color: var(--blue2); }

/* --- TEAM CARDS ------------------------------------------ */
.team-card { background: #fff; border: 1px solid #E8EDF5; border-radius: 14px; overflow: hidden; transition: all 0.3s; }
.team-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.1); transform: translateY(-4px); }
.team-img { width: 100%; height: 230px; object-fit: cover; display: block; }
.team-img-placeholder { width: 100%; height: 230px; display: flex; align-items: center; justify-content: center; font-family: 'Manrope',sans-serif; font-size: 2.5rem; font-weight: 800; color: #fff; }
.team-body { padding: 1.4rem; }
.team-name { font-size: 1rem; font-weight: 800; color: var(--heading-dark); margin-bottom: 0.2rem; }
.team-role { font-size: 0.82rem; color: var(--blue); font-weight: 600; margin-bottom: 1rem; }
.team-socials { display: flex; gap: 0.4rem; }
.team-social { width: 30px; height: 30px; border-radius: 6px; border: 1px solid #E8EDF5; display: flex; align-items: center; justify-content: center; color: #9CA3AF; font-size: 0.75rem; transition: all 0.2s; }
.team-social:hover { background: var(--blue); border-color: var(--blue); color: #fff; }

/* --- WHY CHOOSE SECTION ---------------------------------- */
.why-section { background: var(--dark); }
.why-feature-card { background: var(--card-dark); border: 1px solid var(--border); border-radius: 14px; padding: 1.6rem; display: flex; align-items: flex-start; gap: 1.1rem; transition: all 0.3s; }
.why-feature-card:hover { border-color: rgba(0,102,255,0.4); transform: translateY(-3px); }
.why-icon-box { width: 50px; height: 50px; border-radius: 12px; background: rgba(0,102,255,0.15); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: var(--blue2); flex-shrink: 0; }
.why-feature-card h4 { font-size: 0.97rem; font-weight: 700; color: #fff; margin-bottom: 0.3rem; }
.why-feature-card p { font-size: 0.84rem; color: var(--txt); line-height: 1.6; margin: 0; }
.why-center-visual { border-radius: 20px; overflow: hidden; height: 100%; min-height: 380px; background: linear-gradient(160deg, #0033AA 0%, #0066FF 60%, #0099FF 100%); position: relative; display: flex; align-items: center; justify-content: center; }
.why-center-visual .dot-grid { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.12) 1px, transparent 1px); background-size: 22px 22px; }
.why-center-visual i { font-size: 5rem; color: rgba(255,255,255,0.2); position: relative; z-index: 1; }
.stat-counter-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin-top: 2.5rem; }
.stat-counter { background: var(--card-dark); border: 1px solid var(--border); border-radius: 12px; padding: 1.4rem; text-align: center; }
.stat-counter-num { font-family: 'Manrope',sans-serif; font-weight: 800; font-size: 2rem; color: var(--blue2); line-height: 1; }
.stat-counter-lbl { font-size: 0.78rem; color: var(--txt); margin-top: 0.3rem; text-transform: uppercase; letter-spacing: 0.06em; }

/* --- PRICING CARDS --------------------------------------- */
.price-card { background: var(--card-dark); border: 1px solid var(--border); border-radius: 18px; padding: 2.4rem; height: 100%; transition: all 0.3s; }
.price-card.featured { background: linear-gradient(155deg, rgba(0,60,180,0.3) 0%, var(--card-dark) 60%); border-color: var(--blue); box-shadow: 0 0 0 1px rgba(0,102,255,0.2), 0 16px 48px rgba(0,102,255,0.2); }
.price-card:hover { transform: translateY(-5px); }
.price-badge { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.22rem 0.7rem; border-radius: 50px; margin-bottom: 0.6rem; }
.price-badge.basic { background: rgba(0,102,255,0.15); color: var(--blue2); border: 1px solid rgba(0,102,255,0.25); }
.price-badge.popular { background: var(--blue); color: #fff; }
.price-badge.enterprise { background: rgba(34,197,94,0.12); color: var(--green); border: 1px solid rgba(34,197,94,0.25); }
.price-name { font-size: 1.4rem; font-weight: 800; color: #fff; margin-bottom: 0.2rem; }
.price-amount { font-family: 'Manrope',sans-serif; font-size: 2.6rem; font-weight: 800; color: var(--blue2); display: block; margin-bottom: 0.2rem; line-height: 1; }
.price-period { font-size: 0.82rem; color: var(--txt); margin-bottom: 1rem; }
.price-desc { font-size: 0.86rem; color: var(--txt); line-height: 1.6; margin-bottom: 1.5rem; }
.price-features { list-style: none; margin-bottom: 1.8rem; }
.price-features li { display: flex; align-items: center; gap: 0.65rem; padding: 0.5rem 0; font-size: 0.875rem; color: var(--txt2); border-bottom: 1px solid rgba(255,255,255,0.05); }
.price-features li:last-child { border: none; }
.price-features li i { color: var(--blue2); font-size: 0.75rem; flex-shrink: 0; }
.price-cta { display: block; width: 100%; text-align: center; padding: 0.8rem; border-radius: 9px; font-weight: 700; font-size: 0.9rem; border: 1px solid rgba(0,102,255,0.35); color: var(--blue2); background: rgba(0,102,255,0.08); transition: all 0.22s; cursor: pointer; }
.price-cta:hover, .price-card.featured .price-cta { background: var(--blue); border-color: var(--blue); color: #fff; }

/* --- CTA BAND -------------------------------------------- */
.cta-band { background: var(--dark3); border-radius: 20px; padding: 5rem 4rem; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(0,102,255,0.15) 0%, transparent 60%); }
.cta-band::after { content: ''; position: absolute; bottom: -80px; left: -80px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,102,255,0.08) 0%, transparent 60%); }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; color: #fff; margin-bottom: 0.9rem; }
.cta-band p { color: var(--txt); font-size: 1rem; max-width: 480px; margin: 0 auto 2rem; line-height: 1.7; }
.cta-trust { display: flex; justify-content: center; gap: 2rem; margin-top: 1.8rem; flex-wrap: wrap; }
.cta-trust-item { font-size: 0.8rem; color: var(--txt); display: flex; align-items: center; gap: 0.4rem; }
.cta-trust-item i { color: var(--green); font-size: 0.7rem; }

/* --- FAQ ------------------------------------------------- */
.faq-item { border: 1px solid #E8EDF5; border-radius: 10px; margin-bottom: 0.65rem; overflow: hidden; transition: all 0.2s; }
.faq-item.open, .faq-item:hover { border-color: rgba(0,102,255,0.25); }
.faq-item.open { box-shadow: 0 4px 16px rgba(0,102,255,0.08); }
.faq-q { padding: 1.1rem 1.4rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 600; font-size: 0.93rem; color: var(--heading-dark); gap: 1rem; user-select: none; transition: color 0.2s; }
.faq-q:hover { color: var(--blue); }
.faq-icon { width: 28px; height: 28px; border-radius: 7px; border: 1px solid #E8EDF5; display: flex; align-items: center; justify-content: center; color: #9CA3AF; font-size: 0.72rem; flex-shrink: 0; transition: all 0.25s; }
.faq-item.open .faq-icon { background: var(--blue); border-color: var(--blue); color: #fff; transform: rotate(45deg); }
.faq-a { display: none; padding: 0 1.4rem 1.1rem; font-size: 0.9rem; color: #6B7280; line-height: 1.7; }
.faq-item.open .faq-a { display: block; }
/* Dark FAQ variant */
.faq-dark .faq-item { background: var(--card-dark); border-color: var(--border); }
.faq-dark .faq-item.open { border-color: rgba(0,102,255,0.35); }
.faq-dark .faq-q { color: #fff; }
.faq-dark .faq-icon { border-color: var(--border); color: var(--txt); }
.faq-dark .faq-a { color: var(--txt); }

/* --- BLOG CARDS ------------------------------------------ */
.blog-card { background: #fff; border: 1px solid #E8EDF5; border-radius: 14px; overflow: hidden; transition: all 0.3s; }
.blog-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.1); transform: translateY(-4px); }
.blog-thumb { height: 200px; background: var(--blue); position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.blog-thumb i { font-size: 3rem; color: rgba(255,255,255,0.2); }
.blog-cat { position: absolute; top: 1rem; left: 1rem; background: var(--blue); color: #fff; font-size: 0.7rem; font-weight: 700; padding: 0.22rem 0.7rem; border-radius: 50px; text-transform: uppercase; letter-spacing: 0.07em; }
.blog-body { padding: 1.4rem; }
.blog-meta { display: flex; gap: 1rem; font-size: 0.78rem; color: #9CA3AF; margin-bottom: 0.7rem; align-items: center; }
.blog-body h4 { font-size: 0.97rem; font-weight: 700; color: var(--heading-dark); line-height: 1.45; margin-bottom: 0.6rem; }
.blog-body p { font-size: 0.85rem; color: #6B7280; line-height: 1.65; margin-bottom: 1rem; }

/* --- PAGE BANNER ----------------------------------------- */
.page-banner { background: var(--dark); padding: 60px 0 50px; position: relative; overflow: hidden; }
.page-banner::before { content: ''; position: absolute; top: -150px; right: -150px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(0,102,255,0.14) 0%, transparent 65%); }
.page-banner .container { position: relative; z-index: 1; }
.page-banner-tag { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--blue2); margin-bottom: 0.5rem; }
.page-banner h1 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; color: #fff; margin-bottom: 0.6rem; }
.page-banner p { color: var(--txt); font-size: 0.97rem; max-width: 520px; line-height: 1.7; }
.breadcrumb-bar { display: flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; color: var(--txt); margin-bottom: 0.8rem; }
.breadcrumb-bar a { color: var(--txt); transition: color 0.2s; }
.breadcrumb-bar a:hover { color: var(--blue2); }
.breadcrumb-bar .sep { opacity: 0.4; }
.breadcrumb-bar .cur { color: #fff; }

/* --- SERVICES LISTING PAGE ------------------------------- */
.filter-sidebar { background: #fff; border: 1px solid #E8EDF5; border-radius: 14px; overflow: hidden; position: sticky; top: 82px; }
.filter-head { background: var(--dark); padding: 1rem 1.3rem; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--blue2); display: flex; align-items: center; gap: 0.5rem; }
.filter-section { padding: 1rem 1.3rem; border-bottom: 1px solid #F3F4F6; }
.filter-section:last-child { border: none; }
.filter-label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #9CA3AF; margin-bottom: 0.65rem; }
.filter-scroll { max-height: 200px; overflow-y: auto; }
.filter-scroll::-webkit-scrollbar { width: 3px; }
.filter-scroll::-webkit-scrollbar-thumb { background: #E8EDF5; border-radius: 2px; }
.filter-list li a { display: flex; justify-content: space-between; align-items: center; padding: 0.38rem 0.5rem; border-radius: 6px; font-size: 0.85rem; color: #4B5563; transition: all 0.15s; }
.filter-list li a:hover, .filter-list li a.active { background: var(--blue-light); color: var(--blue); }
.filter-list li a .count-badge { font-size: 0.72rem; background: #F3F4F6; border-radius: 4px; padding: 0.1rem 0.4rem; color: #9CA3AF; }
.filter-list li a.active .count-badge { background: rgba(0,102,255,0.1); color: var(--blue); }
.sort-select { width: 100%; border: 1px solid #E8EDF5; border-radius: 8px; padding: 0.45rem 0.8rem; font-size: 0.85rem; font-family: 'Inter',sans-serif; color: #374151; background: #fff; cursor: pointer; outline: none; transition: border-color 0.2s; }
.sort-select:focus { border-color: rgba(0,102,255,0.4); }
.active-filter { display: inline-flex; align-items: center; gap: 0.3rem; background: var(--blue-light); border: 1px solid rgba(0,102,255,0.2); color: var(--blue); border-radius: 50px; padding: 0.22rem 0.7rem; font-size: 0.76rem; font-weight: 600; cursor: pointer; transition: all 0.2s; }
.active-filter:hover { background: #FFE8E8; border-color: rgba(239,68,68,0.25); color: #EF4444; }
.active-filter i { font-size: 0.55rem; }

/* Service listing card */
.svc-list-card { background: #fff; border: 1px solid #E8EDF5; border-radius: 14px; padding: 1.5rem; height: 100%; display: flex; flex-direction: column; transition: all 0.3s; position: relative; overflow: hidden; }
.svc-list-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--blue); opacity: 0; transition: opacity 0.3s; }
.svc-list-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.09); transform: translateY(-3px); border-color: rgba(0,102,255,0.15); }
.svc-list-card:hover::after { opacity: 1; }
.svc-list-icon { width: 46px; height: 46px; border-radius: 10px; background: var(--blue-light); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--blue); margin-bottom: 1rem; flex-shrink: 0; }
.svc-list-type { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--blue); margin-bottom: 0.4rem; }
.svc-list-card h3 { font-size: 0.95rem; font-weight: 700; color: var(--heading-dark); line-height: 1.42; margin-bottom: 0.7rem; flex: 1; }
.svc-tag { display: inline-block; font-size: 0.72rem; font-weight: 600; padding: 0.2rem 0.6rem; border-radius: 5px; border: 1px solid; margin: 0.15rem 0; }
.svc-tag.industry { background: rgba(0,102,255,0.06); border-color: rgba(0,102,255,0.18); color: var(--blue); }
.svc-tag.duration { background: rgba(245,158,11,0.06); border-color: rgba(245,158,11,0.18); color: var(--amber); }
.svc-tag.featured { background: rgba(139,92,246,0.07); border-color: rgba(139,92,246,0.2); color: #7C3AED; }
.svc-list-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 0.85rem; border-top: 1px solid #F3F4F6; margin-top: auto; }
.svc-rating { font-size: 0.8rem; color: #6B7280; }
.svc-rating .stars { color: var(--amber); }

/* PAGINATION */
.pagination-wrap { display: flex; gap: 0.4rem; justify-content: center; margin-top: 2.5rem; flex-wrap: wrap; }
.pagination-wrap a, .pagination-wrap span { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; border-radius: 8px; font-size: 0.86rem; font-weight: 600; border: 1px solid #E8EDF5; color: #6B7280; background: #fff; transition: all 0.2s; padding: 0 0.5rem; }
.pagination-wrap a:hover { border-color: rgba(0,102,255,0.3); color: var(--blue); background: var(--blue-light); }
.pagination-wrap a.current { background: var(--blue); border-color: var(--blue); color: #fff; }
.pagination-wrap .dots { opacity: 0.4; pointer-events: none; }
.pagination-wrap a.disabled { opacity: 0.3; pointer-events: none; }

/* --- SERVICE DETAIL PAGE --------------------------------- */
.detail-sidebar-list { background: #fff; border: 1px solid #E8EDF5; border-radius: 14px; overflow: hidden; position: sticky; top: 82px; }
.detail-sidebar-list-head { background: var(--dark); padding: 1.1rem 1.4rem; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--blue2); }
.detail-sidebar-list li a { display: flex; align-items: center; gap: 0.8rem; padding: 0.9rem 1.4rem; border-bottom: 1px solid #F3F4F6; font-size: 0.88rem; font-weight: 500; color: #4B5563; transition: all 0.2s; }
.detail-sidebar-list li a:hover, .detail-sidebar-list li a.active { color: var(--blue); background: var(--blue-light); }
.detail-sidebar-list li a i { width: 18px; text-align: center; color: var(--blue); opacity: 0.7; flex-shrink: 0; font-size: 0.85rem; }
.detail-sidebar-list li:last-child a { border: none; }
.detail-sidebar-cta { background: var(--blue); padding: 1.4rem; text-align: center; }
.detail-sidebar-cta h5 { color: #fff; font-size: 0.95rem; font-weight: 700; margin-bottom: 0.4rem; }
.detail-sidebar-cta p { color: rgba(255,255,255,0.75); font-size: 0.8rem; margin-bottom: 1rem; }
.detail-sidebar-cta a { display: block; background: #fff; color: var(--blue); padding: 0.65rem; border-radius: 8px; font-weight: 700; font-size: 0.87rem; transition: opacity 0.2s; }
.detail-sidebar-cta a:hover { opacity: 0.9; }

/* Detail content */
.detail-content-section { margin-bottom: 2.5rem; }
.detail-content-section h4 { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--blue); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.45rem; }
.detail-hero-img { width: 100%; border-radius: 16px; height: 320px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #0033AA, #0066FF); margin-bottom: 1.8rem; }
.detail-hero-img i { font-size: 5rem; color: rgba(255,255,255,0.2); }
.detail-feature-list li { display: flex; align-items: flex-start; gap: 0.8rem; padding: 0.5rem 0; border-bottom: 1px solid #F3F4F6; font-size: 0.9rem; color: #4B5563; }
.detail-feature-list li:last-child { border: none; }
.detail-feature-list li .check-icon { width: 20px; height: 20px; border-radius: 50%; background: rgba(34,197,94,0.12); display: flex; align-items: center; justify-content: center; color: var(--green); font-size: 0.58rem; flex-shrink: 0; margin-top: 0.1rem; }
.detail-bullet li { display: flex; align-items: flex-start; gap: 0.75rem; padding: 0.42rem 0; font-size: 0.88rem; color: #6B7280; }
.detail-bullet li::before { content: '→'; color: var(--blue); flex-shrink: 0; margin-top: 0.05rem; font-weight: 700; }
.outcome-tag { display: inline-flex; align-items: center; gap: 0.4rem; background: var(--blue-light); border: 1px solid rgba(0,102,255,0.2); color: var(--blue); border-radius: 50px; padding: 0.3rem 0.85rem; font-size: 0.83rem; font-weight: 600; margin: 0.25rem; }
.outcome-tag i { font-size: 0.6rem; }
.inv-bar { background: var(--dark); border-radius: 12px; padding: 1.4rem 1.8rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }
.inv-bar-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--txt); margin-bottom: 0.2rem; }
.inv-bar-value { font-family: 'Manrope',sans-serif; font-weight: 800; font-size: 1.5rem; color: var(--blue2); }
.inv-bar-btn { background: var(--blue); border: none; color: #fff; padding: 0.65rem 1.4rem; border-radius: 8px; font-weight: 700; font-size: 0.87rem; cursor: pointer; transition: opacity 0.2s; white-space: nowrap; }
.inv-bar-btn:hover { opacity: 0.88; color: #fff; }

/* Included grid */
.included-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 0.65rem; }
.included-item { background: #fff; border: 1px solid #E8EDF5; border-radius: 10px; padding: 0.85rem 1rem; display: flex; align-items: flex-start; gap: 0.7rem; transition: all 0.2s; }
.included-item:hover { border-color: rgba(0,102,255,0.2); transform: translateY(-2px); }
.included-num { font-weight: 800; font-size: 0.8rem; color: var(--blue); opacity: 0.7; flex-shrink: 0; min-width: 22px; }
.included-txt { font-size: 0.85rem; color: #374151; font-weight: 500; line-height: 1.4; }

/* Why choose grid */
.why-grid-2col { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: 0.8rem; }
.why-card-sm { background: #fff; border: 1px solid #E8EDF5; border-radius: 12px; padding: 1.2rem; transition: all 0.2s; }
.why-card-sm:hover { border-color: rgba(0,102,255,0.2); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.why-num { font-family: 'Manrope',sans-serif; font-size: 1.8rem; font-weight: 800; color: #E8EDF5; line-height: 1; margin-bottom: 0.4rem; }
.why-card-title { font-size: 0.92rem; font-weight: 700; color: var(--blue); margin-bottom: 0.28rem; }
.why-card-desc { font-size: 0.83rem; color: #6B7280; line-height: 1.55; }

/* Process phases */
.phases-wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(195px,1fr)); gap: 1px; background: #E8EDF5; border: 1px solid #E8EDF5; border-radius: 14px; overflow: hidden; }
.phase-box { background: #fff; padding: 1.8rem 1.5rem; transition: background 0.25s; }
.phase-box:hover { background: var(--blue-light); }
.phase-num { font-family: 'Manrope',sans-serif; font-size: 2.8rem; font-weight: 800; color: #E8EDF5; line-height: 1; margin-bottom: 0.5rem; }
.phase-box:hover .phase-num { color: rgba(0,102,255,0.2); }
.phase-range { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.09em; color: var(--blue); margin-bottom: 0.35rem; opacity: 0.85; }
.phase-title { font-size: 0.97rem; font-weight: 800; color: var(--heading-dark); margin-bottom: 0.3rem; }
.phase-desc { font-size: 0.82rem; color: #6B7280; line-height: 1.5; }
.phases-footer { background: var(--dark); padding: 0.85rem 1.5rem; font-size: 0.82rem; color: var(--txt); display: flex; align-items: center; gap: 0.45rem; }

/* Before / After */
.ba-panel { border-radius: 14px; padding: 1.8rem; }
.ba-panel.before { background: #FFF5F5; border: 1px solid #FECACA; }
.ba-panel.after { background: #F0FDF4; border: 1px solid #BBF7D0; }
.ba-head { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1.1rem; display: flex; align-items: center; gap: 0.5rem; }
.ba-head.bh { color: #DC2626; } .ba-head.ah { color: #16A34A; }
.ba-row { display: flex; align-items: center; gap: 0.7rem; padding: 0.45rem 0; border-bottom: 1px dashed rgba(0,0,0,0.06); font-size: 0.88rem; }
.ba-row:last-child { border: none; }
.ba-row.brow { color: #7F1D1D; } .ba-row.arow { color: #14532D; }
.ba-icon { width: 20px; height: 20px; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 0.6rem; flex-shrink: 0; }
.ba-icon.bad { background: #FEE2E2; color: #DC2626; } .ba-icon.good { background: #DCFCE7; color: #16A34A; }
.ba-divider { display: flex; align-items: center; justify-content: center; }
.ba-arrow-circle { width: 44px; height: 44px; border-radius: 50%; background: var(--blue); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1rem; }

/* Journey timeline */
.journey-track { display: flex; position: relative; }
.journey-track::before { content: ''; position: absolute; top: 23px; left: 23px; right: 23px; height: 2px; background: #E8EDF5; z-index: 0; }
.j-step { flex: 1; text-align: center; padding: 0 0.4rem; position: relative; z-index: 1; }
.j-dot { width: 46px; height: 46px; border-radius: 50%; background: #fff; border: 2px solid #E8EDF5; display: flex; align-items: center; justify-content: center; margin: 0 auto 0.7rem; font-size: 0.8rem; color: #9CA3AF; transition: all 0.3s; }
.j-step.on .j-dot { background: var(--blue); border-color: var(--blue); color: #fff; box-shadow: 0 0 0 5px rgba(0,102,255,0.12); }
.j-label { font-weight: 700; font-size: 0.84rem; color: #374151; margin-bottom: 0.2rem; }
.j-step.on .j-label { color: var(--blue); }
.j-desc { font-size: 0.76rem; color: #9CA3AF; line-height: 1.45; }
@media(max-width:640px){.journey-track{flex-direction:column;gap:1.5rem;}.journey-track::before{display:none;}}

/* Review mosaic */
.review-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px,1fr)); gap: 0.85rem; }
.review-tile { background: #fff; border: 1px solid #E8EDF5; border-radius: 14px; padding: 1.5rem; text-align: center; transition: all 0.25s; position: relative; overflow: hidden; }
.review-tile::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--blue); opacity: 0; transition: opacity 0.25s; }
.review-tile:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.08); transform: translateY(-3px); border-color: rgba(0,102,255,0.15); }
.review-tile:hover::before { opacity: 1; }
.review-word { font-family: 'Manrope',sans-serif; font-weight: 800; font-size: 1.3rem; color: var(--heading-dark); margin-bottom: 0.35rem; }
.review-stars { color: var(--amber); font-size: 0.82rem; margin-bottom: 0.5rem; }
.review-line { width: 24px; height: 2px; background: var(--blue); margin: 0.5rem auto; border-radius: 1px; }
.review-role { font-size: 0.78rem; color: #9CA3AF; font-weight: 600; }

/* Related cards */
.related-card { display: block; background: #fff; border: 1px solid #E8EDF5; border-radius: 14px; padding: 1.4rem; color: inherit; height: 100%; transition: all 0.25s; position: relative; overflow: hidden; }
.related-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--blue); opacity: 0; transition: opacity 0.25s; }
.related-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.08); transform: translateY(-3px); border-color: rgba(0,102,255,0.15); color: inherit; }
.related-card:hover::after { opacity: 1; }
.related-type { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--blue); margin-bottom: 0.45rem; }
.related-name { font-size: 0.9rem; font-weight: 700; color: var(--heading-dark); line-height: 1.42; margin-bottom: 0.65rem; }
.related-meta { font-size: 0.77rem; color: #9CA3AF; display: flex; gap: 0.55rem; flex-wrap: wrap; }

/* --- STAT PILLS (light) ---------------------------------- */
.stat-pills-light { display: flex; flex-wrap: wrap; gap: 0.7rem; justify-content: center; margin-top: 1.5rem; }
.stat-pill-light { background: #fff; border: 1px solid #E8EDF5; border-radius: 12px; padding: 0.7rem 1.4rem; text-align: center; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.stat-pill-light .sv { font-family: 'Manrope',sans-serif; font-weight: 800; font-size: 1.3rem; color: var(--blue); }
.stat-pill-light .sl { font-size: 0.73rem; color: #9CA3AF; margin-top: 0.1rem; }

/* --- FOOTER --------------------------------------------- */
.portal-footer { background: var(--dark2); padding: 60px 0 0; }
.footer-brand { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.9rem; font-family: 'Manrope',sans-serif; font-weight: 800; font-size: 1.2rem; color: #fff; }
.footer-desc { font-size: 0.87rem; color: var(--txt); line-height: 1.7; max-width: 275px; margin-bottom: 1.4rem; }
.footer-socials { display: flex; gap: 0.4rem; }
.footer-social { width: 34px; height: 34px; border-radius: 8px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--txt); font-size: 0.8rem; transition: all 0.2s; }
.footer-social:hover { background: var(--blue); border-color: var(--blue); color: #fff; }
.footer-heading { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #fff; margin-bottom: 1rem; }
.footer-links li { margin-bottom: 0.55rem; }
.footer-links li a { font-size: 0.87rem; color: var(--txt); transition: color 0.2s; }
.footer-links li a:hover { color: var(--blue2); }
.footer-contact-item { display: flex; gap: 0.65rem; align-items: flex-start; margin-bottom: 0.8rem; }
.footer-contact-item i { color: var(--blue2); font-size: 0.9rem; flex-shrink: 0; margin-top: 0.15rem; }
.footer-contact-item span { font-size: 0.86rem; color: var(--txt); }
.newsletter-row { display: flex; gap: 0.4rem; margin-top: 0.7rem; }
.newsletter-input { flex: 1; background: rgba(255,255,255,0.06); border: 1px solid var(--border); color: #fff; border-radius: 8px; padding: 0.6rem 0.9rem; font-size: 0.85rem; font-family: 'Inter',sans-serif; outline: none; transition: border-color 0.2s; }
.newsletter-input:focus { border-color: rgba(0,102,255,0.5); }
.newsletter-input::placeholder { color: var(--txt); }
.newsletter-btn { background: var(--blue); border: none; color: #fff; padding: 0.6rem 1.1rem; border-radius: 8px; font-weight: 700; font-size: 0.84rem; cursor: pointer; transition: opacity 0.2s; white-space: nowrap; }
.newsletter-btn:hover { opacity: 0.88; }
.footer-bottom-bar { background: var(--dark); padding: 1.3rem 0; margin-top: 2.5rem; border-top: 1px solid var(--border); }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; font-size: 0.82rem; color: var(--txt); }
.footer-bottom-inner a { color: var(--txt); transition: color 0.2s; }
.footer-bottom-inner a:hover { color: var(--blue2); }

/* --- UTILITY / ANIMATION --------------------------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.d1{transition-delay:.08s;}.d2{transition-delay:.16s;}.d3{transition-delay:.24s;}.d4{transition-delay:.32s;}
.text-blue { color: var(--blue); }
.text-muted-custom { color: #6B7280; }
.demo-notice { background: #FFFBEB; border: 1px dashed #FCD34D; border-radius: 8px; padding: 0.6rem 1rem; font-size: 0.8rem; color: #92400E; display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; }

/* Responsive */
@media(max-width:991px){.filter-sidebar{position:static;margin-bottom:1.5rem;}.detail-sidebar-list{position:static;margin-bottom:1.5rem;}.stat-counter-row{grid-template-columns:repeat(2,1fr);}.why-center-visual{min-height:260px;}}
@media(max-width:768px){.hero-section{padding:70px 0 50px;}.section{padding:60px 0;}.cta-band{padding:3.5rem 2rem;}.hero-stats{gap:1.5rem;}.stat-counter-row{grid-template-columns:repeat(2,1fr);}}
@media(max-width:480px){.cta-band{padding:3rem 1.2rem;}.phases-wrap{grid-template-columns:1fr 1fr;}.stat-counter-row{grid-template-columns:repeat(2,1fr);}}

/* =========================================================
   ADDITIONS: Contact, About, Team, Blog, Popup/Modal
   ========================================================= */

/* CONTACT PAGE */
.contact-info-card { background: var(--dark); border-radius: 18px; padding: 2.5rem; height: 100%; }
.contact-info-item { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.8rem; }
.contact-info-item:last-child { margin-bottom: 0; }
.ci-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(0,102,255,0.15); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--blue2); flex-shrink: 0; }
.ci-label { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.09em; color: var(--txt); margin-bottom: 0.25rem; }
.ci-value { font-size: 0.95rem; color: #fff; font-weight: 600; }
.ci-sub { font-size: 0.82rem; color: var(--txt); margin-top: 0.1rem; }
.contact-form-card { background: #fff; border: 1px solid #E8EDF5; border-radius: 18px; padding: 2.5rem; }
.form-group { margin-bottom: 1.2rem; }
.form-label-c { display: block; font-size: 0.82rem; font-weight: 700; color: #374151; margin-bottom: 0.4rem; }
.form-input { width: 100%; border: 1px solid #E8EDF5; border-radius: 9px; padding: 0.72rem 1rem; font-size: 0.9rem; font-family: 'Inter',sans-serif; color: #374151; background: #FAFAFA; outline: none; transition: all 0.2s; }
.form-input:focus { border-color: rgba(0,102,255,0.4); background: #fff; box-shadow: 0 0 0 3px rgba(0,102,255,0.08); }
.form-input.error { border-color: #EF4444; }
.form-input::placeholder { color: #9CA3AF; }
textarea.form-input { resize: vertical; min-height: 130px; }
.form-success { background: #F0FDF4; border: 1px solid #BBF7D0; border-radius: 10px; padding: 1rem 1.2rem; color: #16A34A; font-size: 0.9rem; font-weight: 600; display: none; align-items: center; gap: 0.5rem; }
.form-error-msg { font-size: 0.78rem; color: #EF4444; margin-top: 0.3rem; display: none; }

/* MAP PLACEHOLDER */
.map-placeholder { width: 100%; height: 300px; background: var(--dark3); border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 0.5rem; color: var(--txt); margin-top: 2rem; border: 1px solid var(--border); }
.map-placeholder i { font-size: 2.5rem; color: var(--blue2); }
.map-placeholder p { font-size: 0.88rem; }

/* ABOUT PAGE */
.about-stat-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.about-stat-box { background: #fff; border: 1px solid #E8EDF5; border-radius: 14px; padding: 1.5rem; text-align: center; transition: all 0.25s; }
.about-stat-box:hover { box-shadow: 0 6px 24px rgba(0,102,255,0.1); transform: translateY(-3px); }
.about-stat-num { font-family: 'Manrope',sans-serif; font-weight: 800; font-size: 2rem; color: var(--blue); }
.about-stat-lbl { font-size: 0.8rem; color: #6B7280; margin-top: 0.2rem; }
.value-card { background: var(--dark); border: 1px solid var(--border); border-radius: 14px; padding: 1.8rem; transition: all 0.3s; text-align: center; }
.value-card:hover { border-color: rgba(0,102,255,0.4); transform: translateY(-4px); }
.value-icon { width: 60px; height: 60px; border-radius: 14px; background: rgba(0,102,255,0.15); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--blue2); margin: 0 auto 1rem; }
.value-card h4 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 0.4rem; }
.value-card p { font-size: 0.85rem; color: var(--txt); line-height: 1.65; margin: 0; }
.timeline-item { display: flex; gap: 1.5rem; margin-bottom: 2rem; position: relative; }
.timeline-item::before { content: ''; position: absolute; left: 23px; top: 48px; bottom: -2rem; width: 2px; background: #E8EDF5; }
.timeline-item:last-child::before { display: none; }
.timeline-dot { width: 48px; height: 48px; border-radius: 50%; background: var(--blue); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.9rem; flex-shrink: 0; }
.timeline-year { font-size: 0.78rem; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.25rem; }
.timeline-title { font-size: 1rem; font-weight: 700; color: var(--heading-dark); margin-bottom: 0.35rem; }
.timeline-desc { font-size: 0.87rem; color: #6B7280; line-height: 1.65; }

/* TEAM PAGE */
.team-card-large { background: #fff; border: 1px solid #E8EDF5; border-radius: 16px; overflow: hidden; transition: all 0.3s; }
.team-card-large:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.1); transform: translateY(-5px); }
.team-img-large { width: 100%; height: 260px; display: flex; align-items: center; justify-content: center; font-family: 'Manrope',sans-serif; font-size: 3rem; font-weight: 800; color: #fff; }
.team-card-large .team-body { padding: 1.6rem; }
.team-bio { font-size: 0.85rem; color: #6B7280; line-height: 1.65; margin-bottom: 1rem; }
.team-skills { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1rem; }
.skill-tag { font-size: 0.72rem; font-weight: 600; padding: 0.2rem 0.65rem; border-radius: 5px; background: var(--blue-light); color: var(--blue); border: 1px solid rgba(0,102,255,0.15); }

/* BLOG PAGE */
.blog-card-large { background: #fff; border: 1px solid #E8EDF5; border-radius: 16px; overflow: hidden; transition: all 0.3s; }
.blog-card-large:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.09); transform: translateY(-4px); }
.blog-thumb-large { height: 240px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.blog-thumb-large i { font-size: 3.5rem; color: rgba(255,255,255,0.2); }
.blog-body-large { padding: 1.8rem; }
.blog-body-large h3 { font-size: 1.1rem; font-weight: 700; color: var(--heading-dark); line-height: 1.45; margin-bottom: 0.7rem; }
.blog-body-large p { font-size: 0.88rem; color: #6B7280; line-height: 1.7; margin-bottom: 1.1rem; }
.blog-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 0.8rem; }
.blog-tag-item { font-size: 0.72rem; font-weight: 600; padding: 0.22rem 0.65rem; border-radius: 50px; background: var(--blue-light); color: var(--blue); border: 1px solid rgba(0,102,255,0.15); }
.blog-author-row { display: flex; align-items: center; gap: 0.7rem; padding-top: 1rem; border-top: 1px solid #F3F4F6; }
.blog-avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--blue); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.75rem; font-weight: 700; flex-shrink: 0; }
.blog-author-name { font-size: 0.82rem; font-weight: 700; color: var(--heading-dark); }
.blog-author-date { font-size: 0.76rem; color: #9CA3AF; }
.category-filter { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; }
.cat-btn { font-size: 0.83rem; font-weight: 600; padding: 0.42rem 1.1rem; border-radius: 50px; border: 1px solid #E8EDF5; color: #6B7280; background: #fff; cursor: pointer; transition: all 0.2s; }
.cat-btn:hover, .cat-btn.active { background: var(--blue); border-color: var(--blue); color: #fff; }

/* QUOTE POPUP MODAL */
.quote-modal-overlay { position: fixed; inset: 0; background: rgba(13,27,42,0.7); backdrop-filter: blur(6px); z-index: 9000; display: flex; align-items: center; justify-content: center; padding: 1rem; opacity: 0; visibility: hidden; transition: all 0.3s; }
.quote-modal-overlay.open { opacity: 1; visibility: visible; }
.quote-modal { background: #fff; border-radius: 20px; width: 100%; max-width: 620px; max-height: 90vh; overflow-y: auto; position: relative; transform: translateY(20px); transition: transform 0.3s; }
.quote-modal-overlay.open .quote-modal { transform: translateY(0); }
.quote-modal-header { background: var(--dark); padding: 1.8rem 2rem; border-radius: 20px 20px 0 0; position: relative; }
.quote-modal-header h3 { font-size: 1.2rem; font-weight: 800; color: #fff; margin-bottom: 0.3rem; }
.quote-modal-header p { font-size: 0.85rem; color: var(--txt); margin: 0; }
.quote-close-btn { position: absolute; top: 1.2rem; right: 1.5rem; width: 32px; height: 32px; border-radius: 8px; background: rgba(255,255,255,0.1); border: none; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; transition: background 0.2s; }
.quote-close-btn:hover { background: rgba(255,255,255,0.2); }
.quote-modal-body { padding: 2rem; }
.quote-service-info { background: var(--blue-light); border: 1px solid rgba(0,102,255,0.18); border-radius: 10px; padding: 1rem 1.2rem; margin-bottom: 1.5rem; }
.quote-service-name { font-size: 0.88rem; font-weight: 700; color: var(--blue); margin-bottom: 0.2rem; }
.quote-service-meta { font-size: 0.78rem; color: #6B7280; }
.quote-modal-footer { padding: 0 2rem 2rem; display: flex; gap: 0.75rem; }
.btn-submit-quote { flex: 1; background: var(--blue); color: #fff; border: none; padding: 0.88rem; border-radius: 10px; font-weight: 700; font-size: 0.97rem; cursor: pointer; transition: all 0.25s; display: flex; align-items: center; justify-content: center; gap: 0.5rem; font-family: 'Inter',sans-serif; }
.btn-submit-quote:hover { background: var(--blue2); }
.btn-submit-quote:disabled { opacity: 0.6; cursor: not-allowed; }
.btn-cancel-quote { background: #F3F4F6; color: #6B7280; border: none; padding: 0.88rem 1.4rem; border-radius: 10px; font-weight: 600; font-size: 0.95rem; cursor: pointer; transition: all 0.2s; font-family: 'Inter',sans-serif; }
.btn-cancel-quote:hover { background: #E5E7EB; }
.quote-success-state { text-align: center; padding: 3rem 2rem; }
.quote-success-icon { width: 72px; height: 72px; border-radius: 50%; background: #F0FDF4; border: 2px solid #BBF7D0; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: #16A34A; margin: 0 auto 1rem; }
.quote-success-state h4 { font-size: 1.2rem; font-weight: 800; color: var(--heading-dark); margin-bottom: 0.5rem; }
.quote-success-state p { font-size: 0.9rem; color: #6B7280; line-height: 1.65; }
.btn-get-quote { background: var(--blue); color: #fff; border: none; padding: 0.65rem 1.4rem; border-radius: 8px; font-weight: 700; font-size: 0.87rem; cursor: pointer; transition: all 0.25s; display: inline-flex; align-items: center; gap: 0.45rem; font-family: 'Inter',sans-serif; }
.btn-get-quote:hover { background: var(--blue2); transform: translateY(-1px); }

/* ════════════════════════════════════════════════════════════════
   PLUGIN MARKETPLACE STYLES
══════════════════════════════════════════════════════════════════ */

/* Cart icon in nav */
.nav-cart { position: relative; display: inline-flex !important; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; background: var(--blue-light); color: var(--blue) !important; font-size: 1rem; transition: all 0.2s; padding: 0 !important; }
.nav-cart:hover { background: var(--blue); color: #fff !important; transform: translateY(-1px); }
.nav-cart-badge { position: absolute; top: -5px; right: -5px; background: var(--amber); color: #fff; font-size: 0.65rem; font-weight: 800; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 50px; display: flex; align-items: center; justify-content: center; line-height: 1; box-shadow: 0 2px 6px rgba(0,0,0,0.15); }

/* Plugin card */
.plugin-card { background: #fff; border-radius: 14px; border: 1px solid var(--border); overflow: hidden; transition: all 0.3s; height: 100%; display: flex; flex-direction: column; position: relative; }
.plugin-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(0,102,255,0.12); border-color: rgba(0,102,255,0.3); }
.plugin-card-img { height: 160px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 3.2rem; position: relative; overflow: hidden; }
.plugin-card-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(0,0,0,0.18) 100%); }
.plugin-cat-badge { position: absolute; top: 0.85rem; left: 0.85rem; background: rgba(255,255,255,0.92); color: var(--heading-dark); font-size: 0.68rem; font-weight: 700; padding: 0.28rem 0.7rem; border-radius: 50px; text-transform: uppercase; letter-spacing: 0.06em; z-index: 2; backdrop-filter: blur(6px); }
.plugin-card-body { padding: 1.3rem 1.3rem 0.6rem; flex: 1; display: flex; flex-direction: column; }
.plugin-card-title { font-family: 'Manrope', sans-serif; font-size: 1.08rem; font-weight: 800; color: var(--heading-dark); margin-bottom: 0.4rem; line-height: 1.3; }
.plugin-card-desc { font-size: 0.85rem; color: #6B7280; line-height: 1.55; margin-bottom: 1rem; flex: 1; }
.plugin-card-meta { display: flex; align-items: center; gap: 1rem; font-size: 0.78rem; color: #6B7280; margin-bottom: 0.9rem; padding-top: 0.7rem; border-top: 1px solid var(--border); }
.plugin-card-meta span { display: inline-flex; align-items: center; gap: 0.3rem; }
.plugin-card-meta .plugin-rating { color: var(--amber); font-weight: 700; }
.plugin-card-footer { padding: 0 1.3rem 1.3rem; display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; }
.plugin-price { font-family: 'Manrope', sans-serif; font-size: 1.35rem; font-weight: 800; color: var(--blue); line-height: 1; }
.plugin-price small { display: block; font-size: 0.7rem; font-weight: 500; color: #9CA3AF; margin-top: 0.15rem; }
.btn-buy-now { background: var(--blue); color: #fff; border: none; padding: 0.6rem 1.15rem; border-radius: 8px; font-weight: 700; font-size: 0.85rem; cursor: pointer; transition: all 0.22s; display: inline-flex; align-items: center; gap: 0.4rem; font-family: 'Inter', sans-serif; white-space: nowrap; }
.btn-buy-now:hover { background: var(--blue2); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,102,255,0.3); }
.btn-buy-now-outline { background: transparent; color: var(--blue); border: 1px solid var(--blue); padding: 0.55rem 1.05rem; border-radius: 8px; font-weight: 700; font-size: 0.85rem; cursor: pointer; transition: all 0.22s; display: inline-flex; align-items: center; gap: 0.4rem; font-family: 'Inter', sans-serif; }
.btn-buy-now-outline:hover { background: var(--blue); color: #fff; }

/* Plugin filter pills */
.plugin-filter-bar { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-bottom: 2rem; }
.plugin-filter-pill { background: #fff; border: 1px solid var(--border); color: #6B7280; padding: 0.5rem 1.1rem; border-radius: 50px; font-size: 0.83rem; font-weight: 600; transition: all 0.2s; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 0.4rem; }
.plugin-filter-pill:hover { border-color: var(--blue); color: var(--blue); }
.plugin-filter-pill.active { background: var(--blue); border-color: var(--blue); color: #fff; }
.plugin-filter-pill .count { font-size: 0.72rem; opacity: 0.75; }

/* Buy-Now Modal (Bootstrap-compatible) */
.buy-modal .modal-content { border: none; border-radius: 16px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.25); }
.buy-modal-header { background: linear-gradient(135deg, var(--dark) 0%, #1a2440 100%); color: #fff; padding: 1.6rem 1.8rem; position: relative; border: none; }
.buy-modal-header h3 { font-family: 'Manrope', sans-serif; font-size: 1.18rem; font-weight: 800; color: #fff; margin: 0 0 0.3rem; }
.buy-modal-header p { font-size: 0.83rem; color: var(--txt); margin: 0; }
.buy-modal-close { position: absolute; top: 1.2rem; right: 1.4rem; width: 32px; height: 32px; border-radius: 8px; background: rgba(255,255,255,0.1); border: none; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; transition: background 0.2s; }
.buy-modal-close:hover { background: rgba(255,255,255,0.2); }
.buy-modal-body { padding: 1.6rem 1.8rem; }
.buy-plugin-info { display: flex; align-items: center; gap: 0.9rem; background: var(--blue-light); border: 1px solid rgba(0,102,255,0.18); border-radius: 10px; padding: 0.85rem 1.1rem; margin-bottom: 1.4rem; }
.buy-plugin-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.15rem; flex-shrink: 0; }
.buy-plugin-name { font-size: 0.92rem; font-weight: 700; color: var(--heading-dark); margin-bottom: 0.15rem; }
.buy-plugin-base { font-size: 0.78rem; color: #6B7280; }
.buy-form-group { margin-bottom: 1.1rem; }
.buy-form-label { display: block; font-size: 0.82rem; font-weight: 700; color: var(--heading-dark); margin-bottom: 0.45rem; }
.buy-form-input, .buy-form-select { width: 100%; border: 1px solid var(--border); background: #fff; border-radius: 9px; padding: 0.7rem 0.95rem; font-size: 0.9rem; font-family: 'Inter', sans-serif; outline: none; color: #374151; transition: border-color 0.2s; }
.buy-form-input:focus, .buy-form-select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,102,255,0.12); }
.buy-form-hint { font-size: 0.74rem; color: #9CA3AF; margin-top: 0.35rem; }
.buy-form-error { font-size: 0.78rem; color: #DC2626; margin-top: 0.4rem; display: none; }
.buy-form-error.show { display: block; }
.buy-price-summary { background: #F8FAFC; border: 1px solid var(--border); border-radius: 11px; padding: 1rem 1.15rem; margin-top: 0.5rem; }
.buy-price-row { display: flex; justify-content: space-between; align-items: center; font-size: 0.87rem; color: #4B5563; padding: 0.32rem 0; }
.buy-price-row.total { border-top: 1px dashed var(--border); margin-top: 0.4rem; padding-top: 0.7rem; font-weight: 800; font-size: 1.05rem; color: var(--heading-dark); }
.buy-price-row.total .amount { color: var(--blue); font-family: 'Manrope', sans-serif; }
.buy-modal-footer { padding: 0 1.8rem 1.8rem; display: flex; gap: 0.7rem; border: none; }
.btn-buy-submit { flex: 1; background: var(--blue); color: #fff; border: none; padding: 0.85rem; border-radius: 10px; font-weight: 700; font-size: 0.95rem; cursor: pointer; transition: all 0.25s; display: flex; align-items: center; justify-content: center; gap: 0.5rem; font-family: 'Inter', sans-serif; }
.btn-buy-submit:hover { background: var(--blue2); }
.btn-buy-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.btn-buy-cancel { background: #F3F4F6; color: #6B7280; border: none; padding: 0.85rem 1.4rem; border-radius: 10px; font-weight: 600; font-size: 0.93rem; cursor: pointer; transition: all 0.2s; font-family: 'Inter', sans-serif; }
.btn-buy-cancel:hover { background: #E5E7EB; }

/* Toast / Flash message */
.flash-toast { position: fixed; top: 24px; right: 24px; z-index: 9999; background: #fff; border-left: 4px solid #16A34A; border-radius: 10px; box-shadow: 0 12px 30px rgba(0,0,0,0.18); padding: 0.95rem 1.3rem; min-width: 280px; display: flex; align-items: center; gap: 0.75rem; transform: translateX(120%); transition: transform 0.35s cubic-bezier(.4,0,.2,1); }
.flash-toast.show { transform: translateX(0); }
.flash-toast.error { border-left-color: #DC2626; }
.flash-toast .toast-icon { width: 32px; height: 32px; border-radius: 50%; background: #F0FDF4; color: #16A34A; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.flash-toast.error .toast-icon { background: #FEF2F2; color: #DC2626; }
.flash-toast .toast-msg { font-size: 0.88rem; color: var(--heading-dark); font-weight: 600; }

/* Cart page */
.cart-table { background: #fff; border-radius: 14px; border: 1px solid var(--border); overflow: hidden; }
.cart-row { display: grid; grid-template-columns: 1.5fr 1.4fr 1.4fr 0.9fr 0.6fr; gap: 1rem; align-items: center; padding: 1.15rem 1.4rem; border-bottom: 1px solid var(--border); }
.cart-row:last-child { border-bottom: none; }
.cart-row-head { background: #F8FAFC; font-size: 0.74rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #6B7280; padding: 0.85rem 1.4rem; }
.cart-plugin-cell { display: flex; align-items: center; gap: 0.85rem; }
.cart-plugin-icon { width: 46px; height: 46px; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.1rem; flex-shrink: 0; }
.cart-plugin-name { font-weight: 700; color: var(--heading-dark); font-size: 0.92rem; margin-bottom: 0.15rem; }
.cart-plugin-base { font-size: 0.77rem; color: #6B7280; }
.cart-domain-cell { font-size: 0.86rem; color: #374151; word-break: break-all; }
.cart-domain-cell i { color: var(--blue); margin-right: 0.4rem; }
.cart-support-select { width: 100%; border: 1px solid var(--border); background: #fff; border-radius: 8px; padding: 0.5rem 0.7rem; font-size: 0.82rem; font-family: 'Inter', sans-serif; color: #374151; cursor: pointer; }
.cart-support-select:focus { outline: none; border-color: var(--blue); }
.cart-price-cell { font-weight: 700; color: var(--blue); font-family: 'Manrope', sans-serif; font-size: 1rem; }
.cart-remove-btn { background: transparent; border: none; color: #DC2626; font-size: 1rem; cursor: pointer; padding: 0.4rem; border-radius: 6px; transition: background 0.2s; }
.cart-remove-btn:hover { background: #FEF2F2; }
.cart-summary { background: #fff; border-radius: 14px; border: 1px solid var(--border); padding: 1.6rem; position: sticky; top: 100px; }
.cart-summary h4 { font-family: 'Manrope', sans-serif; font-size: 1.1rem; font-weight: 800; color: var(--heading-dark); margin-bottom: 1.2rem; padding-bottom: 0.85rem; border-bottom: 1px solid var(--border); }
.cart-summary-row { display: flex; justify-content: space-between; font-size: 0.9rem; color: #4B5563; padding: 0.45rem 0; }
.cart-summary-row.total { font-weight: 800; font-size: 1.15rem; color: var(--heading-dark); padding-top: 0.85rem; margin-top: 0.5rem; border-top: 1px dashed var(--border); }
.cart-summary-row.total .amt { color: var(--blue); font-family: 'Manrope', sans-serif; }
.btn-checkout { display: block; width: 100%; background: var(--blue); color: #fff; border: none; padding: 0.95rem; border-radius: 10px; font-weight: 700; font-size: 0.95rem; cursor: pointer; transition: all 0.25s; margin-top: 1.2rem; text-align: center; text-decoration: none; }
.btn-checkout:hover { background: var(--blue2); transform: translateY(-1px); box-shadow: 0 8px 22px rgba(0,102,255,0.3); color: #fff; }
.empty-cart { text-align: center; padding: 4rem 2rem; background: #fff; border-radius: 14px; border: 1px solid var(--border); }
.empty-cart-icon { width: 84px; height: 84px; border-radius: 50%; background: var(--blue-light); color: var(--blue); display: flex; align-items: center; justify-content: center; font-size: 2.2rem; margin: 0 auto 1.4rem; }
.empty-cart h3 { font-family: 'Manrope', sans-serif; font-size: 1.4rem; font-weight: 800; color: var(--heading-dark); margin-bottom: 0.5rem; }
.empty-cart p { color: #6B7280; margin-bottom: 1.5rem; }

/* Checkout */
.checkout-card { background: #fff; border-radius: 14px; border: 1px solid var(--border); padding: 1.8rem; }
.checkout-card h4 { font-family: 'Manrope', sans-serif; font-size: 1.1rem; font-weight: 800; color: var(--heading-dark); margin-bottom: 1.3rem; padding-bottom: 0.8rem; border-bottom: 1px solid var(--border); }
.checkout-form-group { margin-bottom: 1.1rem; }
.checkout-form-group label { display: block; font-size: 0.83rem; font-weight: 700; color: var(--heading-dark); margin-bottom: 0.42rem; }
.checkout-form-group input, .checkout-form-group textarea { width: 100%; border: 1px solid var(--border); background: #fff; border-radius: 9px; padding: 0.7rem 0.95rem; font-size: 0.9rem; font-family: 'Inter', sans-serif; color: #374151; outline: none; transition: border-color 0.2s; }
.checkout-form-group input:focus, .checkout-form-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,102,255,0.12); }
.checkout-form-group textarea { resize: vertical; min-height: 90px; }
.order-mini-item { display: flex; gap: 0.85rem; align-items: flex-start; padding: 0.85rem 0; border-bottom: 1px solid var(--border); }
.order-mini-item:last-of-type { border-bottom: none; }
.order-mini-icon { width: 38px; height: 38px; border-radius: 9px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.95rem; flex-shrink: 0; }
.order-mini-info { flex: 1; min-width: 0; }
.order-mini-name { font-weight: 700; font-size: 0.86rem; color: var(--heading-dark); margin-bottom: 0.15rem; }
.order-mini-meta { font-size: 0.74rem; color: #6B7280; line-height: 1.45; word-break: break-all; }
.order-mini-price { font-weight: 700; color: var(--blue); font-family: 'Manrope', sans-serif; font-size: 0.92rem; white-space: nowrap; }

/* Success page */
.success-card { background: #fff; border-radius: 18px; border: 1px solid var(--border); padding: 3rem 2.5rem; text-align: center; max-width: 720px; margin: 0 auto; }
.success-icon-big { width: 96px; height: 96px; border-radius: 50%; background: #F0FDF4; border: 3px solid #BBF7D0; display: flex; align-items: center; justify-content: center; font-size: 2.4rem; color: #16A34A; margin: 0 auto 1.5rem; }
.success-card h2 { font-family: 'Manrope', sans-serif; font-size: 1.7rem; font-weight: 800; color: var(--heading-dark); margin-bottom: 0.5rem; }
.success-card .order-num { display: inline-block; background: var(--blue-light); color: var(--blue); font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.1rem; padding: 0.6rem 1.2rem; border-radius: 50px; margin-top: 1rem; }
.success-items { text-align: left; margin-top: 2rem; padding-top: 1.8rem; border-top: 1px solid var(--border); }
.success-items h5 { font-family: 'Manrope', sans-serif; font-size: 0.95rem; font-weight: 800; color: var(--heading-dark); margin-bottom: 1rem; }

@media (max-width: 768px) {
  .cart-row { grid-template-columns: 1fr; gap: 0.6rem; padding: 1.1rem; }
  .cart-row-head { display: none; }
  .cart-row > div::before { content: attr(data-label); display: block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #9CA3AF; margin-bottom: 0.25rem; }
  .cart-row > .cart-plugin-cell::before { display: none; }
  .cart-summary { position: static; }
}
