@charset "UTF-8";


body{
    font-family: 'Karla', sans-serif;
    color: #051a34;
}

h1{
    font-family: 'Rubik', sans-serif;
    font-size: 46px !important; 
    font-weight: 400 !important;
}

h3{
    font-family: 'Rubik', sans-serif;
    font-size: 26px !important; 
    font-weight: 300 !important;
}

.nav-item a{
    color: #051a34 !important;
    letter-spacing: 0.6px;
}
.nav-item a:hover{
    color:#63c5bb !important;
}

.introduction {
   background:url(../img/header.jpg?v=1) no-repeat center center;
   height: 100vh;
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   color: white;
   text-align: center;
}

.end {
    background:url(../img/prefooter.png?v=1) no-repeat center center;
    height: 100vh;
    background-color: #051a34;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
 }

.introtext{
    padding-top: 330px;
}

/* Hero positioning strapline (index.html) */
.intro-strapline {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: rgba(255,255,255,0.9);
    max-width: 680px;
    margin: 24px auto 0;
}

.homesection{
    margin-top: 100px;
    margin-bottom: 100px;
}

.homesection h2{
    font-family: 'Rubik', sans-serif;
    font-size: 36px !important; 
    font-weight: 300 !important;
    color: #f05f5c;
    margin-bottom: 40px;
}
.line{
    border: 1px solid #d1d1d1;
    margin: 60px 0 60px 0 ;
}


.highlight{
    color: #63c5bb;
    font-style: italic;
    font-weight: 600;
}
.greysection{
    background: #f1f1f2;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.greysection h2{
    font-family: 'Rubik', sans-serif;
    font-size: 36px !important; 
    font-weight: 300 !important;
    color: #f05f5c;
    
}


.greysection h3{
    
    font-size: 26px;
      
}

.greysection h4{
    
    font-size: 26px;
    color: #f05f5c;
    font-weight: 300;
}

.greysection h4 span{ 
    font-weight: 600 !important;
    color: #63c5bb;

}

.card {
    position: absolute;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: rgba(255, 165, 0, 0) !important;
    border: none !important;
    border-radius: 0rem !important;
  }

.cardblock {
    
   text-align: center;
   padding-bottom: 60px;

}



.whatwedosection {
    background: white;
}

.whowearesection{
    background: #051a34;
}


.howwebillsection{
    background: white;
}

.ourcredsection{
    background: #f1f1f2;

}
.content{
    border-left: 1px solid #d1d1d1;
    padding: 100px 0 100px 0;
    color: #051a34;
}

.centered{
    text-align: center;
    padding: 100px 0 20px 0;
    
    margin:0 auto;
    display: block;

}

.content2{
    border-left: 1px solid #d1d1d1;
    padding: 100px 0 100px 0;
    
}
.content3{
    
    padding: 180px 0 0 0;
    
}

.content4{
    border-left: 1px solid #d1d1d1;
    padding: 100px 0 0 0;
    color: white;
    
}
.content5{
    
    color: white;
    padding: 0 0 100px  0;
    
}

.content h2, 
.content2 h2,
.content4 h2{
    
    border-left: 5px solid #f05f5c;
    font-weight: 300;
    padding-left: 20px;
    margin-left: -15px;
    margin-bottom: 40px;
}

.content p, .content2 p, .content4 p, .content5 p{
    
    padding-left: 20px;
    margin-left: -10px;
    font-family: 'Karla', sans-serif;
}

.content h3 {
    color: #63c5bb;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    text-align: center;
    padding-top: 20px;
}

/* Invert white MS logo for light background */
.whatwedosection .centered {
    filter: brightness(0);
}
.card-title{
    font-weight: 400 !important;
}

.content h4,
.content4 h4,
.content5 h4 {
    color: #63c5bb;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    padding-top: 20px; 
    padding-left: 20px;
    margin-left: -10px;

}

.content2 h3,
.content4 h3,
.content5 h3{
    color: #63c5bb;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    padding-left: 20px;
    margin-left: -10px;
}


.anchor1
{
    height: 25px;
    background-color: white;

}

.anchor2
{
    height: 25px;
    border-left: 1px solid #d1d1d1;
}

.anchor3
{
    height: 25px;
    border-left: 1px solid #d1d1d1;
    background-color: #f1f1f2;
}

.anchor
{
    height: 25px;
   
}
.robot{
    width: 100%;
    display: block;

}
.contactInfo
{
    background: white;
    border-radius: 10px;
    padding: 30px;
    font-family: 'Karla', sans-serif;
}

