*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}img,video{max-width:100%;display:block}:root{--ink: #1a0a2e;--primary: #9059B5;--primary-dark: #5e3a82;--accent: #51DECC;--accent-dark: #2ab8a8;--paper: #ffffff;--soft: #F5EFFE;--line: #e8dcf5;--muted: #5a4a6e;--heading: "Playfair Display", Georgia, serif;--body: "Open Sans", system-ui, sans-serif;--max: 1200px;--r: .75rem}body{font-family:var(--body);font-size:1.125rem;line-height:1.8;color:var(--ink);background:var(--paper)}h1,h2,h3,h4{font-family:var(--heading);line-height:1.22;color:var(--ink);letter-spacing:-.01em}h1{font-size:clamp(2.1rem,4.5vw,3.35rem);font-weight:700}h2{font-size:clamp(1.6rem,3.2vw,2.4rem);font-weight:600}h3{font-size:clamp(1.2rem,2.2vw,1.6rem);font-weight:600}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline;color:var(--primary-dark)}strong{font-weight:600}.wrap{width:min(100%,var(--max));margin-inline:auto;padding-inline:1.25rem}.wrap-narrow{width:min(100%,780px);margin-inline:auto;padding-inline:1.25rem}.site-nav{position:sticky;top:0;z-index:50;background:#fffffff5;backdrop-filter:blur(8px);border-bottom:1px solid var(--line);padding:.85rem 0}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.nav-logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;flex-shrink:0}.nav-logo img{height:36px;width:auto}.nav-logo-text{font-family:var(--heading);font-size:1.05rem;font-weight:700;color:var(--ink);line-height:1.2}.nav-logo-text span{display:block;font-size:.7rem;font-weight:400;color:var(--muted);font-family:var(--body)}.nav-links{display:flex;align-items:center;gap:1.75rem;list-style:none}.nav-links a{font-size:.9rem;font-weight:600;color:var(--muted);letter-spacing:.01em;text-transform:uppercase}.nav-links a:hover,.nav-links a.active{color:var(--primary);text-decoration:none}.nav-phone{display:flex;align-items:center;gap:.4rem;background:var(--primary);color:#fff;padding:.5rem 1.15rem;border-radius:999px;font-size:.88rem;font-weight:700;white-space:nowrap;transition:background .2s}.nav-phone:hover{background:var(--primary-dark);text-decoration:none;color:#fff}.nav-phone svg{width:14px;height:14px;flex-shrink:0}@media(max-width:860px){.nav-links{display:none}.nav-phone{font-size:.8rem;padding:.45rem .9rem}}.btn{display:inline-flex;align-items:center;gap:.45rem;font-weight:700;font-size:1rem;padding:.875rem 2rem;border-radius:999px;transition:all .2s;cursor:pointer;border:none;text-decoration:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);color:#fff;text-decoration:none;transform:translateY(-1px);box-shadow:0 4px 20px #9059b559}.btn-accent{background:var(--accent);color:var(--ink)}.btn-accent:hover{background:var(--accent-dark);color:var(--ink);text-decoration:none;transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-ghost:hover{background:var(--soft);text-decoration:none}.btn-ghost-white{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6)}.btn-ghost-white:hover{background:#ffffff1f;text-decoration:none;color:#fff}.btn-lg{font-size:1.05rem;padding:.9rem 2.2rem}.hero{background:linear-gradient(135deg,var(--ink) 0%,var(--primary-dark) 60%,#7B3FA5 100%);padding:5rem 0 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 80% 50%,rgba(81,222,204,.12),transparent);pointer-events:none}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{color:#fff}.hero-eyebrow{display:inline-block;background:#51decc2e;color:var(--accent);border:1px solid rgba(81,222,204,.35);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .9rem;border-radius:999px;margin-bottom:1.25rem}.hero h1{color:#fff;margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem)}.hero-dek{font-size:1.1rem;opacity:.88;margin-bottom:2rem;line-height:1.6;max-width:520px}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.hero-trust{font-size:.78rem;opacity:.6;margin-top:1.5rem}.hero-photo{position:relative;display:flex;justify-content:center;align-items:flex-end}.hero-photo-wrap{position:relative;max-width:420px;width:100%}.hero-photo-bg{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:360px;height:360px;background:radial-gradient(circle,rgba(81,222,204,.18) 0%,transparent 70%);border-radius:50%}.hero-photo img{position:relative;z-index:1;border-radius:1.5rem;box-shadow:0 24px 64px #00000059;width:100%;max-height:480px;object-fit:cover;object-position:top}.hero-badge{position:absolute;bottom:1.5rem;left:-1rem;background:#fff;border-radius:1rem;padding:.65rem 1rem;box-shadow:0 8px 32px #0000002e;display:flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;color:var(--ink);z-index:2;white-space:nowrap}.hero-badge-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;flex-shrink:0}@media(max-width:860px){.hero{padding:3rem 0 2.5rem}.hero-inner{grid-template-columns:1fr;gap:2.5rem}.hero-photo{order:-1}.hero-photo-wrap{max-width:300px}.hero-photo img{max-height:300px}}.services-section{padding:5rem 0}.section-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--primary);margin-bottom:.6rem}.section-title{margin-bottom:.5rem}.section-sub{color:var(--muted);font-size:1.05rem;max-width:560px;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:var(--paper);border:1.5px solid var(--line);border-radius:1.25rem;padding:1.75rem;transition:all .25s;cursor:default}.service-card:hover{border-color:var(--primary);box-shadow:0 8px 32px #9059b51f;transform:translateY(-3px)}.service-icon{width:52px;height:52px;background:var(--soft);border-radius:.875rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.5rem}.service-card h3{font-size:1.05rem;margin-bottom:.4rem}.service-card p{font-size:.88rem;color:var(--muted);line-height:1.55;margin:0}.service-card .service-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.82rem;font-weight:700;color:var(--primary);margin-top:.75rem}.service-card .service-link:hover{text-decoration:none;gap:.4rem}@media(max-width:860px){.services-grid{grid-template-columns:1fr 1fr}}@media(max-width:540px){.services-grid{grid-template-columns:1fr}}.about-strip{background:var(--soft);padding:5rem 0}.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-photo img{border-radius:1.5rem;box-shadow:0 16px 48px #9059b526;width:100%;max-height:500px;object-fit:cover;object-position:top}.about-content .section-label{margin-bottom:.4rem}.about-content h2{margin-bottom:1rem}.about-content p{color:var(--muted);margin-bottom:1rem}.credentials-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.25rem 0}.cred-pill{background:var(--paper);border:1px solid var(--line);font-size:.75rem;font-weight:600;color:var(--primary);padding:.25rem .7rem;border-radius:999px}@media(max-width:860px){.about-inner{grid-template-columns:1fr;gap:2.5rem}.about-photo{order:1;max-width:340px;margin-inline:auto}}.video-section{padding:5rem 0;background:var(--ink);color:#fff}.video-section .section-label{color:var(--accent)}.video-section .section-title{color:#fff}.video-section .section-sub{color:#ffffffa6}.video-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-top:2.5rem}.video-points{list-style:none;display:flex;flex-direction:column;gap:1rem}.video-points li{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;color:#ffffffd9}.video-points li:before{content:"✓";display:flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0;background:#51decc33;color:var(--accent);border-radius:50%;font-size:.75rem;font-weight:700;margin-top:1px}.yt-embed{position:relative;padding-bottom:56.25%;border-radius:1.25rem;overflow:hidden;background:#000;box-shadow:0 24px 64px #00000073;cursor:pointer}.yt-embed img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s}.yt-embed .play-btn{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000004d;transition:background .2s}.yt-embed:hover .play-btn{background:#00000073}.yt-embed .play-btn svg{width:64px;height:64px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4))}.yt-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:none;display:none}.yt-embed.playing img,.yt-embed.playing .play-btn{display:none}.yt-embed.playing iframe{display:block}.yt-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#ffffffb3;font-size:.9rem}.yt-placeholder .play-circle{width:72px;height:72px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center}.yt-placeholder .play-circle svg{width:32px;height:32px;fill:#fff;margin-left:4px}@media(max-width:860px){.video-grid{grid-template-columns:1fr}}.stats-section{padding:3.5rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-item .n{font-family:var(--heading);font-size:2.5rem;font-weight:700;color:var(--primary);line-height:1;margin-bottom:.35rem}.stat-item .l{font-size:.82rem;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em}@media(max-width:640px){.stats-row{grid-template-columns:1fr 1fr}}.testimonials-section{padding:5rem 0;background:var(--soft)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.testimonial-card{background:var(--paper);border-radius:1.25rem;padding:1.75rem;border:1px solid var(--line);display:flex;flex-direction:column;gap:1rem}.testimonial-stars{color:#f59e0b;font-size:.85rem;letter-spacing:.05em}.testimonial-body{font-size:.92rem;color:var(--ink);line-height:1.6;flex:1}.testimonial-who{font-size:.8rem;font-weight:700;color:var(--muted)}@media(max-width:860px){.testimonials-grid{grid-template-columns:1fr}}.cta-banner{background:linear-gradient(135deg,var(--primary-dark),var(--primary));padding:5rem 0;text-align:center}.cta-banner h2{color:#fff;margin-bottom:1rem}.cta-banner p{color:#fffc;max-width:560px;margin:0 auto 2rem;font-size:1.05rem}.cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-note{font-size:.78rem;color:#ffffff8c;max-width:480px;margin:1.5rem auto 0;line-height:1.5}.site-footer{background:var(--ink);color:#ffffffb3;padding:3.5rem 0 2rem}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}.footer-brand .brand-name{font-family:var(--heading);color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.footer-brand p{font-size:.83rem;line-height:1.6;max-width:280px}.footer-brand .footer-contact{margin-top:1rem;display:flex;flex-direction:column;gap:.35rem;font-size:.83rem}.footer-brand .footer-contact a{color:var(--accent);font-weight:600}.footer-col h4{color:#fff;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-col ul a{font-size:.83rem;color:#fff9}.footer-col ul a:hover{color:#fff;text-decoration:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;font-size:.75rem;color:#fff6;line-height:1.6}.footer-bottom p+p{margin-top:.35rem}@media(max-width:860px){.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1}}@media(max-width:540px){.footer-inner{grid-template-columns:1fr}}.section{padding:5rem 0}.section-alt{padding:5rem 0;background:var(--soft)}.page-hero{background:var(--soft);padding:4rem 0;border-bottom:1px solid var(--line)}.page-hero .section-label{margin-bottom:.5rem}.page-hero h1{margin-bottom:.75rem}.page-hero .dek{font-size:1.1rem;color:var(--muted);max-width:620px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2.5rem}.product-card{border:1.5px solid var(--line);border-radius:1.25rem;padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .2s,box-shadow .2s}.product-card:hover{border-color:var(--primary);box-shadow:0 8px 32px #9059b51a}.product-card h3{margin-bottom:0}.product-card p{font-size:.9rem;color:var(--muted);margin:0;flex:1}.product-card .product-footer{display:flex;align-items:center;gap:.75rem;padding-top:.75rem;border-top:1px solid var(--line);font-size:.82rem;font-weight:700;color:var(--primary)}@media(max-width:640px){.product-grid{grid-template-columns:1fr}}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-top:3rem}.contact-info h3{margin-bottom:.75rem}.contact-info p{color:var(--muted);font-size:.92rem}.contact-detail{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--ink);padding:.85rem 0;border-bottom:1px solid var(--line)}.contact-detail:last-child{border-bottom:none}.contact-detail strong{font-weight:700;min-width:80px}.contact-form{background:var(--soft);border-radius:1.5rem;padding:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.form-group:last-of-type{margin-bottom:0}label{font-size:.82rem;font-weight:600;color:var(--ink)}input,select,textarea{width:100%;padding:.8rem 1rem;border:1.5px solid var(--line);border-radius:.6rem;font-family:var(--body);font-size:1rem;color:var(--ink);background:var(--paper);transition:border-color .2s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary)}textarea{resize:vertical;min-height:100px}.form-submit{margin-top:1.25rem;width:100%;justify-content:center;border-radius:.75rem;padding:.85rem}.form-note{font-size:.75rem;color:var(--muted);margin-top:.75rem;line-height:1.5}@media(max-width:860px){.contact-layout{grid-template-columns:1fr}}@media(max-width:480px){.form-row{grid-template-columns:1fr}}.text-center{text-align:center}.text-muted{color:var(--muted)}.skip{position:absolute;left:-9999px;top:auto;overflow:hidden;height:1px;width:1px}.skip:focus{position:static;height:auto;width:auto;padding:.5rem 1rem;background:var(--primary);color:#fff}
