* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: white;
}        
header {
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 100;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
.nav-brand, .nav-actions-container {
    flex: 1;
}
.nav-actions-container {
    display: flex;
    justify-content: flex-end;
}
.nav-brand a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 20px}
.nav-brand a img {
    height: 30px;
    width: auto;
}
.desktop-nav {
    display: flex;
}
.nav-links ul, .nav-actions ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.nav-links ul li a, .nav-actions ul li a {
    color: #37352f; 
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 12px;
    display: block;
    transition: background-color 0.3s ease-in-out;
    border-radius: 5px;    
}
.nav-links ul li a:hover, .nav-actions ul li a:hover {
    background-color: #f0f0f0;
}
#Get-Notion {
    background-color: #0075DE;
    color: white;
}
#Get-Notion:hover {
    background-color: #005cb3;
}
.mobile-nav-toggle {
    display: none; 
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 20px;
}
.mobile-nav {
    display: none; 
    background-color: white;
    padding: 10px 20px 20px;
    border-top: 1px solid #eee;
}
.mobile-nav ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.mobile-nav ul li a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #37352f;
    font-weight: 500;
    border-radius: 5px;
}
.mobile-nav ul li a:hover {
    background-color: #f0f0f0;
}
.mobile-nav #Get-Notion {
    text-align: center;
    margin-top: 10px;
}
@media (max-width: 1050px) {
.desktop-nav {
    display: none; 
}
.mobile-nav-toggle {
    display: block;
}
.nav-links {
    flex: 0; 
}
}
.Page1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 50px 90px;
}
.Heading1{
    margin: 0 auto;
    font-size: 50px;
    font-weight: 650;
    margin-bottom: 15px;
    text-align: center;
    max-width: 500px;
    line-height: 1;
}
.Heading2{
    margin: 0 auto;
    font-size: 17px;
    max-width: 400px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}