.contactInfo h3{
    color: #63c5bb;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;

}
.end span{
    color: #f05f5c;
}
.footer{
    background-color: #051a34;
    text-align: center;
    padding: 60px 0 60px 0;
}

.footer img{
    width: 120px;
}

.footer p{
    color: white;
    font-size: 9pt;
    font-family: 'Karla', sans-serif;
    margin-top: 40px;
}

/* Products section anchor divider */
.anchor-products {
    height: 25px;
    background: linear-gradient(to right, #63c5bb 3px, #051a34 3px);
}

/* Products teaser (index.html) */
.productssection-teaser {
    background: #051a34;
    color: white;
    padding: 0;
}

.products-teaser-content {
    border-left: 1px solid rgba(255,255,255,0.15);
    padding: 100px 0;
    color: white;
}

.products-teaser-content h2 {
    border-left: 5px solid #f05f5c;
    font-weight: 300;
    padding-left: 20px;
    margin-left: -15px;
    margin-bottom: 40px;
}

.products-teaser-intro {
    color: rgba(255,255,255,0.7);
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 18px;
    max-width: 760px;
    margin: -20px 0 40px;
    padding-left: 20px;
}

.product-teaser-box {
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 1rem;
    padding: 2.5rem;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255,255,255,0.05);
}

.product-tagline {
    color: #63c5bb !important;
    font-family: 'Rubik', sans-serif;
    font-size: 32px !important;
    font-weight: 400 !important;
    margin-bottom: 8px;
}

.product-tagline-sub {
    color: rgba(255,255,255,0.75);
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 0;
}

.product-description {
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 28px 0;
    padding: 0;
}

.product-cta-btn {
    display: inline-block;
    background: #63c5bb;
    color: #051a34;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99,197,187,0.3);
    color: #051a34;
}

.product-cta-btn-dark {
    background: #051a34;
    color: #ffffff;
}

.product-cta-btn-dark:hover {
    background: #63c5bb;
    color: #051a34;
}

/* Products page (products.html) */
.products-page {
    background: #051a34;
    color: white;
    min-height: 100vh;
    padding: 80px 0 60px;
}

.products-page-header {
    text-align: center;
    margin-bottom: 50px;
}

.products-page-header h1 {
    color: #63c5bb;
    font-family: 'Rubik', sans-serif;
    font-size: 48px !important;
    font-weight: 400 !important;
    margin-bottom: 10px;
}

.products-page-tagline {
    color: rgba(255,255,255,0.7);
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

.products-page-sub {
    color: #63c5bb;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 8px;
}

/* Laptop mockup */
.laptop-frame {
    max-width: 600px;
    margin: 40px auto 30px;
    position: relative;
}

.screen {
    background: #1a1a1a;
    border: 10px solid #2a2a2a;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.screen img {
    width: 100%;
    display: block;
}

.laptop-base {
    height: 10px;
    background: #333;
    border-radius: 0 0 18px 18px;
    width: 106%;
    margin-left: -3%;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.laptop-base::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #222;
    border-radius: 0 0 4px 4px;
}

/* Launch button row */
.pp-launch-row {
    text-align: center;
    margin-bottom: 50px;
}

.pp-launch-row-hero {
    margin-top: 50px;
}

/* Automation Studio preview in hero */
.pp-studio-preview {
    max-width: 820px;
    margin: 50px auto 20px;
}

.pp-studio-preview img {
    width: 100%;
    display: block;
    filter: drop-shadow(0 20px 60px rgba(0,0,0,0.4));
}

.pp-launch-btn {
    display: inline-block;
    background: #63c5bb;
    color: #051a34;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pp-launch-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99,197,187,0.3);
    color: #051a34;
}

/* Products page sections */
.pp-section-white {
    background: white;
}

.pp-section-grey {
    background: #f1f1f2;
}

.pp-section-dark {
    background: #051a34;
    color: white;
}

.pp-content {
    border-left: 1px solid #d1d1d1;
    padding: 100px 0;
}

.pp-content h2 {
    border-left: 5px solid #f05f5c;
    font-weight: 300;
    padding-left: 20px;
    margin-left: -15px;
    margin-bottom: 40px;
}

.pp-content p {
    padding-left: 20px;
    margin-left: -10px;
    font-family: 'Karla', sans-serif;
}

.pp-content h3 {
    color: #63c5bb;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    padding-left: 20px;
    margin-left: -10px;
    margin-bottom: 20px;
}

.pp-content h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 10px;
}

.pp-content-dark {
    border-left: 1px solid #f1f1f2;
    padding: 100px 0;
    color: white;
}

