:root{--rfr-primary:#0056b3;--rfr-primary-dark:#003d82;--rfr-primary-light:#4dabf7;--rfr-ice:#00b4d8;--rfr-accent:#ff6600;--rfr-accent-hover:#e65c00;--rfr-success:#28a745;--rfr-radius:1rem;--rfr-radius-sm:0.625rem;--rfr-shadow-sm:0 4px 16px rgba(0,0,0,0.08);--rfr-shadow-md:0 12px 40px rgba(0,0,0,0.12);--rfr-shadow-lg:0 24px 60px rgba(0,0,0,0.18)}.rfr-breadcrumb{padding:0.875rem 1.5rem;background:#edf4fb;border-bottom:1px solid #d8e8f5}[data-theme="dark"] .rfr-breadcrumb{background:#141414;border-color:#2a2a2a}.rfr-breadcrumb__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:0.5rem;font-size:0.8rem;color:#666;flex-wrap:wrap}.rfr-breadcrumb a{color:var(--rfr-primary);text-decoration:none;transition:color 0.2s;font-weight:500}.rfr-breadcrumb a:hover{color:var(--rfr-ice)}.rfr-breadcrumb__sep{color:#bcd2e8;user-select:none}.rfr-breadcrumb__current{color:#333;font-weight:600}[data-theme="dark"] .rfr-breadcrumb__current{color:#ccc}.rfr-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:#060c18}.rfr-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0.35;will-change:transform;transform-origin:center center}.rfr-hero__overlay{position:absolute;inset:0;background:linear-gradient( 155deg,rgba(0,15,50,0.94) 0%,rgba(0,35,80,0.88) 40%,rgba(0,55,90,0.92) 100% )}.rfr-hero__particles{position:absolute;inset:0;pointer-events:none;overflow:hidden}.rfr-particle{position:absolute;border-radius:50%;background:rgba(0,180,216,0.12);animation:rfr-particle-rise linear infinite}@keyframes rfr-particle-rise{0%{transform:translateY(100vh) scale(0);opacity:0}8%{opacity:1}92%{opacity:0.3}100%{transform:translateY(-15vh) scale(1.2);opacity:0}}@keyframes rfr-hero-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes rfr-hero-fade{from{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.rfr-hero__eyebrow,.rfr-hero__title,.rfr-hero__subtitle,.rfr-hero__cta-group,.rfr-hero__scroll{animation:none !important;opacity:1 !important}}.rfr-hero__inner{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:8rem 1.5rem 5rem;width:100%}.rfr-hero__eyebrow{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(0,180,216,0.14);border:1px solid rgba(0,180,216,0.4);color:#7de8fa;padding:0.4rem 1.1rem;border-radius:50px;font-size:0.78rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;margin-bottom:1.35rem;animation:rfr-hero-in 0.6s 0.2s cubic-bezier(0.22,1,0.36,1) both}.rfr-hero__eyebrow svg{flex-shrink:0;color:var(--rfr-ice)}.rfr-hero__title{font-size:clamp(1.875rem,5.5vw,3.375rem);font-weight:800;color:#fff;line-height:1.12;margin-bottom:1.375rem;max-width:820px;text-shadow:0 2px 12px rgba(0,0,0,0.4);animation:rfr-hero-in 0.75s 0.42s cubic-bezier(0.22,1,0.36,1) both}.rfr-hero__title em{font-style:normal;color:var(--rfr-ice)}.rfr-hero__subtitle{font-size:clamp(1rem,2.2vw,1.2rem);color:rgba(255,255,255,0.86);max-width:640px;margin-bottom:2.75rem;line-height:1.75;animation:rfr-hero-in 0.65s 0.62s cubic-bezier(0.22,1,0.36,1) both}.rfr-hero__cta-group{display:flex;flex-wrap:wrap;gap:1rem;animation:rfr-hero-in 0.55s 0.82s cubic-bezier(0.22,1,0.36,1) both}.rfr-hero__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:0.6rem;color:rgba(255,255,255,0.38);font-size:0.68rem;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;z-index:2;animation:rfr-hero-fade 0.6s 1.1s ease both}.rfr-hero__scroll-line{width:1px;height:44px;background:linear-gradient(to bottom,transparent,rgba(0,180,216,0.5));animation:rfr-scroll-pulse 2.4s ease-in-out infinite}@keyframes rfr-scroll-pulse{0%,100%{opacity:0.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.15)}}.rfr-hero__badge{position:absolute;bottom:4rem;right:2rem;background:rgba(0,180,216,0.12);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(0,180,216,0.3);border-radius:1.125rem;padding:1.5rem 1.75rem;color:#fff;text-align:center;opacity:0;display:none}@media (min-width:900px){.rfr-hero__badge{display:block}}.rfr-hero__badge .num{display:block;font-size:2.5rem;font-weight:800;line-height:1;color:var(--rfr-ice);letter-spacing:-0.02em}.rfr-hero__badge .label{font-size:0.73rem;opacity:0.78;margin-top:0.35rem;line-height:1.35;display:block}.rfr-btn-primary{display:inline-flex;align-items:center;gap:0.65rem;background:var(--rfr-accent);color:#fff;padding:0.9rem 2.1rem;border-radius:var(--rfr-radius-sm);font-weight:700;font-size:1rem;text-decoration:none;border:2px solid transparent;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 18px rgba(255,102,0,0.38);white-space:nowrap}.rfr-btn-primary:hover{background:var(--rfr-accent-hover);transform:translateY(-2px);box-shadow:0 8px 28px rgba(255,102,0,0.48)}.rfr-btn-ghost{display:inline-flex;align-items:center;gap:0.65rem;background:transparent;color:#fff;padding:0.9rem 2.1rem;border-radius:var(--rfr-radius-sm);font-weight:600;font-size:1rem;text-decoration:none;border:2px solid rgba(255,255,255,0.4);transition:all 0.3s ease;white-space:nowrap}.rfr-btn-ghost:hover{background:rgba(255,255,255,0.1);border-color:var(--rfr-ice);transform:translateY(-2px)}.rfr-trust-bar{background:linear-gradient(90deg,var(--rfr-primary-dark),#004e70);padding:1.1rem 1.5rem;overflow:hidden}.rfr-trust-bar__inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem 3rem}.rfr-trust-item{display:flex;align-items:center;gap:0.55rem;font-size:0.85rem;font-weight:600;color:rgba(255,255,255,0.9)}.rfr-trust-item svg{color:var(--rfr-ice);flex-shrink:0}.rfr-stats-bar{background:linear-gradient(90deg,var(--rfr-primary),#0077a8);padding:2.5rem 1.5rem}.rfr-stats-bar__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}@media (min-width:640px){.rfr-stats-bar__inner{grid-template-columns:repeat(4,1fr)}}.rfr-stat{text-align:center;color:#fff}.rfr-stat__num{display:block;font-size:clamp(1.875rem,4vw,2.625rem);font-weight:800;line-height:1;color:#fff}.rfr-stat__label{display:block;font-size:0.8rem;opacity:0.8;margin-top:0.4rem;font-weight:500;line-height:1.3}.rfr-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.rfr-section{padding:5.5rem 1.5rem}.rfr-section--alt{background:#f0f7ff}[data-theme="dark"] .rfr-section--alt{background:#111a28}.rfr-eyebrow{display:inline-block;color:var(--rfr-ice);font-size:0.78rem;font-weight:700;letter-spacing:0.13em;text-transform:uppercase;margin-bottom:0.7rem}.rfr-section-title{font-size:clamp(1.5rem,3.5vw,2.375rem);font-weight:800;color:var(--color-text,#333);margin-bottom:0.875rem;line-height:1.18}.rfr-section-subtitle{font-size:1.05rem;color:var(--color-text-light,#666);max-width:640px;line-height:1.75}.rfr-text-center{text-align:center}.rfr-text-center .rfr-section-subtitle{margin:0 auto}.rfr-section-rule{width:56px;height:4px;background:linear-gradient(90deg,var(--rfr-ice),var(--rfr-primary));border-radius:2px;margin:0.875rem 0 0}.rfr-text-center .rfr-section-rule{margin:0.875rem auto 0}.rfr-intro__grid{display:grid;grid-template-columns:1fr;gap:3.5rem;align-items:center;margin-top:3rem}@media (min-width:900px){.rfr-intro__grid{grid-template-columns:1.1fr 0.9fr}}.rfr-intro__text p{font-size:1.05rem;color:var(--color-text-light,#555);line-height:1.82;margin-bottom:1.5rem}.rfr-intro__text p:last-child{margin-bottom:0}.rfr-intro__img-wrap{position:relative;border-radius:var(--rfr-radius);overflow:hidden;box-shadow:var(--rfr-shadow-lg)}.rfr-intro__img-wrap img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block}.rfr-intro__badge{position:absolute;bottom:1.5rem;left:1.5rem;background:linear-gradient(135deg,#0077a8,var(--rfr-primary-dark));color:#fff;padding:1rem 1.35rem;border-radius:0.875rem;text-align:center;box-shadow:0 8px 28px rgba(0,119,168,0.45)}.rfr-intro__badge .num{display:block;font-size:1.875rem;font-weight:800;line-height:1;color:var(--rfr-ice)}.rfr-intro__badge .label{font-size:0.72rem;font-weight:600;opacity:0.9;line-height:1.35;margin-top:0.25rem;display:block}.rfr-explainer__grid{display:grid;grid-template-columns:1fr;gap:1.75rem;margin-top:3rem}@media (min-width:680px){.rfr-explainer__grid{grid-template-columns:1fr 1fr}}.rfr-explainer-card{background:#fff;border-radius:var(--rfr-radius);padding:2.25rem 2rem;border:1px solid #d8e8f5;position:relative;overflow:hidden;transition:box-shadow 0.3s ease,transform 0.3s ease}[data-theme="dark"] .rfr-explainer-card{background:#1a2435;border-color:#273447}.rfr-explainer-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--rfr-ice),var(--rfr-primary));border-radius:var(--rfr-radius) var(--rfr-radius) 0 0}.rfr-explainer-card:hover{box-shadow:0 16px 44px rgba(0,86,179,0.12);transform:translateY(-5px)}.rfr-explainer-card__icon{width:3.25rem;height:3.25rem;background:linear-gradient(135deg,var(--rfr-ice),var(--rfr-primary));border-radius:0.875rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.375rem;color:#fff;transition:transform 0.3s ease}.rfr-explainer-card:hover .rfr-explainer-card__icon{transform:scale(1.1) rotate(-5deg)}.rfr-explainer-card h3{font-size:1.2rem;font-weight:700;color:var(--color-text,#333);margin-bottom:0.875rem}.rfr-explainer-card p{font-size:0.95rem;color:var(--color-text-light,#555);line-height:1.75}.rfr-services__grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:3rem}@media (min-width:680px){.rfr-services__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.rfr-services__grid{grid-template-columns:repeat(3,1fr)}}.rfr-service-card{display:flex;align-items:flex-start;gap:1.125rem;background:#fff;border-radius:var(--rfr-radius-sm);padding:1.5rem 1.375rem;border:1px solid #d8e8f5;position:relative;overflow:hidden;transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}[data-theme="dark"] .rfr-service-card{background:#1a2435;border-color:#273447}.rfr-service-card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,var(--rfr-ice),var(--rfr-primary));transition:width 0.3s ease,background 0.3s ease}.rfr-service-card:hover::before{width:5px;background:linear-gradient(to bottom,var(--rfr-accent),var(--rfr-primary))}.rfr-service-card:hover{border-color:#b3d4f0;box-shadow:0 8px 32px rgba(0,86,179,0.12);transform:translateX(5px)}.rfr-service-card__num{flex-shrink:0;width:2.625rem;height:2.625rem;background:linear-gradient(135deg,var(--rfr-ice),var(--rfr-primary));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.875rem;font-weight:800;color:#fff;transition:background 0.3s ease;flex-shrink:0}.rfr-service-card:hover .rfr-service-card__num{background:linear-gradient(135deg,var(--rfr-accent),var(--rfr-accent-hover))}.rfr-service-card__body h4{font-size:0.975rem;font-weight:700;color:var(--color-text,#333);margin-bottom:0.35rem}.rfr-service-card__body p{font-size:0.85rem;color:var(--color-text-light,#666);line-height:1.6}.rfr-benefits__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}@media (min-width:600px){.rfr-benefits__grid{grid-template-columns:repeat(2,1fr)}}.rfr-benefit-card{background:linear-gradient(148deg,#ffffff 0%,#f0f8ff 100%);border:1px solid #cde0f4;border-radius:1.25rem;padding:2.5rem 2rem;text-align:center;position:relative;overflow:hidden;transition:all 0.35s cubic-bezier(0.4,0,0.2,1)}[data-theme="dark"] .rfr-benefit-card{background:linear-gradient(148deg,#1a2435 0%,#152030 100%);border-color:#273447}.rfr-benefit-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--rfr-ice),var(--rfr-primary),var(--rfr-accent));transform:scaleX(0);transform-origin:left;transition:transform 0.4s cubic-bezier(0.4,0,0.2,1)}.rfr-benefit-card:hover::after{transform:scaleX(1)}.rfr-benefit-card:hover{border-color:var(--rfr-primary-light);box-shadow:0 20px 56px rgba(0,86,179,0.14);transform:translateY(-7px)}.rfr-benefit-icon{width:5rem;height:5rem;background:linear-gradient(135deg,rgba(0,180,216,0.14),rgba(0,86,179,0.12));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.375rem;color:var(--rfr-primary);transition:all 0.35s ease;box-shadow:0 4px 16px rgba(0,180,216,0.14)}.rfr-benefit-card:hover .rfr-benefit-icon{background:linear-gradient(135deg,var(--rfr-ice),var(--rfr-primary));color:#fff;box-shadow:0 10px 30px rgba(0,180,216,0.32);transform:scale(1.1)}.rfr-benefit-card h3{font-size:1.05rem;font-weight:700;color:var(--color-text,#333);margin-bottom:0.65rem}.rfr-benefit-card p{font-size:0.9rem;color:var(--color-text-light,#666);line-height:1.65;margin:0}.rfr-why__grid{display:grid;grid-template-columns:1fr;gap:3.5rem;align-items:start;margin-top:3rem}@media (min-width:900px){.rfr-why__grid{grid-template-columns:1.1fr 0.9fr}}.rfr-why__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.375rem}.rfr-why__item{display:flex;align-items:flex-start;gap:1rem}.rfr-why__check{flex-shrink:0;width:1.875rem;height:1.875rem;background:linear-gradient(135deg,var(--rfr-ice),var(--rfr-primary));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-top:0.1rem;box-shadow:0 3px 10px rgba(0,180,216,0.28)}.rfr-why__item-content strong{display:block;font-weight:700;color:var(--color-text,#333);margin-bottom:0.3rem;font-size:0.975rem}.rfr-why__item-content span{font-size:0.875rem;color:var(--color-text-light,#666);line-height:1.55}.rfr-trust-panel{background:linear-gradient(145deg,#0077a8,#003d60);border-radius:1.25rem;padding:2.75rem 2.25rem;color:#fff;box-shadow:0 20px 60px rgba(0,119,168,0.35)}@media (min-width:900px){.rfr-trust-panel{position:sticky;top:7.5rem}}.rfr-trust-panel h3{font-size:1.375rem;font-weight:800;margin-bottom:0.6rem}.rfr-trust-panel p{font-size:0.9rem;opacity:0.86;margin-bottom:2rem;line-height:1.65}.rfr-trust-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:0.875rem;margin-bottom:2rem}.rfr-trust-stat{background:rgba(0,180,216,0.15);border-radius:0.75rem;padding:1.1rem;text-align:center}.rfr-trust-stat .num{display:block;font-size:1.875rem;font-weight:800;line-height:1;color:var(--rfr-ice)}.rfr-trust-stat .label{font-size:0.72rem;opacity:0.82;line-height:1.35;margin-top:0.25rem;display:block}.rfr-trust-panel .rfr-btn-primary{width:100%;justify-content:center;margin-bottom:0.875rem}.rfr-phone-link{display:flex;align-items:center;gap:0.875rem;padding:1.1rem 1.25rem;background:rgba(0,180,216,0.15);border-radius:0.875rem;text-decoration:none;color:#fff;transition:background 0.3s ease}.rfr-phone-link:hover{background:rgba(0,180,216,0.28)}.rfr-phone-link__icon{width:2.75rem;height:2.75rem;background:rgba(0,180,216,0.22);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rfr-phone-link__text .small{display:block;font-size:0.72rem;opacity:0.75}.rfr-phone-link__text .number{display:block;font-size:1.1rem;font-weight:700}.rfr-cta-section{background:linear-gradient(140deg,#001830 0%,#000f20 55%,#001a2e 100%);color:#fff;padding:7rem 1.5rem;text-align:center;position:relative;overflow:hidden}.rfr-cta-section__orb-a,.rfr-cta-section__orb-b{position:absolute;border-radius:50%;pointer-events:none}.rfr-cta-section__orb-a{width:650px;height:650px;background:radial-gradient(circle,rgba(0,180,216,0.18),transparent 65%);top:-280px;left:-120px}.rfr-cta-section__orb-b{width:500px;height:500px;background:radial-gradient(circle,rgba(255,102,0,0.14),transparent 65%);bottom:-200px;right:-100px}.rfr-cta-section h2{font-size:clamp(1.875rem,4.5vw,3rem);font-weight:800;color:#fff;margin-bottom:1.125rem;position:relative;z-index:1;line-height:1.15}.rfr-cta-section h2 em{font-style:normal;color:var(--rfr-ice)}.rfr-cta-section p{font-size:1.1rem;color:rgba(255,255,255,0.76);max-width:580px;margin:0 auto 2.75rem;line-height:1.75;position:relative;z-index:1}.rfr-cta-group{display:flex;flex-wrap:wrap;gap:1.1rem;justify-content:center;position:relative;z-index:1}.rfr-cta-phone{display:inline-flex;align-items:center;gap:0.75rem;background:rgba(0,180,216,0.1);color:#fff;padding:0.9rem 2rem;border-radius:var(--rfr-radius-sm);font-weight:600;font-size:1rem;text-decoration:none;border:2px solid rgba(0,180,216,0.35);transition:all 0.3s ease}.rfr-cta-phone:hover{background:rgba(0,180,216,0.2);border-color:var(--rfr-ice);transform:translateY(-2px)}@media (max-width:600px){.rfr-hero__inner{padding:6.5rem 1.25rem 4.5rem}.rfr-section{padding:4rem 1.25rem}.rfr-cta-section{padding:5.5rem 1.25rem}.rfr-trust-stats{grid-template-columns:1fr 1fr}}@media (min-width:1200px){.rfr-hero__inner{padding:9rem 2rem 6rem}}