.Button1{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.Button1 a {
    background-color: #0075DE;
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 12px;
    transition: background-color 0.3s ease-in-out;
    border-radius: 5px;
    text-align: center;
}
#Request-a-Demo{
    background-color: rgb(234, 248, 255);
    color: #005cb3;
}
#Request-a-Demo:hover{
    background-color: rgb(212, 240, 255);
}
.Trusted-By{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 20px;
}
.Trusted-Comp{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 100px;
}
#Ramp, #Dropdown, #Figma{
    height: 25px;
    width: auto;
}
#Vercel{
    height: 20px;
    width: auto;
}
@media only screen and (max-width:1200px) and (min-width:600px) {
.Page1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 50px 50px;
}
.Heading1{
    margin: 0 auto;
    text-align: center;
    font-size: 45px;
    max-width: 420px;
    margin-bottom: 15px;
}
.Heading2{
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}
.Button1{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.Trusted-Comp{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 50px;
}
}
@media only screen and (max-width: 600px) {
.Page1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 50px 0;
}
.Heading1{
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    max-width: 600px;  
    max-width: 300px;  
    margin-bottom: 15px;
}
.Heading2{
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
    max-width: 250px;
}
.Button1{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.Button1 a {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background-color: #0075DE;
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 12px;
    transition: background-color 0.3s ease-in-out;
    border-radius: 5px;
    text-align: center;
    width: 150px;
} 
.Trusted-Comp{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 20px;
}
#Ramp, #Dropdown, #Figma{
    height: 20px;
    width: auto;
}
#Vercel{
    display: none;
}  
}
.Page2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.video-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 90px;
}
.video-container video{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
@media only screen and (max-width: 600px) {
.video-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
}
.video-container video{
    width: 90%;
    height: auto;
    border-radius: 20px;
}
}
.Heading3 h2{
    margin-top: 50px;
    font-size: 30px;
    font-weight: 450;
    text-align: center;
}
.Sub-Heading1 p{
    margin-top: 10px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.Page3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 100px auto;
}
.Heading4{
    display: flex;
    flex-direction: column;
}
.Heading4 h2{
    font-size: 30px;
    text-align: center;
}
.calculator-container {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    padding: 32px;
    max-width: 1200px;
    width: 95%;
    margin: 10px 90px 10px 90px;
    border: 0.5px solid rgb(189, 189, 189);
}
.calculator-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 24px;
    color: #333;
}
.options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}
.option-item {
    display: flex;
    align-items: center;
}
.option-item input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #d1d5db;
    border-radius: 0.25em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    cursor: pointer;
}
.option-item input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #007bff;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.option-item input[type="checkbox"]:checked::before {
    transform: scale(1);
}        
.option-item input[type="checkbox"]:checked {
    border-color: #007bff;
}
.option-label {
    margin-left: 8px;
    font-size: 1rem;
    color: black;
    font-weight: 700;
}
.option-label span {
    color: #888;
    font-size: 0.9rem;
    font-weight: 500;
}
.results-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 24px;
}
.result-section {
    flex-grow: 1;
}        
.result-section label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}
#team-size {
    width: 100%;
    max-width: 200px;
    padding: 12px;
    font-size: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    text-align: left;
}
.savings-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}
@media (max-width: 768px) {
    .calculator-container {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    padding: 32px;
    max-width: 575px;
    width: 90%;
    margin: 50px 0 50px 0;            
}
.options-grid {
    grid-template-columns: repeat(2, 1fr);
}
.calculator-title {
    font-size: 1.1rem;
}
.savings-amount {
    font-size: 2rem;
}
}      
@media (max-width: 576px) {
    .calculator-container {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    padding: 32px;            
    width: 90%;
    margin: 50px 90px 0px 90px;            
}
.options-grid {
    grid-template-columns: 1fr;
}
.results-container {
    flex-direction: column;
    align-items: stretch;
}
#team-size {
    max-width: none;
}
}
.AI-Enterprise{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 90px;
    margin: 20px auto;
    width: 100%;
}
.Heading5{
    font-size: 25px;
    max-width: 500px;
    min-width: 500px;
}
.AI-Right-GIF img{
    height: 180px;
    width: auto;
}
@media only screen and (max-width: 933px) and (min-width: 600px) {
.AI-Enterprise{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    width: 100%;
}
}
@media only screen and (max-width: 600px) {
.AI-Enterprise{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 20px auto;
    width: 100%;
}
.Heading5{
    font-size: 15px;
    max-width: 300px;
    min-width: 300px;
    text-align: center;
}
.AI-Right-GIF img{
    height: 120px;
    width: auto;
}  
}
.Page4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 90px;
    margin: 0 auto;
}
.Box1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f6f5f4;
    width: 100%;
    max-width: 1200px;
    padding: 30px 0 0 30px;
    border-radius: 20px;
    border: 2px solid #f6f5f4;
}
.Sub-Heading2 p{
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}
.Box1 img{
    width: 100%;
    height: auto;
    border-bottom-right-radius: 20px;
}
@media only screen and (min-width: 300px) and (max-width:685px) {
.Page4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0 auto;
}
.Box1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f6f5f4;
    width: 90%;
    padding: 30px 0 0 30px;
    border-radius: 20px;
    border: 2px solid #f6f5f4;
}
.Sub-Heading2 p{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}
.Box1 img{
    width: 100%;
    height: auto;
    border-bottom-right-radius: 20px;
}
}
.Multiple-Box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.Box2, .Box3, .Box4{
    width: 340px;
    height: 315px;
    background-color: #f6f5f4;
    border-radius: 10px;
    padding: 20px 5px 5px 20px;
}
.Sub-Heading3, .Sub-Heading4, .Sub-Heading5{
    max-width: 300px;
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 700;
}
.Box2 img, .Box3 img, .Box4 img{
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 1080px) and (min-width: 800px) {
.Multiple-Box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.Box2, .Box3, .Box4{
    width: 200px;
    height: 200px;
    background-color: #f6f5f4;
    border-radius: 10px;
    padding: 20px 5px 5px 20px;
}
.Sub-Heading3, .Sub-Heading4, .Sub-Heading5{
    max-width: 300px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 700;
}
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
.Multiple-Box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.Box2, .Box3, .Box4{
    width: 90%;
    height: auto;
    background-color: #f6f5f4;
    border-radius: 10px;
    padding: 20px 5px 5px 20px;
}
.Sub-Heading3, .Sub-Heading4, .Sub-Heading5{
    max-width: 300px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 700;
}
}
.Heading6 h2{
    margin-top: 50px;
    font-size: 20px;
    font-weight: 450;
    text-align: center;
}
.Sub-Heading6 p{
    margin-top: 10px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}
.Page5{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    padding: 0 90px;
}
.features-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    width: 100%;
}
.feature-card {
    background-color: #f6f5f4;
    padding: 2rem;
    border-radius: 12px; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); 
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.feature-icon {
    font-size: 1.5rem; 
    color: #007bff;
    margin-bottom: 1rem;
}     
.feature-title {
    font-size: 1.25rem;
    font-weight: 650;
    margin-bottom: 0.75rem;
}      
.feature-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}
@media (max-width: 992px) {
    .Page5{
        padding: 0 90px;
    }
    .features-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .Page5{
        width: 90%;
        padding: 0;
    }
    .features-grid-container {
        grid-template-columns: 1fr;
    }            
    .feature-card {
        padding: 1.5rem;
    }
}
.site-footer {
    background-color: #ffffff; 
    padding: 45px 0 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: #26272b; 
    text-align: center;
    border-top: 1px solid #e9e9e9;
    margin-top: 100px;
}
.social-icons {
    margin-bottom: 20px;
}
.social-icons a {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0 8px;
    border-radius: 100%;
    background-color: #f0f0f0; 
    font-size: 20px; 
    color: #555555;
    transition: all 0.3s ease-in-out;
}
.social-icons a:hover {
    transform: translateY(-3px); 
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.social-icons a:hover.facebook {
    background-color: #1877F2;
    color: #fff;
}
.social-icons a:hover.x-twitter {
    background-color: #000000;
    color: #fff;
}
.social-icons a:hover.instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #fff;
}
.social-icons a:hover.youtube {
    background-color: #FF0000;
    color: #fff;
}
.social-icons a:hover.linkedin {
    background-color: #0A66C2;
    color: #fff;
}
.copyright-text {
    margin: 0;
}