/* ============================================================
   SharePoint Prime Services — site styles
   Brand: warm sunburst gradient  yellow -> peach -> coral
   ============================================================ */

:root {
  /* Brand palette (sampled from logo) */
  --c-yellow:   #F9D27E;
  --c-peach:    #F5A97A;
  --c-coral:    #F08475;
  --c-rose:     #EE6E6E;

  --grad-brand: linear-gradient(135deg, #F9D27E 0%, #F5A97A 45%, #F08475 75%, #EE6E6E 100%);
  --grad-soft:  linear-gradient(135deg, #FFF6E9 0%, #FFEDE6 100%);

  /* Neutrals */
  --ink:        #2A2438;
  --ink-soft:   #5A5468;
  --ink-faint:  #8A8398;
  --line:       #ECE6E1;
  --bg:         #FFFFFF;
  --bg-alt:     #FFF9F3;
  --bg-dark:    #2A2438;

  --radius:     16px;
  --radius-sm:  10px;
  --shadow:     0 10px 30px rgba(42, 36, 56, 0.08);
  --shadow-lg:  0 24px 60px rgba(238, 110, 110, 0.18);

  --font-head:  'Poppins', system-ui, sans-serif;
  --font-body:  'Inter', system-ui, sans-serif;

  --maxw: 1140px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--c-coral); text-decoration: none; }
a:hover { color: var(--c-rose); }

h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; color: var(--ink); margin: 0; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.grad-text {
  background: var(--grad-brand);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.eyebrow {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-coral);
  margin: 0 0 14px;
}
.eyebrow-light { color: #FFD9C7; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.98rem;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--grad-brand);
  color: #fff;
  box-shadow: 0 8px 22px rgba(238, 110, 110, 0.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(238, 110, 110, 0.45); color: #fff; }
.btn-ghost {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}
.btn-ghost:hover { border-color: var(--c-coral); color: var(--c-coral); transform: translateY(-2px); }
.btn-outline {
  background: transparent;
  color: var(--c-coral);
  border-color: var(--c-coral);
}
.btn-outline:hover { background: var(--c-coral); color: #fff; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-icon { width: 40px; height: 40px; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; color: var(--c-coral); letter-spacing: .02em; }
.brand-sub  { font-family: var(--font-head); font-weight: 500; font-size: 0.72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--c-peach); }

.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { font-family: var(--font-head); font-weight: 500; font-size: 0.95rem; color: var(--ink-soft); }
.main-nav a:hover { color: var(--c-coral); }
.main-nav .nav-cta {
  background: var(--grad-brand);
  color: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(238, 110, 110, 0.3);
}
.main-nav .nav-cta:hover { color: #fff; transform: translateY(-1px); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--grad-soft); }
.hero-glow {
  position: absolute;
  top: -180px; right: -120px;
  width: 520px; height: 520px;
  background: var(--grad-brand);
  filter: blur(120px);
  opacity: 0.35;
  border-radius: 50%;
  pointer-events: none;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  padding: 90px 24px 100px;
  position: relative;
}
.hero h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 700; margin-bottom: 22px; }
.hero .lead { font-size: 1.15rem; color: var(--ink-soft); max-width: 540px; margin: 0 0 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 38px; }
.hero-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 12px 26px; padding: 0; margin: 0; }
.hero-trust li { font-size: 0.92rem; color: var(--ink-soft); position: relative; padding-left: 22px; }
.hero-trust li::before { content: "✓"; position: absolute; left: 0; color: var(--c-coral); font-weight: 700; }
.hero-trust strong { color: var(--ink); }

.hero-art { display: flex; justify-content: center; align-items: center; }
.hero-emblem { width: min(380px, 80%); animation: float 7s ease-in-out infinite; filter: drop-shadow(0 20px 40px rgba(238,110,110,0.25)); }
@keyframes float { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-14px) rotate(4deg); } }

