*{
box-sizing:border-box;
}

body{
margin:0;
font-family:Arial, Helvetica, sans-serif;
background:#f4f7ff;
color:#1a1a1a;
}


/* HERO AREA */

.hero-header{
background:linear-gradient(120deg,#2c5cff,#6f8fff);
color:white;
min-height:50vh;
display:flex;
flex-direction:column;
}


/* NAVBAR */

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 60px;
}

.logo{
font-size:24px;
font-weight:700;
}

.nav-menu a{
color:white;
text-decoration:none;
margin-left:30px;
font-size:16px;
font-weight:500;
}

.nav-menu a:hover{
opacity:0.8;
}


/* HERO */

.hero{
flex:1;
display:flex;
align-items:center;
padding:0 60px;
}

.hero-content{
max-width:650px;
}

.hero h1{
font-size:48px;
margin-bottom:20px;
}

.hero p{
font-size:18px;
line-height:1.6;
margin-bottom:25px;
}


/* BUTTON */

.btn{
background:white;
color:#2c5cff;
padding:10px 20px;
border-radius:8px;
text-decoration:none;
font-weight:600;
margin-right:10px;
}


/* SECTIONS */

.section{
padding:80px 60px;
max-width:1200px;
margin:auto;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
}

.card{
background:white;
padding:30px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}


/* FOOTER */

footer{
background:#111;
color:white;
text-align:center;
padding:20px;
margin-top:40px;
}

.category-filters{
text-align:center;
margin-bottom:40px;
}

.category-filters button{
margin:5px;
padding:10px 16px;
border:none;
border-radius:6px;
background:#eef2ff;
cursor:pointer;
}

.category-filters button:hover{
background:#d9e0ff;
}

/* TOOLS PAGE */

#tools-container{
margin-top:40px;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
}

/* TOOL CARD */

.tool-card{
background:white;
padding:24px;
border-radius:12px;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
transition:all 0.2s ease;
height:100%;
display:flex;
flex-direction:column;
justify-content:space-between;
}

.tool-card:hover{
transform:translateY(-5px);
box-shadow:0 12px 35px rgba(0,0,0,0.12);
}

/* HEADER */

.tool-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:10px;
}

.tool-category{
background:#eef2ff;
color:#2c5cff;
font-size:12px;
padding:4px 8px;
border-radius:6px;
}

/* DESCRIPTION */

.tool-description{
color:#555;
font-size:14px;
margin:12px 0;
}

/* FOOTER */

.tool-footer{
display:flex;
justify-content:space-between;
align-items:center;
margin-top:10px;
}

.tool-price{
font-weight:600;
color:#2c5cff;
}

/* BUTTON */

.tool-btn{
background:#2c5cff;
color:white;
padding:6px 12px;
border-radius:6px;
text-decoration:none;
font-size:14px;
}

.tool-btn:hover{
background:#1f46d8;
}

/* FILTER BUTTONS */

.category-filters{
margin-top:20px;
margin-bottom:30px;
}

.category-filters button{
padding:8px 14px;
border:none;
border-radius:8px;
background:#eef2ff;
margin:4px;
cursor:pointer;
font-weight:500;
}

.category-filters button:hover{
background:#dfe6ff;
}

/* TOOLS GRID */

#tools-container{
margin-top:40px;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
padding:20px;
}

/* TOOL CARD */

.tool-card{
background:white;
padding:24px;
border-radius:12px;
box-shadow:0 6px 20px rgba(0,0,0,0.08);
transition:all 0.2s ease;
}

.tool-card:hover{
transform:translateY(-5px);
box-shadow:0 12px 35px rgba(0,0,0,0.12);
}

.tool-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:10px;
}

.tool-category{
background:#eef2ff;
color:#2c5cff;
font-size:12px;
padding:4px 8px;
border-radius:6px;
}

.tool-description{
color:#555;
margin:10px 0;
font-size:14px;
}

.tool-footer{
display:flex;
justify-content:space-between;
align-items:center;
}

.tool-btn{
background:#2c5cff;
color:white;
padding:6px 12px;
border-radius:6px;
text-decoration:none;
font-size:14px;
}

.tool-btn:hover{
background:#1f46d8;
}

/* FILTER BUTTONS */

.category-filters{
margin-top:20px;
margin-bottom:30px;
}

.category-filters button{
padding:8px 14px;
border:none;
border-radius:8px;
background:#eef2ff;
margin:4px;
cursor:pointer;
}

.category-filters button:hover{
background:#dfe6ff;
}

/* NAVBAR */

.navbar{
width:100%;
background:#ffffff;
position:sticky;
top:0;
z-index:1000;
border-bottom:1px solid #eee;
}

.nav-container{
max-width:1200px;
margin:auto;
display:flex;
justify-content:space-between;
align-items:center;
padding:16px 20px;
}