.pp-content-dark h2 {
    border-left: 5px solid #f05f5c;
    font-weight: 300;
    padding-left: 20px;
    margin-left: -15px;
    margin-bottom: 40px;
}

.pp-content-dark p {
    padding-left: 20px;
    margin-left: -10px;
    font-family: 'Karla', sans-serif;
}

.pp-content-dark h3 {
    color: #63c5bb;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    padding-left: 20px;
    margin-left: -10px;
    margin-bottom: 20px;
}

.pp-content-dark h4 {
    color: white;
    font-family: 'Rubik', sans-serif;
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 10px;
}

/* Stats row */
.pp-stats {
    margin-top: 60px;
}

.pp-stat {
    text-align: center;
    padding: 30px 10px;
}

.pp-stat-number {
    display: block;
    font-family: 'Rubik', sans-serif;
    font-size: 42px;
    font-weight: 500;
    color: #63c5bb;
    line-height: 1;
    margin-bottom: 8px;
}

.pp-stat-label {
    display: block;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Capability cards */
.pp-capability {
    padding: 1.5rem;
    height: 100%;
}

.pp-capability-icon {
    margin-bottom: 16px;
}

.pp-capability h4 {
    color: #051a34;
    padding-left: 0;
    margin-left: 0;
}

.pp-capability p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    padding-left: 0;
    margin-left: 0;
}

/* Dialect grid */
.pp-dialect-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-left: 20px;
    margin-left: -10px;
}

.pp-dialect-grid span {
    background: rgba(99,197,187,0.1);
    border: 1px solid rgba(99,197,187,0.25);
    border-radius: 6px;
    padding: 6px 14px;
    font-family: 'Karla', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.8);
}

/* Dark section lists */
.pp-list {
    list-style: none;
    padding-left: 20px;
    margin-left: -10px;
}

.pp-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-family: 'Karla', sans-serif;
    color: rgba(255,255,255,0.8);
}

.pp-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #63c5bb;
}

.pp-divider {
    border-color: rgba(255,255,255,0.1);
    margin: 60px 0;
}

/* Timeline steps */
.pp-timeline {
    margin-top: 40px;
}

.pp-timeline-step {
    text-align: center;
    padding: 2rem 1.5rem;
}

.pp-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #63c5bb;
    color: #051a34;
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
}

.pp-timeline-step h4 {
    color: #051a34;
    padding-left: 0;
    margin-left: 0;
}

.pp-step-week {
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #63c5bb;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.pp-timeline-step p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    padding-left: 0;
    margin-left: 0;
}

/* Checklist (is / isn't) */
.pp-checklist {
    list-style: none;
    padding-left: 20px;
    margin-left: -10px;
}

.pp-checklist li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    color: #333;
}

.pp-checklist li::before {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 16px;
}

.pp-checklist-yes li::before {
    content: '\2713';
    color: #63c5bb;
    font-weight: 700;
}

.pp-checklist-no li::before {
    content: '\2717';
    color: #f05f5c;
    font-weight: 700;
}

/* Tier cards */
.pp-tier-card {
    border: 1px solid #d1d1d1;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pp-tier-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.pp-tier-featured {
    border-color: #63c5bb;
    border-width: 2px;
}

.pp-tier-card h4 {
    color: #051a34;
    font-family: 'Rubik', sans-serif;
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 16px;
    padding-left: 0;
    margin-left: 0;
}

.pp-tier-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.pp-tier-card ul li {
    padding: 8px 0 8px 24px;
    position: relative;
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    color: #555;
    border-bottom: 1px solid #f1f1f2;
}

.pp-tier-card ul li:last-child {
    border-bottom: none;
}

.pp-tier-card ul li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #63c5bb;
    font-weight: 700;
}

/* Audience cards */
.pp-audience {
    padding: 1.5rem;
    border-left: 3px solid #63c5bb;
    margin-bottom: 10px;
}

.pp-audience h4 {
    color: #051a34;
    padding-left: 0;
    margin-left: 0;
}

.pp-audience p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    padding-left: 0;
    margin-left: 0;
}

/* CTA section */
.pp-cta {
    padding: 100px 0;
    text-align: center;
}

.pp-cta h3 {
    color: #63c5bb !important;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    margin-bottom: 16px;
}

.pp-cta p {
    color: rgba(255,255,255,0.6);
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
}

/* Feature cards */
.product-cards {
    margin-top: 20px;
}

.product-card {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 1rem;
    padding: 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
}

.product-card:hover {
    border-color: #63c5bb;
    transform: translateY(-5px);
    background: rgba(255,255,255,0.03);
}

