:root{--tr-navy:#001c45;--tr-blue:#0b326b;--tr-red:#d41118;--tr-text:#17233b;--tr-muted:#5e6b7d;--tr-soft:#f5f8fc;--tr-line:#e2e9f2;--tr-white:#fff}.tr-page{font-family:Inter,Arial,sans-serif;color:var(--tr-text);background:#fff;line-height:1.6}.tr-page *{box-sizing:border-box}.tr-container{width:min(1180px,calc(100% - 40px));margin:0 auto}.tr-section{padding:92px 0}.tr-soft{background:var(--tr-soft)}.tr-kicker{display:inline-block;margin-bottom:16px;color:var(--tr-red);font-size:.78rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.tr-page h1,.tr-page h2,.tr-page h3{font-family:Inter,Arial,sans-serif;color:var(--tr-navy);line-height:1.08;letter-spacing:-.035em;margin:0}.tr-page h1{font-size:clamp(2.8rem,5.5vw,5.2rem);max-width:760px}.tr-page h2{font-size:clamp(2rem,3.5vw,3.5rem)}.tr-page h3{font-size:1.35rem}.tr-page p{color:var(--tr-muted);font-size:1.07rem;margin:17px 0 0}.tr-hero{position:relative;overflow:hidden;padding:112px 0 100px;background:linear-gradient(135deg,#fff 0%,#f7faff 62%,#edf3fb 100%)}.tr-hero:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-210px;top:-250px;background:rgba(212,17,24,.055)}.tr-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:80px;align-items:center}.tr-hero p{max-width:720px;font-size:1.2rem}.tr-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.tr-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 25px;border-radius:9px;text-decoration:none!important;font-weight:850;transition:.2s ease}.tr-btn-primary{background:var(--tr-red);color:#fff!important;box-shadow:0 12px 28px rgba(212,17,24,.18)}.tr-btn-primary:hover{background:#b90f15;transform:translateY(-2px)}.tr-btn-secondary{background:#fff;color:var(--tr-navy)!important;border:1px solid var(--tr-line)}.tr-btn-secondary:hover{border-color:#b7c5d8;transform:translateY(-2px)}.tr-note{margin-top:26px;color:var(--tr-blue);font-size:.92rem;font-weight:700}.tr-visual{position:relative;min-height:420px;border:1px solid rgba(0,28,69,.08);border-radius:34px;background:rgba(255,255,255,.82);box-shadow:0 30px 80px rgba(0,28,69,.12);display:flex;align-items:center;justify-content:center}.tr-orbit{position:absolute;border:1px solid rgba(11,50,107,.14);border-radius:50%}.tr-orbit-one{width:310px;height:310px}.tr-orbit-two{width:220px;height:220px}.tr-document{position:relative;width:180px;height:235px;border-radius:18px;background:#fff;border:1px solid var(--tr-line);box-shadow:0 24px 42px rgba(0,28,69,.14);padding:48px 28px}.tr-document span{display:block;height:8px;border-radius:99px;background:#dce5f0;margin-bottom:18px}.tr-document span:nth-child(2){width:75%}.tr-document span:nth-child(3){width:88%}.tr-document span:nth-child(4){width:62%}.tr-check{position:absolute;width:66px;height:66px;border-radius:50%;right:-28px;bottom:24px;background:var(--tr-red);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:900;border:7px solid #fff}.tr-badge{position:absolute;width:64px;height:64px;border-radius:18px;background:var(--tr-navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;box-shadow:0 15px 32px rgba(0,28,69,.18)}.tr-badge-ca{left:38px;top:55px}.tr-badge-qc{right:38px;bottom:55px;background:var(--tr-red)}.tr-heading{max-width:780px;margin-bottom:44px}.tr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.tr-grid-two{grid-template-columns:repeat(2,1fr)}.tr-card{display:flex;flex-direction:column;min-height:315px;background:#fff;border:1px solid var(--tr-line);border-radius:20px;padding:34px;box-shadow:0 15px 38px rgba(0,28,69,.055);transition:.22s ease}.tr-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(0,28,69,.095)}.tr-icon{width:58px;height:58px;border-radius:16px;background:#eef3f9;color:var(--tr-navy);display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:25px}.tr-grid-featured .tr-card:nth-child(2) .tr-icon{background:#fff0f1;color:var(--tr-red)}.tr-card p{font-size:.99rem;flex:1}.tr-card a{margin-top:26px;color:var(--tr-red)!important;text-decoration:none!important;font-weight:850}.tr-card a:hover{text-decoration:underline!important}.tr-warning{padding:65px 0;background:var(--tr-navy)}.tr-warning-grid{display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:center}.tr-warning-icon{width:70px;height:70px;border-radius:20px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:2rem}.tr-warning h2,.tr-warning p{color:#fff}.tr-warning h2{font-size:2rem}.tr-warning p{opacity:.86;margin-top:10px}.tr-help{display:grid;grid-template-columns:1fr auto;gap:70px;align-items:center;border:1px solid var(--tr-line);border-radius:26px;padding:54px;background:linear-gradient(135deg,#fff,#f7faff);box-shadow:0 20px 50px rgba(0,28,69,.07)}.tr-help h2{font-size:clamp(2rem,3vw,3.2rem)}@media(max-width:960px){.tr-hero-grid,.tr-help{grid-template-columns:1fr}.tr-grid{grid-template-columns:repeat(2,1fr)}.tr-visual{min-height:350px}}@media(max-width:680px){.tr-container{width:min(100% - 28px,1180px)}.tr-section{padding:66px 0}.tr-hero{padding:76px 0 66px}.tr-page h1{font-size:2.55rem}.tr-page h2{font-size:2rem}.tr-grid,.tr-grid-two{grid-template-columns:1fr}.tr-actions{flex-direction:column}.tr-btn{width:100%}.tr-card{min-height:0;padding:28px 24px}.tr-warning-grid{grid-template-columns:1fr}.tr-help{padding:32px 24px;gap:28px}}
