:root { --navy: #102b3a; --navy-2: #173f51; --ink: #1c2d37; --muted: #61717b; --line: #dbe3e7; --paper: #fff; --page: #f4f7f8; --green: #167c52; --green-dark: #0e6541; --gold: #f4b942; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; color: var(--ink); background: var(--page); }
body { margin: 0px; line-height: 1.55; }
a, a:hover { color: inherit; text-decoration: none; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; background: rgb(255, 255, 255); color: rgb(0, 0, 0); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.topbar { position: sticky; z-index: 20; top: 0px; display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 74px; padding: 12px max(24px, -590px + 50vw); color: rgb(255, 255, 255); background: rgba(16, 43, 58, 0.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.brand { font-size: 1.35rem; font-weight: 900; letter-spacing: -0.035em; text-decoration: none; white-space: nowrap; }
.brand-bip { color: rgb(255, 255, 255); }
.brand-cms { color: rgb(102, 213, 168); }
.brand-go { color: rgb(244, 163, 64); }
.topbar nav { display: flex; align-items: center; gap: 22px; }
.topbar nav a { text-decoration: none; font-weight: 700; font-size: 0.9rem; }
.topbar nav a:not(.login-link):hover { color: rgb(142, 224, 189); }
.login-link { padding: 10px 15px; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 6px; }
.login-link:hover { background: rgb(255, 255, 255); color: var(--navy); }
main { overflow: hidden; }
.hero { display: grid; grid-template-columns: minmax(0px, 1.1fr) minmax(360px, 0.9fr); gap: 70px; align-items: center; min-height: 690px; padding: 92px max(24px, -590px + 50vw); color: rgb(255, 255, 255); background: radial-gradient(circle at 75% 20%, rgba(65, 150, 158, 0.34), transparent 36%), linear-gradient(135deg, rgb(16, 43, 58) 0%, rgb(23, 63, 81) 60%, rgb(11, 39, 52) 100%); }
.eyebrow { margin: 0px 0px 13px; color: rgb(15, 112, 74); font-size: 0.75rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.hero .eyebrow, .contact-cta .eyebrow { color: rgb(244, 185, 66); }
.hero h1 { max-width: 760px; margin: 0px; font-size: clamp(2.65rem, 5vw, 4.9rem); line-height: 1.02; letter-spacing: -0.045em; }
.lead { max-width: 720px; margin: 27px 0px; color: rgb(212, 226, 232); font-size: 1.13rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 19px; border: 1px solid transparent; border-radius: 7px; font-weight: 850; text-decoration: none; transition: transform 0.15s, background 0.15s, border-color 0.15s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: rgb(255, 255, 255); background: var(--green); }
.button.primary:hover { background: var(--green-dark); }
.button.secondary { color: var(--navy); border-color: rgb(156, 174, 183); background: rgb(255, 255, 255); }
.hero .button.secondary { color: rgb(255, 255, 255); border-color: rgba(255, 255, 255, 0.45); background: transparent; }
.trust-list { display: flex; flex-wrap: wrap; gap: 9px 23px; margin: 24px 0px 0px; padding: 0px; list-style: none; color: rgb(200, 217, 224); font-size: 0.9rem; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: rgb(103, 212, 167); font-weight: 900; }
.hero-panel { overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 16px; background: rgba(255, 255, 255, 0.08); box-shadow: rgba(0, 0, 0, 0.3) 0px 38px 90px; transform: rotate(1.5deg); }
.panel-head { display: flex; align-items: center; gap: 7px; padding: 14px 17px; background: rgba(4, 22, 31, 0.5); }
.panel-head > span { width: 9px; height: 9px; border-radius: 50%; background: rgb(106, 135, 149); }
.panel-head strong { margin-left: auto; color: rgb(188, 208, 217); font-size: 0.72rem; letter-spacing: 0.1em; }
.panel-content { padding: 34px; }
.panel-content > p { margin: 0px; color: rgb(244, 185, 66); font-weight: 800; }
.panel-content h2 { margin: 5px 0px 25px; font-size: 2rem; }
.status-row { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0px; border-top: 1px solid rgba(255, 255, 255, 0.12); color: rgb(220, 232, 237); }
.status-row strong { color: rgb(142, 224, 189); font-size: 0.82rem; }
.panel-chart { display: flex; align-items: end; gap: 10px; height: 110px; margin-top: 25px; padding: 16px; border-radius: 9px; background: rgba(4, 22, 31, 0.35); }
.panel-chart i { flex: 1 1 0%; border-radius: 3px 3px 0px 0px; background: linear-gradient(rgb(103, 212, 167), rgb(29, 139, 95)); }
.panel-chart i:nth-child(1) { height: 33%; }
.panel-chart i:nth-child(2) { height: 55%; }
.panel-chart i:nth-child(3) { height: 45%; }
.panel-chart i:nth-child(4) { height: 72%; }
.panel-chart i:nth-child(5) { height: 92%; }
.proof { display: grid; grid-template-columns: repeat(4, 1fr); width: min(1120px, 100% - 48px); margin: -43px auto 0px; position: relative; z-index: 2; border: 1px solid var(--line); border-radius: 12px; background: rgb(255, 255, 255); box-shadow: rgba(16, 43, 58, 0.12) 0px 18px 42px; }
.proof div { padding: 24px 28px; }
.proof div + div { border-left: 1px solid var(--line); }
.proof strong, .proof span { display: block; }
.proof strong { font-size: 1.25rem; color: var(--navy); }
.proof span { color: var(--muted); font-size: 0.86rem; }
.section { width: min(1180px, 100% - 48px); margin: auto; padding: 110px 0px; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading h2 { margin: 0px 0px 15px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.08; letter-spacing: -0.03em; color: var(--navy); }
.section-heading > p:last-child { color: var(--muted); font-size: 1.04rem; }
.features { display: grid; grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 18px; }
.features article { position: relative; min-height: 235px; padding: 34px; border: 1px solid var(--line); border-radius: 10px; background: rgb(255, 255, 255); }
.feature-number { color: rgb(145, 164, 174); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.12em; }
.features h3 { margin: 35px 0px 11px; color: var(--navy); font-size: 1.35rem; }
.features p { margin: 0px; color: var(--muted); }
.pricing-section { width: 100%; padding-right: max(24px, -590px + 50vw); padding-left: max(24px, -590px + 50vw); background: rgb(234, 240, 242); }
.pricing { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 18px; align-items: stretch; }
.pricing article { position: relative; display: flex; flex-direction: column; padding: 31px; border: 1px solid rgb(203, 216, 221); border-radius: 12px; background: rgb(255, 255, 255); }
.pricing article.featured { border: 2px solid var(--green); box-shadow: rgba(22, 124, 82, 0.13) 0px 18px 45px; }
.recommended { position: absolute; top: 0px; right: 25px; padding: 7px 12px; border-radius: 0px 0px 7px 7px; background: var(--green); color: rgb(255, 255, 255); font-size: 0.7rem; font-weight: 900; text-transform: uppercase; }
.price-label { margin: 0px; color: rgb(15, 112, 74); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.pricing h3 { margin: 10px 0px 20px; color: var(--navy); font-size: 1.45rem; }
.price { display: flex; align-items: baseline; gap: 7px; margin: 0px 0px 22px; }
.price strong { font-size: 2.5rem; letter-spacing: -0.04em; }
.price span, .price small { color: var(--muted); }
.pricing ul { margin: 0px 0px 28px; padding: 0px; list-style: none; color: rgb(75, 96, 108); }
.pricing li { padding: 8px 0px 8px 25px; border-bottom: 1px solid rgb(237, 241, 243); }
.pricing li::before { content: "✓"; float: left; margin-left: -23px; color: var(--green); font-weight: 900; }
.full { width: 100%; margin-top: auto; }
.pricing-note { max-width: 900px; margin: 25px auto 0px; color: rgb(100, 117, 127); text-align: center; font-size: 0.82rem; }
.process ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 0px; padding: 0px; list-style: none; }
.process li { display: flex; gap: 15px; }
.process li > span { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border-radius: 50%; background: var(--navy); color: rgb(255, 255, 255); font-weight: 900; }
.process strong { color: var(--navy); }
.process p { margin: 5px 0px; color: var(--muted); font-size: 0.9rem; }
.contact-cta { display: flex; align-items: center; justify-content: space-between; gap: 60px; width: min(1180px, 100% - 48px); margin: 0px auto 90px; padding: 58px; border-radius: 14px; color: rgb(255, 255, 255); background: linear-gradient(120deg, rgb(16, 43, 58), rgb(28, 82, 100)); }
.contact-cta h2 { margin: 0px; font-size: clamp(2rem, 4vw, 3.1rem); }
.contact-cta p:last-child { max-width: 700px; color: rgb(209, 224, 230); }
.contact-actions { display: flex; flex-direction: column; align-items: center; min-width: 235px; }
.button.light { width: 100%; color: var(--navy); background: rgb(255, 255, 255); }
.text-link { margin-top: 15px; color: rgb(219, 232, 237); font-weight: 700; text-underline-offset: 4px; }
footer { display: flex; justify-content: space-between; gap: 30px; padding: 32px max(24px, -590px + 50vw); color: rgb(198, 213, 220); background: rgb(8, 31, 43); font-size: 0.86rem; }
footer strong, footer span { display: block; }
footer strong { color: rgb(255, 255, 255); }
footer div:last-child { display: flex; gap: 22px; }
footer a:hover { color: rgb(255, 255, 255); }
@media (max-width: 900px) {
  .topbar nav > a:not(.login-link) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 75px; }
  .hero-panel { max-width: 620px; }
  .proof { grid-template-columns: repeat(2, 1fr); }
  .proof div:nth-child(3) { border-left: 0px; border-top: 1px solid var(--line); }
  .proof div:nth-child(4) { border-top: 1px solid var(--line); }
  .pricing { grid-template-columns: 1fr; max-width: 680px; margin: auto; }
  .process ol { grid-template-columns: 1fr 1fr; }
  .contact-cta { align-items: flex-start; flex-direction: column; }
  .contact-actions { align-items: stretch; }
}
@media (max-width: 620px) {
  .topbar { min-height: 66px; }
  .login-link { font-size: 0.78rem; }
  .hero { gap: 45px; padding-top: 58px; padding-bottom: 80px; }
  .hero h1 { font-size: 2.55rem; }
  .lead { color: rgb(231, 240, 244); }
  .hero-panel { display: none; }
  .proof { grid-template-columns: 1fr; margin-top: -28px; }
  .proof div + div, .proof div:nth-child(3) { border-left: 0px; border-top: 1px solid var(--line); }
  .section { padding: 78px 0px; }
  .section-heading > p:last-child,
  .features p,
  .process p,
  .pricing ul,
  .pricing-note { color: rgb(64, 82, 92); }
  .features { grid-template-columns: 1fr; }
  .process ol { grid-template-columns: 1fr; }
  .contact-cta { padding: 36px 25px; margin-bottom: 55px; }
  footer, footer div:last-child { flex-direction: column; }
  footer div:last-child { gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
.partner-section { background: rgb(244, 248, 247); border-radius: 28px; }
.partner-models article { background: rgb(255, 255, 255); }
.partner-note { margin: 1.5rem 0px; padding: 1.25rem 1.4rem; background: rgb(16, 43, 58); color: rgb(255, 255, 255); border-radius: 16px; }
.partner-note p { margin: 0.45rem 0px 0px; color: rgb(216, 230, 236); }
.partner-note code { color: rgb(255, 255, 255); }
.partner-custom-section { padding-top: 20px; }
.partner-custom-content { padding: 38px; border: 1px solid var(--line); border-radius: 12px; background: rgb(255, 255, 255); }
.partner-custom-content > :first-child { margin-top: 0px; }
.partner-custom-content > :last-child { margin-bottom: 0px; }
.partner-custom-content h2, .partner-custom-content h3 { color: var(--navy); }
.partner-custom-content a { color: var(--green-dark); font-weight: 750; text-underline-offset: 3px; }
.partner-custom-content table { width: 100%; border-collapse: collapse; }
.partner-custom-content th, .partner-custom-content td { padding: 10px; border: 1px solid var(--line); text-align: left; }
.platform-offer { --navy: #55230f; --navy-2: #783416; --green: #e66f18; --green-dark: #b94d0b; --gold: #ffbd59; --page: #fff8f3; --line: #ead8cd; }
.platform-offer .topbar { background: rgba(74, 29, 12, 0.97); }
.platform-offer .hero { background: radial-gradient(circle at 76% 18%, rgba(255, 184, 91, 0.3), transparent 35%), linear-gradient(135deg, rgb(85, 35, 15) 0%, rgb(159, 63, 13) 58%, rgb(213, 95, 19) 100%); }
.platform-offer .hero-panel { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 221, 184, 0.3); }
.platform-offer .panel-head { background: rgba(69, 23, 7, 0.52); }
.platform-offer .panel-chart i { background: linear-gradient(rgb(255, 189, 89), rgb(230, 111, 24)); }
.platform-offer .status-row strong, .platform-offer .trust-list li::before { color: rgb(255, 208, 138); }
.platform-offer .pricing-section { background: rgb(248, 233, 223); }
.platform-offer .contact-cta { background: linear-gradient(120deg, rgb(100, 39, 14), rgb(197, 83, 17)); }
.platform-offer footer { background: rgb(59, 23, 9); }
.platform-offer .partner-note { background: rgb(100, 39, 14); }

/* PARTNER-MARKETING-PROBIP-V3 */
.brand-pro { color: #ffffff; }
.brand-bi { color: #35d4c5; }
.brand-pro-p { color: #f5a13b; }
.brand-pro,
.brand-bi,
.brand-pro-p {
  font-weight: 900;
}

/* PARTNER-MARKETING-PROBIP-V2 */
.brand-pro { color: #ffffff; }
.brand-bi { color: #35d4c5; }
.brand-pro-p { color: #f5a13b; }
.brand-pro,
.brand-bi,
.brand-pro-p {
  font-weight: 900;
}
