/* ===========================================================
   PHT Service Booking SaaS — Marketing site styles
   Layered on top of styles.css. Prefix: .www-*  and section-specific
   =========================================================== */

/* --- Layout tokens for marketing --- */
.www-body { background: #fff; color: #0B1220; font-family: Manrope, sans-serif; }
.www-body .container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.www-body .container-lg { max-width: 1320px; margin: 0 auto; padding: 0 32px; }
.www-section { padding: 96px 0; }
.www-section-sm { padding: 64px 0; }
.www-section-tight { padding: 48px 0; }

/* --- Marketing Nav --- */
.www-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,0.9);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.www-nav-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.www-brand {
  display: flex; align-items: center; gap: 10px;
  color: #0B1220; text-decoration: none;
  font-weight: 800; font-size: 17px; letter-spacing: -0.2px;
}
.www-brand .logo-mark {
  width: 34px; height: 34px; border-radius: 10px;
  background: linear-gradient(135deg, #1D4ED8, #0EA5E9);
  display: grid; place-items: center; color: #fff;
  box-shadow: 0 6px 18px rgba(29, 78, 216, 0.35);
}
.www-nav-links {
  display: flex; align-items: center; gap: 28px;
  margin-left: 12px; flex: 1;
}
.www-nav-links a {
  color: #334155; text-decoration: none;
  font-size: 14px; font-weight: 600;
  position: relative; padding: 6px 0;
  transition: color 0.15s ease;
}
.www-nav-links a:hover { color: #0B1220; }
.www-nav-links a.active { color: #1D4ED8; }
.www-nav-links a.active::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -18px;
  height: 2px; background: #1D4ED8;
  border-radius: 2px;
}
.www-nav-cta {
  display: flex; gap: 10px; align-items: center;
}
.www-nav-cta .btn { height: 38px; }

/* --- Hero --- */
.www-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 500px at 12% -10%, rgba(37,99,235,0.20), transparent 55%),
    radial-gradient(700px 400px at 100% 20%, rgba(14,165,233,0.14), transparent 55%),
    linear-gradient(180deg, #0B1220 0%, #0F172A 100%);
  color: #fff;
  padding: 100px 0 120px;
}
.www-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 20% 20%, #000 30%, transparent 75%);
  pointer-events: none;
}
.www-hero-grid {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 64px;
  align-items: center;
}
.www-hero .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.04);
  border-radius: 999px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: #93C5FD;
}
.www-hero h1 {
  font-size: 60px; line-height: 1.02;
  font-weight: 800; letter-spacing: -1.5px;
  margin: 20px 0 22px;
}
.www-hero h1 .grad {
  background: linear-gradient(90deg, #60A5FA, #22D3EE, #A5F3FC);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.www-hero .lead {
  font-size: 18px; line-height: 1.6;
  color: rgba(255,255,255,0.75); max-width: 560px;
  margin-bottom: 32px;
}
.www-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.btn.brand {
  background: linear-gradient(135deg, #2563EB, #0EA5E9);
  border-color: transparent; color: #fff; font-weight: 700;
  box-shadow: 0 8px 24px rgba(37,99,235,0.35);
}
.btn.brand:hover { filter: brightness(1.05); transform: translateY(-1px); }
.btn.ghost-invert {
  background: rgba(255,255,255,0.08); color: #fff; border-color: rgba(255,255,255,0.16);
}
.btn.ghost-invert:hover { background: rgba(255,255,255,0.14); }
.btn.lg { height: 52px; padding: 0 24px; font-size: 15px; }

.www-hero-meta {
  margin-top: 28px;
  display: flex; gap: 28px; align-items: center;
  color: rgba(255,255,255,0.7); font-size: 13px;
}
.www-hero-meta .stars { color: #FBBF24; }
.www-hero-meta strong { color: #fff; font-weight: 700; }

/* Hero product mock */
.www-mock {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 40px 80px -20px rgba(2,6,23,0.6);
  position: relative;
}
.www-mock-hd {
  display: flex; align-items: center; gap: 6px;
  padding: 6px 8px 14px;
}
.www-mock-hd .dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.22); }
.www-mock-body {
  background: #F8FAFC; border-radius: 12px;
  min-height: 340px;
  display: grid; grid-template-columns: 200px 1fr; gap: 0;
  overflow: hidden;
}
.www-mock-side { background: #0F172A; color: #fff; padding: 20px 16px; }
.www-mock-side .side-brand { font-size: 12px; font-weight: 800; color: #fff; margin-bottom: 20px; }
.www-mock-side a {
  display: block; padding: 8px 10px; color: #94A3B8; font-size: 12.5px;
  font-weight: 600; border-radius: 8px; margin-bottom: 2px;
}
.www-mock-side a.on { background: rgba(96,165,250,0.18); color: #60A5FA; }
.www-mock-main { padding: 20px; color: #0B1220; }
.www-mock-main h4 { font-size: 15px; margin: 0 0 12px; font-weight: 800; }
.www-mock-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px;
}
.www-mock-stat {
  background: #fff; border: 1px solid #E2E8F0; border-radius: 10px; padding: 10px;
}
.www-mock-stat .k { font-size: 11px; color: #64748B; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.www-mock-stat .v { font-size: 18px; font-weight: 800; color: #0B1220; margin-top: 2px; }
.www-mock-chart {
  background: #fff; border: 1px solid #E2E8F0; border-radius: 10px; padding: 12px;
  height: 152px;
  display: flex; align-items: flex-end; gap: 6px;
}
.www-mock-chart .bar { flex: 1; background: linear-gradient(180deg, #2563EB, #60A5FA); border-radius: 4px 4px 0 0; }

/* --- Logo strip --- */
.www-logos {
  padding: 44px 0;
  border-bottom: 1px solid rgba(15,23,42,0.06);
}
.www-logos p {
  text-align: center; color: #64748B;
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 20px;
}
.www-logos-row {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 32px;
  align-items: center;
}
.www-logo-item {
  text-align: center; color: #94A3B8;
  font-size: 17px; font-weight: 800; letter-spacing: -0.4px;
  opacity: 0.75;
}

/* --- Section headers --- */
.www-section-hd { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.www-section-hd .eyebrow {
  display: inline-block; padding: 6px 14px;
  background: #EEF2FF; color: #1D4ED8;
  border-radius: 999px;
  font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
}
.www-section-hd h2 {
  font-size: 44px; font-weight: 800; letter-spacing: -1px;
  margin: 18px 0 14px; color: #0B1220; line-height: 1.05;
}
.www-section-hd p { color: #475569; font-size: 17px; line-height: 1.55; }

/* --- Feature grid --- */
.www-features {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.www-feature {
  background: #fff; border: 1px solid #E2E8F0; border-radius: 16px;
  padding: 28px; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.www-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 40px -20px rgba(15,23,42,0.15);
  border-color: #C7D2FE;
}
.www-feature .icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center; color: #fff;
  margin-bottom: 18px; font-size: 18px;
}
.www-feature .icon.b1 { background: linear-gradient(135deg, #2563EB, #60A5FA); }
.www-feature .icon.b2 { background: linear-gradient(135deg, #0EA5E9, #22D3EE); }
.www-feature .icon.b3 { background: linear-gradient(135deg, #10B981, #34D399); }
.www-feature .icon.b4 { background: linear-gradient(135deg, #F59E0B, #FBBF24); }
.www-feature .icon.b5 { background: linear-gradient(135deg, #8B5CF6, #A78BFA); }
.www-feature .icon.b6 { background: linear-gradient(135deg, #EC4899, #F472B6); }
.www-feature h3 { font-size: 18px; font-weight: 800; margin: 0 0 8px; color: #0B1220; }
.www-feature p { color: #475569; font-size: 14.5px; line-height: 1.6; margin: 0; }

/* --- Alternating product rows --- */
.www-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px;
  align-items: center;
  padding: 72px 0;
  border-bottom: 1px solid #F1F5F9;
}
.www-row:last-child { border-bottom: none; }
.www-row.reverse .www-row-txt { order: 2; }
.www-row-txt .badge { background: #EEF2FF; color: #1D4ED8; border: none; font-weight: 700; }
.www-row-txt h3 {
  font-size: 34px; font-weight: 800; letter-spacing: -0.8px;
  margin: 14px 0 16px; color: #0B1220; line-height: 1.1;
}
.www-row-txt p { color: #475569; font-size: 16px; line-height: 1.65; margin-bottom: 22px; }
.www-row-txt ul { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 10px; }
.www-row-txt li {
  display: flex; align-items: flex-start; gap: 10px;
  color: #334155; font-size: 14.5px;
}
.www-row-txt li i { color: #10B981; margin-top: 3px; }
.www-row-mock {
  background: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 20px;
  padding: 24px; min-height: 320px;
  position: relative;
}

/* --- Pricing --- */
.www-price-toggle {
  display: inline-flex; padding: 4px;
  background: #EEF2FF; border-radius: 999px;
  margin: 0 auto 40px; gap: 0;
}
.www-price-toggle button {
  border: none; background: transparent; cursor: pointer;
  padding: 10px 22px; border-radius: 999px;
  font-size: 13.5px; font-weight: 700; color: #475569;
  font-family: Manrope, sans-serif;
}
.www-price-toggle button.on { background: #fff; color: #1D4ED8; box-shadow: 0 4px 12px rgba(15,23,42,0.08); }

.www-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.www-plan {
  background: #fff; border: 1px solid #E2E8F0; border-radius: 20px;
  padding: 32px; display: flex; flex-direction: column;
  position: relative;
}
.www-plan.featured {
  border-color: transparent;
  background: linear-gradient(180deg, #0F172A 0%, #0B1220 100%);
  color: #fff;
  transform: scale(1.02);
  box-shadow: 0 40px 60px -30px rgba(15,23,42,0.4);
}
.www-plan-tag {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(90deg, #2563EB, #0EA5E9);
  color: #fff; padding: 4px 14px; border-radius: 999px;
  font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
}
.www-plan h3 { font-size: 20px; font-weight: 800; margin: 0; }
.www-plan .desc { font-size: 13.5px; margin: 6px 0 22px; color: #64748B; }
.www-plan.featured .desc { color: rgba(255,255,255,0.65); }
.www-plan .price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 6px; }
.www-plan .price .amt { font-size: 44px; font-weight: 800; letter-spacing: -1.2px; color: #0B1220; }
.www-plan.featured .price .amt { color: #fff; }
.www-plan .price .cur { font-size: 20px; font-weight: 700; color: #64748B; }
.www-plan .price .per { font-size: 14px; color: #64748B; margin-left: 4px; }
.www-plan.featured .price .cur,
.www-plan.featured .price .per { color: rgba(255,255,255,0.6); }
.www-plan .note { font-size: 12.5px; color: #64748B; margin-bottom: 26px; }
.www-plan.featured .note { color: rgba(255,255,255,0.55); }
.www-plan ul { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 12px; flex: 1; }
.www-plan li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: #334155; }
.www-plan.featured li { color: rgba(255,255,255,0.85); }
.www-plan li i { color: #10B981; margin-top: 3px; }
.www-plan .cta { display: block; }

/* --- Testimonials --- */
.www-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.www-quote {
  background: #F8FAFC; border-radius: 20px; padding: 28px;
  border: 1px solid #E2E8F0;
}
.www-quote .rating { color: #F59E0B; font-size: 14px; margin-bottom: 14px; }
.www-quote blockquote {
  font-size: 15.5px; line-height: 1.65; color: #0B1220;
  font-weight: 500; margin: 0 0 24px;
}
.www-quote .who { display: flex; align-items: center; gap: 12px; }
.www-quote .who .avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, #1D4ED8, #0EA5E9);
  color: #fff; display: grid; place-items: center;
  font-weight: 700; font-size: 13px;
}
.www-quote .who .name { font-weight: 700; font-size: 14px; color: #0B1220; }
.www-quote .who .role { font-size: 12.5px; color: #64748B; }

/* --- FAQ --- */
.www-faqs { max-width: 800px; margin: 0 auto; }
.www-faq {
  border-bottom: 1px solid #E2E8F0;
  padding: 20px 0;
}
.www-faq summary {
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  font-weight: 700; font-size: 16px; color: #0B1220;
}
.www-faq summary::-webkit-details-marker { display: none; }
.www-faq summary::after {
  content: "+";
  font-size: 22px; color: #94A3B8; font-weight: 400;
  transition: transform 0.2s ease;
}
.www-faq[open] summary::after { content: "−"; color: #1D4ED8; }
.www-faq p {
  margin: 16px 0 0; color: #475569; font-size: 15px; line-height: 1.7;
}

/* --- Big CTA banner --- */
.www-cta-banner {
  background:
    radial-gradient(600px 300px at 90% -10%, rgba(96,165,250,0.28), transparent 55%),
    linear-gradient(135deg, #1D4ED8 0%, #0EA5E9 100%);
  color: #fff;
  border-radius: 28px;
  padding: 56px 64px;
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px;
  align-items: center;
  overflow: hidden; position: relative;
}
.www-cta-banner h3 {
  font-size: 36px; font-weight: 800; letter-spacing: -0.6px;
  margin: 0 0 12px; line-height: 1.1;
}
.www-cta-banner p { color: rgba(255,255,255,0.85); font-size: 15.5px; line-height: 1.55; margin: 0; }
.www-cta-banner .actions {
  display: flex; gap: 12px; justify-content: flex-end;
}

/* --- Footer --- */
.www-footer {
  background: #0B1220; color: #94A3B8; padding: 72px 0 32px;
}
.www-footer-grid {
  display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 40px;
  margin-bottom: 48px;
}
.www-footer h5 {
  color: #fff; font-size: 13px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.12em;
  margin: 0 0 18px;
}
.www-footer a {
  display: block; color: #94A3B8; text-decoration: none;
  font-size: 13.5px; padding: 5px 0;
}
.www-footer a:hover { color: #fff; }
.www-footer-brand .tag { font-size: 13.5px; line-height: 1.6; margin: 14px 0 20px; max-width: 320px; }
.www-footer-social { display: flex; gap: 10px; }
.www-footer-social a {
  width: 34px; height: 34px; border-radius: 8px;
  background: rgba(255,255,255,0.06);
  display: grid; place-items: center; padding: 0;
  color: #94A3B8;
}
.www-footer-social a:hover { background: rgba(255,255,255,0.1); color: #fff; }
.www-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 26px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12.5px; color: #64748B;
}
.www-footer-bottom .legal { display: flex; gap: 22px; }

/* --- Blog --- */
.www-blog-hero {
  background: #F8FAFC;
  padding: 72px 0 56px;
  border-bottom: 1px solid #E2E8F0;
}
.www-blog-hero h1 {
  font-size: 52px; font-weight: 800; letter-spacing: -1.2px;
  margin: 12px 0 12px; color: #0B1220;
}
.www-blog-hero p { color: #475569; font-size: 17px; max-width: 640px; }
.www-blog-tools {
  display: flex; gap: 14px; align-items: center;
  margin-top: 32px; flex-wrap: wrap;
}
.www-blog-search {
  flex: 1; min-width: 260px; max-width: 360px;
  position: relative;
}
.www-blog-search input {
  width: 100%; height: 44px; padding: 0 16px 0 44px;
  border: 1px solid #E2E8F0; border-radius: 10px;
  font-size: 14px; font-family: Manrope, sans-serif;
  background: #fff;
}
.www-blog-search i {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  color: #94A3B8;
}
.www-blog-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.www-blog-tags a {
  padding: 8px 14px; border-radius: 999px;
  background: #fff; border: 1px solid #E2E8F0;
  font-size: 13px; font-weight: 600; color: #475569;
  text-decoration: none;
}
.www-blog-tags a.on { background: #0B1220; color: #fff; border-color: #0B1220; }

.www-featured-post {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px;
  padding: 56px 0; align-items: center;
  border-bottom: 1px solid #F1F5F9;
}
.www-featured-post .thumb {
  height: 380px; border-radius: 20px;
  background: linear-gradient(135deg, #1D4ED8 0%, #0EA5E9 60%, #22D3EE 100%);
  position: relative; overflow: hidden;
}
.www-featured-post .thumb::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.16), transparent 50%);
}
.www-featured-post h2 {
  font-size: 36px; font-weight: 800; letter-spacing: -0.8px;
  margin: 14px 0 14px; color: #0B1220; line-height: 1.15;
}
.www-post-meta {
  display: flex; gap: 14px; align-items: center;
  color: #64748B; font-size: 13px; font-weight: 600;
}
.www-post-meta .tag {
  background: #EEF2FF; color: #1D4ED8;
  padding: 4px 10px; border-radius: 999px;
  font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
}
.www-featured-post p { color: #475569; font-size: 15.5px; line-height: 1.65; margin: 14px 0 24px; }

.www-blog-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
  padding: 56px 0;
}
.www-post-card {
  background: #fff; border: 1px solid #E2E8F0; border-radius: 16px;
  overflow: hidden;
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.www-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 40px -20px rgba(15,23,42,0.15);
}
.www-post-card .thumb { height: 200px; }
.www-post-card .thumb.g1 { background: linear-gradient(135deg, #0EA5E9, #22D3EE); }
.www-post-card .thumb.g2 { background: linear-gradient(135deg, #8B5CF6, #EC4899); }
.www-post-card .thumb.g3 { background: linear-gradient(135deg, #10B981, #34D399); }
.www-post-card .thumb.g4 { background: linear-gradient(135deg, #F59E0B, #F97316); }
.www-post-card .thumb.g5 { background: linear-gradient(135deg, #1D4ED8, #60A5FA); }
.www-post-card .thumb.g6 { background: linear-gradient(135deg, #EF4444, #F59E0B); }
.www-post-card .body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.www-post-card h3 {
  font-size: 18px; font-weight: 800;
  margin: 0; color: #0B1220; line-height: 1.3;
}
.www-post-card .excerpt { color: #64748B; font-size: 13.5px; line-height: 1.55; margin: 0; }
.www-post-card .foot {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: auto; padding-top: 12px;
  color: #64748B; font-size: 12.5px; font-weight: 600;
}

/* --- Blog post (single) --- */
.www-article {
  max-width: 760px; margin: 0 auto;
  padding: 72px 32px;
}
.www-article h1 {
  font-size: 44px; font-weight: 800; letter-spacing: -1px;
  margin: 20px 0 20px; line-height: 1.1; color: #0B1220;
}
.www-article-hero-img {
  height: 420px; border-radius: 20px;
  background: linear-gradient(135deg, #1D4ED8 0%, #0EA5E9 60%, #22D3EE 100%);
  margin: 40px 0;
  position: relative; overflow: hidden;
}
.www-article-body { font-size: 17px; line-height: 1.75; color: #334155; }
.www-article-body h2 { font-size: 28px; font-weight: 800; letter-spacing: -0.4px; margin: 40px 0 14px; color: #0B1220; }
.www-article-body h3 { font-size: 20px; font-weight: 800; margin: 32px 0 10px; color: #0B1220; }
.www-article-body p { margin: 0 0 18px; }
.www-article-body ul { padding-left: 22px; margin: 0 0 20px; }
.www-article-body li { margin-bottom: 8px; }
.www-article-body blockquote {
  border-left: 4px solid #1D4ED8;
  padding: 4px 0 4px 22px;
  margin: 26px 0;
  color: #0B1220; font-size: 19px; font-weight: 600; font-style: italic;
}
.www-article-body code {
  background: #EEF2FF; padding: 2px 8px; border-radius: 6px;
  font-size: 14px; color: #1D4ED8; font-family: 'JetBrains Mono', monospace;
}
.www-article-share {
  display: flex; gap: 10px; align-items: center;
  padding: 28px 0; border-top: 1px solid #E2E8F0; border-bottom: 1px solid #E2E8F0;
  margin: 48px 0;
  font-size: 13px; color: #64748B; font-weight: 700;
}
.www-article-share .icon-btn {
  width: 36px; height: 36px;
}

/* --- About page --- */
.www-about-hero {
  background: #F8FAFC; padding: 80px 0 60px; border-bottom: 1px solid #E2E8F0;
}
.www-about-hero h1 {
  font-size: 56px; font-weight: 800; letter-spacing: -1.3px;
  max-width: 900px; margin: 12px 0 20px; line-height: 1.08;
}
.www-about-hero p { font-size: 18px; color: #475569; max-width: 720px; line-height: 1.6; }
.www-stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 48px 0 0; }
.www-about-stat {
  background: #fff; border: 1px solid #E2E8F0; border-radius: 16px;
  padding: 24px;
}
.www-about-stat .num {
  font-size: 40px; font-weight: 800; letter-spacing: -0.8px;
  background: linear-gradient(90deg, #1D4ED8, #0EA5E9);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.www-about-stat .lbl { color: #64748B; font-size: 13px; font-weight: 600; margin-top: 4px; }

.www-team { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.www-team-card { text-align: center; }
.www-team-card .avatar {
  width: 120px; height: 120px; border-radius: 20px;
  margin: 0 auto 14px;
  color: #fff; display: grid; place-items: center;
  font-size: 32px; font-weight: 800;
}
.www-team-card h4 { font-size: 16px; font-weight: 800; margin: 0 0 4px; color: #0B1220; }
.www-team-card .role { color: #64748B; font-size: 13.5px; font-weight: 600; }

.www-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.www-value {
  background: #F8FAFC; border-radius: 16px; padding: 28px;
  border: 1px solid #E2E8F0;
}
.www-value .num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px; color: #1D4ED8; font-weight: 700; margin-bottom: 14px;
}
.www-value h4 { font-size: 18px; font-weight: 800; margin: 0 0 8px; color: #0B1220; }
.www-value p { color: #475569; font-size: 14.5px; line-height: 1.6; margin: 0; }

/* --- Contact page --- */
.www-contact-grid {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px;
  padding: 72px 0;
}
.www-contact-side h1 {
  font-size: 44px; font-weight: 800; letter-spacing: -1px;
  margin: 12px 0 14px; line-height: 1.1;
}
.www-contact-side p { color: #475569; font-size: 16px; line-height: 1.6; margin-bottom: 32px; }
.www-contact-info { display: grid; gap: 20px; }
.www-contact-item {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 20px; background: #F8FAFC; border-radius: 14px;
  border: 1px solid #E2E8F0;
}
.www-contact-item .ico {
  width: 40px; height: 40px; border-radius: 10px;
  background: #EEF2FF; color: #1D4ED8;
  display: grid; place-items: center; font-size: 16px;
  flex-shrink: 0;
}
.www-contact-item h5 { font-size: 14px; font-weight: 800; margin: 0 0 4px; color: #0B1220; }
.www-contact-item .txt { color: #475569; font-size: 14px; line-height: 1.5; }

.www-form {
  background: #fff; border-radius: 20px; padding: 40px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 24px 60px -30px rgba(15,23,42,0.15);
}
.www-form h3 { font-size: 20px; font-weight: 800; margin: 0 0 6px; }
.www-form .desc { color: #64748B; font-size: 14px; margin: 0 0 24px; }
.www-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.www-form .form-row { margin-bottom: 16px; }
.www-form label {
  display: block; font-size: 13px; font-weight: 700;
  color: #334155; margin-bottom: 6px;
}
.www-form input, .www-form select, .www-form textarea {
  width: 100%; padding: 12px 14px;
  border: 1px solid #E2E8F0; border-radius: 10px;
  font-size: 14.5px; font-family: Manrope, sans-serif;
  background: #fff; color: #0B1220;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.www-form input:focus, .www-form select:focus, .www-form textarea:focus {
  outline: none;
  border-color: #1D4ED8;
  box-shadow: 0 0 0 3px rgba(29,78,216,0.12);
}
.www-form textarea { min-height: 140px; resize: vertical; }
.www-form .btn { width: 100%; height: 48px; font-size: 15px; }

/* --- Responsive minimum --- */
@media (max-width: 900px) {
  .www-hero h1 { font-size: 40px; }
  .www-hero-grid, .www-features, .www-plans, .www-quotes,
  .www-logos-row, .www-blog-grid, .www-featured-post,
  .www-team, .www-values, .www-footer-grid,
  .www-contact-grid, .www-row, .www-cta-banner,
  .www-stats-row, .www-form-grid {
    grid-template-columns: 1fr;
  }
  .www-plan.featured { transform: none; }
  .www-nav-links { display: none; }
  .www-cta-banner .actions { justify-content: flex-start; }
}
