#custom-template body{font-family:"Plus Jakarta Sans",sans-serif;background:#fff;color:#1a2332;overflow-x:hidden}#custom-template a{text-decoration:none;color:inherit}#custom-template .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:50px;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}#custom-template .btn--primary{background:#fff;color:#003d54;border:0;font-weight:700}#custom-template .btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.25)}#custom-template .btn--outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4)}#custom-template .btn--outline:hover{border-color:#fff;background:rgba(255,255,255,.1)}#custom-template .btn--card{padding:0;background:none;color:#08b;font-size:15px;font-weight:600;margin-top:auto}#custom-template .btn--card:hover{gap:14px}#custom-template .btn--card:hover .btn__arrow{transform:translateX(4px)}#custom-template .btn__arrow{transition:transform .3s ease}#custom-template .hero{width:100%;display:flex;flex-direction:column;position:relative}#custom-template .hero__nav{width:100%;padding:20px 80px;display:flex;justify-content:center;position:relative;z-index:10}#custom-template .hero__nav-inner{width:100%;max-width:1280px;display:flex;align-items:center;justify-content:space-between;gap:40px}#custom-template .hero__logo-link{display:flex;align-items:center;gap:10px;flex-shrink:0}#custom-template .hero__logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#08b,#3d2945);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#fff}#custom-template .hero__logo-text{font-size:22px;font-weight:700;color:#fff}#custom-template .hero__nav-links{display:flex;align-items:center;gap:32px}#custom-template .hero__nav-link{font-size:15px;font-weight:400;color:rgba(255,255,255,.7);transition:color .3s ease}#custom-template .hero__nav-link:hover,#custom-template .hero__nav-link--active{color:#fff}#custom-template .hero__cta-btn{padding:10px 28px;font-size:14px;font-weight:600;color:#fff;background:linear-gradient(135deg,#08b,#3d2945);border-radius:50px;transition:all .3s ease;flex-shrink:0}#custom-template .hero__cta-btn:hover{box-shadow:0 4px 20px rgba(61,41,69,.4);transform:translateY(-1px)}#custom-template .hero__body{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:60px 0 80px;display:flex;align-items:center;justify-content:space-between;gap:60px}#custom-template .hero__text{flex:1;display:flex;flex-direction:column;gap:24px}#custom-template .hero__badge{display:inline-flex;width:fit-content;padding:6px 18px;border-radius:50px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.3);color:rgba(255,255,255,.9);font-size:13px;font-weight:500;letter-spacing:.03em}#custom-template .hero__title{font-size:56px;font-weight:700;line-height:1.15;color:#fff;letter-spacing:-.02em;text-align:left;margin:0}#custom-template .hero__description{font-size:17px;font-weight:400;line-height:1.7;color:rgba(255,255,255,.75);text-align:left;margin:0}#custom-template .hero__actions{display:flex;gap:16px;padding-top:8px}#custom-template .hero__hexagons{flex-shrink:0;display:flex;align-items:center;justify-content:center}#custom-template .hex-cluster{position:relative;width:540px;height:450px}#custom-template .hex-cluster::before{content:"";position:absolute;width:300px;height:300px;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none;z-index:-1}#custom-template .hex{position:absolute;width:260px;height:288px;transition:transform .4s ease,filter .4s ease;cursor:pointer;text-decoration:none;display:block}#custom-template .hex:hover{transform:scale(1.06);z-index:2}#custom-template .hex__inner{width:100%;height:100%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:linear-gradient(160deg,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%);display:flex;align-items:center;justify-content:center;transition:all .4s ease;position:relative}#custom-template .hex__inner::before{content:"";position:absolute;inset:2px;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:rgba(255,255,255,.05);z-index:0}#custom-template .hex:hover .hex__inner{background:linear-gradient(160deg,rgba(255,255,255,.35) 0%,rgba(255,255,255,.2) 100%)}#custom-template .hex__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;padding:28px}#custom-template .hex__icon{width:52px;height:52px;color:#fff;object-fit:contain;filter:brightness(0) invert(1)}#custom-template .hex__label{font-size:16px;font-weight:600;color:#fff;letter-spacing:.02em}#custom-template .hex--top{top:0;left:50%;transform:translateX(-50%)}#custom-template .hex--top:hover{transform:translateX(-50%) scale(1.06)}#custom-template .hex--bottom-left{bottom:-55px;left:10px}#custom-template .hex--bottom-right{bottom:-55px;right:10px}#custom-template .services{width:100%;padding:120px 80px;display:flex;flex-direction:column;align-items:center;gap:64px;background:#f0f6fa;position:relative}#custom-template .services::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(0,136,187,.2) 50%,transparent 100%)}#custom-template .services__header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;max-width:600px}#custom-template .services__badge{display:inline-flex;padding:6px 18px;border-radius:50px;background:rgba(61,41,69,.08);border:1px solid rgba(61,41,69,.2);color:#3d2945;font-size:13px;font-weight:500;letter-spacing:.03em}#custom-template .services__title{font-size:44px;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#1a2332}#custom-template .services__subtitle{font-size:17px;color:#5a6a7a;line-height:1.6}#custom-template .services__grid{width:100%;max-width:1280px;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}#custom-template .service-card{display:flex;flex-direction:column;gap:20px;padding:40px 36px;border-radius:20px;background:#fff;border:1px solid rgba(0,136,187,.1);box-shadow:0 4px 20px rgba(0,0,0,.04);transition:all .4s ease}#custom-template .service-card:hover{border-color:rgba(0,136,187,.25);box-shadow:0 8px 30px rgba(0,136,187,.1);transform:translateY(-4px)}#custom-template .service-card__icon-wrap{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,rgba(0,136,187,.1) 0%,rgba(61,41,69,.08) 100%);display:flex;align-items:center;justify-content:center}#custom-template .service-card__icon{width:28px;height:28px;color:#08b;object-fit:contain}#custom-template .service-card__title{font-size:22px;font-weight:600;color:#1a2332;line-height:1.3}#custom-template .service-card__text{font-size:15px;font-weight:400;line-height:1.7;color:#5a6a7a}@media(max-width:1100px){#custom-template .hero__body{flex-direction:column;text-align:center;padding:40px 60px 60px}#custom-template .hero__text{max-width:100%;align-items:center}#custom-template .hero__description{max-width:520px}#custom-template .hero__actions{justify-content:center}#custom-template .hex-cluster{width:450px;height:380px}#custom-template .hex{width:220px;height:243px}}@media(max-width:991px){#custom-template .hero__nav{padding:20px 40px}#custom-template .hero__body{padding:40px 40px 60px}#custom-template .hero__title{font-size:44px}#custom-template .services{padding:80px 40px}#custom-template .services__title{font-size:36px}#custom-template .services__grid{grid-template-columns:1fr;max-width:560px}}@media(max-width:768px){#custom-template .hero__nav{padding:16px 24px}#custom-template .hero__nav-inner{gap:20px}#custom-template .hero__nav-links{display:none}#custom-template .hero__body{padding:30px 24px 50px;gap:50px}#custom-template .hero__title{font-size:36px}#custom-template .hero__description{font-size:15px}#custom-template .hero__actions{flex-direction:column;width:100%;max-width:280px}#custom-template .btn{width:100%;justify-content:center}#custom-template .hex-cluster{width:360px;height:310px}#custom-template .hex{width:180px;height:199px}#custom-template .hex__icon{width:38px;height:38px}#custom-template .hex__label{font-size:13px}#custom-template .hex--bottom-left{bottom:0}#custom-template .hex--bottom-right{bottom:0}#custom-template .services{padding:64px 24px;gap:48px}#custom-template .services__title{font-size:30px}#custom-template .service-card{padding:32px 28px}}@media(max-width:480px){#custom-template .hero__title{font-size:30px}#custom-template .hex-cluster{width:300px;height:260px}#custom-template .hex{width:150px;height:166px}#custom-template .hex__icon{width:30px;height:30px}#custom-template .hex__label{font-size:11px}#custom-template .hex--bottom-left{bottom:0}#custom-template .hex--bottom-right{bottom:0}}.info-section .btn{color:#fff!important}