.product-card-icon {
    margin-bottom: 16px;
}

.product-card h4 {
    color: white;
    font-family: 'Rubik', sans-serif;
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 10px;
}

.product-card p {
    color: rgba(255,255,255,0.6);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* Nav dropdown */
.nav-item.dropdown .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: 2px;
}

.nav-item.dropdown .dropdown-menu {
    border: 1px solid #d1d1d1;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 0.25rem 0;
    min-width: 200px;
}

.nav-item.dropdown .dropdown-item {
    color: #051a34;
    font-family: 'Karla', sans-serif;
    letter-spacing: 0.6px;
    padding: 0.5rem 1.25rem;
    font-size: 14px;
}

.nav-item.dropdown .dropdown-item:hover,
.nav-item.dropdown .dropdown-item:focus {
    color: #63c5bb;
    background: transparent;
}

.nav-item.dropdown .dropdown-item.active {
    color: #63c5bb;
    background: transparent;
    font-weight: 600;
}

/* Privacy page */
.privacy-page {
    padding-top: 40px;
    padding-bottom: 60px;
}

.privacy-page .content {
    border-left: none;
    padding: 60px 0;
    max-width: 780px;
}

.privacy-page .content h2 {
    border-left: 5px solid #f05f5c;
    padding-left: 20px;
    margin-left: 0;
    margin-bottom: 30px;
}

.privacy-page .content h3 {
    text-align: left;
    padding-left: 0;
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 12px;
    color: #051a34;
}

.privacy-page .content p {
    padding-left: 0;
    margin-left: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

.privacy-page .content ul {
    padding-left: 24px;
    margin-left: 0;
    margin-bottom: 20px;
}

.privacy-page .content ul li {
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 6px;
}

.privacy-page .content a {
    color: #63c5bb;
}

/* Footer privacy link */
.footer-privacy {
    margin-top: 0 !important;
}

.footer-privacy a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 9pt;
}

.footer-privacy a:hover {
    color: #63c5bb;
}

/* ================================================================
   SquillionConnect — Governed AI Platform (v2)
   New classes for sections not covered by existing patterns
   ================================================================ */

/* Problem cards (Section 2) */
.pp-problem-card {
    padding: 1.75rem;
    border-radius: 0.75rem;
    height: 100%;
}

.pp-problem-bad {
    background: #fff8f8;
    border: 1px solid #f9d0cf;
    border-top: 3px solid #f05f5c;
}

.pp-problem-card .pp-problem-label {
    font-family: 'Rubik', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #f05f5c;
    margin-bottom: 10px;
}

.pp-problem-card h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #051a34;
    margin-bottom: 12px;
    padding-left: 0;
    margin-left: 0;
}

.pp-problem-card p {
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: #555;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.pp-problem-conclusion {
    margin-top: 40px;
    margin-left: -10px;
    padding: 0;
    padding-left: 20px;
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #63c5bb;
}

/* Architecture layer cards (Section 4) */
.pp-arch-card {
    padding: 2rem;
    border-radius: 0.75rem;
    height: 100%;
    border-top: 3px solid transparent;
}

.pp-arch-teal {
    background: rgba(99, 197, 187, 0.08);
    border-color: #63c5bb;
}

.pp-arch-gold {
    background: rgba(255, 224, 102, 0.08);
    border-color: #FFE066;
}

.pp-arch-coral {
    background: rgba(240, 95, 92, 0.08);
    border-color: #f05f5c;
}

