:root{--color-primary: #1e3a5f;--color-primary-light: #2d4a6f;--color-secondary: #374151;--color-accent: #f59e0b;--color-accent-hover: color-mix(in srgb, var(--color-accent) 80%, white);--color-text: #1f2937;--color-text-muted: #6b7280;--color-bg: #ffffff;--color-bg-alt: #f9fafb;--color-border: #e5e7eb}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}h1,h2,h3,h4,.section-heading,.cta-headline{overflow-wrap:break-word;word-break:break-word;hyphens:none}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--color-text);line-height:1.6;background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:72rem;margin:0 auto;padding:0 1.5rem}.card-grid{display:grid;gap:2rem}@media(min-width:640px){.card-grid{grid-template-columns:repeat(2,1fr)}.card-grid>:last-child:nth-child(odd){grid-column:1 / -1}}.image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%;height:100%;min-height:120px;border:2px dashed var(--color-border);border-radius:inherit;background:var(--color-bg-alt);color:var(--color-text-muted);cursor:pointer}.image-placeholder svg{opacity:.5}.image-placeholder span{font-size:13px;opacity:.7}.widget-header{position:fixed;top:0;left:0;right:0;z-index:50;background:var(--color-bg);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border)}.header-inner{max-width:72rem;margin:0 auto;padding:0 1.5rem;height:4rem;display:flex;align-items:center;justify-content:space-between;overflow:hidden}.header-spacer{height:4rem}.widget-header[data-nav-overflow] .header-nav{display:none}.widget-header[data-nav-overflow] .mobile-menu-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;padding:0;background:none;border:none;cursor:pointer}.widget-header[data-nav-overflow] .burger-line{display:block;width:20px;height:2px;background:var(--color-text);border-radius:1px}.header-logo{font-size:1.125rem;font-weight:700;color:var(--color-primary);letter-spacing:.025em}.header-logo-link{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.header-logo-img{height:2rem;width:auto;display:block}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav-link{font-size:.875rem;font-weight:500;color:var(--color-text-muted);transition:color .15s}.header-nav-link:hover{color:var(--color-primary)}.header-cta{display:inline-block;padding:.5rem 1.25rem;background:var(--color-accent);color:#fff;border-radius:.375rem;font-weight:500;font-size:.875rem;border:none;cursor:pointer;transition:background .15s}.header-cta:hover{background:var(--color-accent-hover)}.mobile-menu-btn,.mobile-menu{display:none}.widget-hero{padding:7rem 0 9rem;background:var(--color-bg-alt);overflow:hidden;position:relative}.hero-layout{max-width:72rem;margin:0 auto;padding:0 1.5rem;display:grid;gap:4rem;align-items:center}@media(min-width:768px){.hero-layout{grid-template-columns:1fr 1fr}}.hero-tagline{display:none}.hero-subline{margin-top:1.5rem;font-size:1.125rem;color:var(--color-text-muted);line-height:1.6;max-width:32rem}.hero-actions{margin-top:2.5rem}.hero-cta-group{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:2rem}.hero-cta-primary{display:inline-block;padding:.875rem 2rem;background:var(--color-accent);color:#fff;border-radius:.375rem;font-weight:600;font-size:1.125rem;border:none;cursor:pointer;transition:background .15s}.hero-cta-primary:hover{background:var(--color-accent-hover)}.hero-cta-secondary{display:none}.hero-visual{position:relative}.hero-image{width:100%;aspect-ratio:4/3;border-radius:.5rem;background:var(--color-border);overflow:hidden;object-fit:cover}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-image-badge,.hero-image-label{display:none}.widget-hero[data-variant=centered] .hero-content{text-align:center;max-width:48rem;margin:0 auto}.widget-hero[data-variant=centered] .hero-subline{max-width:40rem;margin-left:auto;margin-right:auto}.widget-hero[data-variant=centered] .hero-actions{display:flex;justify-content:center;gap:1rem}.widget-hero[data-variant=minimal]{padding:6rem 0 8rem;background:var(--color-bg)}.widget-hero[data-variant=minimal] .hero-subline{max-width:36rem}.widget-hero[data-variant=split-reverse] .hero-layout{direction:rtl}.widget-hero[data-variant=split-reverse] .hero-layout>*{direction:ltr}.section-label{display:none}.section-accent-bar{width:4rem;height:2px;background:var(--color-accent);margin-bottom:1.5rem}.section-accent-bar-center{margin-left:auto;margin-right:auto}.section-accent-bar-h1{margin-bottom:2rem}.section-heading{font-size:1.875rem;font-weight:700;color:var(--color-primary);letter-spacing:-.025em;margin-bottom:.5rem}.section-heading-lg{font-size:2.25rem;line-height:1.15}@media(min-width:768px){.section-heading{font-size:2.25rem}.section-heading-lg{font-size:3rem}}.section-subline{font-size:1.125rem;color:var(--color-text-muted);margin-top:1rem;max-width:42rem}.section-subline-lg{margin-top:1.5rem;line-height:1.6}@media(min-width:768px){.section-subline-lg{font-size:1.25rem}}.section-header-center{text-align:center}.section-header-center .section-accent-bar,.section-header-center .section-subline{margin-left:auto;margin-right:auto}.widget-about{padding:6rem 0 8rem;background:var(--color-bg-alt)}.about-layout{max-width:72rem;margin:0 auto;padding:0 1.5rem;display:grid;gap:3rem;align-items:stretch}@media(min-width:768px){.about-layout{grid-template-columns:1fr 1fr}}.about-layout-default{grid-template-columns:1fr;text-align:left}.about-layout-default .about-image-col{margin:2.5rem 0}.about-text-col p{font-size:1rem;color:var(--color-text-muted);white-space:pre-line;line-height:1.7}.about-text-lg{font-size:1.125rem;line-height:1.6}.about-blockquote{border-left:3px solid var(--color-accent);border-radius:0;padding-left:1.25rem;font-size:1.125rem;font-weight:600;color:var(--color-primary);margin:1.5rem 0;line-height:1.5}.about-badges{display:none}.about-highlights,.about-highlights-center{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.about-highlights-center{justify-content:center}.about-highlight{flex:1 1 calc(33.33% - .5rem);min-width:calc(33.33% - .5rem);max-width:calc(50% - .375rem);text-align:center;padding:1rem 1.5rem;background:var(--color-bg);border-radius:.5rem}.about-highlight-value{font-size:1.5rem;font-weight:700;color:var(--color-primary)}.about-highlight-label{font-size:.8125rem;color:var(--color-text-muted);margin-top:.25rem;letter-spacing:.05em;text-transform:uppercase}.about-image-col{min-height:300px}.about-image-col img,.about-image-col>div{width:100%;height:100%;min-height:300px;border-radius:.5rem;object-fit:cover}.widget-features{padding:6rem 0 8rem}.features-grid{display:grid;gap:2rem;margin-top:2.5rem}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:640px){.features-grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:640px){.features-grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:640px){.features-grid-5{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid-5{grid-template-columns:repeat(3,1fr)}}.features-item{padding:1.5rem;border-radius:.5rem;border:1px solid var(--color-border);background:var(--color-bg-alt);transition:border-color .15s}.features-item:hover{border-color:var(--color-text-muted)}.features-item-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;background:color-mix(in srgb,var(--color-accent) 10%,transparent);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--color-accent)}.features-item-icon svg{width:1.25rem;height:1.25rem}.features-item-number{display:none}.features-item h3{font-size:1.125rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem;letter-spacing:-.025em}.features-item p{font-size:.875rem;color:var(--color-text-muted);line-height:1.6}.features-item-price{display:none}.widget-features[data-variant=alternating] .features-grid{display:flex;flex-direction:column;gap:4rem}.widget-features[data-variant=alternating] .features-item{display:flex;flex-direction:column;gap:3rem;padding:0;border:none;background:none;padding-bottom:4rem;border-bottom:1px solid var(--color-border)}.widget-features[data-variant=alternating] .features-item:last-child{border-bottom:none;padding-bottom:0}@media(min-width:768px){.widget-features[data-variant=alternating] .features-item{flex-direction:row;align-items:flex-start}.widget-features[data-variant=alternating] .features-item:nth-child(2n){flex-direction:row-reverse}.widget-features[data-variant=alternating] .features-item-text,.widget-features[data-variant=alternating] .features-item-visual{flex:1}}.widget-features[data-variant=list] .features-grid{display:flex;flex-direction:column;max-width:48rem;margin:0 auto}.widget-features[data-variant=list] .features-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem 0;border:none;border-bottom:1px solid var(--color-border);border-radius:0;background:none}.widget-features[data-variant=list] .features-item:hover{border-color:var(--color-border)}.widget-steps{padding:6rem 0 8rem}.steps-grid{display:grid;gap:2.5rem;max-width:44rem;margin:2.5rem auto 0}@media(min-width:640px){.steps-grid{grid-template-columns:repeat(2,1fr)}}.steps-item{display:flex;gap:1rem}.steps-item-number{width:4rem;height:4rem;border-radius:50%;border:2px solid var(--color-primary);color:var(--color-primary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;flex-shrink:0}.steps-item h3{font-size:1.125rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem;letter-spacing:-.025em}.steps-item p{font-size:.875rem;color:var(--color-text-muted);line-height:1.6}.widget-steps[data-variant=vertical] .steps-grid{max-width:56rem;grid-template-columns:1fr}.widget-steps[data-variant=vertical] .steps-connector{position:absolute;left:50%;top:0;bottom:0;width:1px;background:var(--color-border);transform:translate(-50%)}.widget-testimonials{padding:6rem 0 8rem;background:var(--color-bg-alt)}.testimonials-grid{display:grid;gap:2rem;margin-top:2.5rem}@media(min-width:640px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonials-item{padding:2rem;border-radius:.5rem;border:1px solid var(--color-border);background:var(--color-bg)}.testimonials-item svg{opacity:.3;margin-bottom:1rem}.testimonials-quote{font-size:.9375rem;color:var(--color-text-muted);line-height:1.6;font-style:italic;margin-bottom:1.5rem}.testimonials-author{border-top:1px solid var(--color-border);padding-top:1rem}.testimonials-author-name{font-size:.875rem;font-weight:700;color:var(--color-text)}.testimonials-author-role{font-size:.8125rem;color:var(--color-text-muted)}.widget-testimonials[data-variant=featured] .testimonials-grid{display:flex;flex-direction:column;gap:3rem}.widget-testimonials[data-variant=featured] .testimonials-item{position:relative;padding-left:2rem;border:none;border-left:2px solid color-mix(in srgb,var(--color-accent) 30%,transparent);border-radius:0;background:none}.widget-testimonials[data-variant=featured] .testimonials-quote{font-size:1.25rem;color:var(--color-text)}.widget-stats{padding:6rem 0 8rem;background:var(--color-primary);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:72rem;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stats-item{text-align:center}.stats-value{font-size:2.25rem;font-weight:800;color:var(--color-accent);line-height:1}@media(min-width:768px){.stats-value{font-size:3rem}}.widget-stats .section-heading{color:inherit}.widget-stats .section-label{color:inherit;opacity:.7}.stats-label{font-size:.875rem;margin-top:.75rem;letter-spacing:.05em;text-transform:uppercase;opacity:.7}.widget-stats[data-variant=cards]{background:var(--color-bg-alt);color:var(--color-text)}.widget-stats[data-variant=cards] .stats-item{background:var(--color-bg);border:1px solid var(--color-border);border-radius:.5rem;padding:1.5rem}.widget-stats[data-variant=cards] .stats-label{opacity:1;color:var(--color-text-muted)}.widget-faqs{padding:6rem 0 8rem}.faqs-list{max-width:48rem;margin:2.5rem auto 0}.faqs-item{border-bottom:1px solid var(--color-border)}.faqs-question{font-size:1.125rem;font-weight:700;color:var(--color-text);letter-spacing:-.025em}.faqs-answer{font-size:.875rem;color:var(--color-text-muted);line-height:1.6}.faq-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;text-align:left;background:none;border:none;cursor:pointer}.faq-toggle:hover .faqs-question{color:var(--color-primary)}.faq-icon{width:1.25rem;height:1.25rem;color:var(--color-text-muted);flex-shrink:0;transition:transform .2s}.faq-icon.rotate-180{transform:rotate(180deg)}.faq-content{padding-bottom:1.25rem}.widget-faqs[data-variant=two-column] .faqs-list{max-width:72rem;display:grid;gap:2rem 3rem}@media(min-width:768px){.widget-faqs[data-variant=two-column] .faqs-list{grid-template-columns:1fr 1fr}}.widget-faqs[data-variant=two-column] .faqs-item{padding-bottom:1.5rem}.widget-faqs[data-variant=two-column] .faqs-question{margin-bottom:.5rem}.widget-cta{padding:6rem 0 8rem;background:var(--color-primary);color:#fff;text-align:center}.widget-cta .section-heading,.widget-cta .cta-headline{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.widget-cta .section-subline,.widget-cta .cta-subline{color:#fffc;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;padding:.875rem 2rem;background:var(--color-accent);color:var(--color-primary);border-radius:.375rem;font-weight:600;font-size:1.125rem;border:none;cursor:pointer;transition:opacity .15s}.cta-button:hover{opacity:.9}.cta-trust-badges{display:none}.widget-cta[data-variant=with-image]{text-align:left}.cta-with-image{max-width:72rem;margin:0 auto;padding:0 1.5rem;display:grid;gap:3rem;align-items:center}@media(min-width:768px){.cta-with-image{grid-template-columns:1fr 1fr}}@media(max-width:767px){.cta-with-image{grid-template-columns:1fr}}.cta-with-image-visual img{width:100%;height:100%;object-fit:cover;border-radius:.5rem}.cta-with-image-visual>div{width:100%;min-height:250px;border-radius:.5rem}.widget-content{padding:6rem 0 8rem}.content-body{margin-top:2rem}.content-body p{margin-bottom:1rem;font-size:1.125rem;line-height:1.6;color:var(--color-text-muted)}.content-body p:last-child{margin-bottom:0}.content-items{margin-top:2.5rem;display:grid;gap:1.5rem}@media(min-width:640px){.content-items{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.content-items{grid-template-columns:repeat(3,1fr)}}.content-item-title{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.content-item-text{font-size:1rem;line-height:1.6;color:var(--color-text-muted)}.widget-content[data-variant=collapsible] .content-collapsible{margin-top:2.5rem;display:flex;flex-direction:column;gap:.75rem}.widget-content[data-variant=collapsible] .collapsible-section{border:1px solid var(--color-border);border-radius:.5rem;overflow:hidden}.widget-content[data-variant=collapsible] .collapsible-summary{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:var(--color-bg-alt);cursor:pointer;list-style:none}.widget-content[data-variant=collapsible] .collapsible-summary::-webkit-details-marker{display:none}.widget-content[data-variant=collapsible] .collapsible-summary::marker{display:none;content:""}.widget-content[data-variant=collapsible] .collapsible-title{font-size:1rem;font-weight:600;color:var(--color-text);margin:0}.widget-content[data-variant=collapsible] .collapsible-chevron{flex-shrink:0;color:var(--color-text-muted);transition:transform .2s ease}.widget-content[data-variant=collapsible] details[open] .collapsible-chevron{transform:rotate(180deg)}.widget-content[data-variant=collapsible] .collapsible-content{padding:1rem 1.25rem 1.25rem;text-align:left}.widget-content[data-variant=collapsible] .collapsible-content p{font-size:.9375rem;line-height:1.6;color:var(--color-text-muted);margin-bottom:.75rem}.widget-content[data-variant=collapsible] .collapsible-content p:last-child{margin-bottom:0}.widget-content[data-variant=collapsible] .collapsible-children{margin-top:1rem}.widget-content[data-variant=collapsible] .collapsible-child{border:1px solid color-mix(in srgb,var(--color-border) 70%,transparent);border-radius:.375rem;margin-bottom:.5rem;margin-left:.5rem}.widget-content[data-variant=collapsible] .collapsible-child:last-child{margin-bottom:0}.widget-content[data-variant=collapsible] .collapsible-child-summary{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1rem;cursor:pointer;list-style:none}.widget-content[data-variant=collapsible] .collapsible-child-summary::-webkit-details-marker{display:none}.widget-content[data-variant=collapsible] .collapsible-child-summary::marker{display:none;content:""}.widget-content[data-variant=collapsible] .collapsible-child-title{font-size:.875rem;font-weight:500;color:var(--color-text);line-height:1.4}.widget-content[data-variant=collapsible] .collapsible-child-chevron{flex-shrink:0;color:var(--color-text-muted);transition:transform .2s}.widget-content[data-variant=collapsible] details.collapsible-child[open] .collapsible-child-chevron{transform:rotate(180deg)}.widget-content[data-variant=collapsible] .collapsible-child-content{padding:.5rem 1rem .875rem;text-align:left}.widget-content[data-variant=collapsible] .collapsible-child-content p{font-size:.875rem;line-height:1.6;color:var(--color-text-muted);margin-bottom:.5rem}.widget-content[data-variant=collapsible] .collapsible-child-content p:last-child{margin-bottom:0}.widget-content[data-variant=collapsible] .rich-legal-content p{font-size:.9375rem;line-height:1.6;color:var(--color-text-muted);margin-bottom:.75rem}.widget-content[data-variant=collapsible] .rich-legal-content p:last-child{margin-bottom:0}.widget-content[data-variant=collapsible] .rich-legal-content strong{font-weight:600;color:var(--color-text)}.widget-content[data-variant=collapsible] .rich-legal-content a{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px}.widget-content[data-variant=collapsible] .rich-legal-content a:hover{opacity:.8}.widget-content[data-variant=collapsible] .rich-legal-content ul{list-style:disc;padding-left:1.5rem;margin-bottom:.75rem}.widget-content[data-variant=collapsible] .rich-legal-content li{font-size:.9375rem;line-height:1.6;color:var(--color-text-muted);margin-bottom:.25rem}.widget-content[data-variant=collapsible] .rich-legal-content h3{font-size:1rem;font-weight:600;color:var(--color-text);margin:1.25rem 0 .5rem}.widget-content[data-variant=collapsible] .rich-legal-content h3:first-child{margin-top:0}.widget-content[data-variant=collapsible] .rich-legal-content h4{font-size:.9375rem;font-weight:600;color:var(--color-text);margin:1rem 0 .375rem}.widget-content[data-variant=collapsible] .rich-legal-content h5{font-size:.875rem;font-weight:600;color:var(--color-text);margin:.75rem 0 .25rem}.widget-content[data-variant=collapsible] .rich-legal-content .legal-data-table{margin:.75rem 0;display:flex;flex-direction:column;gap:.375rem}.widget-content[data-variant=collapsible] .rich-legal-content .legal-data-row{border:1px solid color-mix(in srgb,var(--color-border) 60%,transparent);border-radius:.375rem}.widget-content[data-variant=collapsible] .rich-legal-content .legal-data-row>summary{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;cursor:pointer;list-style:none;font-size:.875rem;font-weight:500;color:var(--color-text)}.widget-content[data-variant=collapsible] .rich-legal-content .legal-data-row>summary::-webkit-details-marker{display:none}.widget-content[data-variant=collapsible] .rich-legal-content .legal-data-row>summary::marker{display:none;content:""}.widget-content[data-variant=collapsible] .rich-legal-content .legal-data-row>.legal-data-body{padding:.5rem .75rem .75rem;border-top:1px solid color-mix(in srgb,var(--color-border) 40%,transparent)}.widget-content[data-variant=collapsible] .rich-legal-content .legal-data-body p{font-size:.8125rem;line-height:1.5;margin-bottom:.375rem}.widget-content[data-variant=collapsible] .rich-legal-content .legal-data-body p:last-child{margin-bottom:0}.widget-content[data-variant=collapsible] .collapsible-child-content .rich-legal-content p{font-size:.875rem}.widget-content-image{padding:6rem 0 8rem}.ci-layout{max-width:72rem;margin:0 auto;padding:0 1.5rem}.ci-layout-horizontal{display:grid;gap:3rem;align-items:center}@media(min-width:768px){.ci-layout-horizontal{grid-template-columns:1fr 1fr}}.ci-layout-vertical{max-width:56rem;display:flex;flex-direction:column;gap:2.5rem}.ci-layout-text-only{text-align:left}.ci-image-col img{width:100%;border-radius:.75rem;object-fit:cover}.ci-image-col .image-placeholder{border-radius:.75rem;min-height:200px}.ci-layout-vertical .ci-image-col img{max-height:28rem;width:100%;object-fit:cover}.ci-body{margin-top:1.5rem}.ci-body p{font-size:1.0625rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:1rem;white-space:pre-line}.ci-body p:last-child{margin-bottom:0}.ci-layout-vertical .ci-text-col{text-align:center}.ci-layout-vertical .ci-body{max-width:42rem;margin-left:auto;margin-right:auto}.ci-layout-vertical .ci-cta{display:flex;justify-content:center}.ci-cta{margin-top:2rem}.ci-cta-button{display:inline-block;padding:.75rem 1.75rem;background:var(--color-accent);color:#fff;border-radius:.375rem;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:background .15s}.ci-cta-button:hover{background:var(--color-accent-hover)}.widget-credentials{padding:5rem 0 7rem}.credentials-layout{max-width:72rem;margin:0 auto;padding:0 1.5rem;display:grid;gap:3rem}@media(min-width:768px){.credentials-layout{grid-template-columns:200px 1fr}}.credentials-sidebar{position:relative}.credentials-heading{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted);margin-bottom:1.25rem}.credentials-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;font-weight:500;margin-bottom:.875rem}.credentials-icon{width:2rem;height:2rem;background:var(--color-primary);border-radius:50%;flex-shrink:0}.credentials-main p{font-size:1.0625rem;color:var(--color-text-muted);line-height:1.75;max-width:42rem}.widget-embed{padding:6rem 0 8rem}.widget-contact{padding:6rem 0 8rem;background:var(--color-bg-alt)}.contact-layout{max-width:72rem;margin:0 auto;padding:0 1.5rem}.contact-header{text-align:center;margin-bottom:4rem}.contact-headline{font-size:1.875rem;font-weight:700;color:var(--color-text);letter-spacing:-.025em}@media(min-width:768px){.contact-headline{font-size:2.25rem}}.contact-subline{margin-top:1rem;font-size:1.125rem;color:var(--color-text-muted);max-width:42rem;margin-left:auto;margin-right:auto}.contact-grid{display:grid;gap:3rem}.contact-grid-with-info{grid-template-columns:1fr}@media(min-width:768px){.contact-grid-with-info{grid-template-columns:1fr 1fr}}.contact-grid-form-only{max-width:36rem;margin:0 auto}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--color-text);margin-bottom:.375rem}.form-required{color:#ef4444;margin-left:.125rem}.form-input{width:100%;padding:.625rem 1rem;border:1px solid var(--color-border);border-radius:.375rem;font-size:.875rem;font-family:inherit;color:var(--color-text);background:var(--color-bg);transition:border-color .15s,box-shadow .15s}.form-input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-accent) 20%,transparent)}.form-textarea{resize:none;min-height:6rem}.form-button{width:100%;padding:.75rem;background:var(--color-accent);color:#fff;border:none;border-radius:.375rem;font-weight:500;font-size:.875rem;cursor:pointer;letter-spacing:.025em;transition:background .15s}.form-button:hover{background:var(--color-accent-hover)}.form-privacy{font-size:.75rem;color:var(--color-text-muted);text-align:center;margin-top:.5rem}.form-privacy a{text-decoration:underline}.form-status{margin-top:.75rem;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;line-height:1.5}.form-status-success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.form-status-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-info-label{font-weight:700;color:var(--color-text);margin-bottom:.5rem;letter-spacing:.05em;text-transform:uppercase;font-size:.875rem}.contact-info p{color:var(--color-text-muted);white-space:pre-line}.contact-info a{color:var(--color-primary)}.contact-info a:hover{text-decoration:underline}.widget-gallery{padding:6rem 0 8rem;background:var(--color-bg-alt)}.gallery-grid{display:grid;gap:1.5rem;margin-top:2.5rem}@media(min-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}.gallery-item{overflow:hidden;border-radius:.5rem;border:1px solid var(--color-border);background:var(--color-bg)}.gallery-item-image{overflow:hidden}.gallery-item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.gallery-item:hover .gallery-item-image img{transform:scale(1.03)}.gallery-caption{border-top:1px solid var(--color-border);padding:.75rem 1rem;font-size:.875rem;color:var(--color-text-muted)}.gallery-featured-item{margin-bottom:1.5rem}.gallery-featured-item .gallery-item-image{aspect-ratio:16/9}.gallery-grid .gallery-item .gallery-item-image{aspect-ratio:4/3}.widget-footer{padding:2rem 0;border-top:1px solid var(--color-border)}.footer-inner{max-width:72rem;margin:0 auto;padding:0 1.5rem}.footer-simple{display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:640px){.footer-simple{flex-direction:row;justify-content:space-between}}.footer-copyright{font-size:.875rem;color:var(--color-text-muted)}.footer-links{display:flex;align-items:center;gap:1.5rem}.footer-link{font-size:.875rem;color:var(--color-text-muted);transition:color .15s}.footer-link:hover{color:var(--color-text)}.footer-description{max-width:36rem;margin:0 auto 1.5rem;font-size:.875rem;color:var(--color-text-muted);line-height:1.7;text-align:center}.footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--color-border);padding-top:1.5rem;font-size:.8125rem}.footer-bottom a{color:var(--color-text-muted);transition:color .15s}.footer-bottom a:hover{color:var(--color-text)}.lang-switcher{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-family:inherit;color:var(--color-text-muted);background:none;border:none;padding:0;cursor:pointer;transition:color .15s}.lang-switcher:hover{color:var(--color-text)}.lang-switcher svg{width:1rem;height:1rem}.legal-page{max-width:48rem;margin:0 auto;padding:5rem 1.5rem}.legal-page h1{font-size:1.875rem;font-weight:700;margin-bottom:2rem}.legal-page h2{font-size:1.25rem;font-weight:600;color:var(--color-text);margin-bottom:.75rem}.legal-page h3{font-weight:500;color:var(--color-text);margin-bottom:.5rem}.legal-page p{color:var(--color-text-muted);line-height:1.6;margin-bottom:.5rem}.legal-page section{margin-bottom:2rem}.legal-page ul{list-style:disc;margin-left:1.5rem;margin-top:.5rem;color:var(--color-text-muted)}.legal-page li{margin-bottom:.25rem;line-height:1.6}.legal-page a{color:var(--color-primary);text-decoration:underline}.legal-warning{font-style:italic;color:#d97706}section[data-animate=pending]{opacity:0;transform:translateY(24px)}section[data-animate=visible]{opacity:1;transform:translateY(0);transition:opacity .6s ease-out,transform .6s ease-out}section[data-animate=pending] :is(.features-item,.steps-item,.testimonials-item,.stats-item,.gallery-item,.faqs-item,.content-item,.collapsible-section,.credentials-item,.about-highlight){opacity:0;transform:translateY(16px)}section[data-animate=visible] :is(.features-item,.steps-item,.testimonials-item,.stats-item,.gallery-item,.faqs-item,.content-item,.collapsible-section,.credentials-item,.about-highlight){opacity:1;transform:translateY(0);transition:opacity .5s ease-out var(--stagger, 0ms),transform .5s ease-out var(--stagger, 0ms)}section[data-animate=visible] :is(.features-item,.steps-item,.testimonials-item,.stats-item,.gallery-item,.faqs-item,.content-item,.collapsible-section,.credentials-item,.about-highlight):nth-child(1){--stagger: 0ms}section[data-animate=visible] :is(.features-item,.steps-item,.testimonials-item,.stats-item,.gallery-item,.faqs-item,.content-item,.collapsible-section,.credentials-item,.about-highlight):nth-child(2){--stagger: 80ms}section[data-animate=visible] :is(.features-item,.steps-item,.testimonials-item,.stats-item,.gallery-item,.faqs-item,.content-item,.collapsible-section,.credentials-item,.about-highlight):nth-child(3){--stagger: .16s}section[data-animate=visible] :is(.features-item,.steps-item,.testimonials-item,.stats-item,.gallery-item,.faqs-item,.content-item,.collapsible-section,.credentials-item,.about-highlight):nth-child(4){--stagger: .24s}section[data-animate=visible] :is(.features-item,.steps-item,.testimonials-item,.stats-item,.gallery-item,.faqs-item,.content-item,.collapsible-section,.credentials-item,.about-highlight):nth-child(5){--stagger: .32s}section[data-animate=visible] :is(.features-item,.steps-item,.testimonials-item,.stats-item,.gallery-item,.faqs-item,.content-item,.collapsible-section,.credentials-item,.about-highlight):nth-child(6){--stagger: .4s}section[data-animate=visible] :is(.features-item,.steps-item,.testimonials-item,.stats-item,.gallery-item,.faqs-item,.content-item,.collapsible-section,.credentials-item,.about-highlight):nth-child(n+7){--stagger: .48s}@media(prefers-reduced-motion:reduce){section[data-animate]{opacity:1!important;transform:none!important;transition:none!important}section[data-animate] :is(.features-item,.steps-item,.testimonials-item,.stats-item,.gallery-item,.faqs-item,.content-item,.collapsible-section,.credentials-item,.about-highlight){opacity:1!important;transform:none!important;transition:none!important}.burger-line,.mobile-menu{transition:none!important}.mobile-menu nav>*{transition:none!important}}@media(max-width:900px){.hero-layout{grid-template-columns:1fr;gap:2rem}.hero-visual{max-width:400px}}@media(max-width:768px){.header-nav{display:none}.mobile-menu-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;padding:0;background:none;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.burger-line{display:block;width:20px;height:2px;background:var(--color-text);border-radius:1px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);transform-origin:center}.mobile-menu-btn[aria-expanded=true] .burger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-btn[aria-expanded=true] .burger-line:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-btn[aria-expanded=true] .burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;height:calc(100vh - 4rem);height:calc(100dvh - 4rem);background:var(--color-bg);border-top:1px solid var(--color-border);overflow-y:auto;-webkit-overflow-scrolling:touch;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s;z-index:1}.mobile-menu.is-open{opacity:1;visibility:visible}.mobile-menu nav{padding:1.5rem 1.5rem 3rem;display:flex;flex-direction:column;gap:0;flex:1;min-height:0}.mobile-nav-link{display:block;font-size:1.25rem;font-weight:600;color:var(--color-text);padding:1rem 0;border-bottom:1px solid var(--color-border);letter-spacing:-.01em}.mobile-nav-link:hover,.mobile-nav-link:active{color:var(--color-primary)}.mobile-cta{display:block;text-align:center;font-size:1rem;font-weight:600;background:var(--color-accent);color:#fff;padding:.875rem 1.5rem;border-radius:.5rem;margin-top:auto;order:1}.mobile-cta:hover{background:var(--color-accent-hover)}.mobile-menu nav>div{order:2;display:flex;justify-content:center;border:none;padding-top:1rem;padding-bottom:env(safe-area-inset-bottom,0px)}.mobile-menu .lang-switcher{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 0;font-size:.8125rem;font-weight:500;color:var(--color-text-muted);border:none;border-radius:0}.mobile-menu .lang-switcher svg{width:.875rem;height:.875rem}.mobile-menu nav>*{opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease,color .15s ease,background .15s ease}.mobile-menu.is-open nav>*{opacity:1;transform:translateY(0)}.mobile-menu.is-open nav>*:nth-child(1){transition-delay:50ms}.mobile-menu.is-open nav>*:nth-child(2){transition-delay:.1s}.mobile-menu.is-open nav>*:nth-child(3){transition-delay:.15s}.mobile-menu.is-open nav>*:nth-child(4){transition-delay:.2s}.mobile-menu.is-open nav>*:nth-child(5){transition-delay:.25s}.mobile-menu.is-open nav>*:nth-child(6){transition-delay:.3s}.mobile-menu.is-open nav>*:nth-child(n+7){transition-delay:.35s}}@media(max-width:768px){.hero-layout{grid-template-columns:1fr;gap:2rem}.widget-hero .section-heading{font-size:1.75rem}.hero-visual{margin-top:0}.hero-image{aspect-ratio:16/9}.about-layout{grid-template-columns:1fr}.about-highlights,.about-highlights-center{display:grid;grid-template-columns:1fr 1fr}.about-highlight{min-width:0;max-width:none}.about-highlight:last-child:nth-child(odd){grid-column:1 / -1}.about-highlight:only-child{grid-column:1 / -1}.about-image-col img{aspect-ratio:16/9}.features-grid,.steps-grid,.testimonials-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.contact-grid-with-info,.ci-layout-horizontal,.gallery-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:.625rem;text-align:center}.credentials-layout{grid-template-columns:1fr}}:root{--color-primary: #2C2A26;--color-primary-light: #3A3834;--color-secondary: #8A8680;--color-accent: #C8A882;--color-bg: #F5F0E8;--color-bg-alt: #E8E0D4;--color-text: #2C2A26;--color-text-muted: #636058;--color-border: #e5e7eb}body{font-family:Nunito Sans,sans-serif;font-weight:300;line-height:1.7;background:var(--color-bg);overflow-x:hidden;position:relative}body:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");pointer-events:none;z-index:0}body>*{position:relative;z-index:1}h1,h2,h3,h4,h5{font-family:Caveat,cursive;font-weight:500;line-height:1.15}em{font-style:normal;position:relative;display:inline-block}em:after{content:"";position:absolute;bottom:4px;left:-4px;right:-4px;height:12px;background:color-mix(in srgb,var(--color-accent) 25%,transparent);transform:rotate(-.8deg);z-index:-1}@keyframes sketchIn{0%{opacity:0;transform:translateY(16px) rotate(-.5deg)}60%{opacity:.8;transform:translateY(-2px) rotate(.2deg)}to{opacity:1;transform:translateY(0) rotate(0)}}@keyframes drawLine{0%{width:0}to{width:100%}}@keyframes fadeSketch{0%{opacity:0;transform:rotate(-1deg) scale(.98)}to{opacity:1;transform:rotate(0) scale(1)}}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-.3deg)}75%{transform:rotate(.3deg)}}.section-label{display:block;font-family:Caveat,cursive;font-size:2.2rem;color:color-mix(in srgb,var(--color-secondary) 40%,var(--color-bg));margin-bottom:4px;transform:rotate(-2deg);text-transform:none;letter-spacing:0;border:none;padding:0;font-weight:400}.section-accent-bar{display:none}.section-heading{font-family:Caveat,cursive;font-weight:500;font-size:clamp(1.8rem,3.5vw,2.8rem);color:var(--color-primary);margin-bottom:12px;transform:rotate(-.3deg)}.section-subline{font-size:.95rem;color:var(--color-text-muted);max-width:460px;line-height:1.8;margin-bottom:40px}.widget-header+*,.widget-hero+*,.widget-features+*,.widget-about+*,.widget-gallery+*,.widget-testimonials+*,.widget-cta+*,.widget-contact+*{border-top:2px dashed color-mix(in srgb,var(--color-secondary) 30%,var(--color-bg))}.widget-header{background:color-mix(in srgb,var(--color-bg) 92%,transparent);backdrop-filter:blur(6px);border-bottom:none;position:sticky;top:0}.header-spacer{height:0}.header-logo{font-family:Caveat,cursive;font-size:1.6rem;font-weight:500;color:var(--color-primary);transform:rotate(-1deg);display:inline-block}.widget-header .header-nav a{font-size:.8rem;color:var(--color-text-muted);transition:color .3s;position:relative}.widget-header .header-nav a:hover{color:var(--color-accent)}.widget-header .header-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;border-bottom:1px dashed var(--color-accent);transition:width .3s}.widget-header .header-nav a:hover:after{width:100%}.widget-header a.header-cta{color:var(--color-bg)}.widget-hero{padding:120px 0 80px;background:var(--color-bg);min-height:80vh;display:flex;align-items:center;overflow:visible}.widget-hero .hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:800px;margin:0 auto}.widget-hero .hero-tagline{font-family:Caveat,cursive;font-size:1.1rem;color:color-mix(in srgb,var(--color-secondary) 60%,var(--color-bg));transform:rotate(-1.5deg);display:inline-block;margin-bottom:16px;background:none;padding:0;border:none;border-radius:0;text-transform:none;letter-spacing:0}.widget-hero .section-heading{font-family:Caveat,cursive;font-weight:400;font-size:clamp(3.5rem,8vw,7rem);line-height:1.05;margin-bottom:28px;transform:rotate(-.5deg)}.widget-hero .section-accent-bar{display:none}.widget-hero .hero-subline{font-size:1rem;color:var(--color-text-muted);max-width:460px;line-height:1.8;margin-bottom:20px}.widget-hero .hero-cta-group{justify-content:center}.widget-hero .hero-cta-primary{display:inline-block;background:var(--color-accent);color:var(--color-bg);padding:12px 32px;border:2px solid var(--color-accent);border-radius:2px 4px 1px 3px;font-size:.9rem;font-weight:500;transition:transform .3s,background .3s;position:relative}.widget-hero .hero-cta-primary:before{content:"";position:absolute;inset:-2px;border:2px solid color-mix(in srgb,var(--color-secondary) 50%,var(--color-bg));border-radius:2px 4px 1px 3px;transform:rotate(-.3deg);pointer-events:none}.widget-hero .hero-cta-primary:hover{transform:rotate(-.5deg) scale(1.02)}.widget-hero .hero-cta-secondary{display:inline-block;font-family:Caveat,cursive;font-size:1.1rem;color:var(--color-primary);margin-left:16px;padding:12px 0;border:none;border-radius:0;background:none;position:relative}.widget-hero .hero-cta-secondary:after{content:"";position:absolute;bottom:8px;left:-4px;right:-4px;height:8px;background:color-mix(in srgb,var(--color-accent) 25%,transparent);z-index:-1;transform:rotate(-.5deg);transition:height .3s}.widget-hero .hero-cta-secondary:hover:after{height:14px}.widget-hero .hero-image,.widget-hero .hero-image-badge,.widget-hero .hero-image-label{display:none}.widget-features{padding:80px 0 100px;background:var(--color-primary-light);color:var(--color-bg);position:relative}.widget-features:before{content:"";position:absolute;top:-8px;left:0;right:0;height:16px;background:var(--color-bg);clip-path:polygon(0% 0%,3% 60%,5% 20%,8% 80%,11% 30%,14% 70%,17% 10%,20% 60%,23% 25%,26% 75%,29% 15%,32% 65%,35% 35%,38% 80%,41% 20%,44% 70%,47% 10%,50% 55%,53% 30%,56% 75%,59% 20%,62% 60%,65% 15%,68% 70%,71% 25%,74% 65%,77% 35%,80% 75%,83% 10%,86% 55%,89% 30%,92% 80%,95% 20%,98% 60%,100% 0%);z-index:2}.widget-features:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:16px;background:var(--color-bg);clip-path:polygon(0% 100%,2% 40%,5% 80%,8% 20%,11% 70%,14% 30%,17% 90%,20% 40%,23% 75%,26% 25%,29% 85%,32% 35%,35% 65%,38% 20%,41% 80%,44% 30%,47% 90%,50% 45%,53% 70%,56% 25%,59% 80%,62% 40%,65% 85%,68% 30%,71% 75%,74% 35%,77% 65%,80% 25%,83% 90%,86% 45%,89% 70%,92% 20%,95% 80%,98% 40%,100% 100%);z-index:2}.widget-features+*{border-top:none}.widget-features .section-label{color:color-mix(in srgb,var(--color-accent) 40%,transparent)}.widget-features .section-heading{color:var(--color-bg)}.widget-features .section-subline{color:color-mix(in srgb,var(--color-bg) 65%,transparent)}.widget-features .features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:32px}.widget-features .features-item{padding:28px 24px;border:1px dashed color-mix(in srgb,var(--color-bg) 15%,transparent);border-radius:2px;background:transparent;transition:border-color .3s,transform .3s}.widget-features .features-item:hover{border-color:color-mix(in srgb,var(--color-accent) 40%,transparent);transform:rotate(-.3deg)}.widget-features .features-item h3{font-family:Caveat,cursive;font-size:1.4rem;margin-bottom:8px;color:var(--color-bg)}.widget-features .features-item p{font-size:.8rem;line-height:1.7;color:color-mix(in srgb,var(--color-bg) 70%,transparent)}.widget-features .features-item-number{display:none}.widget-features .features-item-icon{width:24px;height:24px;border-radius:50% 40% 55% 45%;border:none;display:block;margin-bottom:8px;background:color-mix(in srgb,var(--color-accent) 50%,var(--color-bg))}.widget-features .features-item-icon svg{display:none}.widget-features .features-item:nth-child(6n+1) .features-item-icon{border-radius:50% 40% 55% 45%;background:color-mix(in srgb,var(--color-accent) 50%,var(--color-bg))}.widget-features .features-item:nth-child(6n+2) .features-item-icon{border-radius:45% 55% 40% 50%;background:color-mix(in srgb,var(--color-secondary) 45%,var(--color-bg))}.widget-features .features-item:nth-child(6n+3) .features-item-icon{border-radius:55% 45% 50% 40%;background:color-mix(in srgb,var(--color-accent) 35%,var(--color-bg))}.widget-features .features-item:nth-child(6n+4) .features-item-icon{border-radius:40% 50% 45% 55%;background:color-mix(in srgb,var(--color-secondary) 55%,var(--color-bg))}.widget-features .features-item:nth-child(6n+5) .features-item-icon{border-radius:52% 42% 48% 53%;background:color-mix(in srgb,var(--color-accent) 60%,var(--color-bg))}.widget-features .features-item:nth-child(6n+6) .features-item-icon{border-radius:43% 53% 47% 50%;background:color-mix(in srgb,var(--color-secondary) 40%,var(--color-bg))}.widget-features .features-item-price{display:none}.widget-about{padding:80px 0 120px;background:var(--color-bg)}.widget-about .about-layout,.widget-about .about-layout.about-layout-default{gap:60px;align-items:start}.widget-about .about-image-col{position:relative;transform:rotate(-1.5deg)}.widget-about .about-image-col img,.widget-about .about-image-col>div{border:2px solid color-mix(in srgb,var(--color-secondary) 40%,var(--color-bg));border-radius:2px 4px 1px 3px;background:var(--color-bg-alt)}.widget-about .about-image-col:before{content:"";position:absolute;top:-4px;right:8px;width:28px;height:14px;background:color-mix(in srgb,var(--color-bg) 70%,transparent);border:1px solid color-mix(in srgb,var(--color-secondary) 30%,var(--color-bg));transform:rotate(2deg);z-index:2}.widget-about .section-heading{font-size:clamp(1.8rem,3.5vw,2.8rem)}.widget-about .about-text-col p{font-size:.95rem;line-height:1.9;color:var(--color-text-muted);margin-bottom:16px}.widget-about .about-text-col p:first-of-type{font-size:1.05rem;color:var(--color-primary)}.widget-about .about-blockquote{border-left:2px dashed var(--color-accent);border-radius:0;padding-left:20px;font-family:Caveat,cursive;font-size:1.3rem;color:var(--color-primary);margin:28px 0;line-height:1.4;transform:rotate(-.3deg)}.widget-about .about-highlights,.widget-about .about-highlights-center{display:flex;flex-wrap:wrap;gap:20px;margin-top:40px}.widget-about .about-highlight{flex:1 1 calc(33.33% - 14px);min-width:calc(33.33% - 14px);max-width:calc(50% - 10px);border:1px dashed color-mix(in srgb,var(--color-secondary) 40%,var(--color-bg));border-radius:2px 4px 1px 3px;padding:24px 16px;text-align:center}.widget-about .about-highlight-value{font-family:Caveat,cursive;font-size:2rem;font-weight:600;color:color-mix(in srgb,var(--color-accent) 65%,black);line-height:1;margin-bottom:6px}.widget-about .about-highlight-label{font-size:.75rem;color:var(--color-text-muted);font-weight:500}.widget-gallery{padding:40px 0 100px;background:var(--color-bg)}.widget-gallery .gallery-grid{gap:28px;margin-top:32px}.widget-gallery .gallery-item{position:relative;cursor:pointer;transition:transform .4s cubic-bezier(.22,1,.36,1)}.widget-gallery .gallery-item:nth-child(1){transform:rotate(-1.2deg)}.widget-gallery .gallery-item:nth-child(2){transform:rotate(.8deg)}.widget-gallery .gallery-item:nth-child(3){transform:rotate(-.5deg)}.widget-gallery .gallery-item:nth-child(4){transform:rotate(.6deg)}.widget-gallery .gallery-item:nth-child(5){transform:rotate(-.9deg)}.widget-gallery .gallery-item:nth-child(6){transform:rotate(1.1deg)}.widget-gallery .gallery-item:nth-child(7){transform:rotate(-.7deg)}.widget-gallery .gallery-item:nth-child(8){transform:rotate(.4deg)}.widget-gallery .gallery-item:nth-child(9){transform:rotate(-1deg)}.widget-gallery .gallery-item:hover{transform:rotate(0) scale(1.02)!important;z-index:2}.widget-gallery .gallery-item-image{aspect-ratio:4/5;border:2px solid color-mix(in srgb,var(--color-secondary) 30%,var(--color-bg));border-radius:1px 3px 2px 4px;background:var(--color-bg-alt);overflow:hidden;position:relative}.widget-gallery .gallery-item-image img{transition:transform .5s cubic-bezier(.22,1,.36,1)}.widget-gallery .gallery-item:hover .gallery-item-image img{transform:scale(1.04)}.widget-gallery .gallery-item-image:before{content:"";position:absolute;top:-4px;right:8px;width:28px;height:14px;background:color-mix(in srgb,var(--color-bg) 70%,transparent);border:1px solid color-mix(in srgb,var(--color-secondary) 30%,var(--color-bg));transform:rotate(2deg);z-index:2}.widget-gallery .gallery-item-title{font-family:Caveat,cursive;font-size:1.15rem;padding-top:10px}.widget-gallery .gallery-item-category{font-size:.7rem;color:var(--color-text-muted)}.widget-testimonials{padding:120px 0 100px;background:var(--color-bg)}.widget-testimonials .section-heading{color:var(--color-primary);margin-bottom:40px}.widget-testimonials .testimonials-grid{gap:40px}.widget-testimonials .testimonials-item{padding:24px;position:relative;transition:transform .3s;background:transparent;border:none;border-radius:0}.widget-testimonials .testimonials-item:nth-child(1){transform:rotate(-.8deg)}.widget-testimonials .testimonials-item:nth-child(2){transform:rotate(.5deg)}.widget-testimonials .testimonials-item:nth-child(3){transform:rotate(.3deg)}.widget-testimonials .testimonials-item:nth-child(4){transform:rotate(-.6deg)}.widget-testimonials .testimonials-item:hover{transform:rotate(0)!important}.widget-testimonials .testimonials-item:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);width:10px;height:10px;border-radius:50%;background:var(--color-accent);border:1px solid color-mix(in srgb,var(--color-secondary) 50%,var(--color-bg));z-index:2}.widget-testimonials .testimonials-item svg{color:var(--color-accent);opacity:.5}.widget-testimonials .testimonials-item p{font-family:Caveat,cursive;font-size:1.2rem;line-height:1.5;color:var(--color-primary)}.widget-testimonials .testimonials-author{border-color:transparent}.widget-testimonials .testimonials-author-name{font-family:Nunito Sans,sans-serif;font-size:.7rem;color:var(--color-text-muted)}.widget-testimonials .testimonials-author-role{font-size:.65rem;color:var(--color-text-muted)}.widget-steps{padding:80px 0 100px;background:var(--color-bg)}.widget-steps .section-label{text-align:center;margin-left:auto;margin-right:auto}.widget-steps .section-heading{text-align:center}.widget-steps .section-subline{text-align:center;margin-left:auto;margin-right:auto}.widget-steps .steps-grid{max-width:none;grid-template-columns:repeat(4,1fr);gap:28px}.widget-steps .steps-item{flex-direction:column;align-items:center;text-align:center;padding:28px 20px;border:1px dashed color-mix(in srgb,var(--color-text) 30%,var(--color-bg));border-radius:2px 4px 1px 3px;background:var(--color-bg-alt);transition:transform .3s}.widget-steps .steps-item:nth-child(odd){transform:rotate(-.5deg)}.widget-steps .steps-item:nth-child(2n){transform:rotate(.5deg)}.widget-steps .steps-item:hover{transform:rotate(0) scale(1.02)}.widget-steps .steps-item h3{font-family:Caveat,cursive;font-size:1.3rem;margin-bottom:8px}.widget-steps .steps-item p{font-size:.8rem;line-height:1.7;color:var(--color-text-muted)}.widget-steps .steps-item-number{width:48px;height:48px;margin-bottom:12px;border:2px dashed var(--color-accent);border-radius:2px 4px 1px 3px;color:var(--color-accent);font-family:Caveat,cursive;font-size:1.4rem;font-weight:600}.widget-steps .absolute.h-px{display:none}.widget-stats{padding:80px 0;background:var(--color-bg)}.widget-stats .section-label{text-align:center;margin-left:auto;margin-right:auto}.widget-stats .section-heading{text-align:center;margin-bottom:48px}.widget-stats .stats-grid{grid-template-columns:repeat(4,1fr);gap:28px}.widget-stats .stats-item{text-align:center;padding:28px 16px;border:1px dashed color-mix(in srgb,var(--color-secondary) 40%,var(--color-bg));border-radius:2px 4px 1px 3px}.widget-stats .stats-item:nth-child(odd){transform:rotate(-.8deg)}.widget-stats .stats-item:nth-child(2n){transform:rotate(.6deg)}.widget-stats .stats-value{font-family:Caveat,cursive;font-size:2.8rem;font-weight:600;color:var(--color-accent);line-height:1;margin-bottom:6px}.widget-stats .stats-label{font-size:.8rem;color:var(--color-text-muted);font-weight:400}.widget-cta{padding:100px 0;background:var(--color-bg-alt);color:var(--color-text);position:relative;text-align:center}.widget-cta .section-heading,.widget-cta .cta-headline{font-family:Caveat,cursive;font-size:clamp(2rem,4vw,3rem);font-weight:500;color:var(--color-primary);transform:rotate(-.5deg)}.widget-cta p,.widget-cta .section-subline,.widget-cta .cta-subline{color:var(--color-text-muted);font-size:.95rem;line-height:1.8;max-width:520px;margin-left:auto;margin-right:auto}.widget-cta .cta-button{display:inline-block;background:var(--color-accent);color:var(--color-bg);padding:14px 36px;border-radius:2px 4px 1px 3px;font-size:.9rem;font-weight:500;position:relative;transition:transform .3s}.widget-cta .cta-button:before{content:"";position:absolute;inset:-2px;border:2px solid color-mix(in srgb,var(--color-secondary) 50%,var(--color-bg));border-radius:2px 4px 1px 3px;transform:rotate(-.3deg);pointer-events:none}.widget-cta .cta-button:hover{transform:rotate(-.5deg) scale(1.02)}.widget-cta .cta-trust-badges{display:none}.widget-contact{padding:100px 0;background:var(--color-bg)}.widget-contact .section-heading{font-size:clamp(1.8rem,3.5vw,2.8rem)}.widget-contact .contact-layout{gap:60px}.widget-contact p{font-size:.95rem;line-height:1.8;color:var(--color-text-muted)}.widget-contact a{color:var(--color-primary);position:relative}.widget-contact a:hover{color:var(--color-accent)}.widget-faqs{padding:80px 0;background:var(--color-bg)}.widget-faqs .section-heading{margin-bottom:40px}.widget-faqs .faqs-list{max-width:720px}.widget-faqs .faqs-item{border-bottom:1px dashed color-mix(in srgb,var(--color-secondary) 30%,var(--color-bg));padding:24px 0}.widget-faqs .faqs-item:first-child{border-top:1px dashed color-mix(in srgb,var(--color-secondary) 30%,var(--color-bg))}.widget-faqs .faqs-question{font-family:Caveat,cursive;font-size:1.3rem;font-weight:500;color:var(--color-primary);margin-bottom:8px}.widget-faqs .faqs-answer{font-size:.9rem;color:var(--color-text-muted);line-height:1.8}.widget-faqs .faq-toggle{pointer-events:none}.widget-faqs .faq-toggle svg{display:none}.widget-faqs .faq-content{display:block!important}.widget-faqs .divide-y>*+*{border-top:none}.widget-content{padding:80px 0;background:var(--color-bg)}.widget-content .container{text-align:center}.widget-legal .container,.widget-content[data-variant=collapsible] .container{text-align:left}.widget-content .section-subline{max-width:none}.widget-content .content-body{font-size:.95rem;line-height:1.9;color:var(--color-text-muted)}.widget-content .content-item{text-align:left}.widget-content .content-body p{margin-bottom:1em}.widget-content .content-body p:last-child{margin-bottom:0}.widget-content .content-items{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.widget-content .content-item{padding:24px 20px;border:1px dashed color-mix(in srgb,var(--color-secondary) 40%,var(--color-bg));border-radius:2px 4px 1px 3px;transition:transform .3s}.widget-content .content-item:nth-child(odd){transform:rotate(-.4deg)}.widget-content .content-item:nth-child(2n){transform:rotate(.3deg)}.widget-content .content-item:hover{transform:rotate(0)}.widget-content .content-item-title{font-family:Caveat,cursive;font-size:1.2rem;font-weight:500;color:var(--color-primary);margin-bottom:8px}.widget-content .content-item-text{font-size:.85rem;line-height:1.7;color:var(--color-text-muted)}.widget-footer{padding:32px 0;background:var(--color-bg);border-top:1px dashed color-mix(in srgb,var(--color-secondary) 30%,var(--color-bg))}.widget-footer .footer-description{font-size:.8rem;color:var(--color-text-muted)}.widget-footer .footer-bottom{border-top:none;padding-top:0;font-size:.7rem}.widget-footer .footer-bottom p,.widget-footer .footer-bottom a{color:color-mix(in srgb,var(--color-secondary) 60%,var(--color-bg))}.widget-footer .footer-bottom a:hover{color:var(--color-accent)}@media(max-width:768px){.widget-header{padding:20px 0}.widget-header .header-nav{display:none}.widget-hero{padding:100px 0 60px;min-height:auto}.widget-hero .section-heading{font-size:3rem}.hero-visual{display:none}.widget-features{padding:80px 0}.widget-features .features-grid{grid-template-columns:1fr}.widget-about,.widget-testimonials,.widget-steps,.widget-stats,.widget-faqs,.widget-cta,.widget-contact,.widget-content{padding:56px 0}.widget-about .about-layout,.widget-about .about-layout.about-layout-default{grid-template-columns:1fr;gap:40px}.widget-about .about-image-col{transform:none}.widget-about .about-image-col:before{display:none}.widget-gallery .gallery-grid{grid-template-columns:repeat(2,1fr);gap:16px}.widget-gallery .gallery-item:nth-child(n){transform:rotate(0)}.widget-gallery .gallery-item-image:before{display:none}.widget-testimonials .testimonials-grid{grid-template-columns:1fr}.widget-testimonials .testimonials-item:nth-child(n){transform:rotate(0)}.widget-testimonials .testimonials-item:before{display:none}.widget-steps .steps-grid{grid-template-columns:1fr;gap:16px}.widget-steps .steps-item:nth-child(n){transform:rotate(0)}.widget-stats .stats-grid{grid-template-columns:1fr;gap:16px}.widget-stats .stats-item:nth-child(n){transform:rotate(0)}.widget-content .content-items{grid-template-columns:1fr}.widget-content .content-item:nth-child(n){transform:rotate(0)}.widget-features:before,.widget-features:after{height:8px}.widget-about .about-highlights,.widget-about .about-highlights-center{display:grid;grid-template-columns:1fr 1fr}.widget-about .about-highlight{min-width:0;max-width:none}.widget-about .about-highlight:last-child:nth-child(odd){grid-column:1 / -1}.widget-cta .section-heading,.widget-cta .cta-headline{font-size:2rem}.widget-footer{padding:24px 0}}
