.elementor-6182 .elementor-element.elementor-element-034e1e5{--display:grid;--min-height:100vh;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--justify-items:start;--align-items:center;--padding-top:25px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-6182 .elementor-element.elementor-element-58fee22{--display:flex;}.elementor-6182 .elementor-element.elementor-element-92dc2eb .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:58px;font-weight:800;line-height:1.08;letter-spacing:-2px;}.elementor-6182 .elementor-element.elementor-element-d5f9172{font-family:"Poppins", Sans-serif;font-size:17px;font-weight:400;line-height:1.7;color:#2B2E3FD9;}.elementor-6182 .elementor-element.elementor-element-657629a{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-6182 .elementor-element.elementor-element-5f0e53d .elementor-button{background-color:#FB8500;font-family:"Poppins", Sans-serif;font-weight:700;border-radius:8px 8px 8px 8px;padding:16px 36px 16px 36px;}.elementor-6182 .elementor-element.elementor-element-02a141f .elementor-button{background-color:#02010100;font-family:"Poppins", Sans-serif;font-weight:600;fill:var( --e-global-color-c89e4b8 );color:var( --e-global-color-c89e4b8 );border-style:solid;border-width:2px 2px 2px 2px;border-radius:8px 8px 8px 8px;padding:16px 36px 16px 36px;}.elementor-6182 .elementor-element.elementor-element-ce0e524{--display:flex;}.elementor-6182 .elementor-element.elementor-element-a842a9b > .elementor-widget-container{border-radius:12px 12px 12px 12px;}.elementor-6182 .elementor-element.elementor-element-a842a9b .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-6182 .elementor-element.elementor-element-2c59dda{--display:flex;--padding-top:96px;--padding-bottom:96px;--padding-left:0px;--padding-right:0px;}.elementor-6182 .elementor-element.elementor-element-0b7601f{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:column;--justify-items:start;--align-items:center;--padding-top:96px;--padding-bottom:96px;--padding-left:0px;--padding-right:0px;}.elementor-6182 .elementor-element.elementor-element-08e0818{--display:flex;}.elementor-6182 .elementor-element.elementor-element-945ef03{--display:flex;}.elementor-6182 .elementor-element.elementor-element-f8dd595{--display:flex;--padding-top:96px;--padding-bottom:96px;--padding-left:0px;--padding-right:0px;}.elementor-6182 .elementor-element.elementor-element-f8dd595:not(.elementor-motion-effects-element-type-background), .elementor-6182 .elementor-element.elementor-element-f8dd595 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-6182 .elementor-element.elementor-element-034e1e5{--grid-auto-flow:row;}.elementor-6182 .elementor-element.elementor-element-657629a{--grid-auto-flow:row;}.elementor-6182 .elementor-element.elementor-element-0b7601f{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-6182 .elementor-element.elementor-element-034e1e5{--content-width:1200px;}.elementor-6182 .elementor-element.elementor-element-2c59dda{--content-width:1200px;}.elementor-6182 .elementor-element.elementor-element-0b7601f{--content-width:1200px;}.elementor-6182 .elementor-element.elementor-element-f8dd595{--content-width:1200px;}}@media(max-width:767px){.elementor-6182 .elementor-element.elementor-element-034e1e5{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-6182 .elementor-element.elementor-element-657629a{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-6182 .elementor-element.elementor-element-0b7601f{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS *//* ── HERO ── */
.pt-hero {
  min-height: 100vh;
  padding: 80px 5% 80px;
  position: relative; overflow: hidden;
  display: flex; align-items: center;
  background-color: #F5F9FC;
  background-image: radial-gradient(circle, rgba(2,73,115,0.08) 1px, transparent 1px);
  background-size: 32px 32px;
}
.pt-hero::before {
  content: '';
  position: absolute;
  top: -20%; left: calc(100% - 630px);
  width: 700px; height: 700px;
  border-radius: 50%;
  background: rgba(233,249,249,0.7);
  z-index: 0; pointer-events: none;
}
.pt-hero::after {
  content: '';
  position: absolute;
  bottom: -15%; left: -5%;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: rgba(58,197,206,0.07);
  z-index: 0; pointer-events: none;
}
.pt-hero .elementor-container { position: relative; z-index: 1; }
.pt-hero .elementor-heading-title,
.pt-hero h1 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(36px, 4.5vw, 58px) !important;
  line-height: 1.08 !important;
  letter-spacing: -2px !important;
  color: #021939 !important;
}