/* ---------- Trust strip ---------- */
.strip { background: var(--bg-dark); }
.strip-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 34px 24px; text-align: center; }
.stat { display: flex; flex-direction: column; gap: 4px; }
.stat-num { font-family: var(--font-head); font-weight: 700; font-size: 1.7rem; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat-label { font-size: 0.85rem; color: #C9C3D6; letter-spacing: .02em; }

/* ---------- Sections ---------- */
.section { padding: 96px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.section-head h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; margin-bottom: 16px; }
.section-intro { color: var(--ink-soft); font-size: 1.08rem; margin: 0; }

.grid { display: grid; gap: 24px; }

/* ---------- Services ---------- */
.services-grid { grid-template-columns: repeat(4, 1fr); }
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card-icon {
  width: 54px; height: 54px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: #fff;
  background: var(--grad-brand);
  border-radius: 14px;
  margin-bottom: 18px;
  box-shadow: 0 8px 18px rgba(238,110,110,0.3);
}
.card h3 { font-size: 1.12rem; font-weight: 600; margin-bottom: 10px; }
.card p { color: var(--ink-soft); font-size: 0.95rem; margin: 0; }

/* ---------- Solutions ---------- */
.solutions-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
.solution-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.solution-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.solution-media {
  position: relative;
  background: var(--grad-soft);
  padding: 26px 26px 0;
  overflow: hidden;
}
.solution-media img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -2px 0 rgba(0,0,0,0.02), 0 16px 30px rgba(42,36,56,0.16);
  border: 1px solid var(--line);
  border-bottom: 0;
  display: block;
}
.solution-media-empty {
  display: flex; align-items: center; justify-content: center;
  min-height: 230px; padding: 26px;
}
.solution-soon-icon { width: 120px !important; box-shadow: none !important; border: 0 !important; opacity: .55; }
.solution-pill {
  position: absolute; top: 16px; left: 16px;
  background: var(--grad-brand);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 600; font-size: 0.72rem;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px;
  box-shadow: 0 6px 16px rgba(238,110,110,0.35);
}
.solution-pill-muted { background: var(--ink-faint); box-shadow: none; }
.solution-body { padding: 28px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.solution-body h3 { font-size: 1.4rem; font-weight: 700; margin-bottom: 12px; }
.solution-body p { color: var(--ink-soft); margin: 0 0 18px; }
.solution-tags { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.solution-tags li {
  font-size: 0.8rem; font-weight: 500;
  color: var(--c-coral);
  background: #FFF1EC;
  border: 1px solid #FBD9CE;
  padding: 5px 12px; border-radius: 999px;
}
.solution-body .btn { margin-top: auto; align-self: flex-start; }
.solution-soon { background: var(--bg-alt); }

/* ---------- Packages ---------- */
.packages-grid { grid-template-columns: repeat(3, 1fr); align-items: start; }
.package {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.package-featured {
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--grad-brand) border-box;
  box-shadow: var(--shadow-lg);
  transform: translateY(-10px);
}
.package-badge {
  position: absolute;
  top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--grad-brand);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(238,110,110,0.4);
}
.package-head h3 { font-size: 1.5rem; font-weight: 700; }
.package-tag { color: var(--ink-faint); font-size: 0.9rem; margin: 4px 0 0; }
.package-price { font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; color: var(--c-coral); margin: 22px 0; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.package-list { list-style: none; padding: 0; margin: 0 0 28px; flex: 1; }
.package-list li { position: relative; padding: 9px 0 9px 28px; color: var(--ink-soft); font-size: 0.95rem; border-bottom: 1px dashed var(--line); }
.package-list li:last-child { border-bottom: 0; }
.package-list li::before { content: "✓"; position: absolute; left: 0; top: 9px; color: var(--c-coral); font-weight: 700; }
.package-btn { margin-top: auto; }

/* ---------- Process ---------- */
.process { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; position: relative; }
.step-num { font-family: var(--font-head); font-weight: 700; font-size: 2.4rem; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; display: block; margin-bottom: 10px; }
.step h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: 0.94rem; margin: 0; }

/* ---------- About ---------- */
.about-inner { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: center; }
.about-art { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 48px; box-shadow: var(--shadow); }
.about-art img { margin: 0 auto; max-width: 320px; }
.about-copy h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 18px; }
.about-copy p { color: var(--ink-soft); margin: 0 0 16px; }
.checks { list-style: none; padding: 0; margin: 22px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.checks li { position: relative; padding-left: 30px; color: var(--ink); font-weight: 500; font-size: 0.95rem; }
.checks li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 20px; height: 20px; background: var(--grad-brand); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; }

/* ---------- Contact ---------- */
.contact { padding-top: 40px; }
.contact-card {
  background: var(--bg-dark);
  border-radius: 28px;
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  position: relative;
  overflow: hidden;
}
.contact-card::before {
  content: "";
  position: absolute; top: -120px; right: -80px;
  width: 360px; height: 360px;
  background: var(--grad-brand); filter: blur(110px); opacity: .4; border-radius: 50%;
}
.contact-copy { position: relative; z-index: 1; }
.contact-copy h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 16px; }
.contact-copy p { color: #C9C3D6; margin: 0 0 28px; }
.contact-methods { display: flex; flex-direction: column; gap: 14px; }
.contact-method {
  display: flex; flex-direction: column;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  color: #fff;
}
.contact-method:hover { border-color: var(--c-coral); color: #fff; }
.contact-method-label { font-size: 0.72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--c-peach); }
.contact-method-value { font-family: var(--font-head); font-weight: 600; font-size: 1.02rem; }


/* ============================================================
   Solution detail page
   ============================================================ */
.breadcrumb { background: var(--bg-alt); border-bottom: 1px solid var(--line); font-size: 0.85rem; }
.breadcrumb .container { padding-top: 14px; padding-bottom: 14px; display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.breadcrumb a { color: var(--ink-soft); }
.breadcrumb a:hover { color: var(--c-coral); }
.breadcrumb span[aria-hidden] { color: var(--ink-faint); }
.breadcrumb .current { color: var(--ink); font-weight: 500; }

.solution-hero .hero-shot {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(42,36,56,0.22);
  animation: none;
}

/* Value grid */
.value-grid { grid-template-columns: repeat(4, 1fr); }
.value { text-align: left; }
.value-icon {
  width: 54px; height: 54px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  background: var(--grad-soft);
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-bottom: 16px;
}
.value h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 8px; }
.value p { color: var(--ink-soft); font-size: 0.95rem; margin: 0; }

/* Feature rows */
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 48px;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid var(--line);
}
.feature-row:first-of-type { border-top: 0; }
.feature-reverse .feature-text { order: 2; }
.feature-step {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 700; font-size: 0.85rem;
  color: #fff;
  background: var(--grad-brand);
  width: 38px; height: 38px; line-height: 38px;
  text-align: center; border-radius: 10px;
  margin-bottom: 14px;
  box-shadow: 0 6px 16px rgba(238,110,110,0.3);
}
.feature-text h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 12px; }
.feature-text p { color: var(--ink-soft); margin: 0 0 16px; }
.feature-points { list-style: none; padding: 0; margin: 0; }
.feature-points li { position: relative; padding: 7px 0 7px 28px; color: var(--ink); font-size: 0.95rem; }
.feature-points li::before { content: "✓"; position: absolute; left: 0; top: 7px; color: var(--c-coral); font-weight: 700; }

