﻿*{margin:0;padding:0;box-sizing:border-box}body.fp{font-family:"Instrument Sans",-apple-system,BlinkMacSystemFont,sans-serif;background-color:#f6f5f2;color:#1c1c1f;-webkit-font-smoothing:antialiased}.fp-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background-color:#1c1c1f}.fp-header__logo img{display:block;height:32px}.fp-header__nav{display:flex;align-items:center;gap:24px}.fp-header__nav a{font-size:15px;font-weight:500;color:#acb3ce;text-decoration:none}.fp-header__nav a:hover{color:#fff}.fp-header__cta{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:24px;background-color:#1652ee;color:#fff !important;font-weight:600}.fp-header__cta img{width:18px;height:18px}.fp-header__cta:hover{background-color:#0f3fc4}.fp-hero{padding:72px 24px 80px;background-color:#1c1c1f;text-align:center}.fp-hero__breadcrumb{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:28px;font-size:14px;color:#6a6a72}.fp-hero__breadcrumb a{color:#acb3ce;text-decoration:none}.fp-hero__breadcrumb a:hover{color:#fff}.fp-hero__breadcrumb span[aria-current]{color:#fff}.fp-hero__title{max-width:860px;margin:0 auto 20px;font-size:56px;line-height:1.1;font-weight:500;letter-spacing:-0.5px;color:#fff}.fp-hero__lead{max-width:680px;margin:0 auto;font-size:18px;line-height:27px;color:#acb3ce}.fp-content{max-width:800px;margin:0 auto;padding:72px 24px 8px}.fp-content h2{margin:56px 0 20px;font-size:32px;line-height:1.15;font-weight:500;letter-spacing:-0.4px}.fp-content h2:first-child{margin-top:0}.fp-content h3{margin:32px 0 12px;font-size:22px;font-weight:600}.fp-content p{margin:0 0 16px;font-size:17px;line-height:27px;color:#3a3a40}.fp-content ol,.fp-content ul{margin:0 0 20px;padding-left:24px}.fp-content ol li,.fp-content ul li{margin-bottom:12px;font-size:17px;line-height:27px;color:#3a3a40}.fp-content table{width:100%;margin:8px 0 24px;border-collapse:separate;border-spacing:0;background-color:#fff;border-radius:16px;overflow:hidden;font-size:15px;line-height:22px}.fp-content table th,.fp-content table td{padding:14px 18px;text-align:left;vertical-align:top;border-bottom:1px solid #efede8}.fp-content table th{font-weight:600;color:#1c1c1f;background-color:#fbfaf8}.fp-content table tr:last-child td{border-bottom:none}.fp-content table td:first-child{font-weight:600;white-space:nowrap}.fp-faq{max-width:800px;margin:0 auto;padding:40px 24px 24px}.fp-faq h2{margin-bottom:24px;font-size:32px;font-weight:500;letter-spacing:-0.4px}.fp-faq details{margin-bottom:12px;background-color:#fff;border-radius:14px;overflow:hidden}.fp-faq details summary{padding:18px 22px;font-size:16px;font-weight:600;cursor:pointer;list-style:none;position:relative}.fp-faq details summary::-webkit-details-marker{display:none}.fp-faq details summary::after{content:"+";position:absolute;right:22px;top:50%;transform:translateY(-50%);font-size:20px;font-weight:400;color:#1652ee}.fp-faq details[open] summary::after{content:"–"}.fp-faq details p{padding:0 22px 18px;font-size:15px;line-height:24px;color:#6a6a72}.fp-related{max-width:1000px;margin:0 auto;padding:40px 24px 72px}.fp-related h2{margin-bottom:24px;font-size:32px;font-weight:500;letter-spacing:-0.4px}.fp-related__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}.fp-related__card{display:flex;flex-direction:column;gap:10px;padding:26px 24px;background-color:#fff;border-radius:18px;border:1px solid rgba(0,0,0,0);text-decoration:none;transition:border-color .2s ease,transform .2s ease}.fp-related__card:hover{border-color:#1652ee;transform:translateY(-2px)}.fp-related__card h3{font-size:18px;font-weight:600;color:#1c1c1f;letter-spacing:-0.3px}.fp-related__card p{font-size:14px;line-height:21px;color:#6a6a72}.fp-related__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:4px;border-radius:11px;background-color:#eef2ff;color:#1652ee}.fp-related__icon svg{width:20px;height:20px}.fh-catalog{max-width:1152px;margin:0 auto;padding:64px 24px 72px}.fh-category{margin-bottom:56px}.fh-category:last-child{margin-bottom:0}.fh-category h2{margin-bottom:20px;font-size:28px;font-weight:500;letter-spacing:-0.4px}.fh-category__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}.fp-cta{padding:90px 24px 100px;background-color:#1c1c1f;text-align:center}.fp-cta h2{margin-bottom:12px;font-size:44px;line-height:1.1;font-weight:500;letter-spacing:-0.5px;color:#fff}.fp-cta p{margin-bottom:32px;font-size:17px;color:#acb3ce}.fp-cta a{display:inline-block;padding:15px 32px;border-radius:32px;background-color:#1652ee;color:#fff;font-size:16px;font-weight:600;text-decoration:none}.fp-cta a:hover{background-color:#0f3fc4}.fp-footer{display:flex;justify-content:center;gap:32px;padding:28px 24px;background-color:#1c1c1f;border-top:1px solid #2a2a2e}.fp-footer a{font-size:14px;color:#6a6a72;text-decoration:none}.fp-footer a:hover{color:#fff}@media screen and (max-width: 900px){.fp-related__grid,.fh-category__grid{grid-template-columns:repeat(2, 1fr)}.fp-hero__title{font-size:42px}}@media screen and (max-width: 600px){.fp-hero{padding:56px 16px 60px}.fp-hero__title{font-size:32px}.fp-content{padding-top:48px}.fp-content h2{font-size:26px}.fp-content table{display:block;overflow-x:auto}.fp-related__grid,.fh-category__grid{grid-template-columns:1fr}.fp-cta h2{font-size:32px}.fp-header__nav a:not(.fp-header__cta){display:none}}
