body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.intro-section{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;min-height:calc(100vh - 70px);overflow:hidden;padding-bottom:60px;padding-top:80px;position:relative}.intro-section:before{background:url('data:image/svg+xml;charset=utf-8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.intro-section .profile-image-container{align-items:center;display:flex;justify-content:center;min-height:300px;position:relative;width:100%;z-index:1}.intro-section .profile-image{background-color:#ffffff1a;border:4px solid #ffffff4d;border-radius:50%;box-shadow:0 10px 40px #0000004d;display:block;height:280px;object-fit:cover;transition:transform .3s ease;width:280px}.intro-section .profile-image:hover{transform:scale(1.05)}.intro-section .intro-content{position:relative;z-index:1}.intro-section .intro-name{font-size:2.75rem;font-weight:700;margin-bottom:.75rem;text-shadow:0 2px 8px #00000059}.intro-section .intro-name .highlight{color:#fff;text-shadow:0 2px 8px #0006}.intro-section .intro-title{font-size:1.5rem;font-weight:500;margin-bottom:1.5rem;opacity:.95;text-shadow:0 1px 3px #0003}.intro-section .contact-pills{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start}@media(max-width:960px){.intro-section .contact-pills{justify-content:center}}.intro-section .contact-pill{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff40;border-radius:24px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:8px;padding:10px 18px;text-decoration:none;transition:all .25s ease}.intro-section .contact-pill:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-2px)}.intro-section .contact-pill--static{cursor:default;pointer-events:none}.intro-section .intro-description{font-size:1.05rem;line-height:1.7;margin:0;max-width:100%;opacity:.95}.intro-section .social-links .MuiIconButton-root{background:#fff3;margin:0 8px;transition:all .3s ease}.intro-section .social-links .MuiIconButton-root:hover{background:#ffffff4d;transform:translateY(-3px)}@media(max-width:960px){.intro-section{min-height:auto;padding-bottom:50px;padding-top:70px}.intro-section .intro-name{font-size:2rem;text-align:center}.intro-section .intro-title{font-size:1.2rem;text-align:center}.intro-section .intro-description{font-size:1rem;padding:0 15px;text-align:center}.intro-section .profile-image{height:250px;width:250px}}@media(max-width:600px){.intro-section{padding-bottom:35px;padding-top:60px}.intro-section .intro-name{font-size:1.5rem;line-height:1.3}.intro-section .intro-title{font-size:1rem;margin-bottom:20px!important}.intro-section .intro-description{font-size:.9rem;line-height:1.6}.intro-section .profile-image{height:200px;width:200px}.intro-section .contact-pill{font-size:.85rem;padding:8px 14px}.intro-section .social-links .MuiIconButton-root{margin:0 4px;padding:8px}}.about-section{background:#f8f9fa;padding:60px 20px}.about-section .section-title{color:#345995;font-size:2.25rem;font-weight:700;margin-bottom:15px;text-align:center}.about-section .section-divider{background:linear-gradient(90deg,#345995,#3498db);border-radius:2px;height:4px;margin:0 auto 30px;width:80px}.about-section .about-content{background:#fff;border-radius:10px;box-shadow:0 5px 20px #0000001a;margin:0 auto;max-width:1000px;padding:35px}.about-section .about-content .about-text{color:#555;font-size:1.15rem;line-height:1.85;margin-bottom:20px;text-align:left}.about-section .about-content .about-text:last-child{margin-bottom:0}@media(max-width:960px){.about-section{padding:50px 20px}.about-section .section-title{font-size:2rem}}@media(max-width:600px){.about-section{padding:40px 15px}.about-section .section-title{font-size:1.75rem}.about-section .about-content{padding:20px}.about-section .about-content .about-text{font-size:1.05rem;line-height:1.8}}.education-section{background:#fff;padding:60px 20px}.education-section .section-title{color:#345995;font-size:2.25rem;font-weight:700;margin-bottom:15px;text-align:center}.education-section .section-divider{background:linear-gradient(90deg,#345995,#3498db);border-radius:2px;height:4px;margin:0 auto 30px;width:80px}.education-section .education-card{border-left:4px solid #345995;height:100%;padding:25px;transition:transform .3s ease,box-shadow .3s ease}.education-section .education-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.education-section .education-card .education-header{align-items:flex-start;display:flex;gap:15px;margin-bottom:20px}.education-section .education-card .education-header .education-icon{color:#345995;font-size:2.5rem;margin-top:5px}.education-section .education-card .education-header .degree-title{color:#333;font-weight:600;margin-bottom:5px}.education-section .education-card .education-header .specialization{color:#666;font-size:1rem;font-weight:400}.education-section .education-card .education-details .university{color:#345995;font-weight:600;margin-bottom:5px}.education-section .education-card .education-details .college{color:#666;margin-bottom:5px}.education-section .education-card .education-details .location{color:#888;margin-bottom:15px}.education-section .education-card .education-details .education-meta{align-items:center;display:flex;gap:15px;margin-top:15px}.education-section .education-card .education-details .education-meta .gpa-chip{padding:6px 12px}.education-section .education-card .education-details .education-meta .graduation-date{color:#666;font-weight:500}@media(max-width:960px){.education-section{padding:50px 20px}.education-section .section-title{font-size:2rem}}@media(max-width:600px){.education-section{padding:40px 15px}.education-section .section-title{font-size:1.75rem}.education-section .education-card{padding:20px}.education-section .education-card .education-header{flex-direction:column;gap:10px}.education-section .education-card .education-header .education-icon{font-size:2rem}.education-section .education-card .education-header .degree-title{font-size:1.25rem}.education-section .education-card .education-header .specialization{font-size:.9rem}.education-section .education-card .education-details .education-meta{align-items:flex-start;flex-direction:column;gap:10px}}.experience-section{background:#f8f9fa;padding:60px 20px}.experience-section .section-title{color:#345995;font-size:2.25rem;font-weight:700;margin-bottom:15px;text-align:center}.experience-section .section-divider{background:linear-gradient(90deg,#345995,#3498db);border-radius:2px;height:4px;margin:0 auto 30px;width:80px}.experience-section .experience-accordion-list{margin:0 auto;max-width:1100px}.experience-section .experience-accordion{background:#fff!important;border-left:4px solid #345995;border-radius:4px!important;box-shadow:0 2px 8px #00000014!important;margin-bottom:12px!important;overflow:hidden}.experience-section .experience-accordion:before{display:none}.experience-section .experience-accordion .experience-summary{min-height:auto;padding:16px 20px}.experience-section .experience-accordion .experience-summary .work-icon{color:#345995;flex-shrink:0;font-size:1.75rem;margin-right:16px}.experience-section .experience-accordion .experience-summary .experience-summary-content{flex:1 1;text-align:left}.experience-section .experience-accordion .experience-summary .experience-summary-content .job-title{color:#333;font-weight:600;margin-bottom:2px}.experience-section .experience-accordion .experience-summary .experience-summary-content .company-name{color:#345995;font-weight:500;margin-bottom:2px}.experience-section .experience-accordion .experience-summary .experience-summary-content .location-period{color:#666;font-style:italic}.experience-section .experience-accordion .experience-summary .MuiAccordionSummary-expandIconWrapper{color:#345995}.experience-section .experience-accordion .experience-details{padding:0 20px 20px 56px}.experience-section .experience-accordion .achievements-list{padding-left:0}.experience-section .experience-accordion .achievement-item{align-items:flex-start;display:flex;gap:12px;margin-bottom:10px}.experience-section .experience-accordion .achievement-item .bullet-point{background:#345995;border-radius:50%;flex-shrink:0;height:6px;margin-top:7px;width:6px}.experience-section .experience-accordion .achievement-item .achievement-text{color:#555;line-height:1.55;text-align:left}@media(max-width:600px){.experience-section{padding:40px 15px}.experience-section .section-title{font-size:1.75rem}.experience-section .experience-accordion .experience-summary{padding:12px 16px}.experience-section .experience-accordion .experience-summary .work-icon{font-size:1.5rem;margin-right:12px}.experience-section .experience-accordion .experience-summary .job-title{font-size:1rem}.experience-section .experience-accordion .experience-details{padding:0 16px 16px}}.skills-section{background:#fff;padding:60px 20px}.skills-section .section-title{color:#345995;font-size:2.25rem;font-weight:700;margin-bottom:15px;text-align:center}.skills-section .section-divider{background:linear-gradient(90deg,#345995,#3498db);border-radius:2px;height:4px;margin:0 auto 30px;width:80px}.skills-section .skills-accordion-list{margin:0 auto;max-width:900px}.skills-section .skill-accordion{background:#f8f9fa!important;border-radius:4px!important;border-top:3px solid #345995;box-shadow:0 2px 8px #0000000f!important;margin-bottom:10px!important;overflow:hidden}.skills-section .skill-accordion:before{display:none}.skills-section .skill-accordion .skill-summary{min-height:auto;padding:14px 20px}.skills-section .skill-accordion .skill-summary .category-icon{color:#345995;flex-shrink:0;font-size:1.5rem;margin-right:14px}.skills-section .skill-accordion .skill-summary .category-title{color:#333;flex:1 1;font-weight:600;text-align:left}.skills-section .skill-accordion .skill-summary .skill-count-badge{align-items:center;background:linear-gradient(135deg,#2e7d32,#43a047);border-radius:50%;box-shadow:0 2px 8px #2e7d3259;color:#fff;display:inline-flex;font-size:.8rem;font-weight:700;height:28px;justify-content:center;margin-right:8px;min-width:28px;padding:0 6px}.skills-section .skill-accordion .skill-summary .MuiAccordionSummary-expandIconWrapper{color:#345995}.skills-section .skill-accordion .skill-details{background:#fff;padding:0 20px 16px}.skills-section .skill-accordion .skills-chips{display:flex;flex-wrap:wrap;gap:8px}.skills-section .skill-accordion .skills-chips .skill-chip{border-color:#345995;color:#345995;cursor:default;font-weight:500;transition:all .25s ease}.skills-section .skill-accordion .skills-chips .skill-chip:hover{background-color:#345995;box-shadow:0 4px 12px #34599559;color:#fff;transform:translateY(-2px)}@media(max-width:600px){.skills-section{padding:40px 15px}.skills-section .section-title{font-size:1.75rem}.skills-section .skill-accordion .skill-summary{padding:12px 16px}.skills-section .skill-accordion .skill-summary .category-icon{font-size:1.25rem}.skills-section .skill-accordion .skill-summary .category-title{font-size:.95rem}.skills-section .skill-accordion .skill-summary .skill-count-badge{font-size:.7rem;height:24px;min-width:24px}.skills-section .skill-accordion .skill-details{padding:0 16px 12px}.skills-section .skill-accordion .skill-chip{font-size:.75rem;padding:4px 8px}}.projects-section{background:#f8f9fa;padding:60px 20px}.projects-section .section-title{color:#345995;font-size:2.25rem;font-weight:700;margin-bottom:15px;text-align:center}.projects-section .section-divider{background:linear-gradient(90deg,#345995,#3498db);border-radius:2px;height:4px;margin:0 auto 30px;width:80px}.projects-section .projects-accordion-list{margin:0 auto;max-width:900px}.projects-section .project-accordion{background:#fff!important;border-radius:4px!important;border-top:3px solid #345995;box-shadow:0 2px 8px #00000014!important;margin-bottom:12px!important;overflow:hidden}.projects-section .project-accordion:before{display:none}.projects-section .project-accordion .project-summary{min-height:auto;padding:16px 20px}.projects-section .project-accordion .project-summary .project-icon{color:#345995;flex-shrink:0;font-size:1.75rem;margin-right:16px}.projects-section .project-accordion .project-summary .project-summary-content{flex:1 1;text-align:left}.projects-section .project-accordion .project-summary .project-summary-content .project-title{color:#333;display:block;font-weight:600;margin-bottom:2px}.projects-section .project-accordion .project-summary .project-summary-content .project-organization{color:#666;font-style:italic}.projects-section .project-accordion .project-summary .MuiAccordionSummary-expandIconWrapper{color:#345995}.projects-section .project-accordion .project-details{padding:0 20px 20px 56px}.projects-section .project-accordion .project-description{color:#555;font-size:.95rem;line-height:1.7;margin-bottom:16px;text-align:left}.projects-section .project-accordion .project-technologies{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.projects-section .project-accordion .project-technologies .tech-tag{background:linear-gradient(135deg,#345995,#3498db);border-radius:12px;color:#fff;font-size:.8rem;font-weight:500;padding:5px 10px}.projects-section .project-accordion .project-links{display:flex;flex-wrap:wrap;gap:10px}.projects-section .project-accordion .project-link-btn{border-color:#345995;color:#345995;font-weight:600;text-transform:none}.projects-section .project-accordion .project-link-btn:hover{background:#34599514;border-color:#345995}@media(max-width:600px){.projects-section{padding:40px 15px}.projects-section .section-title{font-size:1.75rem}.projects-section .project-accordion .project-summary{padding:12px 16px}.projects-section .project-accordion .project-summary .project-icon{font-size:1.5rem;margin-right:12px}.projects-section .project-accordion .project-summary .project-title{font-size:.95rem}.projects-section .project-accordion .project-details{padding:0 16px 16px}.projects-section .project-accordion .tech-tag{font-size:.75rem;padding:4px 8px}}.blogs-section{background:#f8f9fa;padding:60px 20px}.blogs-section .section-title{color:#345995;font-size:2.25rem;font-weight:700;margin-bottom:15px;text-align:center}.blogs-section .section-divider{background:linear-gradient(90deg,#345995,#3498db);border-radius:2px;height:4px;margin:0 auto 24px;width:80px}.blogs-section .blogs-intro{color:#555;line-height:1.65;margin:0 auto 32px;max-width:560px;text-align:center}.blogs-section .blogs-scroll{-webkit-overflow-scrolling:touch;display:flex;gap:20px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory}.blogs-section .blogs-scroll::-webkit-scrollbar{height:8px}.blogs-section .blogs-scroll::-webkit-scrollbar-thumb{background:#34599559;border-radius:4px}.blogs-section .blog-card{background:#fff;border:1px solid #3459951f;border-radius:12px;flex:0 0 min(340px,85vw);scroll-snap-align:start;transition:box-shadow .25s ease,transform .2s ease}.blogs-section .blog-card:hover{box-shadow:0 8px 28px #34599526;transform:translateY(-2px)}.blogs-section .blog-card-content{display:flex;flex-direction:column;min-height:220px;padding:22px!important}.blogs-section .blog-card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.blogs-section .blog-tag{background:#34599514!important;color:#345995!important;font-size:.7rem!important;font-weight:500}.blogs-section .blog-card-title{color:#333;flex:1 1;font-weight:700;line-height:1.35;margin-bottom:10px!important}.blogs-section .blog-card-excerpt{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;line-height:1.55;margin-bottom:16px;overflow:hidden}.blogs-section .blog-card-footer{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-top:auto;padding-top:8px}.blogs-section .blog-read-time{color:#888}.blogs-section .blog-read-more{color:#345995!important;font-weight:600!important;text-transform:none!important}@media(min-width:900px){.blogs-section .blogs-scroll{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));overflow:visible}.blogs-section .blog-card{flex:none}}.contact-section{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;min-height:calc(100vh - 70px);padding:60px 20px}.contact-section .section-title{color:#fff;font-size:2.25rem;font-weight:700;margin-bottom:15px;text-align:center}.contact-section .section-divider{background:#fff;border-radius:2px;height:4px;margin:0 auto 30px;width:80px}.contact-section .contact-content{background:#fff;border-radius:10px;box-shadow:0 10px 40px #0003;color:#333;padding:35px}.contact-section .contact-content .contact-subtitle{color:#345995;font-weight:600;margin-bottom:15px}.contact-section .contact-content .contact-description{color:#555;line-height:1.8;margin-bottom:30px;text-align:left}.contact-section .contact-content .contact-info-grid{display:flex;flex-direction:column;gap:20px}.contact-section .contact-content .contact-info-item{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;gap:20px;padding:15px;transition:transform .3s ease,box-shadow .3s ease}.contact-section .contact-content .contact-info-item:hover{box-shadow:0 5px 15px #0000001a;transform:translateX(5px)}.contact-section .contact-content .contact-info-item .contact-icon-wrapper{align-items:center;background:linear-gradient(135deg,#345995,#3498db);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:50px;justify-content:center;width:50px}.contact-section .contact-content .contact-info-item .contact-details{flex:1 1}.contact-section .contact-content .contact-info-item .contact-details .contact-label{color:#666;font-size:.85rem;letter-spacing:.5px;margin-bottom:5px;text-transform:uppercase}.contact-section .contact-content .contact-info-item .contact-details .contact-value{color:#333;font-size:1rem;font-weight:500;text-decoration:none}.contact-section .contact-content .contact-info-item .contact-details .contact-value:hover{color:#345995}.contact-section .contact-content .social-section{align-items:center;background:linear-gradient(135deg,#345995,#3498db);border-radius:12px;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;padding:32px}.contact-section .contact-content .social-section .social-title{font-size:1.15rem;margin-bottom:24px;text-align:center}.contact-section .contact-content .social-section .social-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.contact-section .contact-content .social-section .social-buttons .social-button{background:#ffffff40;color:#fff;height:56px;transition:all .25s ease;width:56px}.contact-section .contact-content .social-section .social-buttons .social-button svg{font-size:1.75rem}.contact-section .contact-content .social-section .social-buttons .social-button:hover{background:#fff6;transform:translateY(-4px) scale(1.08)}.contact-section .footer{margin-top:40px;text-align:center}.contact-section .footer .footer-text{color:#fffc}@media(max-width:960px){.contact-section{min-height:auto;padding:50px 20px}.contact-section .section-title{font-size:2rem}}@media(max-width:600px){.contact-section{padding:40px 15px}.contact-section .section-title{font-size:1.75rem}.contact-section .contact-content{padding:20px}.contact-section .contact-content .contact-subtitle{font-size:1.25rem}.contact-section .contact-content .contact-description{font-size:.9rem;line-height:1.6}.contact-section .contact-content .contact-info-item{flex-direction:column;gap:15px;padding:15px;text-align:center}.contact-section .contact-content .contact-info-item .contact-icon-wrapper{font-size:1.25rem;height:45px;width:45px}.contact-section .contact-content .contact-info-item .contact-details .contact-value{font-size:.9rem;word-break:break-word}.contact-section .contact-content .social-section{margin-top:30px;padding:25px}.contact-section .contact-content .social-section .social-title{font-size:1rem}.contact-section .contact-content .social-section .social-buttons{gap:16px}.contact-section .contact-content .social-section .social-buttons .social-button{height:52px;width:52px}.contact-section .contact-content .social-section .social-buttons .social-button svg{font-size:1.5rem}}.blog-page{background:#f5f5f5;min-height:100vh;padding:88px 0 64px}.blog-container{padding-left:24px!important;padding-right:24px!important}.blog-page-header{margin-bottom:28px;text-align:center}.blog-page-heading{color:#345995!important;font-size:2.25rem!important;font-weight:700!important;margin-bottom:12px!important}.blog-page-heading-divider{background:linear-gradient(90deg,#345995,#3498db);border-radius:2px;height:4px;margin:0 auto;width:80px}.blog-hero{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 10px 40px #34599559;color:#fff;margin-bottom:36px;overflow:hidden;padding:36px 32px;position:relative}.blog-hero:before{background-image:linear-gradient(#ffffff0f 1px,#0000 0),linear-gradient(90deg,#ffffff0f 1px,#0000 0);background-size:32px 32px;content:"";inset:0;pointer-events:none;position:absolute}.blog-hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;position:relative;z-index:1}.blog-hero-chip{background:#fff3!important;border:1px solid #ffffff59!important;color:#fff!important;font-weight:500}.blog-hero-title{font-size:clamp(1.5rem,4vw,2rem)!important;font-weight:700!important;line-height:1.25!important;margin-bottom:12px!important;position:relative;z-index:1}.blog-hero-title-split{font-size:clamp(1.65rem,4.5vw,2.25rem)!important;line-height:1.2!important}.blog-hero-title-split em{color:#fffffffa;font-style:italic;font-weight:700}.blog-hero-subtitle{color:#ffffffeb!important;font-size:clamp(.95rem,2vw,1.05rem)!important;line-height:1.65!important;margin-bottom:18px!important;max-width:520px;position:relative;z-index:1}.blog-hero-meta{color:#ffffffe6!important;position:relative;z-index:1}.blog-article{background:#fff;border:1px solid #3459951a;border-radius:12px;box-shadow:0 4px 24px #0000000f;padding:32px 28px}.blog-prose{color:#444;font-size:1.02rem!important;line-height:1.8!important;margin-bottom:20px!important}.blog-prose em{color:#4a6fa5;font-style:italic}.blog-prose strong{color:#2c3e50;font-weight:600}.blog-lead{color:#333;font-size:1.08rem!important}.blog-h2{color:#345995!important;font-family:inherit;font-size:1.35rem!important;font-weight:700!important;margin-bottom:14px!important;margin-top:28px!important}.blog-pullquote{background:#3459950f;border-left:4px solid #345995;border-radius:0 10px 10px 0;margin:28px 0;padding:18px 22px}.blog-pullquote p{color:#333;font-size:1.1rem!important;font-style:italic;line-height:1.55!important;margin:0!important}.blog-list{color:#444;line-height:1.75;margin:0 0 24px;padding-left:22px}.blog-list li{margin-bottom:10px}.blog-closing{color:#345995!important;font-weight:600;margin-top:8px!important}.blog-full-article{margin:0 auto;max-width:760px}.blog-dropcap:first-letter{color:#345995;float:left;font-family:Georgia,Times New Roman,serif;font-size:3.25rem;font-weight:700;line-height:.85;margin:6px 10px 0 0}.blog-section-block{margin-top:8px}.blog-section-block .blog-h2{margin-top:8px!important}.blog-eyebrow{align-items:center;color:#345995!important;display:flex;font-size:.7rem!important;font-weight:600!important;gap:10px;letter-spacing:.1em;margin-bottom:8px!important;margin-top:0!important;text-transform:uppercase}.blog-eyebrow:after{background:#345995;content:"";flex:0 0 28px;height:1px;opacity:.45}.blog-divider{align-items:center;display:flex;gap:16px;margin:44px 0 28px}.blog-divider:after,.blog-divider:before{background:linear-gradient(90deg,#0000,#34599540,#0000);content:"";flex:1 1;height:1px}.blog-divider span{color:#8892a0;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.blog-stat-row{border:1px solid #3459952e;border-radius:12px;display:grid;grid-template-columns:repeat(3,1fr);margin:28px 0;overflow:hidden}.blog-stat-cell{background:#3459950a;border-right:1px solid #3459951f;padding:20px 14px;text-align:center}.blog-stat-cell:last-child{border-right:none}.blog-stat-num{color:#345995;display:block;font-family:Georgia,Times New Roman,serif;font-size:1.85rem;font-weight:700;line-height:1}.blog-stat-label{color:#666;display:block;font-size:.75rem;line-height:1.45;margin-top:8px}.blog-highlight{background:#3459950f;border:1px solid #34599533;border-radius:12px;margin:24px 0;padding:20px 22px}.blog-highlight p{color:#3d4f66!important;font-size:.98rem!important;line-height:1.7!important;margin:0!important}.blog-highlight p em{color:#345995}.blog-styled-list{list-style:none;margin:0 0 24px;padding:0}.blog-styled-list li{align-items:flex-start;border-bottom:1px solid #3459951f;color:#444;display:flex;font-size:.95rem;gap:12px;line-height:1.65;padding:14px 0}.blog-styled-list li:last-child{border-bottom:none}.blog-li-arrow{align-items:center;background:#3459951a;border:1px solid #34599538;border-radius:50%;color:#345995;display:flex;flex-shrink:0;font-size:10px;height:22px;justify-content:center;margin-top:2px;width:22px}.blog-li-content{flex:1 1}.blog-li-content strong{color:#2c3e50;display:block;font-size:.92rem;margin-bottom:4px}.blog-li-content span{color:#666;font-size:.9rem}.blog-card-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin:24px 0}.blog-mini-card{background:#fafbfd;border:1px solid #3459951f;border-radius:12px;padding:16px 14px;transition:border-color .2s,box-shadow .2s}.blog-mini-card:hover{border-color:#34599547;box-shadow:0 4px 14px #34599514}.blog-mini-card h4{color:#345995;font-size:.9rem;font-weight:600;margin:0 0 6px}.blog-mini-card p{color:#666!important;font-size:.8rem!important;line-height:1.5!important;margin:0!important}.blog-mini-card-icon{display:block;font-size:1.35rem;margin-bottom:8px}.blog-steps{margin:24px 0}.blog-step{align-items:flex-start;border-bottom:1px solid #3459951f;display:flex;gap:16px;padding:16px 0}.blog-step:last-child{border-bottom:none}.blog-step-num{align-items:center;background:#3459951a;border:1px solid #34599540;border-radius:50%;color:#345995;display:flex;flex-shrink:0;font-size:.8rem;font-weight:600;height:32px;justify-content:center;margin-top:2px;width:32px}.blog-step-body{flex:1 1}.blog-step-body strong{color:#2c3e50;display:block;font-size:.95rem;font-weight:600;margin-bottom:4px}.blog-step-body p{color:#666!important;font-size:.88rem!important;line-height:1.6!important;margin:0!important}.blog-cta{background:linear-gradient(135deg,#667eea14,#764ba214);border:1px solid #3459952e;border-radius:14px;margin-top:40px;overflow:hidden;padding:36px 28px;position:relative;text-align:center}.blog-cta h3{color:#345995!important;font-family:inherit;font-size:1.35rem!important;font-weight:700!important;margin:0 0 12px!important}.blog-cta p{color:#555!important;font-size:.95rem!important;line-height:1.65!important;margin:0 auto!important;max-width:440px}.blog-cta-line{color:#345995;display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.1em;margin-top:22px;text-transform:uppercase}.blog-cta-line:after{background:#345995;content:"";display:block;height:1px;margin-top:6px;opacity:.35}@media(max-width:600px){.blog-page{padding:76px 0 48px}.blog-hero{padding:24px 20px}.blog-article{padding:22px 18px}.blog-stat-row{grid-template-columns:1fr}.blog-stat-cell{border-bottom:1px solid #3459951f;border-right:none}.blog-stat-cell:last-child{border-bottom:none}.blog-card-grid{grid-template-columns:1fr 1fr}}*{scroll-behavior:smooth}.App{text-align:center}html{scroll-behavior:smooth}body{font-family:Roboto,Helvetica,Arial,sans-serif;margin:0;padding:0}section{align-items:center;display:flex;justify-content:center;opacity:0;padding:60px 20px;transform:translateY(24px);transition:opacity .6s ease-out,transform .6s ease-out}section#intro{opacity:1;transform:none}section.section-in-view{opacity:1;transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .8s ease-out}@media (max-width:768px){section{padding:60px 15px}}
/*# sourceMappingURL=main.60f8ab48.css.map*/