﻿*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f9fafb;font-family:"Inter",sans-serif;color:#6b7280;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:"Space Grotesk",sans-serif;color:#111827;line-height:1.2;font-weight:700}p{margin-bottom:1rem}a{color:#6a45ff;text-decoration:none;transition:color .3s ease}a:hover{color:rgb(65.1451612903,18,255)}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.btn{display:inline-block;padding:.75rem 1.5rem;font-family:"Space Grotesk",sans-serif;font-weight:600;font-size:1rem;border-radius:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-align:center;border:2px solid rgba(0,0,0,0)}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(106,69,255,.2)}.btn-primary{background-color:#bef264;color:#111827}.btn-primary:hover{background-color:rgb(180.1339285714,240.0267857143,76.4732142857);color:#111827}.btn-secondary{background-color:#fff;color:#111827;border-color:#e5e7eb}.btn-secondary:hover{border-color:#6a45ff;color:#6a45ff}.site-header{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:sticky;top:0;z-index:1000;width:100%}.site-header .header-content{display:flex;justify-content:space-between;align-items:center}.site-header .site-logo img{height:60px;width:auto}.site-header .main-nav{display:none}@media(min-width: 768px){.site-header .main-nav{display:block}}.site-header .main-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:2rem}.site-header .main-nav a{color:#6b7280;font-weight:500;padding-bottom:.5rem;border-bottom:2px solid rgba(0,0,0,0)}.site-header .main-nav a.active{color:#6a45ff;border-bottom-color:#6a45ff}.site-header .main-nav a:hover{color:#6a45ff;border-bottom-color:#6a45ff}.site-header .header-actions{display:flex;align-items:center;gap:1rem}.site-header .header-actions .btn-primary{display:none}@media(min-width: 768px){.site-header .header-actions .btn-primary{display:inline-block}}.site-header .mobile-nav-toggle{display:block;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}@media(min-width: 768px){.site-header .mobile-nav-toggle{display:none}}.site-header .mobile-nav-toggle span{display:block;width:24px;height:2px;background-color:#111827;margin:5px 0;transition:transform .3s ease,opacity .3s ease}.site-header .mobile-nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header .mobile-nav-toggle.active span:nth-child(2){opacity:0}.site-header .mobile-nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header .mobile-nav-menu{display:none;position:absolute;top:100%;left:0;width:100%;background-color:#fff;border-top:1px solid #e5e7eb;padding:1rem 0;text-align:center}.site-header .mobile-nav-menu.active{display:block}.site-header .mobile-nav-menu ul{list-style:none}.site-header .mobile-nav-menu li{margin-bottom:1.5rem}.site-header .mobile-nav-menu a{font-size:1.2rem;font-weight:500;color:#111827}.site-header .mobile-nav-menu a:hover{color:#6a45ff}.site-footer{background-color:#fff;border-top:1px solid #e5e7eb;padding:4rem 0 2rem;color:#6b7280}.site-footer .footer-grid{display:grid;grid-template-columns:repeat(1, 1fr);gap:2rem;margin-bottom:3rem}@media(min-width: 640px){.site-footer .footer-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.site-footer .footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.site-footer .footer-column-brand .footer-logo img{height:40px;margin-bottom:1rem}.site-footer .footer-column-brand .footer-tagline{max-width:250px;margin-bottom:1.5rem}.site-footer .footer-column-brand .footer-contact-details p{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.site-footer .footer-column-brand .footer-contact-details img{width:20px;height:20px;opacity:.6}.site-footer .footer-column-brand .footer-contact-details a{font-weight:500;color:#6b7280}.site-footer .footer-column-brand .footer-contact-details a:hover{color:#6a45ff}.site-footer .footer-column-brand .footer-socials{display:flex;gap:1rem;margin-top:1.5rem}.site-footer .footer-column-brand .footer-socials a{color:#6b7280}.site-footer .footer-column-brand .footer-socials a:hover{color:#6a45ff}.site-footer .footer-column-brand .footer-socials a svg{width:24px;height:24px}.site-footer .footer-column-links h4{font-size:1rem;font-weight:600;color:#111827;margin-bottom:1rem}.site-footer .footer-column-links ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.site-footer .footer-column-links a{color:#6b7280}.site-footer .footer-column-links a:hover{color:#6a45ff}.site-footer .footer-bottom{border-top:1px solid #e5e7eb;padding-top:2rem;text-align:center;font-size:.9rem}.hero-section{padding:6rem 0;text-align:center;background-color:#fff}.hero-section .hero-content{max-width:800px;margin:0 auto 3rem}.hero-section h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1.5rem}.hero-section .hero-subheadline{font-size:1.25rem;color:#6b7280;max-width:650px;margin:0 auto 2.5rem}.hero-section .hero-cta{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.hero-section .hero-image{max-width:1000px;margin:0 auto}.hero-section .hero-image img{border-radius:8px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.problem-solution-section{padding:6rem 0}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-header h2{font-size:2.5rem;margin-bottom:1rem}.section-header p{font-size:1.125rem}.problem-solution-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:900px;margin:0 auto}@media(min-width: 768px){.problem-solution-grid{grid-template-columns:1fr 1fr}}.problem-solution-grid .problem-card,.problem-solution-grid .solution-card{padding:2.5rem;border-radius:8px;border:1px solid #e5e7eb}.problem-solution-grid .problem-card{background-color:#fffbeb;border-color:#fde68a}.problem-solution-grid .problem-card h3{color:#b45309}.problem-solution-grid .problem-card li::before{content:"–";color:#f87171}.problem-solution-grid .solution-card{background-color:#f0fdf4;border-color:#a7f3d0}.problem-solution-grid .solution-card h3{color:#065f46}.problem-solution-grid .solution-card li::before{content:"✓";color:#bef264}.problem-solution-grid h3{font-size:1.5rem;margin-bottom:1.5rem}.problem-solution-grid ul{list-style:none;padding:0;margin:0}.problem-solution-grid li{font-size:1.125rem;color:#111827;font-weight:500;padding-left:2rem;position:relative;margin-bottom:1rem}.problem-solution-grid li::before{position:absolute;left:0;font-size:1.5rem;line-height:1;font-weight:700}.feature-showcase-section{padding:6rem 0;background-color:#fff}.features-grid{display:grid;grid-template-columns:repeat(1, 1fr);gap:2rem}@media(min-width: 640px){.features-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.features-grid{grid-template-columns:repeat(3, 1fr)}}.feature-card{text-align:center;padding:2rem}.feature-card img{height:48px;margin:0 auto 1.5rem}.feature-card h4{font-size:1.25rem;margin-bottom:.5rem}.section-footer{text-align:center;margin-top:4rem}.ceo-testimonial-section{padding:6rem 0}.ceo-testimonial-section .ceo-card{background-color:#6a45ff;color:#fff;border-radius:8px;padding:3rem;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;text-align:center}@media(min-width: 768px){.ceo-testimonial-section .ceo-card{grid-template-columns:150px 1fr;text-align:left;padding:4rem}}.ceo-testimonial-section .ceo-image img{width:120px;height:120px;border-radius:50%;border:4px solid #fff;margin:0 auto}.ceo-testimonial-section blockquote{font-size:1.5rem;font-family:"Space Grotesk",sans-serif;font-weight:600;line-height:1.4;margin:0 0 1.5rem;border:none;padding:0}.ceo-testimonial-section cite{font-style:normal}.ceo-testimonial-section cite strong{display:block;font-size:1.125rem}.ceo-testimonial-section cite span{opacity:.8}.final-cta-section{padding:6rem 0;background-color:#fff;text-align:center}.final-cta-section h2{font-size:2.5rem;margin-bottom:1rem}.final-cta-section p{font-size:1.125rem;margin-bottom:2.5rem}.final-cta-section .btn-primary{transform:scale(1.1)}.blog-showcase-section{padding:6rem 0}.post-card-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.post-card{display:block;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;color:#6b7280}.post-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.07);color:#6b7280}.post-card-content{padding:2rem}.post-card-date{font-size:.9rem;color:#6b7280;margin-bottom:.5rem}.post-card-title{font-size:1.3rem;color:#111827;margin-bottom:1rem}.post-card-excerpt{margin-bottom:1.5rem;line-height:1.6}.post-card-link{font-weight:600;color:#6a45ff}.page-header{background-color:#fff;padding:4rem 0;text-align:center;border-bottom:1px solid #e5e7eb}.page-header h1{font-size:3rem;margin-bottom:1rem}.page-header .page-description{font-size:1.25rem;max-width:700px;margin-left:auto;margin-right:auto;color:#6b7280}.page-content{padding:4rem 0}.page-content .container{max-width:900px}.about-hero{padding:6rem 0;background-color:#fff}.about-hero-container{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width: 992px){.about-hero-container{grid-template-columns:1fr 1fr;gap:5rem}}.about-hero-image img{border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.1)}.about-section-title{font-size:2.5rem;margin-bottom:1.5rem}.section-lead{font-size:1.25rem;line-height:1.7;color:#6b7280}.mission-parallax{padding:8rem 0;position:relative;background-image:url("/assets/img/about-mission-bg.png");background-size:cover;background-position:center;background-attachment:fixed;color:#fff;text-align:center;z-index:1}.mission-parallax::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(17,24,39,.8);z-index:-1}.mission-parallax .container{max-width:800px}.mission-parallax .about-section-title{color:#fff}.mission-parallax .section-lead{color:hsla(0,0%,100%,.85);font-size:1.5rem}.about-section{padding:6rem 0}.centered-text{text-align:center}.about-column.full-width{max-width:800px;margin:0 auto}.vision-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;max-width:1100px;margin:4rem auto 0}.vision-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.vision-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.07)}.vision-card h3{font-size:1.5rem;color:#6a45ff;margin-bottom:1rem}.vision-card p{font-size:1.1rem;color:#6b7280;line-height:1.6}.feature-spotlight{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;padding:4rem 0;border-bottom:1px solid #e5e7eb}@media(min-width: 992px){.feature-spotlight{grid-template-columns:1fr 1fr;gap:4rem;padding:6rem 0}}@media(min-width: 992px){.feature-spotlight.layout-reversed .spotlight-image{order:-1}}.spotlight-text .spotlight-title{font-size:2.5rem;margin-bottom:1.5rem}.spotlight-text p{font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.spotlight-text ul{list-style:none;padding:0;margin:0}.spotlight-text li{font-size:1.1rem;font-weight:500;padding-left:2rem;position:relative;margin-bottom:1rem}.spotlight-text li::before{content:"✓";color:#6a45ff;position:absolute;left:0;font-weight:700}.detailed-features-section{padding:6rem 0;background-color:#fff}.detailed-features-grid{display:grid;padding:1rem;grid-template-columns:1fr;gap:2rem;max-width:1100px;margin:0 auto}@media(min-width: 640px){.detailed-features-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.detailed-features-grid{grid-template-columns:repeat(3, 1fr)}}.feature-grid-item{text-align:left;padding:2rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column}.feature-grid-item img{height:48px;margin-bottom:1.5rem;align-self:flex-start}.feature-grid-item h4{font-size:1.25rem;margin-bottom:.5rem;color:#111827}.feature-grid-item p{color:#6b7280;line-height:1.6;flex-grow:1}.pricing-plans-section{padding-bottom:4rem}.pricing-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;max-width:1100px;margin:0 auto}@media(min-width: 768px){.pricing-grid{grid-template-columns:1fr}}@media(min-width: 1024px){.pricing-grid{grid-template-columns:repeat(3, 1fr);align-items:stretch}}.pricing-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;height:100%;position:relative;transition:all .3s ease}.pricing-card.recommended{border-color:#6a45ff;border-width:2px}@media(min-width: 1024px){.pricing-card.recommended{transform:scale(1.05)}}.pricing-card .recommended-badge{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background-color:#6a45ff;color:#fff;padding:.25rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.pricing-card .plan-header{padding:2rem;text-align:center}.pricing-card .plan-header h3{font-size:1.75rem;margin-bottom:.5rem}.pricing-card .plan-header p{color:#6b7280;margin-bottom:1.5rem;min-height:40px}.pricing-card .plan-header .price{font-size:2.5rem;font-weight:700;color:#111827}.pricing-card .plan-header .price span{font-size:1rem;font-weight:500;color:#6b7280}.pricing-card .plan-body{padding:2rem;border-top:1px solid #e5e7eb;flex-grow:1;display:flex;flex-direction:column}.pricing-card .plan-body .btn{width:100%;margin-bottom:1.5rem}.pricing-card .plan-body .plan-description{font-size:1rem;color:#6b7280;text-align:center;flex-grow:1}.pricing-card .plan-body ul{list-style:none;padding:0;margin:1.5rem 0 0;text-align:left}.pricing-card .plan-body li{padding-left:1.75rem;position:relative;margin-bottom:1rem}.pricing-card .plan-body li::before{content:"✓";color:#6a45ff;position:absolute;left:0;font-weight:700}.feature-comparison-section{padding:6rem 0;margin-top:4rem;background-color:#fff;border-top:1px solid #e5e7eb}.feature-comparison-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem}.feature-comparison-section .table-container{overflow-x:auto;max-width:900px;margin:0 auto;border:1px solid #e5e7eb;border-radius:8px}.feature-comparison-section table{width:100%;border-collapse:collapse;min-width:700px}.feature-comparison-section th,.feature-comparison-section td{padding:1rem 1.5rem;text-align:center;border-bottom:1px solid #e5e7eb}.feature-comparison-section tr:last-child td{border-bottom:none}.feature-comparison-section th{font-size:1.1rem;background-color:#f9fafb}.feature-comparison-section td:first-child,.feature-comparison-section th:first-child{text-align:left;font-weight:600;color:#111827}.feature-comparison-section .category-row td{background-color:#f9fafb;font-weight:700;color:#6a45ff;text-align:left}.feature-comparison-section tbody td{font-size:1.1rem;color:#111827}.contact-form-container{max-width:700px;margin:0 auto;background-color:#fff;padding:3rem;border-radius:8px;border:1px solid #e5e7eb}.form-intro-text{text-align:center;margin-bottom:2rem;font-size:1.1rem}.form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.form-grid{grid-template-columns:1fr 1fr}}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#111827}.form-group input[type=text],.form-group input[type=email],.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:"Inter",sans-serif;transition:border-color .2s ease,box-shadow .2s ease}.form-group input[type=text]:focus,.form-group input[type=email]:focus,.form-group textarea:focus{outline:none;border-color:#6a45ff;box-shadow:0 0 0 3px rgba(106,69,255,.2)}.form-group textarea{resize:vertical;min-height:120px}.checkbox-group{display:flex;align-items:center;gap:.75rem}.checkbox-group input[type=checkbox]{width:1.25em;height:1.25em;accent-color:#6a45ff}.checkbox-group label{margin-bottom:0;font-weight:500}.form-actions{margin-top:2rem;text-align:center}.form-status{margin-top:1.5rem;font-weight:600}.form-status.success{color:#059669}.form-status.error{color:#dc2626}.deletion-process-info{max-width:700px;margin:0 auto 3rem;background-color:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:2rem}.deletion-process-info h3{color:#b45309;margin-top:0;margin-bottom:1rem}.deletion-process-info ul{padding-left:1.5rem;margin:0}.deletion-process-info li{margin-bottom:.75rem}.form-section-title{text-align:center;font-size:1.5rem;margin-bottom:2rem}.post-list{list-style:none;padding:0}.post-list li{margin-bottom:3rem}.post-list .post-link{font-size:2rem;color:#111827}.post-list .post-link:hover{color:#6a45ff}.post-list .post-list-meta{font-size:.9rem;color:#6b7280;margin-bottom:1rem}.post-list .post-excerpt p{font-size:1.1rem}.article-container{max-width:800px}.post-meta{font-size:1.1rem;color:#6b7280}.post-comments{padding:4rem 0;margin-top:4rem;border-top:1px solid #e5e7eb}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .6s cubic-bezier(0.645, 0.045, 0.355, 1),transform .6s cubic-bezier(0.645, 0.045, 0.355, 1);transition-delay:.2s}.fade-in-up.is-visible{opacity:1;transform:translateY(0)}.download-container{max-width:600px;margin:2rem auto;text-align:center}.download-logo{margin-bottom:2rem}.download-logo img{max-width:120px;margin:0 auto}.download-intro{font-size:1.125rem;color:#6b7280;margin-bottom:3rem}.download-options{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}@media(min-width: 640px){.download-options{flex-direction:row;justify-content:center}}.download-link{display:flex;align-items:center;padding:1rem 1.5rem;border-radius:8px;text-decoration:none;transition:all .3s ease;border:1px solid #e5e7eb;background-color:#fff}.download-link .icon-wrapper{margin-right:1rem}.download-link .icon-wrapper svg{display:block}.download-link .text-wrapper{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.download-link .text-wrapper span{font-size:.9rem;color:#6b7280}.download-link .text-wrapper strong{font-size:1.25rem;font-weight:600;color:#111827}.download-link.android .icon-wrapper svg{fill:#3ddc84}.download-link.android:hover{transform:translateY(-3px);box-shadow:0 4px 15px rgba(61,220,132,.2);border-color:#3ddc84}.download-link.ios .icon-wrapper svg{fill:#000}.download-link.ios.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.download-link.ios:hover{transform:translateY(-3px);box-shadow:0 4px 15px rgba(0,0,0,.2);border-color:#000}.download-footer{margin-top:2rem;color:#6b7280;font-size:.9rem}.not-found-container{display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 0;min-height:60vh}.not-found-content{max-width:600px}.not-found-code{font-size:8rem;font-weight:700;font-family:"Space Grotesk",sans-serif;color:#6a45ff;line-height:1;opacity:.2}.not-found-title{font-size:2.5rem;margin:1rem 0}.not-found-message{font-size:1.125rem;color:#6b7280;margin-bottom:2.5rem}.guides-hub-content .guides-intro{text-align:center;max-width:700px;margin:0 auto 2.5rem auto}.guides-hub-content .guides-intro h2{font-size:2.5rem;margin-bottom:.5rem}.guides-hub-content .guides-intro p{font-size:1.1rem;color:#6b7280;line-height:1.7}.featured-guide-container{margin-top:2rem}.module-card.featured{display:flex;align-items:center;padding:2rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;text-decoration:none;color:inherit;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.module-card.featured:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.08)}.module-card-icon{flex-shrink:0;margin-right:2.5rem;background:linear-gradient(145deg, #f9fafb, #f3f4f6);border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;display:flex;align-items:center;justify-content:center}.module-card-icon img{width:48px;height:48px}.module-card-text h3{margin:0 0 .5rem 0;font-size:1.75rem;color:#111827}.module-card-text p{margin:0;color:#4b5563;font-size:1rem;line-height:1.6}.view-guide-link{display:block;margin-top:1rem;font-weight:600;color:#4f46e5;font-size:1rem}.guide-detail-content{background-color:#f9fafb;padding:3rem 0;margin:-1.5rem calc(50% - 50vw)}.guide-wrapper{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.5rem}.guide-sidebar{flex:1 1 250px;position:sticky;top:2rem}.guide-sidebar h3{margin-top:0;font-size:1.1rem;font-weight:600;color:#111827;border-bottom:1px solid #e5e7eb;padding-bottom:.75rem;margin-bottom:.75rem}.guide-sidebar ul{list-style:none;padding:0;margin:0}.guide-sidebar li a{display:block;padding:.6rem 1rem;text-decoration:none;border-radius:8px;color:#4b5563;font-weight:500;transition:background-color .2s ease,color .2s ease}.guide-sidebar li a:hover{background-color:#f3f4f6;color:#111827}.back-to-guides{display:inline-block;margin-top:1.5rem;font-size:.9rem;color:#6b7280;text-decoration:none;font-weight:500}.back-to-guides:hover{text-decoration:underline}.guide-main-content{flex:3 1 600px}.feature-article{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2.5rem;margin-bottom:2.5rem;box-shadow:0 1px 3px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.06)}.feature-article:last-child{margin-bottom:0}.feature-article h2{margin-top:0;font-size:1.75rem;color:#111827}.feature-article h4{font-size:1.25rem;margin-top:2rem;margin-bottom:1rem;color:#1f2937}.feature-article p,.feature-article li{line-height:1.7;color:#374151}.feature-article ul,.feature-article ol{padding-left:20px}.feature-article li{margin-bottom:.5rem}.feature-article strong{color:#111827;font-weight:600}blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid #4f46e5;background-color:#eef2ff;border-radius:8px}blockquote p{margin:0;color:#3730a3}.guide-image-container{margin:2rem 0;text-align:center}.guide-image-container img{max-width:100%;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.guide-image-container .caption{font-size:.9rem;color:#6b7280;margin-top:1rem}/*# sourceMappingURL=style.css.map */