@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--clover-green:#00A651;--clover-dark:#007339;--clover-light:#00D669;--irish-gold:#FFB81C;--white:#FFFFFF;--off-white:#F9FFF7;--dark:#1A2D23;--radius-sm:8px;--radius:12px;--radius-lg:16px;--radius-full:100px;--shadow-sm:0 2px 4px rgba(0,122,57,0.1);--shadow:0 8px 24px rgba(0,122,57,0.15);--shadow-lg:0 16px 32px rgba(0,122,57,0.2);--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased}html{scroll-behavior:smooth}.st-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--dark);background-color:white;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.st-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.st-hero{min-height:100vh;padding:0 0 80px;display:flex;align-items:center;position:relative;overflow:hidden;background-color:var(--off-white)}.st-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.st-hero-content{max-width:550px}.st-hero-badge{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:var(--irish-gold);color:var(--dark);border-radius:100px;font-weight:600;font-size:.875rem;margin-bottom:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.st-hero-badge i{margin-right:.5rem}.st-hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:var(--dark)}.st-highlight{color:var(--clover-green)}.st-hero-subtitle{font-size:1.25rem;line-height:1.6;color:rgba(26,45,35,.8);margin-bottom:2rem}.st-hero-cta{display:flex;gap:1rem;margin-bottom:2.5rem}.st-btn-primary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--clover-green);color:white;border-radius:100px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,166,81,.2)}.st-btn-primary:hover{background:var(--clover-dark);transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,166,81,.3)}.st-btn-secondary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:transparent;color:var(--dark);border:2px solid var(--clover-green);border-radius:100px;font-weight:600;text-decoration:none;transition:all .3s ease}.st-btn-secondary:hover{background:rgba(0,166,81,.1);transform:translateY(-3px)}.st-countdown{display:flex;gap:1rem}.st-countdown-item{display:flex;flex-direction:column;align-items:center}.st-countdown-value{width:70px;height:70px;background:white;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:var(--dark);box-shadow:0 4px 12px rgba(0,0,0,.06);position:relative;overflow:hidden}.st-countdown-value:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--clover-green)}.st-countdown-label{margin-top:.5rem;font-size:.875rem;color:rgba(26,45,35,.7)}.st-hero-image-container{display:flex;justify-content:flex-end;align-items:center}.st-hero-image{max-width:100%;height:auto}.st-features{padding:120px 0;background-color:white;position:relative}.st-section-header{text-align:center;margin-bottom:4rem}.st-overline{display:inline-block;color:var(--clover-green);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.st-section-title{font-size:3rem;font-weight:700;color:var(--dark);margin-bottom:1rem}.st-section-subtitle{font-size:1.25rem;color:rgba(26,45,35,.7);max-width:600px;margin:0 auto}.st-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:4rem}.st-feature-card{background:white;padding:2.5rem 2rem;border-radius:var(--radius-lg);border:1px solid rgba(0,166,81,.1);transition:var(--transition);text-align:center}.st-feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:rgba(0,166,81,.2)}.st-feature-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--clover-light),var(--clover-green));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:white;transition:var(--transition)}.st-feature-card:hover .st-feature-icon{transform:scale(1.1);box-shadow:0 8px 24px rgba(0,166,81,.3)}.st-feature-title{font-size:1.5rem;font-weight:600;color:var(--dark);margin-bottom:1rem}.st-feature-desc{color:rgba(26,45,35,.7);line-height:1.6}.st-offer{padding:120px 0;background:linear-gradient(135deg,var(--clover-green),var(--clover-dark));position:relative;overflow:hidden}.st-shamrock{position:absolute;width:60px;height:60px;background-image:url(/archive/stpatricks/clover.svg);background-size:contain;background-repeat:no-repeat;opacity:.1}.st-shamrock-1{top:10%;left:5%;animation:float 6s ease-in-out infinite}.st-shamrock-2{top:60%;right:10%;animation:float 8s ease-in-out infinite reverse}.st-shamrock-3{bottom:20%;left:15%;animation:float 7s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}}.st-offer-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.st-offer-text{color:white}.st-offer-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.st-offer-highlight{color:var(--irish-gold);text-shadow:0 2px 4px rgba(0,0,0,.2);position:relative}.st-offer-desc{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.st-offer-list{list-style:none;margin-bottom:2.5rem}.st-offer-list li{display:flex;align-items:center;margin-bottom:1rem;font-size:1.1rem}.st-offer-list i{color:var(--irish-gold);margin-right:1rem;font-size:1.2rem}.st-btn-white{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:white;color:var(--clover-green);border-radius:100px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.1)}.st-btn-white:hover{background:var(--off-white);transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,.15)}.st-offer-image-container{position:relative;display:flex;justify-content:center;align-items:center}.st-offer-image{max-width:100%;height:auto;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2))}.st-price-tag{position:absolute;top:-20px;right:-20px;background:var(--irish-gold);color:var(--dark);border-radius:50%;width:120px;height:120px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.2);transform:rotate(15deg)}.st-price-tag-inner{text-align:center;transform:rotate(-15deg)}.st-price-label{font-size:.75rem;font-weight:500;display:block;margin-bottom:.25rem}.st-price-value{display:flex;align-items:baseline;justify-content:center;margin-bottom:.25rem}.st-price-currency{font-size:1rem;font-weight:600}.st-price-amount{font-size:1.5rem;font-weight:700}.st-price-period{font-size:.875rem;font-weight:500;margin-left:.25rem}.st-price-desc{font-size:.75rem;font-weight:500;display:block}.st-offer-badges{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem;position:relative;z-index:2}.st-offer-badge{display:flex;align-items:center;gap:1rem;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.2);transition:var(--transition)}.st-offer-badge:hover{background:rgba(255,255,255,.15);transform:translateY(-4px)}.st-offer-badge i{font-size:2rem;color:var(--irish-gold)}.st-badge-text h4{color:white;font-weight:600;margin-bottom:.25rem}.st-badge-text p{color:rgba(255,255,255,.8);font-size:.875rem}.custom-shape-divider-top-1740701273{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}.custom-shape-divider-top-1740701273 svg{position:relative;display:block;width:calc(100% + 1.3px);height:60px}.custom-shape-divider-top-1740701273 .shape-fill{fill:#FFFFFF}.custom-shape-divider-bottom-1740701516{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}.custom-shape-divider-bottom-1740701516 svg{position:relative;display:block;width:calc(100% + 1.3px);height:60px}.custom-shape-divider-bottom-1740701516 .shape-fill{fill:#FFFFFF}@media (max-width:992px){.st-hero-grid,.st-offer-content{grid-template-columns:1fr;text-align:center}.st-hero-content{margin:0 auto}.st-countdown,.st-hero-cta{justify-content:center}.st-hero-image-container{justify-content:center;margin-top:2rem}.st-hero-image{max-width:80%}}@media (max-width:768px){.st-hero{padding:100px 0 60px}.st-hero-title,.st-offer-title{font-size:2.5rem}.st-section-title{font-size:2rem}.st-hero-cta{flex-direction:column}.st-btn-primary,.st-btn-secondary{width:100%;justify-content:center}.st-countdown{flex-wrap:wrap;justify-content:center}.st-countdown-item{margin-bottom:1rem}.st-features-grid,.st-offer-badges{grid-template-columns:1fr}}@media (max-width:576px){.st-hero-title,.st-offer-title{font-size:2rem}.st-countdown-value{width:60px;height:60px;font-size:1.5rem}.st-container{padding:0 1rem}}.st-testimonials{padding:120px 0;background-color:var(--off-white);position:relative}.st-testimonials-slider{position:relative;max-width:900px;margin:0 auto;padding:2rem 0}.st-testimonials-track{display:flex;position:relative;overflow:hidden;min-height:400px}.st-testimonial-item{position:absolute;width:100%;opacity:0;transform:translateX(50px);transition:all .5s ease;pointer-events:none}.st-testimonial-item.active{position:relative;opacity:1;transform:translateX(0);pointer-events:all}.st-testimonial-card{background:white;border-radius:20px;padding:3rem;box-shadow:0 10px 30px rgba(0,0,0,.05);text-align:center;border:1px solid rgba(0,166,81,.1)}.st-testimonial-icon{font-size:3rem;color:var(--clover-green);opacity:.2;margin-bottom:1.5rem}.st-testimonial-text{font-size:1.25rem;line-height:1.8;color:var(--dark);margin-bottom:2rem;font-style:italic}.st-testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem}.st-author-avatar{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid rgba(0,166,81,.1)}.st-author-info{text-align:left}.st-author-name{margin:0;font-size:1.1rem;font-weight:600;color:var(--dark)}.st-author-title{font-size:.9rem;color:rgba(26,45,35,.7)}.st-testimonial-nav{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.st-testimonial-dot{width:12px;height:12px;border-radius:50%;background:rgba(0,166,81,.2);border:none;cursor:pointer;transition:all .3s ease;padding:0}.st-testimonial-dot.active{background:var(--clover-green);transform:scale(1.2)}.st-testimonial-arrows{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between}.st-testimonial-arrow{width:48px;height:48px;border-radius:50%;background:white;border:1px solid rgba(0,166,81,.2);box-shadow:0 4px 10px rgba(0,0,0,.05);color:var(--dark);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.st-testimonial-arrow:hover{background:var(--clover-green);color:white;border-color:var(--clover-green);transform:translateY(-2px)}.st-prev{margin-left:-24px}.st-next{margin-right:-24px}.st-trust-badges{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem;margin-top:5rem;padding:0 1rem;opacity:.8}.st-trust-badge{display:flex;align-items:center;height:60px;transition:all .3s ease;filter:grayscale(1)}.st-trust-badge:hover{filter:grayscale(0);transform:translateY(-3px)}.st-trust-badge img{height:100%;width:auto;-o-object-fit:contain;object-fit:contain}.st-cta{padding:120px 0;background-color:white;position:relative;overflow:hidden}.st-cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,166,81,.02),rgba(0,166,81,.05));pointer-events:none}.st-cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;z-index:2}.st-cta-grid,.st-cta-image{align-items:center;position:relative}.st-cta-image{display:flex;justify-content:center}.st-cta-image img{width:100%;height:auto;border-radius:var(--radius-lg);box-shadow:0 20px 40px rgba(0,0,0,.1);transition:all .3s ease}.st-cta-image:hover img{transform:translateY(-10px);box-shadow:0 30px 60px rgba(0,0,0,.15)}@media (min-width:1025px){.st-cta-grid{align-items:stretch}.st-cta-image{height:100%}.st-cta-image img{height:100%;-o-object-fit:cover;object-fit:cover}}.st-success-card{position:absolute;top:20px;right:20px;background:white;padding:1rem;border-radius:var(--radius);box-shadow:0 8px 24px rgba(0,0,0,.1);display:flex;align-items:center;gap:.75rem;min-width:200px}.st-success-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--clover-light),var(--clover-green));border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:1.2rem}.st-success-content h4{margin:0;font-size:.9rem;font-weight:600;color:var(--dark)}.st-success-content p{margin:0;font-size:.8rem;color:rgba(26,45,35,.7)}.st-trust-card{position:absolute;bottom:20px;left:20px;background:white;padding:.75rem;border-radius:var(--radius);box-shadow:0 8px 24px rgba(0,0,0,.1)}.st-trust-card img{height:40px;width:auto}.st-cta-content{max-width:500px}.st-cta-title{font-size:2.5rem;font-weight:700;color:var(--dark);margin-bottom:1.5rem}.st-cta-desc{font-size:1.25rem;line-height:1.6;color:rgba(26,45,35,.8);margin-bottom:2rem}.st-cta-list{list-style:none;margin-bottom:2.5rem}.st-cta-list-item{display:flex;align-items:center;margin-bottom:1rem}.st-list-icon{width:24px;height:24px;background:var(--clover-green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:.75rem;margin-right:1rem;flex-shrink:0}.st-list-text{color:var(--dark);font-size:1.1rem;margin:0}.st-cta-buttons{display:flex;gap:1rem;margin-bottom:2rem}.st-btn-phone{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:transparent;color:var(--clover-green);border:2px solid var(--clover-green);border-radius:100px;font-weight:600;text-decoration:none;transition:all .3s ease}.st-btn-phone:hover{background:var(--clover-green);color:white;transform:translateY(-3px)}.st-guarantee{display:flex;align-items:center;gap:1rem;padding:1rem;background:rgba(0,166,81,.05);border-radius:var(--radius)}.st-guarantee-icon{color:var(--clover-green);font-size:1.5rem}.st-guarantee-text{font-size:.9rem;color:rgba(26,45,35,.8);margin:0}.st-contact{padding:120px 0;background-color:var(--off-white);position:relative}.st-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.st-contact-info{max-width:500px}.st-contact-title{font-size:2.5rem;font-weight:700;color:var(--dark);margin-bottom:1.5rem}.st-contact-desc{font-size:1.25rem;line-height:1.6;color:rgba(26,45,35,.8)}.st-contact-desc,.st-contact-details{margin-bottom:2.5rem}.st-contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.st-contact-icon{width:50px;height:50px;background:linear-gradient(135deg,var(--clover-light),var(--clover-green));border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:1.2rem;transition:all .3s ease}.st-contact-item:hover .st-contact-icon{transform:scale(1.1);box-shadow:0 8px 24px rgba(0,166,81,.3)}.st-contact-text h4{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;color:var(--dark)}.st-contact-text p{margin:0;color:rgba(26,45,35,.7)}.st-contact-text a{color:var(--clover-green);text-decoration:none}.st-contact-text a:hover{text-decoration:underline}.st-social-links{display:flex;gap:1rem}.st-social-link{width:48px;height:48px;background:white;border:1px solid rgba(0,166,81,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--dark);text-decoration:none;transition:all .3s ease}.st-social-link:hover{background:var(--clover-green);color:white;border-color:var(--clover-green);transform:translateY(-3px)}.st-form-container{position:relative}.st-contact-form{background:white;padding:2.5rem;border-radius:var(--radius-lg);box-shadow:0 10px 30px rgba(0,0,0,.05);border:1px solid rgba(0,166,81,.1)}.st-form-header{gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,166,81,.1)}.st-form-header,.st-form-icon{display:flex;align-items:center}.st-form-icon{width:50px;height:50px;background:linear-gradient(135deg,var(--clover-light),var(--clover-green));border-radius:50%;justify-content:center;color:white;font-size:1.2rem}.st-form-title h3{margin:0;font-size:1.5rem;font-weight:600;color:var(--dark)}.st-form-title p{margin:0;color:rgba(26,45,35,.7);font-size:.9rem}.st-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.st-form-group{display:flex;flex-direction:column}.st-form-group.st-full-width{grid-column:1/-1}.st-form-group label{margin-bottom:.5rem;font-weight:500;color:var(--dark)}.st-form-group input,.st-form-group select,.st-form-group textarea{padding:1rem;border:2px solid rgba(0,166,81,.1);border-radius:var(--radius);font-size:1rem;transition:all .3s ease;background:white}.st-form-group input:focus,.st-form-group select:focus,.st-form-group textarea:focus{outline:none;border-color:var(--clover-green);box-shadow:0 0 0 3px rgba(0,166,81,.1)}.st-form-group textarea{resize:vertical;min-height:120px}.st-checkbox-group{display:flex;align-items:center;gap:.75rem;margin-top:1rem}.st-checkbox-group input[type=checkbox]{width:18px;height:18px;margin:0;accent-color:var(--clover-green)}.st-checkbox-group label{margin:0;font-size:.9rem;color:rgba(26,45,35,.8)}.st-form-submit{width:100%;padding:1rem 2rem;background:var(--clover-green);color:white;border:none;border-radius:100px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.5rem}.st-form-submit:hover{background:var(--clover-dark);transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,166,81,.3)}@media (max-width:1024px){.st-testimonial-arrows{display:none}.st-contact-grid,.st-cta-grid{grid-template-columns:1fr;gap:3rem}.st-cta-image{order:-1;position:relative}.st-success-card{top:20px;right:20px;padding:1rem;display:flex;align-items:center;gap:.75rem;min-width:200px}.st-success-card,.st-trust-card{position:absolute;background:white;border-radius:var(--radius);box-shadow:0 8px 24px rgba(0,0,0,.1)}.st-trust-card{bottom:20px;left:20px;padding:.75rem}.st-contact-info{margin:0 auto;text-align:center}.st-contact-item,.st-social-links{justify-content:center}}@media (max-width:768px){.st-testimonials{padding:80px 0}.st-testimonial-card{padding:2rem}.st-testimonial-text{font-size:1.1rem}.st-trust-badges{gap:1.5rem}.st-trust-badge{height:50px}.st-cta{padding:80px 0}.st-cta-title{font-size:2rem}.st-cta-image{position:relative;display:flex;justify-content:center;margin-bottom:2rem}.st-cta-image img{width:100%;max-width:400px;height:auto;border-radius:var(--radius-lg)}.st-success-card{position:absolute;top:15px;right:15px;background:white;padding:.8rem;border-radius:var(--radius);box-shadow:0 8px 24px rgba(0,0,0,.1);display:flex;align-items:center;gap:.6rem;width:auto;white-space:nowrap}.st-success-content h4{font-size:.85rem;margin:0;font-weight:600}.st-success-content p{font-size:.75rem;margin:0;line-height:1.3}.st-success-icon{width:32px;height:32px;flex-shrink:0}.st-trust-card{position:absolute;bottom:15px;left:15px;background:white;padding:.6rem;border-radius:var(--radius);box-shadow:0 8px 24px rgba(0,0,0,.1)}.st-trust-card img{height:40px;width:auto}.st-cta-content:before{display:none}.st-contact{padding:80px 0}.st-contact-title{font-size:2rem}.st-contact-form{padding:2rem}}@media (max-width:576px){.st-testimonial-card{padding:1.5rem}.st-testimonial-author{flex-direction:column;text-align:center}.st-author-info{text-align:center}.st-trust-badges{flex-direction:column;gap:2rem}.st-trust-badge{height:40px}.st-cta-buttons{flex-direction:column}.st-success-card{top:10px;right:10px;padding:.6rem;gap:.5rem;width:auto}.st-success-content h4{font-size:.8rem;margin:0}.st-success-content p{font-size:.7rem;margin:0;line-height:1.2}.st-success-icon{width:28px;height:28px}.st-trust-card{bottom:10px;left:10px;padding:.5rem}.st-trust-card img{height:35px}.st-btn-phone,.st-btn-primary{width:100%;justify-content:center}.st-form-grid{grid-template-columns:1fr}.st-form-group.st-full-width{grid-column:1}.st-form-submit{padding:1rem}.st-contact-form{padding:1.5rem}}