html {
    scroll-behavior: smooth;
}

#how-it-works {
    scroll-margin-top: 90px;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: white;
    color: #2c2c2c;
}

.top-title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 18px 0;
    color: #0b1f3a;
    border-bottom: 1px solid #e0e0e0;
}

.navbar {
    position: sticky;
    top: 0;
    background-color: #0b1f3a;
    padding: 12px 20px;
    z-index: 1000;
}

.nav-container {
    max-width: 1150px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.nav-links a {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.cta-button,
.primary-btn {
    font-family: 'Inter', sans-serif;
    background-color: #2aa198;
    color: white;
    padding: 10px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
}

.hero {
    text-align: center;
    padding: 90px 20px 60px;
    max-width: 850px;
    margin: auto;
}

.hero h1 {
    font-family: 'Inter', sans-serif;
    font-size: 42px;
    color: #0b1f3a;
}

.tagline {
    font-family: 'Inter', sans-serif;
    font-size: 21px;
    color: #555;
    margin: 15px 0 25px;
}

.intro {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 35px;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.primary-btn {
    padding: 13px 22px;
}

.secondary-btn {
    background-color: #f5f5f5;
    color: #0b1f3a;
    padding: 13px 22px;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    border: 1px solid #ddd;
}

.section-title {
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    color: #0b1f3a;
    margin-bottom: 20px;
}

.what-we-do,
.who-we-help,
.why-gap,
.how-it-works,
.pricing-summary,
.fair-approach {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
}

.section-intro {
    font-size: 18px;
    color: #0b1f3a;
    margin-bottom: 15px;
}

.features {
    padding-left: 20px;
}

.features li {
    margin-bottom: 12px;
    line-height: 1.6;
}

.closing-text {
    margin-top: 20px;
    line-height: 1.7;
}

.steps {
    display: grid;
    gap: 20px;
    margin-top: 25px;
}

.step {
    background-color: #f5f5f5;
    padding: 20px;
    border-left: 4px solid #2aa198;
}

.step h3 {
    font-family: 'Inter', sans-serif;
    color: #0b1f3a;
}

.pricing-card {
    background-color: #f5f5f5;
    border-left: 4px solid #2aa198;
    padding: 24px;
}

.price-line {
    font-size: 18px;
    color: #0b1f3a;
    margin-bottom: 18px;
}

.price-line strong {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
}

.tick-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.tick-list li {
    margin-bottom: 12px;
}

.tick-list li::before {
    content: "✓";
    color: #2aa198;
    font-weight: 600;
    margin-right: 10px;
}

.pricing-link {
    font-family: 'Inter', sans-serif;
    color: #0b1f3a;
    font-weight: 600;
    text-decoration: none;
}

.fair-approach .lead {
    font-size: 18px;
    font-weight: 500;
    color: #0b1f3a;
    margin-bottom: 15px;
}

.info-needed {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
}

.cta-inline {
    font-family: 'Inter', sans-serif;
    color: #2aa198;
    font-weight: 600;
    text-decoration: none;
    margin-left: 5px;
}

.cta-inline:hover {
    text-decoration: underline;
}

.credibility {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
}

.logo a{
    display:flex;
    flex-direction:column;
    text-decoration:none;
    line-height:1;
}

.logo-title{
    font-size:21px;
    font-weight:600;
    letter-spacing:1.0px;
    color:#ffffff;
    font-family:Arial, sans-serif;
}

.logo-title span{
    color:#00b3a7;
}

.logo-tagline{
    margin-top:4px;
    font-size:7px;
    font-weight:600;
    letter-spacing:0.5px;
    color:#ffffff;
    opacity:0.9;
    text-transform:uppercase;
    font-family:Arial, sans-serif;
}

.logo a:hover {
    opacity: 0.9;
}

.logo span {
    color: #2aa198;
}

footer {
    background-color: #f5f5f5;
    text-align: center;
    padding: 20px;
    color: #666;
}