.feature-shot img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: block;
}
.feature-stack { display: flex; flex-direction: column; gap: 16px; }

.package-foot { font-size: 0.82rem; color: var(--ink-faint); margin: 0 0 22px; padding-top: 16px; border-top: 1px dashed var(--line); }
.solution-hero .hero-trust strong { color: var(--c-coral); }

/* Delivery clause */
.clause {
  margin-top: 40px;
  background: #FFF8F1;
  border: 1px solid #F6DFC9;
  border-left: 4px solid var(--c-peach);
  border-radius: var(--radius-sm);
  padding: 22px 26px;
}
.clause h4 { font-size: 1rem; margin-bottom: 8px; color: var(--ink); }
.clause p { font-size: 0.88rem; color: var(--ink-soft); margin: 0; line-height: 1.6; }

/* CTA side panel */
.contact-cta-side {
  position: relative; z-index: 1;
  background: #fff; border-radius: var(--radius);
  padding: 36px 30px; text-align: center;
  display: flex; flex-direction: column; gap: 18px; justify-content: center;
}
.cta-logo { max-width: 200px; margin: 0 auto; }
.cta-note { font-size: 0.82rem; color: var(--ink-faint); margin: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-dark); color: #C9C3D6; padding: 60px 0 28px; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; }
.footer-logo { max-width: 200px; margin-bottom: 16px; filter: brightness(0) invert(1); opacity: .92; }
.footer-brand p { font-size: 0.9rem; max-width: 300px; margin: 0; }
.footer-col h4 { color: #fff; font-size: 0.95rem; font-weight: 600; margin-bottom: 14px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { color: #C9C3D6; font-size: 0.9rem; }
.footer-col a:hover { color: var(--c-peach); }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; flex-direction: column; gap: 6px; }
.footer-bottom p { font-size: 0.78rem; color: #8A8398; margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .solutions-grid { grid-template-columns: 1fr; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .feature-row { grid-template-columns: 1fr; gap: 28px; }
  .feature-reverse .feature-text { order: 0; }
  .solution-hero .hero-shot { max-width: 560px; margin: 0 auto; }
  .hero-inner { grid-template-columns: 1fr; text-align: center; padding-top: 60px; }
  .hero .lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-art { order: -1; }
  .hero-emblem { width: 220px; }
  .about-inner { grid-template-columns: 1fr; }
  .about-art { order: -1; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .main-nav {
    position: fixed;
    top: 74px; left: 0; right: 0;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 24px 24px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-130%);
    transition: transform .28s ease;
  }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .main-nav .nav-cta { text-align: center; margin-top: 12px; border-bottom: 0; }
  .nav-toggle { display: flex; }

  .strip-inner { grid-template-columns: 1fr 1fr; gap: 28px; }
  .packages-grid { grid-template-columns: 1fr; }
  .package-featured { transform: none; }
  .contact-card { grid-template-columns: 1fr; padding: 36px 26px; }
  .value-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
}

@media (max-width: 480px) {
  .services-grid { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .checks { grid-template-columns: 1fr; }
  .contact-card { padding: 28px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
}
