.preview{display:flex;flex-direction:column;align-items:center;padding:40px 40px 60px;position:relative;max-width:1200px;margin:0 auto}@media screen and (max-width:1025px)and (max-aspect-ratio:1/1){.preview{padding:32px 24px 40px}}.preview__breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:32px;font-size:14px}.preview__breadcrumb-link{color:var(--primary-color);text-decoration:none;font-weight:500}.preview__breadcrumb-link:hover{text-decoration:underline}.preview__breadcrumb-separator{color:rgba(var(--text-main),.4)}.preview__breadcrumb-current{color:rgba(var(--text-main),.6)}.preview__header{text-align:center;max-width:800px;margin-bottom:48px}.preview__title{margin:0 0 20px;font-size:clamp(36px,4.5vw,52px);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--primary-color)}@media screen and (max-width:768px){.preview__title{font-size:clamp(28px,6vw,36px)}}.preview__subtitle{margin:0;font-size:18px;line-height:1.7;color:rgba(var(--text-main),.7)}@media screen and (max-width:768px){.preview__subtitle{font-size:16px}}.preview__actions{margin-top:32px}.preview__heading-2{margin:0 0 48px;font-size:clamp(36px,4.5vw,56px);text-align:center;font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--text-main-color)}@media screen and (max-width:1025px)and (max-aspect-ratio:1/1){.preview__heading-2{margin-bottom:32px;font-size:clamp(28px,6vw,40px)}}.preview__emphasizing{color:var(--primary-color)}.previewVideoZone{margin-bottom:48px;padding:0;text-align:center;max-width:1000px;width:100%;position:relative}@media screen and (max-width:1025px)and (max-aspect-ratio:1/1){.previewVideoZone{width:100%;margin-bottom:32px}}.previewVideoZone__bgImg{display:none}.previewVideo{background:#f8f9fa;box-shadow:0 4px 24px #00000014;border-radius:12px;border:1px solid rgba(0,0,0,.06);min-height:400px;width:100%;max-width:900px;overflow:hidden}@media(prefers-color-scheme:dark){.previewVideo{background:#1a1d21;border-color:#ffffff14;box-shadow:0 4px 24px #0000003d}}@media screen and (max-width:1025px)and (max-aspect-ratio:1/1){.previewVideo{height:auto;min-height:250px;width:100%;border-radius:10px}}@media screen and (max-width:500px)and (max-aspect-ratio:1/1){.previewVideo{border-radius:8px;min-height:200px}}.previewDescription{color:var(--text-secondary-color, rgba(0, 0, 0, .7));font-size:18px;text-align:center;max-width:640px;margin:0 auto;line-height:1.7}@media screen and (max-width:1025px)and (max-aspect-ratio:1/1){.previewDescription{font-size:16px;max-width:90%}}@media screen and (max-width:500px)and (max-aspect-ratio:1/1){.previewDescription{font-size:15px;line-height:1.6}}.previewDescription__text{text-align:center;margin-bottom:24px;line-height:1.7}@media(prefers-color-scheme:dark){.previewDescription{color:#ffffffbf}}.secondaryDescription{max-width:900px;width:90%;margin:0 auto 80px;padding:56px 48px;text-align:center;background:linear-gradient(135deg,#1fb07e14,#1fb07e05);border-radius:20px;border:1px solid rgba(31,176,126,.15);position:relative;overflow:hidden}.secondaryDescription:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1fb07e,#15a06e)}@media screen and (max-width:1025px)and (max-aspect-ratio:1/1){.secondaryDescription{width:92%;padding:40px 28px;margin-bottom:60px}}@media screen and (max-width:500px)and (max-aspect-ratio:1/1){.secondaryDescription{padding:36px 24px;margin-bottom:48px;border-radius:16px}}.secondaryDescription__heading-3{margin-bottom:28px;padding:0 5%;font-size:clamp(24px,3vw,32px);font-weight:700;line-height:1.35;color:var(--text-main-color)}@media screen and (max-width:500px)and (max-aspect-ratio:1/1){.secondaryDescription__heading-3{margin-bottom:20px;padding:0;font-size:clamp(20px,4.5vw,24px)}}@media(prefers-color-scheme:dark){.secondaryDescription{background:linear-gradient(135deg,#1fb07e1f,#1fb07e0a);border-color:#1fb07e33}.secondaryDescription__heading-3{color:#f0f6fc}}.relatedFeatures{padding:80px 40px;margin-bottom:0;background:linear-gradient(180deg,transparent 0%,rgba(31,176,126,.02) 100%)}@media screen and (max-width:768px){.relatedFeatures{padding:60px 20px}}.relatedFeatures__heading-3{margin-bottom:48px;text-align:center;font-size:clamp(28px,3.5vw,36px);font-weight:700;line-height:1.25;color:var(--text-main-color)}.relatedFeatures__emphasizing{color:var(--primary-color)}@media screen and (max-width:500px){.relatedFeatures__heading-3{margin-bottom:32px;font-size:clamp(22px,5vw,28px)}}.relatedFeatures_cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto}@media screen and (max-width:900px){.relatedFeatures_cards{grid-template-columns:1fr;max-width:500px;gap:16px}}.featuresCard{display:flex;flex-direction:column;padding:32px;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.08);text-decoration:none;transition:all .25s ease;position:relative;overflow:hidden}.featuresCard:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--primary-color);transform:scaleY(0);transition:transform .25s ease;transform-origin:bottom}.featuresCard:hover{border-color:#1fb07e4d;box-shadow:0 12px 32px #1fb07e1a;transform:translateY(-4px)}.featuresCard:hover:before{transform:scaleY(1)}@media(prefers-color-scheme:dark){.featuresCard{background:#1a1d21;border-color:#ffffff1a}.featuresCard:hover{border-color:#1fb07e66;box-shadow:0 12px 32px #0000004d}}.featuresCard__title{margin:0 0 12px;font-size:20px;font-weight:600;color:var(--text-main-color);line-height:1.3}@media(prefers-color-scheme:dark){.featuresCard__title{color:#f0f6fc}}.featuresCard__description{margin:0 0 20px;font-size:15px;line-height:1.65;color:rgba(var(--text-main),.65);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}@media(prefers-color-scheme:dark){.featuresCard__description{color:#fff9}}.featuresCard__link{font-size:14px;font-weight:600;color:var(--primary-color);display:flex;align-items:center;gap:6px;margin-top:auto}.featuresCard__arrow{transition:transform .25s ease;font-size:16px}.featuresCard:hover .featuresCard__arrow{transform:translate(6px)}.allSingleFeatures{padding:80px 40px 100px;margin-bottom:0;background:linear-gradient(180deg,#f8f9fa,#fff);border-top:1px solid rgba(0,0,0,.06)}@media screen and (max-width:768px){.allSingleFeatures{padding:60px 20px 80px}}.allSingleFeatures__heading-3{margin-bottom:48px;text-align:center;font-size:clamp(28px,3.5vw,36px);font-weight:700;line-height:1.25;color:var(--text-main-color)}.allSingleFeatures__emphasizing{color:var(--primary-color)}@media screen and (max-width:500px){.allSingleFeatures__heading-3{margin-bottom:32px;font-size:clamp(22px,5vw,28px)}}@media(prefers-color-scheme:dark){.allSingleFeatures{background:linear-gradient(180deg,#0d1117,#161b22);border-top-color:#ffffff14}}.getStarted{position:relative;display:flex;flex-direction:column;align-items:center;padding:100px 40px;margin:80px 0;overflow:hidden;background:linear-gradient(135deg,rgba(var(--primary-rgb),.08),rgba(var(--primary-rgb),.04) 30%,rgba(var(--primary-rgb),.06) 70%,rgba(var(--primary-rgb),.03));border-radius:0;box-shadow:none}.getStarted:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(var(--primary-rgb),.05) 50%,transparent 70%);animation:shimmer 8s ease-in-out infinite;z-index:0;pointer-events:none}@keyframes shimmer{0%,to{transform:translate(-50%) rotate(0)}50%{transform:translate(50%) rotate(180deg)}}.getStarted:after{content:"";position:absolute;top:20%;right:5%;width:250px;height:250px;background:radial-gradient(circle,rgba(var(--primary-rgb),.15) 0%,transparent 60%);border-radius:50%;filter:blur(60px);animation:floatOrb 12s ease-in-out infinite;z-index:0;pointer-events:none}@keyframes floatOrb{0%,to{transform:translate(0) scale(1);opacity:.6}50%{transform:translate(-30px,30px) scale(1.2);opacity:1}}.getStarted>*{position:relative;z-index:1}.getStarted__heading-2{margin-bottom:24px;font-size:clamp(40px,5vw,56px);font-weight:800;line-height:1.1;letter-spacing:-.02em;text-align:center;max-width:800px;background:linear-gradient(135deg,var(--text-main-color) 0%,var(--text-main-color) 40%,var(--primary-color) 60%,#16a571 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:slideUpBounce .8s ease-out .1s backwards}@keyframes slideUpBounce{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.getStartedInfo{display:flex;flex-direction:column;align-items:center;gap:32px;margin:40px 0;max-width:600px;text-align:center}.getStartedInfo__text{font-size:clamp(18px,2vw,22px);line-height:1.6;color:rgba(var(--text-main),.85);margin:0;animation:fadeIn .8s ease-out .2s backwards}.getStarted .button{animation:slideUp .8s ease-out .3s backwards}.getStarted__image{position:absolute;width:180px;height:180px;object-fit:contain;opacity:.6;filter:drop-shadow(0 10px 30px rgba(0,0,0,.1));animation:floatImage 10s ease-in-out infinite}.getStarted__image_right{bottom:10%;right:20px;animation-delay:0s}.getStarted__image.prefers_dark{display:none}@media(prefers-color-scheme:dark){.getStarted__image.prefers_light{display:none}.getStarted__image.prefers_dark{display:block}}@keyframes floatImage{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-15px) rotate(2deg)}75%{transform:translateY(10px) rotate(-2deg)}}@media screen and (max-width:1025px)and (max-aspect-ratio:1/1){.getStarted{padding:80px 30px;margin:60px 20px;border-radius:0}.getStarted__heading-2{font-size:clamp(32px,6vw,48px)}.getStarted__image{width:140px;height:140px}.getStarted:before,.getStarted:after{display:none}}@media screen and (max-width:500px)and (max-aspect-ratio:1/1){.getStarted{padding:60px 20px;margin:40px 10px;border-radius:0}.getStarted__heading-2{font-size:clamp(28px,7vw,36px);margin-bottom:20px}.getStartedInfo{gap:24px;margin:30px 0}.getStartedInfo__text{font-size:16px;width:90%}.getStarted__image{position:static;width:120px;height:120px;margin-top:20px;opacity:.5}}@media(prefers-color-scheme:dark){.getStarted{background:linear-gradient(135deg,rgba(var(--primary-rgb),.12),rgba(var(--primary-rgb),.06) 30%,rgba(var(--primary-rgb),.08) 70%,rgba(var(--primary-rgb),.04));box-shadow:none}.getStarted__heading-2{background:linear-gradient(135deg,#f0f6fc 0%,#f0f6fc 40%,var(--primary-color) 60%,#16a571 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.getStartedInfo__text{color:#fffc}.getStarted__image{opacity:.4}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
