.fade-in.visible{opacity:1;transform:translateY(0)}.breadcrumb{padding:16px 0;background:var(--white);border-bottom:1px solid var(--gray-mid)}.breadcrumb__list{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--gray-text)}.breadcrumb__list a{color:var(--orange);font-weight:600}.breadcrumb__sep{color:#b8c1cf}.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fbfcff 100%);padding:88px 0 76px}.hero__grid{display:grid;grid-template-columns:1.3fr .9fr;gap:42px;align-items:center}.hero h1{font-weight:800;font-size:clamp(34px,5vw,54px);margin-bottom:20px;max-width:760px}.hero__desc{font-size:18px;max-width:710px;margin-bottom:30px}.hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}.btn-white{background:var(--white);color:var(--navy)}.btn-white:hover{background:var(--blue);color:var(--white);transform:translateY(-2px)}.hero__trust{display:flex;flex-wrap:wrap;gap:12px}.trust-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--gray-mid);border-radius:999px;padding:10px 14px;background:var(--white);font-size:14px;color:var(--navy);box-shadow:var(--shadow)}.trust-pill span{width:8px;height:8px;border-radius:50%;background:var(--orange);display:inline-block}.hero-card{background:var(--white);border:1px solid var(--gray-mid);border-radius:18px;box-shadow:var(--shadow-hover);padding:28px}.hero-card__title{font-family:var(--font-heading);font-size:18px;font-weight:700;margin-bottom:16px}.hero-card ul{display:grid;gap:14px}.hero-card li{padding-left:20px;position:relative;color:#3a4660}.hero-card li::before{content:"";position:absolute;left:0;top:11px;width:8px;height:8px;border-radius:50%;background:var(--blue)}.card--gradient::before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;border-radius:var(--radius) var(--radius) 0 0;background:linear-gradient(90deg,var(--orange) 0%,var(--blue) 100%)!important}.link-grid{grid-template-columns:repeat(3,1fr)}.highlight-box{background:linear-gradient(135deg,rgba(253,81,8,.06),rgba(45,194,255,.08));border:1px solid var(--gray-mid);border-radius:18px;padding:28px;margin-top:26px}.highlight-box h3{font-family:var(--font-heading);font-size:20px;margin-bottom:10px}.faq-item.open .faq-item__icon{transform:rotate(45deg);background:var(--orange)}.faq-item.open .faq-item__icon svg{stroke:var(--white)}.faq-item.open .faq-item__a{max-height:500px}.services-strip__title{display:none}@media (max-width:760px){.hero{padding:68px 0 60px}.hero__actions{flex-direction:column;align-items:stretch}}