.pp-arch-card .pp-arch-layer {
    font-family: 'Rubik', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.pp-arch-teal .pp-arch-layer { color: #63c5bb; }
.pp-arch-gold .pp-arch-layer { color: #FFE066; }
.pp-arch-coral .pp-arch-layer { color: #f05f5c; }

.pp-arch-card h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: white;
    margin-bottom: 12px;
    padding-left: 0;
    margin-left: 0;
}

.pp-arch-card p {
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

/* Architecture how-it-works flow (Section 4) */
.pp-arch-flow {
    padding-top: 20px;
}

.pp-arch-flow-steps {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.pp-arch-flow-step {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    padding: 10px 12px;
    font-family: 'Karla', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    flex: 1 1 0;
    min-width: 0;
}

.pp-arch-flow-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: #63c5bb;
    color: #051a34;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.pp-arch-flow-arrow {
    color: #63c5bb;
    font-size: 20px;
    flex-shrink: 0;
}

/* Timeline col for 5-column layout */
.pp-timeline-col {
    padding-left: 8px;
    padding-right: 8px;
}

/* pp-list light variant (on white background) */
.pp-list-light li {
    color: #333;
}

.pp-list-light li::before {
    background: #63c5bb;
}

/* SquillionMeta integration quote */
.pp-meta-quote {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    color: #051a34;
    border-left: 3px solid #63c5bb;
    padding: 16px 20px;
    margin: 24px 0 0 0;
    background: #f0faf9;
    border-radius: 0 0.5rem 0.5rem 0;
}

/* Security section */
.pp-security-point {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 32px;
}

.pp-security-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.pp-security-point h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #051a34;
    margin-bottom: 6px;
    padding-left: 0;
    margin-left: 0;
}

.pp-security-point p {
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0;
    padding-left: 0;
    margin-left: 0;
}


/* Deployment option cards */
.pp-deploy-card {
    background: white;
    border: 1px solid #d1d1d1;
    border-radius: 0.75rem;
    padding: 1.75rem;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pp-deploy-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.pp-deploy-card-featured {
    border-color: #63c5bb;
    border-width: 2px;
}

.pp-deploy-card h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #051a34;
    margin-bottom: 4px;
    padding-left: 0;
    margin-left: 0;
}

.pp-deploy-for {
    font-family: 'Rubik', sans-serif;
    font-size: 13px !important;
    font-weight: 400;
    color: #63c5bb;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* Industry cards (Section 8 — dark background) */
.pp-industry-card {
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    height: 100%;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.pp-industry-card:hover {
    border-color: rgba(99, 197, 187, 0.4);
    background: rgba(99, 197, 187, 0.04);
}

.pp-industry-card h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #63c5bb;
    margin-bottom: 12px;
    padding-left: 0;
    margin-left: 0;
}

.pp-industry-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pp-industry-list li {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    padding: 5px 0 5px 18px;
    position: relative;
    line-height: 1.5;
}

.pp-industry-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(99, 197, 187, 0.5);
}

/* Tier cards — dark variant (Section 11) */
.pp-tier-card-dark {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    padding: 2rem;
    text-align: left;
    height: 100%;
    transition: border-color 0.2s ease;
}

.pp-tier-card-dark:hover {
    border-color: rgba(99, 197, 187, 0.4);
}

.pp-tier-card-featured-dark {
    border-color: #63c5bb;
    border-width: 2px;
}

.pp-tier-icon {
    margin-bottom: 16px;
}

.pp-tier-card-dark h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 22px !important;
    font-weight: 400 !important;
    color: white;
    margin-bottom: 20px;
    padding-left: 0;
    margin-left: 0;
}

.pp-tier-card-dark ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.pp-tier-card-dark ul li {
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    padding: 9px 0 9px 22px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    line-height: 1.4;
}

.pp-tier-card-dark ul li:last-child {
    border-bottom: none;
}

.pp-tier-card-dark ul li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #63c5bb;
    font-weight: 700;
    font-size: 14px;
}

.pp-tier-cta {
    margin-top: 24px;
    text-align: center;
}

/* CTA section bottom border between plans and CTA */
.pp-cta-section {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Responsive */
@media screen and (max-width: 768px) {
    .laptop-frame {
        max-width: 100%;
    }
    .product-cards .col-md-4 {
        margin-bottom: 20px;
    }
    .products-page-header h1 {
        font-size: 36px !important;
    }
    .pp-stat-number {
        font-size: 32px;
    }
    .pp-content,
    .pp-content-dark {
        padding: 60px 0;
    }
    .pp-tier-card {
        margin-bottom: 20px;
    }
    .pp-tier-card-dark {
        margin-bottom: 20px;
    }
    .pp-arch-flow-steps {
        flex-direction: column;
        align-items: stretch;
    }
    .pp-arch-flow-arrow {
        display: none;
    }
    .pp-industry-card {
        margin-bottom: 16px;
    }
    .pp-security-point {
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (max-width: 600px) {
    .intro-strapline {
        font-size: 16px;
    }
    .robot {
      visibility: hidden;
      clear: both;
      float: left;
      margin: 10px auto 5px 20px;
      width: 28%;
      display: none;
    }
    .laptop-frame {
        max-width: 100%;
    }
    .product-tagline {
        font-size: 26px !important;
    }
    .products-page {
        padding: 40px 0 40px;
    }
    .products-page-header h1 {
        font-size: 30px !important;
    }
    .pp-stat-number {
        font-size: 28px;
    }
    .pp-audience {
        margin-bottom: 20px;
    }
    .pp-problem-conclusion {
        font-size: 16px;
    }
    .pp-arch-card {
        margin-bottom: 16px;
    }
  }