/* Video card */
.pt-video-card {
  background: #021939;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(2,25,57,0.14), 0 4px 16px rgba(2,25,57,0.08);
  animation: ptfloat 6s ease-in-out infinite;
  position: relative;
}
.pt-video-card::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(33,158,188,0.08);
  pointer-events: none;
}
@keyframes ptfloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.pt-video-thumb {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #021939 0%, #0d3460 55%, #1a5276 100%);
  background-image: radial-gradient(circle, rgba(33,158,188,0.10) 1px, transparent 1px);
  background-size: 22px 22px;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.pt-video-thumb video,
.pt-video-thumb iframe {
  width: 100%; height: 100%;
  object-fit: cover;
  position: absolute; inset: 0;
}
.pt-video-caption {
  padding: 14px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* Trust tags */
.pt-trust-tag {
  display: inline-block;
  background: rgba(33,158,188,0.08);
  border: 1px solid rgba(33,158,188,0.20);
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 12px;
  color: #219EBC;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

/* ── WHY PARTNER ── */
.pt-why-section { background: #ffffff !important; }
.pt-why-card {
  background: #F5F9FC;
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  border: 1px solid rgba(2,73,115,0.07);
  transition: transform 0.2s, box-shadow 0.2s;
}
.pt-why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(2,25,57,0.09);
}
.pt-why-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
}
.pt-why-num {
  font-family: 'Poppins', sans-serif;
  font-weight: 800; font-size: 13px;
  letter-spacing: 0.06em;
  color: #219EBC;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.pt-why-card h3 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #021939 !important;
  margin-bottom: 10px !important;
  letter-spacing: -0.3px !important;
}
.pt-why-card p {
  font-size: 14px !important;
  color: #2B2E3F !important;
  opacity: 0.70 !important;
  line-height: 1.65 !important;
}

/* ── HOW IT WORKS ── */
.pt-how-section { background: #F5F9FC !important; }

/* Step timeline — matches deploy-timeline exactly */
.pt-how-steps { display: flex; flex-direction: column; gap: 0; }
.pt-how-step { display: flex; gap: 20px; position: relative; }
.pt-how-step:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 19px; top: 44px;
  width: 2px; height: calc(100% - 4px);
  background: rgba(33,158,188,0.20);
}
.pt-how-step-num {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(33,158,188,0.12);
  border: 2px solid rgba(33,158,188,0.28);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 800; font-size: 13px;
  color: #219EBC; flex-shrink: 0;
}
.pt-how-step-body { padding: 0 0 32px; }
.pt-how-step-tag {
  display: inline-block;
  background: rgba(33,158,188,0.10);
  color: #219EBC;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; padding: 2px 10px;
  border-radius: 100px; margin-bottom: 8px;
}
.pt-how-step-body h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700; font-size: 16px;
  color: #021939; margin-bottom: 6px;
}
.pt-how-step-body p {
  font-size: 13px; color: #2B2E3F;
  opacity: 0.68; line-height: 1.6;
}

/* MCP card */
.pt-mcp-card {
  background: #021939;
  border-radius: 20px;
  padding: 36px;
  position: relative; overflow: hidden;
}
.pt-mcp-card::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: rgba(33,158,188,0.08);
  pointer-events: none;
}
.pt-mcp-logo {
  font-family: 'Poppins', sans-serif;
  font-weight: 800; font-size: 28px;
  color: #ffffff; letter-spacing: -1px;
  margin-bottom: 4px; position: relative; z-index: 1;
}
.pt-mcp-sub {
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.10em; text-transform: uppercase;
  color: #3AC5CE; margin-bottom: 16px;
  position: relative; z-index: 1;
}
.pt-mcp-desc {
  font-size: 14px; color: rgba(255,255,255,0.60);
  line-height: 1.7; margin-bottom: 24px;
  position: relative; z-index: 1;
}
.pt-mcp-tag {
  display: inline-block;
  background: rgba(33,158,188,0.15);
  border: 1px solid rgba(33,158,188,0.25);
  border-radius: 8px; padding: 8px 16px;
  font-size: 12px; font-weight: 600;
  color: #3AC5CE;
  font-family: 'Poppins', sans-serif;
  margin: 0 6px 6px 0;
}

/* ── ARCHITECTURE SECTION — matches deploy-section ── */
.pt-arch-section {
  background: #021939 !important;
  position: relative; overflow: hidden;
}
.pt-arch-section::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: rgba(33,158,188,0.05);
  pointer-events: none;
}
.pt-arch-section .elementor-heading-title,
.pt-arch-section h2 { color: #ffffff !important; }
.pt-arch-section .section-label-dark { color: #3AC5CE !important; }

/* Architecture diagram nodes */
.pt-arch-node {
  width: 100%; max-width: 480px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 14px; padding: 20px 24px;
  text-align: center;
  transition: background 0.2s, border-color 0.2s;
  margin: 0 auto;
}
.pt-arch-node:hover {
  background: rgba(33,158,188,0.10);
  border-color: rgba(33,158,188,0.25);
}
.pt-arch-node.highlight {
  background: rgba(33,158,188,0.15);
  border-color: rgba(33,158,188,0.35);
}
.pt-arch-node.crstbl-node {
  background: rgba(251,133,0,0.10);
  border-color: rgba(251,133,0,0.25);
}
.pt-arch-node.verified-node {
  background: rgba(34,197,94,0.10);
  border-color: rgba(34,197,94,0.25);
}
.pt-arch-node-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700; font-size: 15px;
  color: #ffffff; margin-bottom: 4px;
}
.pt-arch-node-sub {
  font-size: 12px; color: rgba(255,255,255,0.45);
}
.pt-arch-arrow {
  display: flex; flex-direction: column;
  align-items: center; padding: 8px 0; gap: 0;
}
.pt-arch-arrow-line {
  width: 2px; height: 20px;
  background: rgba(33,158,188,0.30);
}
.pt-arch-arrow-head {
  width: 0; height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid rgba(33,158,188,0.50);
}

/* ── CTA BANNER — exact ai-cta-banner match ── */
.pt-cta-banner {
  background: #021939 !important;
  position: relative; overflow: hidden;
  text-align: center;
}
.pt-cta-banner::before {
  content: '';
  position: absolute;
  top: -120px; left: 50%;
  transform: translateX(-50%);
  width: 800px; height: 400px;
  border-radius: 50%;
  background: rgba(33,158,188,0.08);
  pointer-events: none;
}
.pt-cta-banner .elementor-heading-title,
.pt-cta-banner h2 { color: #ffffff !important; }
.pt-cta-banner p { color: rgba(255,255,255,0.60) !important; }

/* ── RESPONSIVE ── */
@media(max-width:1024px) {
  .pt-hero .elementor-col-50 { width: 100% !important; }
}/* End custom CSS */