body{margin:0;font-family:Inter,sans-serif;line-height:1.6;color:#333;background-color:#f6f6f4}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:90%;max-width:1200px;margin:0 auto}header{position:fixed;top:0;left:0;right:0;background:transparent;box-shadow:none;z-index:1000;transition:background-color .3s ease,box-shadow .3s ease}header.scrolled{background:#0f172af2;box-shadow:0 2px 10px #00000026;backdrop-filter:blur(8px)}header .nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;gap:0;font-weight:600;font-size:1.25rem;color:#fff}.logo img{width:40px;height:auto}nav ul{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0;font-weight:500;color:#d1d5db}nav ul li a{color:#d1d5db;transition:color .2s}nav ul li a:hover{color:#fff}.nav-right{display:flex;align-items:center;gap:1rem}.btn{padding:.6rem 1.2rem;border:none;border-radius:4px;cursor:pointer;font-weight:600;font-size:.9rem}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8}.btn-dark{display:inline-flex;align-items:center;gap:.75rem;background-color:#1a1a2e;color:#fff;padding:.85rem 1.5rem;font-size:.95rem;font-weight:500;border-radius:50px;border:none;transition:background-color .2s,transform .2s}.btn-dark:hover{background-color:#2a2a3e;transform:translateY(-2px)}.btn-dark .arrow{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#fff3;border-radius:50%;font-size:.75rem}.btn-outline{background-color:transparent;border:2px solid #ffffff;color:#fff;border-radius:50px;padding:.5rem 1.5rem}.btn-outline:hover{background-color:#ffffff1a;border-color:#fff;color:#fff}.nav-link{background:none;border:none;color:#fff;font-weight:500;font-size:.9rem;cursor:pointer;padding:0}.nav-link:hover{color:#fffc}.hero{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:10rem 0 6rem;background:url(/images/landingbackground.png) center top no-repeat;background-size:100% auto;background-color:#f6f6f4;position:relative;overflow:visible;min-height:60vh}.hero h1{font-family:Playfair Display,Georgia,serif;font-size:4rem;font-weight:400;margin:0 0 1.5rem;max-width:900px;color:#fff;line-height:1.2}.hero h1 .highlight{color:#fff}.highlight-style-1{color:#fff;-webkit-text-fill-color:#ffffff}.highlight-style-2{color:#fff;-webkit-text-fill-color:#ffffff;text-shadow:0 0 20px rgba(255,255,255,.5),0 0 40px rgba(255,255,255,.3)}.highlight-style-3{color:#fff;-webkit-text-fill-color:#ffffff;position:relative;display:inline-block}.highlight-style-3:after{content:"";position:absolute;left:0;bottom:.05em;width:100%;height:4px;background:#fff;border-radius:2px}.highlight-style-4{color:#1a1a2e;-webkit-text-fill-color:#1a1a2e;background-color:#facc1599;padding:0 .1em}.highlight-style-5{color:#3b7eff;-webkit-text-fill-color:#3b7eff;background:#fff;padding:.1em .3em;border-radius:8px}.highlight-style-6{color:#fff;-webkit-text-fill-color:#ffffff;font-style:italic}.highlight-style-7{color:#fff;-webkit-text-fill-color:#ffffff;text-shadow:2px 2px 0 rgba(0,0,0,.2),4px 4px 0 rgba(0,0,0,.1)}.hero p{font-size:1.2rem;max-width:750px;margin-bottom:2rem;color:#ffffffe6}.hero .container{display:flex;flex-direction:column;align-items:center}.hero .btn-primary{background-color:#1a1a2e;color:#fff;padding:.85rem 2.5rem;font-size:1rem;font-weight:600;border-radius:50px;border:none;transition:background-color .2s,transform .2s,box-shadow .2s}.hero .btn-primary:hover{background-color:#2a2a3e;transform:translateY(-2px);box-shadow:0 4px 15px #0000004d}.hero .btn-primary{opacity:0;animation:buttonReveal .8s ease-out 1s forwards,buttonPulse 2s ease-in-out 2s infinite}@keyframes buttonReveal{0%{opacity:0;transform:translateY(20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes buttonPulse{0%,to{box-shadow:0 0 #1a1a2e66}50%{box-shadow:0 0 0 12px #1a1a2e00}}.hero .hero-img{margin-top:3rem;max-width:95%;width:1105px;border-radius:0;box-shadow:none;height:auto;margin-left:auto;margin-right:auto}.feature-cards{padding:15px 0 5rem}.feature-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.feature-card{background:#fff;border-radius:16px;padding:1.5rem;min-height:120px;display:flex;flex-direction:column;justify-content:center}.feature-card.featured{background:#3b7eff;color:#fff}.feature-card h3{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;margin:0 0 .75rem;color:#1a1a2e}.feature-card.featured h3{color:#fff}.feature-card p{font-size:.9rem;line-height:1.5;margin:0;color:#666}.feature-card.featured p{color:#ffffffd9}@media(max-width:1024px){.feature-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.feature-cards-grid{grid-template-columns:1fr}}section{padding:5rem 0}.section-gray{background:#f6f6f4}.feature{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:55px;flex-wrap:wrap}.feature:nth-child(2n){flex-direction:row-reverse}.feature-text{flex:0 0 auto;width:420px}.feature-text h2{font-family:Inter,sans-serif;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600;margin-bottom:1rem;line-height:1.3;color:#1a1a2e}.feature-text p{font-size:clamp(.85rem,1.2vw,.95rem);line-height:1.7;color:#444}.feature-text ul{list-style:none;padding:0;margin:0}.feature-text ul li{margin-bottom:.75rem;font-size:1rem;display:flex;align-items:flex-start;gap:.5rem}.feature-text ul li i{color:#2e74ff;margin-top:.15rem}.feature-img{flex:0 0 auto;width:555px;text-align:center}.feature-img img{width:100%;border-radius:8px;box-shadow:0 10px 20px #00000014}.resources-section{background:#eef1f4;padding:5rem 0}.resources-header{margin-bottom:3rem}.resources-header .label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#666;margin-bottom:.5rem}.resources-header h2{font-family:Inter,sans-serif;font-size:1.75rem;font-weight:600;color:#1a1a2e;margin:0}.resources-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.resource-card{background:#fff;border-radius:12px;padding:2rem 1.5rem;display:flex;flex-direction:column;min-height:320px}.resource-card .icon{width:48px;height:48px;background:#e8f0fe;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.resource-card .icon i{font-size:1.25rem;color:#3b7eff}.resource-card .category{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#888;margin-bottom:.5rem}.resource-card h3{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;color:#1a1a2e;margin:0 0 1rem}.resource-card p{font-size:.9rem;line-height:1.6;color:#666;margin:0;flex-grow:1}.resource-card .read-more{font-size:.9rem;font-weight:500;color:#1a1a2e;text-decoration:none;margin-top:1.5rem;display:inline-block}.resource-card .read-more:hover{color:#3b7eff}@media(max-width:1024px){.resources-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.resources-grid{grid-template-columns:1fr}}.testimonials-section{background:#f6f6f4;padding:5rem 0}.testimonials-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;gap:2rem}.testimonials-header h2{font-family:Inter,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;color:#1a1a2e;margin:0;max-width:650px;line-height:1.3}.testimonials-masonry{column-count:3;column-gap:1.5rem}.testimonial-card-v2{background:#fff;border-radius:12px;padding:1.75rem;margin-bottom:1.5rem;break-inside:avoid}.testimonial-card-v2 .quote{font-size:.95rem;line-height:1.7;color:#444;text-align:center;margin:0 0 1.5rem}.testimonial-card-v2 .author{display:flex;align-items:center;gap:.75rem}.testimonial-card-v2 .avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.testimonial-card-v2 .author-info .name{font-weight:600;font-size:.95rem;color:#1a1a2e}.testimonial-card-v2 .author-info .handle{font-size:.85rem;color:#888}@media(max-width:1024px){.testimonials-masonry{column-count:2}}@media(max-width:600px){.testimonials-header{flex-direction:column}.testimonials-masonry{column-count:1}}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem}.card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000001a}.card h3{margin-top:1rem;margin-bottom:.5rem;font-size:1.2rem}.card p{margin:0;color:#666}.testimonials{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.testimonial{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 5px 15px #0000000d;position:relative}.testimonial .quote{font-style:italic;color:#444;margin:.5rem 0 1rem}.testimonial .stars{color:#fbbf24}.testimonial .author{font-weight:600;margin-top:.5rem;font-size:.9rem}footer{background:#000;color:#d1d5db;padding:3rem 0;font-size:.9rem}footer .footer-top{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}@media(min-width:768px){footer .footer-top{flex-direction:row;justify-content:space-between}}footer .footer-col{min-width:160px}footer .footer-col h4{margin-bottom:1rem;font-weight:700;color:#fff}footer .footer-col ul{list-style:none;padding:0}footer .footer-col ul li{margin-bottom:.5rem}footer .footer-col ul li a{color:#94a3b8;transition:color .2s}footer .footer-col ul li a:hover{color:#fff}footer .social{display:flex;gap:.75rem;margin-top:1rem}footer .social a{color:#94a3b8;font-size:1.25rem;transition:color .2s}footer .social a:hover{color:#fff}footer .disclaimer{margin-top:2rem;color:#64748b;font-size:.8rem;line-height:1.4}.testimonials-scroll{overflow:hidden;padding:1rem 0}.testimonials-row{display:flex;gap:1.5rem;width:max-content}.testimonials-row.scroll-left{animation:scrollLeft 40s linear infinite}.testimonials-row.scroll-right{animation:scrollRight 40s linear infinite}.testimonials-row:hover{animation-play-state:paused}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.testimonial-card{background:#fff;border-radius:12px;padding:1.75rem 1.5rem;min-width:300px;max-width:350px;min-height:120px;box-shadow:0 2px 8px #0000000f;border:1px solid #e5e7eb;display:flex;flex-direction:column;justify-content:center}.testimonial-card .username{font-weight:600;color:#0f172a;margin-bottom:.5rem}.testimonial-card .quote{color:#4b5563;font-size:.95rem;line-height:1.5;margin:0}.testimonial-card .quote strong{color:#0f172a}.scrolling-window{position:relative}.scrolling-content{display:flex;flex-direction:column;animation:scrollUp 30s linear infinite;animation-play-state:running;will-change:transform}.scrolling-content img{width:100%;height:auto;display:block}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.scrolling-window:hover .scrolling-content{animation-play-state:paused}@media(max-width:768px){.hero{padding:8rem 0 4rem;min-height:70vh}.hero h1{font-size:2.5rem}.hero p{font-size:1rem;padding:0 1rem}.feature{flex-direction:column}.feature:nth-child(2n){flex-direction:column}.feature-text,.feature-img{width:100%;max-width:500px}}@media(max-width:480px){.hero h1{font-size:2rem}}
