:root{
  --sx-primary:#12a979;--sx-primary-dark:#087a5a;--sx-ink:#0d172b;--sx-muted:#667085;
  --sx-bg:#fff;--sx-soft:#f5f8f7;--sx-border:#e4ebe8;--sx-container:1360px;--sx-radius:24px;--sx-section-space:112px;
}
*{box-sizing:border-box}.sixxie-master-site{margin:0;background:var(--sx-bg);color:var(--sx-ink);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}.sixxie-master-site img{max-width:100%;display:block}.sx2-shell{width:min(calc(100% - 48px),var(--sx-container));margin:0 auto}.sx2-section{padding:var(--sx-section-space) 0;position:relative}.sx2-bg-soft{background:var(--sx-soft)}.sx2-kicker{display:inline-flex;align-items:center;gap:8px;font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:var(--sx-primary);margin-bottom:18px}.sx2-heading{max-width:800px;margin-bottom:42px}.sx2-heading-center{margin-left:auto;margin-right:auto;text-align:center}.sx2-heading h2,.sx2-split-copy h2,.sx2-dark h2,.sx2-rich h2,.sx2-cta h2{font-size:clamp(34px,4vw,62px);line-height:1.02;letter-spacing:-.045em;margin:0 0 18px;font-weight:700}.sx2-heading p,.sx2-split-copy>p,.sx2-dark-layout>div>p,.sx2-rich-text,.sx2-cta p{font-size:18px;line-height:1.75;color:var(--sx-muted);margin:0}.sx2-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.sx2-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border-radius:14px;text-decoration:none;font-weight:700;border:1px solid transparent;transition:.2s ease}.sx2-btn-primary{background:var(--sx-primary);color:#fff}.sx2-btn-primary:hover{background:var(--sx-primary-dark);transform:translateY(-1px)}.sx2-btn-secondary{background:#fff;color:var(--sx-ink);border-color:var(--sx-border)}.sx2-btn-secondary:hover{border-color:var(--sx-primary);color:var(--sx-primary-dark)}.sx2-btn-light{background:#fff;color:#10231e}.sx2-hero{padding:86px 0 96px;background:linear-gradient(180deg,#fbfdfc 0%,#fff 100%);overflow:hidden}.sx2-hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(18,169,121,.12),rgba(18,169,121,0) 68%);right:-100px;top:-160px;pointer-events:none}.sx2-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:68px;align-items:center}.sx2-hero-copy h1{font-size:clamp(48px,6.3vw,92px);line-height:.95;letter-spacing:-.06em;margin:0 0 24px;max-width:780px}.sx2-lead{font-size:20px;line-height:1.7;color:var(--sx-muted);max-width:700px;margin:0}.sx2-hero-media{margin:0;border-radius:30px;padding:10px;background:#fff;border:1px solid var(--sx-border);box-shadow:0 30px 80px rgba(16,37,31,.12);overflow:hidden;position:relative}.sx2-hero-media:after{content:"";position:absolute;inset:0;border-radius:30px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.5);pointer-events:none}.sx2-hero-media img{width:100%;height:560px;object-fit:cover;border-radius:21px}.sx2-hero--background .sx2-hero-grid{display:block;min-height:700px;position:relative}.sx2-hero--background .sx2-hero-media{position:absolute;inset:0;z-index:0}.sx2-hero--background .sx2-hero-media img{height:100%;filter:brightness(.56)}.sx2-hero--background .sx2-hero-copy{position:relative;z-index:2;color:#fff;padding:110px 80px;max-width:850px}.sx2-hero--background .sx2-lead{color:rgba(255,255,255,.78)}.sx2-hero--image-top .sx2-hero-grid{display:flex;flex-direction:column}.sx2-hero--image-top .sx2-hero-copy{text-align:center;max-width:900px}.sx2-hero--image-top .sx2-hero-media{width:100%}.sx2-card-grid{display:grid;gap:18px}.sx2-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sx2-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sx2-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sx2-feature-card{min-height:245px;padding:30px;border-radius:var(--sx-radius);border:1px solid var(--sx-border);background:#fff;display:flex;flex-direction:column;position:relative;transition:.25s ease}.sx2-feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(18,50,40,.08)}.sx2-card-icon{width:46px;height:46px;border-radius:14px;background:#e9f8f3;color:var(--sx-primary-dark);display:grid;place-items:center;font-weight:800;margin-bottom:34px}.sx2-feature-card small{position:absolute;right:24px;top:24px;padding:7px 10px;background:var(--sx-soft);border-radius:999px;color:var(--sx-muted);font-size:11px;font-weight:700}.sx2-feature-card h3{font-size:22px;margin:0 0 10px}.sx2-feature-card p{margin:0;color:var(--sx-muted);line-height:1.65}.sx2-feature-card a{margin-top:auto;padding-top:22px;color:var(--sx-primary-dark);font-weight:700;text-decoration:none}.sx2-split-section{overflow:hidden}.sx2-bg-white{background:#fff}.sx2-bg-soft{background:var(--sx-soft)}.sx2-split-section.sx2-bg-dark{background:#0e1a1f;color:#fff}.sx2-split-section.sx2-bg-dark .sx2-split-copy>p{color:#9fb2ae}.sx2-split{display:grid;grid-template-columns:1fr 1.1fr;gap:72px;align-items:center}.sx2-split--right .sx2-split-copy{order:1}.sx2-split--right .sx2-product-shot{order:2}.sx2-split--left .sx2-product-shot{order:1}.sx2-split--left .sx2-split-copy{order:2}.sx2-product-shot{margin:0;border-radius:28px;padding:9px;background:#fff;border:1px solid var(--sx-border);box-shadow:0 26px 70px rgba(16,37,31,.1)}.sx2-product-shot img{border-radius:20px;width:100%}.sx2-checks{list-style:none;padding:0;margin:28px 0;display:grid;gap:13px}.sx2-checks li{display:flex;gap:11px;color:inherit}.sx2-checks span{width:24px;height:24px;border-radius:50%;background:#e5f8f1;color:var(--sx-primary-dark);display:grid;place-items:center;flex:none;font-weight:900}.sx2-tour-wrap{display:grid;grid-template-columns:340px 1fr;gap:28px}.sx2-tour-tabs{display:grid;gap:10px;align-content:start}.sx2-tour-tabs button{appearance:none;text-align:left;padding:20px;border:1px solid var(--sx-border);background:#fff;border-radius:18px;color:var(--sx-ink);cursor:pointer}.sx2-tour-tabs button strong,.sx2-tour-tabs button span{display:block}.sx2-tour-tabs button strong{font-size:16px;margin-bottom:5px}.sx2-tour-tabs button span{font-size:13px;color:var(--sx-muted);line-height:1.5}.sx2-tour-tabs button.active{background:#eaf8f3;border-color:#a9e4d0}.sx2-tour-screen{border:1px solid var(--sx-border);border-radius:28px;padding:9px;background:#fff;box-shadow:0 22px 60px rgba(18,50,40,.09);position:relative}.sx2-tour-screen img{width:100%;border-radius:20px}.sx2-tour-caption{position:absolute;left:30px;bottom:30px;right:30px;padding:17px 20px;border-radius:15px;background:rgba(13,23,43,.86);backdrop-filter:blur(10px);color:#fff}.sx2-tour-caption strong,.sx2-tour-caption span{display:block}.sx2-tour-caption span{font-size:13px;margin-top:5px;color:#c8d1d8}.sx2-module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.sx2-module-grid article{background:#fff;border:1px solid var(--sx-border);border-radius:20px;padding:26px;min-height:190px}.sx2-module-grid article>div{display:flex;justify-content:space-between}.sx2-module-dot{width:38px;height:38px;border-radius:12px;background:#e7f8f2;display:block}.sx2-module-grid small{padding:6px 9px;border-radius:999px;background:var(--sx-soft);color:var(--sx-muted)}.sx2-module-grid h3{font-size:20px;margin:30px 0 8px}.sx2-module-grid p{margin:0;color:var(--sx-muted);line-height:1.55}.sx2-dark{background:#0d171b;color:#fff}.sx2-dark-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}.sx2-dark-layout>div>p{color:#9fb1ad}.sx2-dark-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.sx2-dark-cards article{padding:26px;border:1px solid #26383d;border-radius:20px;background:#122126}.sx2-dark-cards small{color:#5ce0b7;font-weight:800}.sx2-dark-cards h3{margin:28px 0 8px;font-size:19px}.sx2-dark-cards p{margin:0;color:#9fb1ad;line-height:1.6}.sx2-process{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;position:relative}.sx2-process article{border:1px solid var(--sx-border);border-radius:20px;padding:24px;background:#fff;min-height:190px}.sx2-process article b{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#e6f8f1;color:var(--sx-primary-dark)}.sx2-process h3{margin:28px 0 8px;font-size:18px}.sx2-process p{margin:0;color:var(--sx-muted);font-size:14px;line-height:1.55}.sx2-faq-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:70px;align-items:start}.sx2-faq details{border-bottom:1px solid var(--sx-border);padding:0}.sx2-faq summary{list-style:none;cursor:pointer;padding:22px 0;font-size:18px;font-weight:700;display:flex;justify-content:space-between;gap:20px}.sx2-faq summary::-webkit-details-marker{display:none}.sx2-faq details p{margin:0 0 24px;color:var(--sx-muted);line-height:1.7}.sx2-rich{max-width:850px}.sx2-rich--center{text-align:center;margin:auto}.sx2-rich-text{white-space:normal}.sx2-cta-section{padding-top:30px}.sx2-cta{border:1px solid #cde9df;background:linear-gradient(120deg,#f5fffb,#eff9f5);border-radius:30px;padding:48px;display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.sx2-cta .sx2-actions{justify-content:flex-end;margin-top:0}.sx2-cta h2{font-size:clamp(32px,4vw,52px)}
@media(max-width:1050px){.sx2-hero-grid,.sx2-split,.sx2-dark-layout,.sx2-faq-layout{grid-template-columns:1fr}.sx2-hero-media img{height:auto}.sx2-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.sx2-tour-wrap{grid-template-columns:1fr}.sx2-tour-tabs{grid-template-columns:repeat(2,1fr)}.sx2-module-grid{grid-template-columns:repeat(2,1fr)}.sx2-process{grid-template-columns:repeat(2,1fr)}.sx2-cta{grid-template-columns:1fr}.sx2-cta .sx2-actions{justify-content:flex-start}.sx2-split--right .sx2-split-copy,.sx2-split--right .sx2-product-shot,.sx2-split--left .sx2-product-shot,.sx2-split--left .sx2-split-copy{order:initial}}
@media(max-width:680px){.sx2-shell{width:min(calc(100% - 28px),var(--sx-container))}.sx2-section{padding:72px 0}.sx2-hero{padding:54px 0 70px}.sx2-hero-copy h1{font-size:48px}.sx2-lead{font-size:17px}.sx2-cols-2,.sx2-cols-3,.sx2-cols-4,.sx2-module-grid,.sx2-dark-cards,.sx2-process,.sx2-tour-tabs{grid-template-columns:1fr}.sx2-feature-card{min-height:210px}.sx2-tour-caption{position:static;margin-top:8px;background:#101b20}.sx2-heading h2,.sx2-split-copy h2,.sx2-dark h2,.sx2-rich h2,.sx2-cta h2{font-size:38px}.sx2-cta{padding:30px}.sx2-hero--background .sx2-hero-copy{padding:70px 24px}}
.sx2-site-header{background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--sx-border)}.sx2-desktop-menu{display:flex;align-items:center;gap:4px}.sx2-menu-item{position:relative}.sx2-menu-item>a{display:flex;align-items:center;gap:6px;padding:12px 13px;color:var(--sx-ink);text-decoration:none;font-weight:650;font-size:14px;border-radius:10px}.sx2-menu-item>a:hover{background:var(--sx-soft)}.sx2-menu-chevron{font-size:12px;color:var(--sx-muted)}.sx2-submenu{display:none;position:absolute;top:100%;left:0;min-width:230px;padding:8px;background:#fff;border:1px solid var(--sx-border);border-radius:16px;box-shadow:0 20px 50px rgba(18,50,40,.12);z-index:50}.sx2-submenu .sx2-menu-item>a{padding:11px 12px}.sx2-menu-item:hover>.sx2-submenu,.sx2-menu-item:focus-within>.sx2-submenu{display:block}.sx2-header-icon{width:42px;height:42px;border:1px solid var(--sx-border);border-radius:12px;display:grid;place-items:center;text-decoration:none;color:var(--sx-ink);font-size:20px}.sx2-mobile-menu .sx2-menu-item{width:100%}.sx2-mobile-menu .sx2-menu-item>a{padding:14px 0}.sx2-mobile-menu .sx2-submenu{position:static;display:block;border:0;box-shadow:none;padding:0 0 0 18px;background:transparent}.sx2-footer{background:#0d171b;color:#fff;padding:72px 0 28px}.sx2-footer-grid{display:grid;grid-template-columns:1.6fr repeat(4,1fr);gap:42px}.sx2-footer-brand img{width:160px;filter:brightness(0) invert(1)}.sx2-footer-brand p{color:#9fb1ad;line-height:1.7;max-width:360px}.sx2-footer-brand small{color:#5ce0b7}.sx2-footer-col{display:flex;flex-direction:column;gap:11px}.sx2-footer-col strong{margin-bottom:8px}.sx2-footer-col a{color:#aebcb9;text-decoration:none;font-size:14px}.sx2-footer-col a:hover{color:#fff}.sx2-footer-bottom{margin-top:52px;padding-top:24px;border-top:1px solid #25353a;display:flex;justify-content:space-between;gap:20px;color:#82938f;font-size:13px}@media(max-width:1050px){.sx2-desktop-menu{display:none}.sx2-footer-grid{grid-template-columns:1fr 1fr 1fr}.sx2-footer-brand{grid-column:1/-1}}@media(max-width:680px){.sx2-footer-grid{grid-template-columns:1fr 1fr}.sx2-footer-bottom{flex-direction:column}.sx2-footer-brand{grid-column:1/-1}}
.sx2-text-brand,.sx2-footer-name{font-size:20px;font-weight:800;letter-spacing:-.03em;color:inherit;text-decoration:none}.sx2-footer-name{font-size:22px;color:#fff;display:inline-block;margin-bottom:8px}