.logo a{
font-size:24px;
font-weight:700;
text-decoration:none;
color:#2c5cff;
}

.nav-menu{
display:flex;
align-items:center;
gap:28px;
}

.nav-menu a{
text-decoration:none;
font-weight:500;
color:#333;
font-size:15px;
transition:0.2s;
}

.nav-menu a:hover{
color:#2c5cff;
}

body{
margin:0;
font-family:Arial, sans-serif;
background:#f5f7fb;
}

.section{
max-width:1200px;
margin:auto;
padding:80px 20px;
}

/* LEGAL PAGE */

.legal-section{
background:#f5f7fb;
padding:80px 20px;
}

.legal-container{
max-width:900px;
margin:auto;
background:white;
padding:50px;
border-radius:12px;
box-shadow:0 10px 35px rgba(0,0,0,0.08);
}

/* Headings */

.legal-container h1{
font-size:36px;
margin-bottom:20px;
}

.legal-container h2{
margin-top:40px;
margin-bottom:10px;
font-size:22px;
}

.legal-container h3{
margin-top:25px;
font-size:18px;
}

/* Paragraphs */

.legal-container p{
line-height:1.7;
color:#444;
margin:12px 0;
}

/* Lists */

.legal-container ul{
margin:15px 0 15px 20px;
}

.legal-container li{
margin-bottom:8px;
}

/* Email */

.legal-container strong{
color:#111;
}

.tool-legal-header{
text-align:center;
margin-bottom:40px;
}

.tool-legal-header h1{
color:#2c5cff;
margin-bottom:5px;
}

.tool-legal-header p{
color:#666;
}

/* TOOL HERO */

.tool-hero{
background:linear-gradient(135deg,#2c5cff,#5c7cff);
color:white;
padding:90px 20px;
text-align:center;
}

.tool-hero h1{
font-size:42px;
margin-bottom:15px;
}

.tool-hero p{
font-size:18px;
max-width:700px;
margin:auto;
}

.tool-buttons{
margin-top:25px;
}

.primary-btn{
background:white;
color:#2c5cff;
padding:12px 22px;
border-radius:8px;
text-decoration:none;
font-weight:600;
margin-right:10px;
}

.secondary-btn{
color:white;
border:1px solid white;
padding:12px 22px;
border-radius:8px;
text-decoration:none;
}



/* TOOL SECTION */

.tool-section{
max-width:1100px;
margin:auto;
padding:70px 20px;
}

.tool-section h2{
margin-bottom:30px;
}



/* FEATURES GRID */

.features-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:25px;
}

.feature-card{
background:white;
padding:25px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}



/* TECH BOX */

.tech-box{
background:white;
padding:30px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* WORKFLOW GRID */

.workflow-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:25px;
margin-top:30px;
}

.workflow-card{
background:white;
padding:25px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.workflow-card h3{
margin-bottom:10px;
font-size:18px;
}

/* PRICING CARD */

.pricing-card{
background:white;
padding:40px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
max-width:350px;
}

/* Payment Button */
.primary-payment-btn{
background:#2c5cff;
color:white;
padding:12px 24px;
border-radius:8px;
text-decoration:none;
font-size:16px;
display:block;
width:20%;
text-align:center;
margin-top:20px;
border:none;
cursor:pointer;
}

.primary-payment-btn:hover{
background:#1f46d8;
}


/* LEGAL LINKS */

.legal-links a{
display:block;
margin:6px 0;
color:#2c5cff;
text-decoration:none;
}

.legal-links a:hover{
text-decoration:underline;
}

/* SUPPORT HERO */

.support-hero{

text-align:center;
padding:80px 20px;
background:#f5f7fb;

}

.support-hero h1{

font-size:40px;
margin-bottom:10px;

}



/* SUPPORT HERO */

.support-hero{
text-align:center;
padding:80px 20px;
background:#f5f7fb;
}

.support-hero h1{
font-size:40px;
margin-bottom:10px;
}



/* SUPPORT SECTION */

.support-section{
max-width:900px;
margin:auto;
padding:60px 20px;
}

.support-box{
background:white;
padding:30px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
text-align:center;
}

.support-box select,
.support-box button{
padding:12px;
margin-top:15px;
}



/* DOCS */

.support-docs{
margin-top:40px;
background:white;
padding:30px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.support-docs h3{
margin-top:25px;
}



/* SUPPORT FORM */

.support-form-section{
max-width:700px;
margin:auto;
padding:70px 20px;
}

.support-form-section form{
display:flex;
flex-direction:column;
gap:15px;
}

.support-form-section input,
.support-form-section textarea{
padding:12px;
border-radius:8px;
border:1px solid #ccc;
}

.support-form-section button{
background:#2c5cff;
color:white;
padding:12px;
border:none;
border-radius:8px;
cursor:pointer;
}