about/Integrations/style.css /* GettingStarted-specific only – all global moved out */
.main-content {
padding-top: 100px;
  }
.page-header {
text-align: center;
margin-bottom: 60px;
  }
.page-title {
font-size: 45px;
font-weight: 600;
color: var(--text-main);
margin-bottom: 20px;
  }
.page-header p {
font-size: 18px;
color: #555;
max-width: 600px;
margin: 0 auto;
  }
/* Hero Section – aligned with integrations/home style */
.hero-section {
display: flex;
align-items: flex-start;
flex-direction: column;
padding-top: 150px;
gap: 0px;
background: none;
  }
.hero-container {
max-width: 1600px;
margin: 0 auto;
padding: 0 40px;
display: flex;
align-items: center;
width: 100%;
position: relative;
z-index: 10;
  }
.hero-content {
width: 50%;
padding-right: 60px;
  }
.hero-content h1 {
font-size: 48px;
font-weight: 300;
line-height: 1.2;
color: #2c3e50;
margin-bottom: 25px;
  }
.hero-content p {
font-size: 18px;
color: #666;
line-height: 1.6;
margin-bottom: 35px;
max-width: 600px;
  }
.image-wrapper {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: auto;
z-index: 20;
  }
.mockup-container {
position: relative;
padding-bottom: 82%;
height: 0;
overflow: hidden;
  }
.overview-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 16% 2% 32% 10%;
box-sizing: border-box;
object-fit: contain;
max-width: 50%;
  }
/* BLUE VERTICAL LINE SECTION */
.blue-line-section {
padding: 50px 0;
width: 100%;
  }
.blue-line-section .container {
display: flex;
align-items: flex-start;
gap: 60px;
max-width: 1600px;
margin: 0 auto;
padding: 20vh 40px 0px 40px;
  }
.blue-vertical-line {
width: 5px;
height: 100px;
background: linear-gradient(180deg, #36d1dc, #5b86e5);
border-radius: 4px;
flex-shrink: 0;
margin-top: 0;
box-shadow: 0 4px 15px rgba(54, 209, 220, 0.4);
  }
.line-content {
flex: 1;
max-width: 700px;
  }
.line-content h2 {
font-size: 34px;
font-weight: 300;
color: #2c3e50;
margin-bottom: 30px;
line-height: 1.2;
  }
.line-content p {
font-size: 1.1rem;
color: #666;
line-height: 1.4;
width: 100%;
max-width: 700px;
  }
/* Setup Section */
.setup-section {
padding: 80px 0;
background: #f9f9f9;
  }
.setup-section h2 {
font-size: 34px;
font-weight: 300;
text-align: center;
margin-bottom: 20px;
color: #2c3e50;
  }
.setup-section p {
font-size: 1.1rem;
color: #666;
text-align: center;
max-width: 800px;
margin: 0 auto 40px;
line-height: 1.4;
  }
.setup-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px;
  }
.setup-item {
display: flex;
gap: 30px;
background: white;
border-radius: 12px;
padding: 30px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
.setup-item img {
width: 150px;
height: 150px;
object-fit: cover;
border-radius: 8px;
  }
.setup-content h3 {
font-size: 24px;
font-weight: 600;
margin-bottom: 15px;
color: #222;
  }
.setup-content ul {
list-style: none;
padding: 0;
  }
.setup-content li {
font-size: 16px;
color: #666;
margin-bottom: 10px;
position: relative;
padding-left: 25px;
  }
.setup-content li::before {
content: "✓";
position: absolute;
left: 0;
color: #00aeef;
font-weight: bold;
  }
/* Tips Section */
.tips-section {
padding: 80px 0;
  }
.tips-section h2 {
font-size: 34px;
font-weight: 300;
text-align: center;
margin-bottom: 40px;
color: #2c3e50;
  }
.tips-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
  }
.tip-card {
background: white;
border-radius: 12px;
padding: 30px;
text-align: center;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
.tip-card img {
width: 120px;
height: 120px;
object-fit: cover;
border-radius: 50%;
margin-bottom: 20px;
  }
.tip-card h3 {
font-size: 20px;
font-weight: 600;
margin-bottom: 15px;
color: #222;
  }
.tip-card .feature-content-con {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 10px;
  }
.tip-card .feature-content-con p {
font-size: 14px;
color: #555;
margin: 0;
  }
/* CTA Section */
.cta-section {
padding: 100px 0;
text-align: center;
background: white;
display: flex;
justify-content: center;
align-items: center;
  }
.cta-section .container {
max-width: 1200px;
text-align: center;
display: flex;
flex-direction: column;
gap: 20px;
justify-content: center;
align-items: center;
  }
.cta-section h2 {
font-size: 34px;
font-weight: 300;
margin-bottom: 20px;
color: #2c3e50;
  }
.cta-section p {
font-size: 1.1rem;
color: #666;
margin-bottom: 40px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
line-height: 1.4;
  }
.final-cta-btn {
background: linear-gradient(135deg, #36d1dc, #5b86e5);
color: white;
border: none;
padding: 12px 25px;
border-radius: 22px;
font-size: 14px;
font-weight: 500;
cursor: pointer;
display: flex;
transition: all 0.3s ease;
width: fit-content;
text-decoration: none;
align-items: center;
gap: 6px;
text-transform: uppercase;
  }
.final-cta-btn:hover {
transform: translateY(-2px);
box-shadow: 0 5px 20px rgba(91, 134, 229, 0.4);
  }
/* Responsive */
@media (max-width: 1200px) {
.tips-grid {
grid-template-columns: repeat(2, 1fr);
    }
  }
@media (max-width: 768px) {
.hero-section {
height: 130vh;
padding-top: 120px;
gap: 40vh;
  }
.hero-content {
width: 100%;
padding: 0;
  }
.hero-content h1 {
font-size: 2.3rem;
  }
.blue-line-section .container {
padding: 10vh 0px;
gap: 20px;
  }
.line-content h2 {
font-size: 2.3rem;
  }
.image-wrapper {
position: relative;
height: 300px;
width: 100%;
  }
.overview-image {
padding: 24% 2% 18% 0%;
  }
.setup-grid {
grid-template-columns: 1fr;
    }
.setup-item {
flex-direction: column;
align-items: center;
text-align: center;
    }
.tips-grid {
grid-template-columns: 1fr;
    }
.page-title {
font-size: 38px;
    }
  }
/* GettingStarted-specific navbar tweaks for white bg contrast */
.navbar {
background: white; /* Make navbar solid white for better separation from content */
  }
.nav-links .nav-link-item {
color: black; /* Already in global, but reinforce for consistency */
  }
.nav-btn-outline {
background: linear-gradient(90deg, #36d1dc 0%, #5b86e5 100%); /* Solid gradient for Get Started */
color: white !important;
border: none;
  }
.nav-btn-outline:hover {
box-shadow: 0 5px 20px rgba(91, 134, 229, 0.4); /* Shadow on hover */
  }
.nav-btn {
border: 2px solid #2d9be4; /* Outline blue for Log In */
color: #2d9be4 !important; /* Blue text, override global !important */
background: transparent;
  }
.nav-btn:hover {
background: linear-gradient(90deg, #36d1dc 0%, #5b86e5 100%);
color: white !important;
border-color: transparent; /* Hide border on hover for clean gradient */
  }
.nav-btn svg {
color: #2d9be4; /* Ensure arrow matches blue */
  }
.nav-btn:hover svg {
color: white; /* Arrow white on hover */
  }