:root{--bg: #f7f3f0;--surface: #ffffff;--text: #1f1a17;--muted: #6f655f;--line: #e8dfd9;--primary: #4A8C87;--primary-hover: #3f7873;--accent: #b08d74;--radius: 24px;--shadow: 0 12px 30px rgba(0, 0, 0, .07);--container: 1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:var(--text);text-decoration:none;transition:.2s}img,video,iframe{display:block;max-width:100%}.container{width:min(var(--container),calc(100% - 2rem));margin:0 auto}.section{padding:4.5rem 0}.section-sm{padding:3rem 0}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-size:.8rem;font-weight:700}.h1,.h2,.h3{line-height:1.1;margin:0}.h1{font-size:clamp(2.4rem,5vw,4.8rem);font-weight:300}.h2{font-size:clamp(2rem,3vw,3rem);font-weight:400}.h3{font-size:1.35rem;font-weight:600}.lead{font-size:1.125rem;color:var(--muted)}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:.25s ease}.card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #00000014}.card-body{padding:1.4rem}.btn,.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.85rem 1.2rem;border-radius:999px;font-weight:600;transition:.2s ease}.btn{background:var(--primary);color:#fff}.btn:hover{background:var(--primary-hover);color:#fff;transform:translateY(-1px)}.btn:active{transform:scale(.98)}.btn-outline{border:1px solid var(--primary);color:var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.btn-outline.dark{border-color:var(--primary);color:var(--primary)}.site-header{position:sticky;top:0;z-index:50;backdrop-filter:blur(12px);background:#f7f3f0e0;border-bottom:1px solid var(--line)}.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;line-height:1}.logo{height:62px;width:auto;object-fit:contain}.nav{display:flex;align-items:center;gap:1.1rem;flex-wrap:wrap}.nav a{font-size:.95rem;color:var(--muted)}.nav a:hover,.nav a.active{color:var(--primary)}.hero{position:relative;min-height:84vh;display:grid;align-items:center;overflow:hidden;background:#111}.hero-media,.hero-overlay{position:absolute;inset:0}.hero-media img,.hero-media video{width:100%;height:100%;object-fit:cover}.hero-overlay{background:linear-gradient(90deg,#120f0da8,#120f0d33)}.hero-content{position:relative;z-index:2;color:#fff;max-width:760px;padding:6rem 0}.hero-actions{margin-top:1.5rem;display:flex;gap:1rem;flex-wrap:wrap}.page-hero{padding:4rem 0 2rem}.page-hero .lead{max-width:820px}.media-cover{aspect-ratio:4/3;background:#ddd}.media-cover img,.media-cover video{width:100%;height:100%;object-fit:cover}.list-clean{padding-left:1.1rem;color:var(--muted)}.info-box{padding:1.4rem;border-radius:var(--radius);background:#fff;border:1px solid var(--line)}.sticky-cta{position:fixed;right:1rem;bottom:1rem;z-index:60}.sticky-cta a{background:var(--primary)}.site-footer{padding:2rem 0 3rem;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:1.5rem}.muted{color:var(--muted)}@media(min-width:961px){.grid-3>:last-child:nth-child(3n+1){grid-column:2}.grid-3>:nth-last-child(2):nth-child(3n+1){grid-column:1}.grid-3>:last-child:nth-child(3n+2){grid-column:3}}@media(max-width:960px){.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-2,.footer-grid{grid-template-columns:1fr}}@media(max-width:720px){.nav{display:none}.grid-3,.grid-2{grid-template-columns:1fr}.hero{min-height:74vh}.section{padding:3.2rem 0}}.site-header .btn-header,.site-header .btn-header:link,.site-header .btn-header:visited{background:var(--primary);color:#fff;padding:.6rem 1.2rem;font-size:.9rem;box-shadow:0 6px 16px #4a8c8740}.site-header .btn-header:hover,.site-header .btn-header:focus,.site-header .btn-header:active{background:var(--primary-hover);color:#fff}.featured-pro-list{display:grid;gap:2rem}.featured-pro{display:grid;grid-template-columns:1.15fr .95fr;gap:0;overflow:hidden}.featured-pro__media{position:relative;min-height:100%;background:#ddd}.featured-pro__video{height:100%;min-height:520px}.featured-pro__video video{width:100%;height:100%;object-fit:cover}.featured-pro__testimonial-video{position:absolute;right:1rem;bottom:1rem;width:190px;border-radius:18px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);z-index:2}.featured-pro__testimonial-video video{width:100%;aspect-ratio:4 / 5;object-fit:cover}.featured-pro__testimonial-video span{display:block;padding:.55rem .8rem;font-size:.82rem;font-weight:600;color:var(--text)}.featured-pro__content{padding:2rem;display:flex;flex-direction:column;justify-content:center}.featured-pro__content .h2{margin-bottom:.75rem}.featured-pro__content .lead{font-size:1.05rem;line-height:1.7;color:var(--muted);margin:0}.featured-pro__benefits{display:grid;grid-template-columns:1fr;gap:.75rem;padding:0;margin:1rem 0 0;list-style:none}.featured-pro__benefits li{padding:.9rem 1rem;border-radius:16px;background:#f8fbfa;border:1px solid rgba(74,140,135,.18);color:var(--text);font-weight:500}.featured-pro__quote{margin-top:1.2rem;padding:1rem 1.1rem;border-left:4px solid var(--primary);background:#fcfcfc;border-radius:0 16px 16px 0}.featured-pro__quote p{margin:0;color:var(--muted);font-style:italic}.featured-pro__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}@media(max-width:960px){.featured-pro{grid-template-columns:1fr}.featured-pro__video{min-height:420px}.featured-pro__content{padding:1.5rem}}@media(max-width:720px){.featured-pro__media{display:flex;flex-direction:column;gap:.75rem;padding:.75rem}.featured-pro__video{min-height:auto}.featured-pro__video video{aspect-ratio:4 / 5;height:auto}.featured-pro__testimonial-video{position:static;width:100%;margin:0;border-radius:16px;box-shadow:none}.featured-pro__testimonial-video video{aspect-ratio:16 / 9}.featured-pro__content{padding:.75rem 1rem 1.25rem}.featured-pro__content .h2{font-size:1.7rem;line-height:1.15}.featured-pro__content .lead{font-size:1rem;line-height:1.6}.featured-pro__actions{flex-direction:column}.featured-pro__actions .btn,.featured-pro__actions .btn-outline{width:100%}}
