 :root {
     --accent: #000;
     --muted: #64748b;
     --panel: #ffffff;
     --radius: 10px;
     --maxwidth: 100%;
 }

 * {
     box-sizing: border-box
 }

 body {
     font-size: 16px;
 }

 .hero {
     background: linear-gradient(135deg, #4a6cf7, #6f86ff);
     color: #fff;
     padding: 80px 0;
 }

 .feature-icon {
     font-size: 40px;
     color: #4a6cf7;
 }

 .blog-img {
     border-radius: 10px;
 }

 footer {
     background: #111;
     color: #ccc;
     padding: 40px 0;
 }

 footer a {
     color: #fff;
     text-decoration: none;
 }


 .section .content p {
     margin-top: 5px;
     margin-bottom: 15px
 }

button.accordion-button {
    font-weight: 600;
}
 .topbar {
     max-width: var(--maxwidth);
     margin: 20px 0 5px;
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 16px;
 }

 .brand {
     font-weight: 800;
     font-size: 18px;
     text-align: center;
 }

 .top-actions {
     display: flex;
     gap: 8px;
     align-items: center
 }


 .btn.ghost {
     background: transparent;
     border: 1px solid rgba(11, 92, 255, 0.12);
     color: var(--muted);
     font-weight: 600
 }

 /* Layout: three columns (left inputs, center preview, right ads) */
 .layout {
     max-width: var(--maxwidth);
     margin: 0 auto;
     display: grid;
     grid-template-columns: 360px 1fr 320px;
     gap: 16px;
     align-items: start;
 }

 .panel {
     background: var(--panel);
     padding: 14px;
     border-radius: var(--radius);
     box-shadow: 0 6px 18px rgba(12, 24, 48, 0.06);
     border: 1px solid rgba(10, 20, 40, 0.03);
 }

 h2 {
     margin: 0 0 10px 0;
     font-size: 18px
 }

 label {
     display: block;
     margin-top: 10px;
     font-weight: 700;
     color: #0b1220;
     font-size: 13px
 }

 input[type="text"],
 input[type="file"] {
     width: 100%;
     padding: 9px;
     border-radius: 8px;
     border: 1px solid rgba(11, 92, 255, 0.08);
     margin-top: 6px;
     background: #fff;
 }

 .field-toggle {
     display: flex;
     align-items: center;
     gap: 8px;
     margin-top: 6px;
     color: var(--muted);
     font-size: 13px
 }

 .sectionField {
     margin-top: 12px;
     padding-top: 8px;
     border-top: 1px dashed rgba(11, 92, 255, 0.04)
 }

 .quill-editor {
     height: 90px;
     margin-top: 6px;
     border-radius: 6px;
     background: #fff
 }

 .addBtn {
     display: inline-block;
     margin-top: 8px;
     color: var(--accent);
     cursor: pointer;
     font-weight: 700
 }

 .tagbox {
     display: flex;
     flex-wrap: wrap;
     gap: 8px;
     padding: 8px;
     border-radius: 8px;
     border: 1px dashed rgba(11, 92, 255, 0.06);
     margin-top: 8px;
     min-height: 44px;
     background: #fff
 }

 .tagbox input {
     border: none;
     outline: none;
     flex: 1;
     padding: 6px
 }

 .chip {
     display: inline-block;
     padding: 6px 10px;
     border-radius: 999px;
     background: var(--accent);
     color: #fff;
     font-weight: 600;
     cursor: pointer
 }

 /* Preview center */
 .previewWrap {
     display: flex;
     flex-direction: column;
     gap: 10px
 }

 .resume-canvas {
     background: #ffffff;
     border-radius: 10px;
     padding: 0px;
     min-height: 900px;
     position: relative;
     overflow: hidden;
 }

 .resume-header {
     display: flex;
     gap: 14px;
     align-items: center;
     margin-bottom: 10px
 }

 /* rectangular logo on left */
 .profile-img {
     width: 100px;
     height: auto;
     border-radius: 6px;
     object-fit: cover;
     border: 2px solid rgba(11, 92, 255, 0.08);
     background: #fff;
     max-height: 100px;
 }

 .resume-title {
     display: flex;
     flex-direction: column;
     justify-content: center
 }

 .name {
     font-size: 22px;
     font-weight: 800
 }

 .role {
     font-size: 14px;
     color: var(--muted);
     margin-top: 6px
 }

 .section {
     margin-top: 14px
 }

 .section h3 {
     margin: 0 0 15px 0;
     font-size: 20px;
     color: var(--accent);
 }

 .section .content {
     color: #243b53;
     line-height: 1.45
 }

 .skillsRow {
     display: flex;
     flex-wrap: wrap;
     gap: 8px;
     margin-top: 8px
 }

 /* Ads column */
 .ads-col {
     display: flex;
     flex-direction: column;
     gap: 12px
 }

 .ad-slot {
     background: #ffffff;
     border-radius: 8px;
     padding: 12px;
     text-align: center;
     border: 1px dashed rgba(0, 0, 0, 0.06);
     min-height: 160px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--muted)
 }

 .ad-slot small {
     display: block;
     color: var(--muted);
     font-size: 12px
 }

 .navbar .dropdown:hover .dropdown-menu {
     display: block;
     margin-top: 0;
 }



 /* Section */
 .tools-section {
     padding: 30px 0;
 }

 /* Heading */
 .section-title {
     font-size: 36px;
     font-weight: 700;
     color: #1e293b;
 }

 .section-sub {
     color: #64748b;
 }

 /* Card */
 .tool-card {
     background: #ffffff;
     border-radius: 20px;
     padding: 40px 30px;
     position: relative;
     overflow: hidden;
     transition: all .4s ease;
     box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
     border: 1px solid #f1f5f9;
 }

 .tool-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
 }

 /* Gradient Border Glow */
 .tool-card::before {
     content: "";
     position: absolute;
     inset: 0;
     border-radius: 20px;
     padding: 2px;
     background: linear-gradient(135deg, #4f46e5, #06b6d4, #9333ea);
     -webkit-mask:
         linear-gradient(#fff 0 0) content-box,
         linear-gradient(#fff 0 0);
     -webkit-mask-composite: xor;
     mask-composite: exclude;
     opacity: 0;
     transition: .4s;
 }

 .tool-card:hover::before {
     opacity: 1;
 }

 /* Icon */
 .tool-icon {
     font-size: 48px;
     transition: transform .4s ease;
 }

 .tool-card:hover .tool-icon {
     transform: scale(1.2) rotate(6deg);
 }

 /* Title */
 .tool-title {
     font-size: 20px;
     font-weight: 600;
     margin-top: 20px;
     color: #1e293b;
 }

 /* Description */
 .tool-desc {
     font-size: 16px;
     color: #64748b;
     margin: 15px 0 25px;
 }

 /* Button */
 .tool-btn {
     background: linear-gradient(135deg, #4f46e5, #06b6d4);
     border: none;
     padding: 8px 22px;
     border-radius: 30px;
     font-size: 13px;
     color: #fff;
     transform: translateY(20px);
     opacity: 0;
     transition: all .4s ease;
 }

 .tool-link {
     text-decoration: none;
     display: block;
 }

 .tool-btn {
     background: linear-gradient(135deg, #4f46e5, #06b6d4);
     border: none;
     padding: 10px 26px;
     border-radius: 40px;
     font-size: 14px;
     color: #fff;
     font-weight: 500;
     display: inline-block;
     transition: all .4s ease;
     transform: translateY(20px);
     opacity: 0;
 }

 .tool-card:hover .tool-btn {
     transform: translateY(0);
     opacity: 1;
 }

 /*  Blog Section */
 .blog-title {
     font-size: 34px;
     font-weight: 700;
     color: #1e293b;
 }

 .blog-sub {
     color: #64748b;
 }

 .blog-link {
     text-decoration: none;
     color: inherit;
     display: block;
 }

 .blog-card {
     background: #ffffff;
     border-radius: 18px;
     overflow: hidden;
     transition: all .4s ease;
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
     height: 100%;
 }

 .blog-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
 }

 .blog-img {
     overflow: hidden;
 }

 .blog-img img {
     width: 100%;
     transition: transform .5s ease;
 }

 .blog-card:hover .blog-img img {
     transform: scale(1.08);
 }

 .blog-content {
     padding: 20px;
 }

 .blog-content h5 {
     font-weight: 600;
     margin-bottom: 10px;
     color: #1e293b;
 }

 .blog-content p {
     font-size: 14px;
     color: #64748b;
     margin-bottom: 15px;
 }

 .read-more {
     font-weight: 600;
     font-size: 14px;
     color: #4f46e5;
     transition: .3s;
 }

 .blog-card:hover .read-more {
     letter-spacing: 1px;
 }

 /* Features section */
 .features-title {
     font-size: 32px;
     font-weight: 700;
     color: #1e293b;
 }

 .features-sub {
     color: #64748b;
     max-width: 600px;
     margin: 0 auto;
 }

 .feature-card {
     background: #ffffff;
     padding: 35px 25px;
     border-radius: 18px;
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
     transition: all .3s ease;
     height: 100%;
     border: 1px solid #eef2f7;
 }

 .feature-card:hover {
     transform: translateY(-6px);
     box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
 }

 .feature-icon {
     font-size: 42px;
     margin-bottom: 15px;
 }

 .feature-card h5 {
     font-weight: 600;
     margin-bottom: 12px;
     color: #1e293b;
 }

 .feature-card p {
     font-size: 14px;
     color: #64748b;
     line-height: 1.6;
 }

 /*  How it works */
 .how-section {
     background: #ffffff;
 }

 .how-title {
     font-weight: 700;
     font-size: 32px;
     margin-bottom: 10px;
 }

 .how-sub {
     max-width: 650px;
     margin: 0 auto;
     color: #666;
 }

 .how-card {
     background: #ffffff;
     padding: 30px;
     border-radius: 14px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
     transition: all 0.3s ease;
     height: 100%;
 }

 .how-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
 }

 .step-number {
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     background: #0d6efd;
     color: #fff;
     border-radius: 50%;
     font-weight: bold;
     font-size: 18px;
     margin-bottom: 20px;
 }

 .how-card h5 {
     font-weight: 600;
     margin-bottom: 10px;
 }

 .how-card p {
     color: #555;
 }

 .how-card ul {
     padding-left: 18px;
     color: #777;
     font-size: 14px;
 }

 /* Why us section */
 .why-section {
     background: #ffffff;
 }

 .section-title {
     font-weight: 700;
     font-size: 32px;
 }

 .section-subtitle {
     max-width: 700px;
     margin: 10px auto 0;
     color: #666;
 }

 .why-card {
     background: #ffffff;
     padding: 30px 20px;
     border-radius: 14px;
     text-align: center;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
     transition: all 0.3s ease;
     height: 100%;
 }

 .why-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
 }

 .why-icon {
     font-size: 40px;
     color: #0d6efd;
     margin-bottom: 20px;
     transition: transform 0.3s ease;
 }

 .why-card:hover .why-icon {
     transform: scale(1.15);
 }

 .why-card h5 {
     font-weight: 600;
     margin-bottom: 10px;
 }

 .why-card p {
     color: #555;
     font-size: 14px;
 }

 @media (max-width:1100px) {
     .layout {
         grid-template-columns: 320px 1fr;
         grid-auto-rows: auto
     }

     .ads-col {
         display: none
     }
 }

 @media (max-width:740px) {
     .layout {
         grid-template-columns: 1fr
     }
 }