.home{background:var(--c-bg);color:var(--c-text)}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 20px}.h2{font-size:28px;letter-spacing:-0.02em;line-height:1.15;margin:0 0 14px}.h3{font-size:22px;letter-spacing:-0.01em;line-height:1.2;margin:0 0 12px}.prose{font-size:15.5px;line-height:1.75;color:rgba(11,11,12,0.86)}.prose p{margin:0 0 12px}.prose strong{color:var(--c-text);font-weight:650}.prose ul{margin:0 0 14px 18px;padding:0}.prose li{margin:0 0 10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:46px;padding:0 18px;border-radius:999px;border:1px solid var(--c-text);background:var(--c-text);color:var(--c-bg);text-decoration:none;font-weight:600;font-size:14px;letter-spacing:0.01em;transition:transform .15s ease,background .15s ease,color .15s ease,border-color .15s ease}.btn:hover{transform:translateY(-1px);background:var(--c-bg);color:var(--c-text);border-color:var(--c-text)}.btn__icon{display:inline-flex;width:18px;height:18px}.btn__icon svg{width:18px;height:18px;display:block;fill:currentColor}.home-section{padding:74px 0;border-top:1px solid rgba(0,0,0,0.04)}.home-section--alt{background:var(--c-soft)}.home-section--tight{padding:58px 0}.section-head{margin:0 0 18px}.home-hero{min-height:calc(100vh - 72px);display:flex;align-items:center;padding:46px 0;background:radial-gradient(1200px 520px at 50% -20%,rgba(0,0,0,0.06),transparent 65%)}.home-hero__inner{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:36px;align-items:center}@media (max-width:920px){.home-hero{min-height:auto;padding:56px 0 34px}.home-hero__inner{grid-template-columns:minmax(0,1fr);gap:18px}}.home-hero__copy{max-width:620px}.home-hero__media{min-height:420px}.home-hero__media img{width:100%;height:100%;object-fit:cover;display:block}.home-hero__title{font-size:clamp(38px,5vw,60px);line-height:1.02;letter-spacing:-0.04em;margin:0 0 14px}.home-hero__subtitle{margin:0 0 22px;font-size:16px;color:var(--c-muted);max-width:56ch}.home-hero__cta{display:flex;flex-wrap:wrap;align-items:center;gap:12px 14px}.home-hero__note{font-size:13px;color:var(--c-muted);padding:10px 14px;border-radius:999px;border:1px solid var(--c-line);background:rgba(255,255,255,0.7)}.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:36px;align-items:center}.split--reverse{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr)}.split--reverse .split__media{order:2}.split--reverse .split__content{order:1}.split__media{margin:0;border-radius:var(--radius-lg);overflow:hidden;background:#fff;border:1px solid var(--c-line);box-shadow:var(--shadow-1)}.split__media img{width:100%;height:auto;display:block}.split__media--circle{border-radius:999px;max-width:360px;justify-self:center}.split__content{max-width:720px}.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.step{background:var(--c-bg);border:1px solid var(--c-line);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-1);padding:16px 16px 18px;display:flex;flex-direction:column;gap:10px}.step img{width:100%;height:auto;border-radius:14px;border:1px solid rgba(0,0,0,0.06)}.step h3{margin:4px 0 0;font-size:15px;line-height:1.25;letter-spacing:-0.01em}.step p{margin:0;font-size:14px;line-height:1.6;color:rgba(11,11,12,0.82)}.home-join__inner{text-align:center}.home-join__content{max-width:820px;margin:0 auto}.home-join__content>p{margin-left:auto;margin-right:auto}.home-join__content .btn{display:inline-flex;margin-left:auto;margin-right:auto}.callout{margin:14px auto 18px;max-width:820px;background:#fff3b0;border:1px solid rgba(182,147,75,0.35);color:rgba(11,11,12,0.92)}.callout p{margin:0}.features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.feature{background:rgba(255,255,255,0.65);border:1px solid var(--c-line);border-radius:var(--radius-md);padding:16px 16px 18px}.feature h4{margin:0 0 8px;font-size:15px;letter-spacing:-0.01em}.feature p{margin:0;font-size:14px;line-height:1.6;color:rgba(11,11,12,0.82)}.testimonials{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.testimonial{background:var(--c-bg);border:1px solid var(--c-line);border-radius:var(--radius-md);box-shadow:var(--shadow-1);padding:18px 18px 16px;display:flex;flex-direction:column;gap:14px}.testimonial__quote{margin:0;font-size:14.5px;line-height:1.7;color:rgba(11,11,12,0.86)}.testimonial__meta{display:flex;flex-direction:column;align-items:center;gap:10px;border-top:1px solid rgba(0,0,0,0.06);padding-top:14px;text-align:center}.testimonial__meta img{width:100%;max-width:250px;aspect-ratio:4 / 3;height:auto;object-fit:cover;border-radius:14px;border:1px solid rgba(0,0,0,0.08)}.testimonial__who{font-size:13px;color:rgba(11,11,12,0.78)}.testimonial__stars{font-size:32px;letter-spacing:2px;color:#f4c542;line-height:1}.home-profiles{padding:54px 0 74px;border-top:1px solid rgba(0,0,0,0.04);background:#fff}.profiles-head{display:flex;align-items:center;justify-content:center;gap:16px;margin:0 0 18px;text-align:center}.profiles-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.profile-card{border:1px solid var(--c-line);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-1);overflow:hidden}.profile-photo{width:100%;aspect-ratio:4 / 5;background:var(--c-soft);border-bottom:1px solid rgba(0,0,0,0.06)}.profile-photo img{width:100%;height:100%;object-fit:cover;display:block}.profile-body{padding:12px 12px 14px}.profile-name{margin:0 0 6px;font-size:15px;font-weight:650;letter-spacing:-0.01em}.profile-meta{display:grid;gap:6px;font-size:13px;color:rgba(11,11,12,0.78);line-height:1.45}.profile-meta strong{color:rgba(11,11,12,0.92);font-weight:600}.home-final__inner{border:1px solid var(--c-line);border-radius:var(--radius-lg);padding:30px 26px;background:rgba(255,255,255,0.6);box-shadow:var(--shadow-1);text-align:center}.home-final__text{margin:0 auto 16px;max-width:72ch;font-size:14.5px;line-height:1.7;color:rgba(11,11,12,0.82)}.home-final__actions{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px;margin-top:14px}.home-final .social{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:2px}.home-final .social__item{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;padding:0;border-radius:999px;border:1px solid var(--c-line);background:var(--c-bg);color:transparent;font-size:0;line-height:0;text-decoration:none;position:relative;overflow:hidden;transition:background .15s ease,transform .15s ease,border-color .15s ease}.home-final .social__item::before{content:"";width:18px;height:18px;display:block;background:var(--c-text);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-repeat:no-repeat;mask-position:center;mask-size:contain}.home-final .social__item:hover{background:var(--c-soft);border-color:var(--c-line-strong);transform:translateY(-1px)}@media (max-width:1060px){.profiles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.profiles-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:1060px){.steps{grid-template-columns:repeat(2,minmax(0,1fr))}.features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:920px){.split,.split--reverse{grid-template-columns:minmax(0,1fr);gap:18px}.split--reverse .split__media,.split--reverse .split__content{order:initial}}@media (max-width:720px){.testimonials{grid-template-columns:minmax(0,1fr)}.home-section{padding:56px 0}.home-join__inner{padding:24px 18px}.home-final__inner{padding:22px 18px}}@media (max-width:920px){.home-hero__media{min-height:260px}}.social__item::before{content:"";width:18px;height:18px;display:block;background:var(--c-text);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-repeat:no-repeat;mask-position:center;mask-size:contain}.social__item[aria-label="Facebook"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M279.14 288l14.22-92.66h-88.91V117.78c0-25.35 12.42-50.06 52.24-50.06H295V6.26S259.36 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.2V288z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M279.14 288l14.22-92.66h-88.91V117.78c0-25.35 12.42-50.06 52.24-50.06H295V6.26S259.36 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.2V288z'/%3E%3C/svg%3E")}.social__item[aria-label="YouTube"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M549.655 124.083c-6.281-23.65-24.787-42.19-48.38-48.47C458.21 64 288 64 288 64S117.79 64 74.725 75.613c-23.593 6.28-42.099 24.82-48.38 48.47C14.72 167.158 14.72 256 14.72 256s0 88.842 11.625 131.917c6.281 23.65 24.787 41.5 48.38 47.78C117.79 448 288 448 288 448s170.21 0 213.275-12.303c23.593-6.28 42.099-24.13 48.38-47.78C561.28 344.842 561.28 256 561.28 256s0-88.842-11.625-131.917zM232 336V176l142 80-142 80z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M549.655 124.083c-6.281-23.65-24.787-42.19-48.38-48.47C458.21 64 288 64 288 64S117.79 64 74.725 75.613c-23.593 6.28-42.099 24.82-48.38 48.47C14.72 167.158 14.72 256 14.72 256s0 88.842 11.625 131.917c6.281 23.65 24.787 41.5 48.38 47.78C117.79 448 288 448 288 448s170.21 0 213.275-12.303c23.593-6.28 42.099-24.13 48.38-47.78C561.28 344.842 561.28 256 561.28 256s0-88.842-11.625-131.917zM232 336V176l142 80-142 80z'/%3E%3C/svg%3E")}.social__item[aria-label="X"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M389.2 48h70.6L306.6 224.2 486 464h-139L233.7 318.6 106.5 464H35.8l164-187.7L26 48h142.6l102.5 136.9L389.2 48z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M389.2 48h70.6L306.6 224.2 486 464h-139L233.7 318.6 106.5 464H35.8l164-187.7L26 48h142.6l102.5 136.9L389.2 48z'/%3E%3C/svg%3E")}.social__item[aria-label="Instagram"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.3 0-74.7-33.4-74.7-74.7s33.4-74.7 74.7-74.7 74.7 33.4 74.7 74.7-33.4 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zM398.8 80c-1.7-35.3-9.9-66.6-36.2-92.9C336.3-39.2 305-47.4 269.7-49.1 233.7-50.8 214.3-50.8 178.3-49.1c-35.3 1.7-66.6 9.9-92.9 36.2C59.1 13.4 50.9 44.7 49.2 80c-1.7 36-1.7 55.3 0 91.3 1.7 35.3 9.9 66.6 36.2 92.9 26.3 26.3 57.6 34.5 92.9 36.2 36 1.7 55.3 1.7 91.3 0 35.3-1.7 66.6-9.9 92.9-36.2 26.3-26.3 34.5-57.6 36.2-92.9 1.7-36 1.7-55.3 0-91.3z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.3 0-74.7-33.4-74.7-74.7s33.4-74.7 74.7-74.7 74.7 33.4 74.7 74.7-33.4 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zM398.8 80c-1.7-35.3-9.9-66.6-36.2-92.9C336.3-39.2 305-47.4 269.7-49.1 233.7-50.8 214.3-50.8 178.3-49.1c-35.3 1.7-66.6 9.9-92.9 36.2C59.1 13.4 50.9 44.7 49.2 80c-1.7 36-1.7 55.3 0 91.3 1.7 35.3 9.9 66.6 36.2 92.9 26.3 26.3 57.6 34.5 92.9 36.2 36 1.7 55.3 1.7 91.3 0 35.3-1.7 66.6-9.9 92.9-36.2 26.3-26.3 34.5-57.6 36.2-92.9 1.7-36 1.7-55.3 0-91.3z'/%3E%3C/svg%3E")}.social__item[aria-label="TikTok"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M448 209.9v125.1c-53.2-2.4-101.5-22.5-139.2-54.1v123.1c0 63.6-51.6 115.2-115.2 115.2S78.4 467.6 78.4 404s51.6-115.2 115.2-115.2c4.7 0 9.4.3 14 .9V16h101.3c2.4 45.6 39.9 82.1 85.5 84.5V209.9z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M448 209.9v125.1c-53.2-2.4-101.5-22.5-139.2-54.1v123.1c0 63.6-51.6 115.2-115.2 115.2S78.4 467.6 78.4 404s51.6-115.2 115.2-115.2c4.7 0 9.4.3 14 .9V16h101.3c2.4 45.6 39.9 82.1 85.5 84.5V209.9z'/%3E%3C/svg%3E")}@media (max-width:920px){.home-hero__copy{max-width:100%;text-align:center;margin:0 auto}.home-hero__title{margin:0 0 18px;line-height:1.08}.home-hero__subtitle{margin:0 auto 26px;max-width:32ch;font-size:16px}.home-hero__cta{width:100%;justify-content:center;flex-direction:column;gap:14px}.home-hero__cta .btn{width:100%;max-width:360px;justify-content:center}.home-hero__note{width:fit-content;margin:0 auto}.home-hero__media{margin-top:10px}}