img.logo {
    width: 50px;
}
.hero-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 100px 0 150px;
    position: relative;
    overflow: hidden;
}
.feature-icon {
    font-size: 2.5rem;
    color: #764ba2;
    margin-bottom: 1rem;
}
.pricing-card {
    transition: transform 0.3s;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.pricing-header {
    padding: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}
.pricing-body {
    padding: 2rem;
}
.pricing-feature {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}
.pricing-feature i {
    color: #667eea;
    margin-right: 0.5rem;
}
.custom-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
}
.professions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
.profession-card {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    transition: transform 0.3s;
}
.profession-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.footer-wave {
    background: linear-gradient(45deg, #667eea, #764ba2);
    padding: 4rem 0 2rem;
    position: relative;
    color: white;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.wave-shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,160C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
}
.free-tier-badge {
    background-color: #28a745;
    color: white;
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 1rem;
}
.limited-offer-badge {
    background-color: #dc3545;
    color: white;
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 1rem;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}
.testimonial-card {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.testimonial-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
}
.feature-section {
    padding: 5rem 0;
    background-color: #f9fafb;
}

/*Privacy policy*/
img.logo {
    width: 50px;
}
.hero-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 60px 0;
    position: relative;
}

.footer-wave {
    background: linear-gradient(45deg, #667eea, #764ba2);
    padding: 4rem 0 2rem;
    position: relative;
    color: white;
}
.privacy-content {
    padding: 3rem 0;
}
.privacy-content h2 {
    color: #764ba2;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.privacy-content h3 {
    color: #667eea;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}
.privacy-content p, .privacy-content ul {
    margin-bottom: 1rem;
}
.privacy-content ul {
    padding-left: 1.5rem;
}
.privacy-content li {
    margin-bottom: 0.5rem;
}
.privacy-nav {
    position: sticky;
    top: 100px;
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
}
.privacy-nav-list {
    list-style-type: none;
    padding-left: 0;
}
.privacy-nav-list li {
    margin-bottom: 0.75rem;
}
.privacy-nav-list a {
    color: #764ba2;
    text-decoration: none;
    transition: color 0.3s;
}
.privacy-nav-list a:hover {
    color: #667eea;
    text-decoration: underline;
}
.last-updated {
    font-style: italic;
    color: #6c757d;
    margin-bottom: 2rem;
}
.callout {
    background-color: #f8f9fa;
    border-left: 4px solid #764ba2;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    border-radius: 0 4px 4px 0;
}
.callout-warning {
    border-left-color: #ffc107;
}
.callout-info {
    border-left-color: #17a2b8;
}

/*Terms of service */

img.logo {
    width: 50px;
}
.hero-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 60px 0;
    position: relative;
}

.footer-wave {
    background: linear-gradient(45deg, #667eea, #764ba2);
    padding: 4rem 0 2rem;
    position: relative;
    color: white;
}
.terms-content {
    padding: 3rem 0;
}
.terms-content h2 {
    color: #764ba2;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.terms-content h3 {
    color: #667eea;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}
.terms-content p, .terms-content ul {
    margin-bottom: 1rem;
}
.terms-content ul {
    padding-left: 1.5rem;
}
.terms-content li {
    margin-bottom: 0.5rem;
}
.terms-nav {
    position: sticky;
    top: 100px;
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
}
.terms-nav-list {
    list-style-type: none;
    padding-left: 0;
}
.terms-nav-list li {
    margin-bottom: 0.75rem;
}
.terms-nav-list a {
    color: #764ba2;
    text-decoration: none;
    transition: color 0.3s;
}
.terms-nav-list a:hover {
    color: #667eea;
    text-decoration: underline;
}
.last-updated {
    font-style: italic;
    color: #6c757d;
    margin-bottom: 2rem;
}