@charset "UTF-8";.modal-overlay{position:fixed;inset:0;background:#000000bf;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:99999!important;padding:20px;opacity:0;animation:fadeIn .15s ease forwards;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;will-change:opacity;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;isolation:isolate}.modal-content{background:#0f1114;border-radius:12px;max-width:600px;width:100%;max-height:calc(100vh - 40px);overflow-y:auto;overflow-x:hidden;position:relative;box-shadow:0 20px 60px #00000080;opacity:0;transform:translateY(20px) translateZ(0);animation:slideUp .15s ease forwards;border:1px solid rgba(255,255,255,.08);margin:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box;will-change:transform,opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden}.modal-close{position:absolute;top:16px;right:16px;background:transparent;border:none;color:#fff;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s ease;z-index:1}.modal-close:hover{background:#14171b}.modal-close svg{width:20px;height:20px}.modal-header{padding:24px 24px 16px;border-bottom:1px solid rgba(255,255,255,.08);box-sizing:border-box;overflow-x:hidden}.modal-title{font-size:24px;font-weight:700;color:#fff;margin:0;word-wrap:break-word;overflow-wrap:break-word}.modal-body{padding:24px;box-sizing:border-box;overflow-x:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px) translateZ(0);opacity:0}to{transform:translateY(0) translateZ(0);opacity:1}}@media(max-width:768px){.modal-overlay{padding:0;align-items:flex-start}.modal-content{max-height:100vh;max-height:100dvh;border-radius:0;margin:0;width:100%}.modal-header,.modal-body{padding:20px}.modal-title{font-size:20px}.modal-close{top:12px;right:12px;padding:6px}}@media(max-width:480px){.modal-header,.modal-body{padding:16px}.modal-title{font-size:18px;padding-right:40px}.modal-close{top:10px;right:10px}}.quote-form{width:100%;box-sizing:border-box;overflow-x:hidden}.quote-form .form-group{margin-bottom:20px;width:100%;box-sizing:border-box}.quote-form .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#fff;font-size:14px;word-wrap:break-word}.quote-form .form-group input,.quote-form .form-group select,.quote-form .form-group textarea{width:100%;max-width:100%;padding:12px 16px;background:#14171b;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#fff;font-size:14px;font-family:inherit;transition:border-color .2s ease,background .2s ease;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.quote-form .form-group input:focus,.quote-form .form-group select:focus,.quote-form .form-group textarea:focus{outline:none;border-color:#3e864f;background:#0f1114}.quote-form .form-group input::placeholder,.quote-form .form-group select::placeholder,.quote-form .form-group textarea::placeholder{color:#c9d0d8;opacity:.6}.quote-form .form-group textarea{resize:vertical;min-height:100px}.quote-form .form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.quote-form .form-group--checkbox{margin-bottom:20px}.quote-form .form-group--checkbox .checkbox-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:14px;line-height:1.5;color:#fff;margin-bottom:0}.quote-form .form-group--checkbox .checkbox-label input[type=checkbox]{width:20px;height:20px;min-width:20px;margin:2px 0 0;padding:0;cursor:pointer;accent-color:#3e864f;border:2px solid rgba(255,255,255,.08);border-radius:4px;background:#14171b;transition:all .2s ease;flex-shrink:0}.quote-form .form-group--checkbox .checkbox-label input[type=checkbox]:checked{background-color:#3e864f;border-color:#3e864f}.quote-form .form-group--checkbox .checkbox-label input[type=checkbox]:focus{outline:2px solid rgba(62,134,79,.3);outline-offset:2px}.quote-form .form-group--checkbox .checkbox-label span{flex:1;line-height:1.6}.quote-form .form-group--checkbox .checkbox-label span a{color:#3e864f;text-decoration:none;font-weight:600;transition:color .2s ease}.quote-form .form-group--checkbox .checkbox-label span a:hover{color:#2d7040;text-decoration:underline}.quote-form .form-group--checkbox .checkbox-label span a:focus{outline:2px solid rgba(62,134,79,.3);outline-offset:2px;border-radius:2px}.quote-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%;box-sizing:border-box}@media(max-width:768px){.quote-form .form-row{grid-template-columns:1fr;gap:20px}}.quote-form .form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);width:100%;box-sizing:border-box}@media(max-width:768px){.quote-form .form-actions{flex-direction:column-reverse;gap:10px;margin-top:20px;padding-top:20px}.quote-form .form-actions .btn{width:100%;margin:0}}@media(max-width:640px){.quote-form .form-group{margin-bottom:18px}.quote-form .form-actions{margin-top:20px;padding-top:20px}}@media(max-width:480px){.quote-form .form-group{margin-bottom:16px}.quote-form .form-group label{font-size:13px;margin-bottom:6px}.quote-form .form-group input,.quote-form .form-group select,.quote-form .form-group textarea{padding:10px 14px;font-size:16px}.quote-form .form-group--checkbox .checkbox-label{font-size:13px;gap:8px}.quote-form .form-group--checkbox .checkbox-label input[type=checkbox]{width:18px;height:18px;min-width:18px}.quote-form .form-actions{margin-top:16px;padding-top:16px;gap:8px}}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:1px solid transparent;transition:background .4s cubic-bezier(.4,0,.2,1),backdrop-filter .4s cubic-bezier(.4,0,.2,1),-webkit-backdrop-filter .4s cubic-bezier(.4,0,.2,1),border-color .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1);isolation:isolate}.site-header.scrolled{background:#0a0b0d66;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border-bottom-color:#ffffff1a;box-shadow:0 2px 16px #0003}.header__inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:12px;width:100%}.brand{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.brand__logo{display:block;height:clamp(32px,5vw,42px);width:auto;transition:opacity .3s ease-in-out}.brand__name{font-weight:800;letter-spacing:.3px}.nav-toggle{display:none;background:transparent;border:0;padding:8px;cursor:pointer}.nav-toggle__bar{display:block;width:22px;height:2px;background:#fff;margin:4px 0;border-radius:2px}.site-nav{display:flex;gap:8px;align-items:center}.site-nav__link{display:inline-block;padding:9px 12px;border-radius:8px;opacity:.9;transition:background .14s cubic-bezier(.2,.8,.2,1),opacity .14s cubic-bezier(.2,.8,.2,1)}.site-nav__link:hover{opacity:1;background:#14171b}.site-nav__link.active{background:#14171b;opacity:1}.header__actions{display:flex;align-items:center;gap:8px;margin-left:12px;flex-shrink:0}@media(max-width:1024px){.header__actions{gap:6px;margin-left:8px}}.header__cta{padding:clamp(8px,1.5vw,10px) clamp(14px,2.5vw,18px)!important;border-radius:999px!important;font-weight:800!important;font-size:clamp(12px,1.5vw,14px)!important;box-shadow:0 1px 2px #00000040,0 1px 1px #0000001f;transition:transform .14s cubic-bezier(.2,.8,.2,1),box-shadow .14s cubic-bezier(.2,.8,.2,1),opacity .14s cubic-bezier(.2,.8,.2,1);white-space:nowrap;cursor:pointer;border:none;min-height:auto;display:inline-flex;align-items:center;justify-content:center}.header__cta:hover{transform:translateY(-1px);box-shadow:0 8px 24px #00000059,0 2px 8px #0003}.header__cta.btn--primary{background:linear-gradient(135deg,#3e864f,#2d7040)!important;color:#fff!important}.header__cta.btn--secondary{background:linear-gradient(135deg,#ffffff0d,#ffffff05)!important;color:#fff!important;border:1px solid rgba(255,255,255,.3)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}@media(max-width:1024px){.header__actions{gap:6px}.header__actions .header__cta{padding:8px 14px;font-size:13px}}@media(max-width:768px){.site-header .header__inner{height:56px}.nav-toggle{display:inline-block;z-index:10}.site-nav{display:none;position:fixed;top:56px;left:0;right:0;background:color-mix(in oklab,#0f1114,black 5%);padding:16px;flex-direction:column;gap:8px;border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);max-height:calc(100vh - 56px);overflow-y:auto;z-index:999}.site-nav.is-open{display:flex}.header__actions{display:none}.brand__logo{height:32px}}@media(max-width:480px){.header__inner{padding:0 12px}.brand__logo{height:28px}}.site-footer{background:#000;border-top:1px solid rgba(255,255,255,.06);color:#d9d9d9}.site-footer .footer__inner{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:clamp(16px,3vw,24px);padding:clamp(20px,4vw,24px) 0}.site-footer .footer__brand{display:inline-flex;align-items:center;gap:6px}.site-footer .footer__logo{display:block;height:clamp(32px,5vw,42px);width:auto;transition:opacity .3s ease-in-out}.site-footer .footer__name{font-weight:700;color:#fff}.site-footer .footer__nav{display:inline-flex;gap:clamp(12px,2vw,16px);flex-wrap:wrap}.site-footer .footer__link{opacity:.9;font-size:clamp(13px,1.5vw,14px);white-space:nowrap}.site-footer .footer__link:hover{opacity:1}.site-footer .footer__contact{display:inline-flex;gap:clamp(12px,2vw,16px);font-style:normal;flex-wrap:wrap}.site-footer .footer__contact-link{opacity:.9;font-size:clamp(13px,1.5vw,14px);white-space:nowrap}.site-footer .footer__contact-link:hover{opacity:1}.site-footer .footer__bottom{border-top:1px solid rgba(255,255,255,.06);padding:clamp(10px,2vw,12px) 0;color:#bdbdbd;font-size:clamp(12px,1.5vw,13px);text-align:center}@media(max-width:1024px){.site-footer .footer__inner{gap:20px}}@media(max-width:768px){.site-footer .footer__inner{grid-template-columns:1fr;align-items:flex-start;gap:20px;text-align:center}.site-footer .footer__brand{justify-content:center}.site-footer .footer__logo{height:32px}.site-footer .footer__nav{justify-content:center;flex-wrap:wrap;gap:12px}.site-footer .footer__contact{flex-direction:column;gap:8px;align-items:center;width:100%}}@media(max-width:480px){.site-footer .footer__inner{gap:16px;padding:16px 0}.site-footer .footer__logo{height:28px}.site-footer .footer__nav{flex-direction:column;gap:8px;width:100%}.site-footer .footer__link{display:block;padding:4px 0}}.hero{position:relative;display:grid;place-items:center;width:100%;max-width:100%;height:40vh;height:40dvh;min-height:300px;padding:clamp(30px,5vw,60px) 0;margin:0;left:0;right:0;background:#0a0b0d;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;overflow:hidden;z-index:1}.hero--full{position:sticky;top:0;width:100vw;max-width:100%;height:80vh;height:80dvh;padding:clamp(40px,8vw,80px) 0}.hero__video{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.hero__video-el{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;width:auto;height:auto;object-fit:cover;filter:saturate(120%) contrast(105%)}.hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000008c,#0000008c);pointer-events:none;z-index:1}.hero__content{position:relative;max-width:980px;margin:0 auto;padding:0 clamp(16px,4vw,20px);text-align:center;z-index:2;width:100%;box-sizing:border-box}.hero__badge{display:inline-flex;align-items:center;gap:8px;padding:clamp(10px,1.5vw,12px) clamp(20px,3vw,24px);background:linear-gradient(135deg,#3e864f33,#2d704040);border:2px solid rgba(62,134,79,.5);border-radius:999px;font-size:clamp(12px,1.6vw,14px);font-weight:700;color:#a8e6b8;margin-bottom:clamp(20px,3vw,24px);backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);box-shadow:0 4px 16px #3e864f33,inset 0 1px #ffffff1a;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.hero__badge:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.hero__badge:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3e864f4d,inset 0 1px #ffffff26;border-color:#3e864fb3}.hero__badge:hover:before{left:100%}.hero__title{font-size:clamp(32px,5.4vw,65px);line-height:1.1;margin:0 0 16px;font-weight:900}.hero__subtitle{font-size:clamp(16px,2.5vw,22px);opacity:.9;margin:0 0 28px}.hero__description{font-size:clamp(14px,2.2vw,20px);line-height:1.6;opacity:.85;max-width:800px;margin:0 auto 40px}.hero__actions{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(8px,1.5vw,12px);max-width:600px;margin:0 auto;width:100%}@media(max-width:768px){.hero__actions{max-width:100%;gap:10px;grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.hero__actions{grid-template-columns:repeat(2,1fr);gap:8px;max-width:100%}}@media(max-width:480px){.hero__actions{grid-template-columns:1fr;gap:10px}}.hero__btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:12px;text-decoration:none;font-weight:700;font-size:clamp(14px,1.6vw,16px);text-align:center;position:relative;overflow:hidden;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s cubic-bezier(.2,.8,.2,1),opacity .3s cubic-bezier(.2,.8,.2,1),background .3s cubic-bezier(.2,.8,.2,1),border-color .3s cubic-bezier(.2,.8,.2,1);white-space:nowrap;box-sizing:border-box}.hero__btn-text{position:relative;z-index:2;display:flex;align-items:center;gap:8px}.hero__btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.hero__btn:hover:before{left:100%}.hero__btn--primary{background:linear-gradient(135deg,#3e864f,#2d7040,#3e864f);background-size:200% 200%;color:#fff;border:none;box-shadow:0 4px 16px #3e864f4d,0 2px 8px #3e864f33,inset 0 1px #fff3}.hero__btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #3e864f66,0 4px 12px #3e864f4d,inset 0 1px #ffffff4d;background-position:right center}.hero__btn--primary:active{transform:translateY(0);box-shadow:0 2px 8px #3e864f4d}.hero__btn--secondary{background:linear-gradient(135deg,#ffffff0d,#ffffff05);color:#fff;border:2px solid rgba(255,255,255,.3);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a,inset 0 1px #ffffff1a}.hero__btn--secondary:hover{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 4px 16px #0003,inset 0 1px #ffffff26}.hero__btn--secondary:active{transform:translateY(0);box-shadow:0 2px 8px #0000001a}.hero:not(.hero--full) .hero__title{font-size:clamp(28px,4vw,42px);margin-bottom:12px}.hero:not(.hero--full) .hero__description{font-size:clamp(14px,1.8vw,18px);margin-bottom:0}.hero:not(.hero--full) .hero__badge{margin-bottom:16px}@media(max-width:768px){.hero:not(.hero--full){height:35vh;height:35dvh;min-height:250px;padding:clamp(20px,4vw,40px) 0}.hero:not(.hero--full) .hero__title{font-size:clamp(24px,5vw,32px)}.hero:not(.hero--full) .hero__description{font-size:clamp(13px,2vw,16px)}.hero.hero--full{height:75vh;height:75dvh;padding:clamp(30px,6vw,60px) 0}.hero__content{padding:0 20px}.hero__title{font-size:clamp(28px,6vw,36px);margin-bottom:14px;line-height:1.2}.hero__subtitle{font-size:clamp(15px,2.2vw,18px);margin-bottom:18px}.hero__description{font-size:clamp(14px,2vw,17px);margin-bottom:28px;line-height:1.6}.hero__badge{padding:10px 18px;font-size:12px;margin-bottom:18px}.hero__btn{padding:10px 16px;font-size:14px;min-height:40px}}@media(max-width:640px){.hero:not(.hero--full){height:32vh;height:32dvh;min-height:220px;padding:18px 0}.hero:not(.hero--full) .hero__title{font-size:22px;margin-bottom:10px}.hero:not(.hero--full) .hero__description{font-size:13px}.hero:not(.hero--full) .hero__badge{padding:8px 14px;font-size:11px;margin-bottom:14px}.hero.hero--full{height:100vh;height:100dvh;padding:20px 0}.hero__content{padding:0 16px}.hero__title{font-size:clamp(24px,6vw,30px);margin-bottom:12px;line-height:1.2}.hero__subtitle{font-size:clamp(13px,2.2vw,16px);margin-bottom:14px}.hero__description{font-size:clamp(12px,2vw,15px);margin-bottom:24px;line-height:1.5}.hero__badge{padding:8px 16px;font-size:11px;margin-bottom:14px}.hero__actions{gap:10px;margin-top:0}.hero__btn{padding:12px 24px;font-size:14px;white-space:nowrap}}@media(max-width:480px){.hero:not(.hero--full){height:28vh;height:28dvh;min-height:180px;padding:14px 0}.hero:not(.hero--full) .hero__title{font-size:18px;margin-bottom:6px}.hero:not(.hero--full) .hero__description{font-size:11px}.hero:not(.hero--full) .hero__badge{padding:5px 10px;font-size:9px;margin-bottom:10px}.hero.hero--full{height:100vh;height:100dvh;padding:16px 0}.hero__content{padding:0 16px}.hero__title{font-size:24px;margin-bottom:10px;line-height:1.2}.hero__subtitle{font-size:14px;margin-bottom:12px}.hero__description{font-size:13px;margin-bottom:20px;line-height:1.5}.hero__badge{padding:7px 14px;font-size:10px;margin-bottom:14px}.hero__actions{gap:10px;margin-top:0}.hero__btn{padding:12px 20px;font-size:13px;white-space:nowrap}}.page.page--application{padding:clamp(60px,8vw,80px) 0;width:100%;max-width:100%;margin:0}.application-form-wrapper{width:100%;max-width:100%;margin:0;padding:0;box-sizing:border-box}.application-form{background:#0f1114;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:clamp(40px,5vw,56px);box-shadow:0 1px 2px #00000040,0 1px 1px #0000001f;max-width:1100px;margin:0 auto}.application-form__section{margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.08)}.application-form__section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.application-form__section-title{font-size:clamp(24px,3vw,28px);font-weight:700;margin:0 0 12px;color:#fff;padding-bottom:12px;border-bottom:2px solid #3e864f}.application-form__section-description{font-size:16px;color:#c9d0d8;margin:0 0 32px;line-height:1.6}.application-form__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}@media(max-width:640px){.application-form__row{grid-template-columns:1fr;gap:20px}}.application-form__group{margin-bottom:24px}.application-form__group label{display:block;font-size:15px;font-weight:600;color:#fff;margin-bottom:8px}.application-form__group input,.application-form__group select,.application-form__group textarea{width:100%;padding:14px 18px;border:1px solid rgba(255,255,255,.08);border-radius:8px;font-size:16px;font-family:inherit;background:#14171b;color:#fff;transition:all .3s cubic-bezier(.2,.8,.2,1);box-sizing:border-box}.application-form__group input:focus,.application-form__group select:focus,.application-form__group textarea:focus{outline:none;border-color:#3e864f;box-shadow:0 0 0 3px #3e864f1a}.application-form__group input::placeholder,.application-form__group select::placeholder,.application-form__group textarea::placeholder{color:#c9d0d8;opacity:.6}.application-form__group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.application-form__group textarea{resize:vertical;min-height:120px;font-family:inherit}.application-form__group--checkbox{margin-bottom:24px}.application-form__group--ein-text{margin-bottom:16px}.application-form__phone-wrapper{display:flex;align-items:center;gap:8px}.application-form__phone-prefix{font-size:16px;font-weight:600;color:#fff;padding:14px 12px;background:#14171b;border:1px solid rgba(255,255,255,.08);border-radius:8px;flex-shrink:0}.application-form__phone-wrapper input{flex:1}.application-form__documents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:32px}@media(max-width:768px){.application-form__documents-grid{grid-template-columns:1fr;gap:20px}}.application-form__document-card{background:#14171b;border:2px solid rgba(255,255,255,.08);border-radius:12px;padding:32px;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column;gap:16px}.application-form__document-card:hover{border-color:#3e864f66;box-shadow:0 4px 12px #3e864f1a;transform:translateY(-2px)}.application-form__document-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3e864f1a,#2d70401a);border-radius:8px;color:#3e864f;flex-shrink:0}.application-form__document-icon svg{width:36px;height:36px}.application-form__document-title{font-size:20px;font-weight:700;margin:0;color:#fff}.application-form__document-subtitle{font-size:15px;color:#c9d0d8;margin:0;line-height:1.5}.application-form__file-wrapper{position:relative;margin-top:auto}.application-form__file-input{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden;z-index:-1}.application-form__file-label{display:flex;align-items:center;gap:12px;padding:14px 18px;border:2px dashed rgba(255,255,255,.08);border-radius:8px;background:#0f1114;cursor:pointer;transition:all .3s cubic-bezier(.2,.8,.2,1);font-size:16px;color:#fff;min-height:52px}.application-form__file-label svg{flex-shrink:0;color:#3e864f}.application-form__file-label span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.application-form__file-label:hover{border-color:#3e864f;background:#3e864f0d;border-style:solid}.application-form__file-name{font-weight:500;color:#3e864f}.application-form__radio-label{display:block;font-size:13px;font-weight:600;color:#fff;margin-bottom:10px}.application-form__radio-group{display:flex;flex-direction:column;gap:10px}.application-form__radio-option{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#14171b;cursor:pointer;transition:all .3s cubic-bezier(.2,.8,.2,1);font-size:15px;color:#fff}.application-form__radio-option input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#3e864f;flex-shrink:0;margin:0}.application-form__radio-option span{flex:1}.application-form__radio-option:hover{border-color:#3e864f66;background:#3e864f0d}.application-form__radio-option:has(input[type=radio]:checked){border-color:#3e864f;background:#3e864f1a;font-weight:600}.application-form__checkbox-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:14px;line-height:1.5;color:#fff;margin-bottom:0}.application-form__checkbox-label input[type=checkbox]{width:20px;height:20px;min-width:20px;margin:2px 0 0;padding:0;cursor:pointer;accent-color:#3e864f;border:2px solid rgba(255,255,255,.08);border-radius:4px;background:#14171b;transition:all .2s ease;flex-shrink:0}.application-form__checkbox-label input[type=checkbox]:checked{background-color:#3e864f;border-color:#3e864f}.application-form__checkbox-label input[type=checkbox]:focus{outline:2px solid rgba(62,134,79,.3);outline-offset:2px}.application-form__checkbox-label span{flex:1;line-height:1.6}.application-form__checkbox-label span a{color:#3e864f;text-decoration:none;font-weight:600;transition:color .2s ease}.application-form__checkbox-label span a:hover{color:#2d7040;text-decoration:underline}.application-form__checkbox-label span a:focus{outline:2px solid rgba(62,134,79,.3);outline-offset:2px;border-radius:2px}.application-form__actions{margin-top:40px;text-align:center}.application-form__note{margin-top:16px;font-size:13px;color:#c9d0d8;line-height:1.6}@media(max-width:768px){.application-form{padding:clamp(32px,4vw,40px) clamp(20px,4vw,32px)}.application-form__section{margin-bottom:36px;padding-bottom:28px}.application-form__section-title{font-size:clamp(22px,3vw,26px)}.application-form__documents-grid{gap:20px}.application-form__document-card{padding:24px 20px}}@media(max-width:640px){.application-form{padding:32px 20px}.application-form__section{margin-bottom:32px;padding-bottom:24px}.application-form__section-title{font-size:22px;margin-bottom:10px;padding-bottom:10px}.application-form__section-description{font-size:15px;margin-bottom:24px}.application-form__group{margin-bottom:20px}.application-form__group label{font-size:14px;margin-bottom:7px}.application-form__group input,.application-form__group select,.application-form__group textarea{padding:12px 16px;font-size:16px}.application-form__documents-grid{gap:20px;margin-top:24px}.application-form__document-card{padding:24px 20px;gap:14px}.application-form__document-icon{width:56px;height:56px}.application-form__document-icon svg{width:32px;height:32px}.application-form__document-title{font-size:18px}.application-form__document-subtitle{font-size:14px}.application-form__file-label{padding:12px 16px;font-size:15px;min-height:48px}.application-form__actions{margin-top:32px}}@media(max-width:480px){.application-form{padding:24px 16px}.application-form__section{margin-bottom:28px;padding-bottom:20px}.application-form__section-title{font-size:20px}.application-form__group{margin-bottom:18px}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html,body{margin:0;padding:0;width:100%;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 clamp(20px,4vw,32px);width:100%;box-sizing:border-box}@media(max-width:640px){.container{padding:0 20px}}body{font-family:TildaSans,Arial,sans-serif;color:#fff;background:#0a0b0d}a{color:inherit;text-decoration:none}.btn{display:inline-block;padding:14px 28px;border-radius:12px;text-decoration:none;font-weight:700;font-size:clamp(14px,1.6vw,16px);text-align:center;position:relative;overflow:hidden;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s cubic-bezier(.2,.8,.2,1),opacity .3s cubic-bezier(.2,.8,.2,1),background .3s cubic-bezier(.2,.8,.2,1),border-color .3s cubic-bezier(.2,.8,.2,1)}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn:hover:before{left:100%}.btn--primary{background:linear-gradient(135deg,#3e864f,#2d7040,#3e864f);background-size:200% 200%;color:#fff;border:none;box-shadow:0 4px 16px #3e864f4d,0 2px 8px #3e864f33,inset 0 1px #fff3}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #3e864f66,0 4px 12px #3e864f4d,inset 0 1px #ffffff4d;background-position:right center}.btn--primary:active{transform:translateY(0);box-shadow:0 2px 8px #3e864f4d}.btn--secondary{background:linear-gradient(135deg,#ffffff0d,#ffffff05);color:#fff;border:2px solid rgba(255,255,255,.3);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a,inset 0 1px #ffffff1a}.btn--secondary:hover{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 4px 16px #0003,inset 0 1px #ffffff26}.btn--secondary:active{transform:translateY(0);box-shadow:0 2px 8px #0000001a}.btn--ghost{background:transparent;color:#fff;opacity:.85}.btn--ghost:hover{opacity:1}.page.page--about{padding:clamp(40px,6vw,60px) 0;width:100%}.page.page--about h1{display:none}.about-intro{max-width:900px;margin:0 auto 64px;padding:0 clamp(20px,4vw,40px);box-sizing:border-box}@media(max-width:640px){.about-intro{padding:0 20px}}.about-intro{text-align:center}.about-intro__text{font-size:clamp(16px,2vw,18px);line-height:1.8;color:#c9d0d8;opacity:.9;margin:0}@media(max-width:640px){.about-intro{margin-bottom:48px}}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:64px;padding:0 clamp(20px,4vw,40px);box-sizing:border-box}@media(max-width:640px){.about-features{padding:0 20px}}@media(max-width:768px){.about-features{grid-template-columns:1fr;gap:24px;margin-bottom:48px}}.about-feature{background:#0f1114;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:32px;text-align:center;transition:all .3s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden}.about-feature:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#3e864f,#2d7040);transform:scaleX(0);transition:transform .3s cubic-bezier(.2,.8,.2,1)}.about-feature:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000059,0 2px 8px #0003;border-color:#3e864f4d}.about-feature:hover:before{transform:scaleX(1)}.about-feature:hover .about-feature__icon{transform:scale(1.1) rotate(5deg);color:#3e864f}.about-feature__icon{width:64px;height:64px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3e864f1a,#2d70401a);border-radius:999px;color:#3e864f;transition:all .3s cubic-bezier(.2,.8,.2,1)}.about-feature__icon svg{width:32px;height:32px}.about-feature__title{font-size:22px;font-weight:700;margin:0 0 16px;color:#fff}.about-feature__description{font-size:16px;line-height:1.7;color:#c9d0d8;opacity:.9;margin:0}@media(max-width:640px){.about-feature{padding:24px 20px}.about-feature__icon{width:56px;height:56px;margin-bottom:20px}.about-feature__icon svg{width:28px;height:28px}.about-feature__title{font-size:20px}.about-feature__description{font-size:15px}}.about-commitment{max-width:800px;margin:0 auto;text-align:center;padding:48px clamp(32px,4vw,48px);margin-left:clamp(20px,4vw,40px);margin-right:clamp(20px,4vw,40px);box-sizing:border-box}@media(max-width:640px){.about-commitment{margin-left:20px;margin-right:20px}}.about-commitment{background:linear-gradient(135deg,#0f1114,#14171b);border:1px solid rgba(255,255,255,.08);border-radius:12px;border-left:4px solid #3e864f}@media(max-width:640px){.about-commitment{padding:32px 24px}}@media(max-width:480px){.about-commitment{padding:32px 20px}}.about-commitment__title{font-size:clamp(24px,3vw,32px);font-weight:800;margin:0 0 20px;color:#fff}.about-commitment__text{font-size:16px;line-height:1.8;color:#c9d0d8;opacity:.9;margin:0}@media(max-width:640px){.about-commitment{padding:32px 24px}.about-commitment__text{font-size:15px}}.page.page--home{padding:0;margin:0;max-width:100%;width:100%}.home-intro{position:relative;max-width:1200px;margin:0 auto;padding:clamp(80px,10vw,120px) clamp(20px,4vw,40px);text-align:center}.home-intro__text{font-size:clamp(20px,2.8vw,24px);line-height:1.7;color:#fff;font-weight:300;max-width:900px;margin:0 auto;letter-spacing:.3px}@media(max-width:640px){.home-intro{padding:clamp(60px,8vw,80px) clamp(16px,4vw,24px)}.home-intro__text{font-size:18px}}@media(max-width:480px){.home-intro{padding:clamp(40px,6vw,60px) clamp(16px,3vw,20px)}.home-intro__text{font-size:16px;line-height:1.6}}.home-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;margin:0;padding:clamp(80px,10vw,120px) clamp(20px,4vw,40px);background:#0a0b0d;position:relative}@media(max-width:768px){.home-features{grid-template-columns:1fr;gap:32px;padding:clamp(60px,8vw,100px) clamp(16px,4vw,24px)}}@media(max-width:480px){.home-features{gap:24px;padding:clamp(40px,6vw,60px) clamp(16px,3vw,20px)}}.home-feature{background:#0f1114;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:clamp(40px,5vw,48px);text-align:center;transition:all .3s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden}.home-feature:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#3e864f,#2d7040);transform:scaleX(0);transition:transform .3s cubic-bezier(.2,.8,.2,1)}.home-feature:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000059,0 2px 8px #0003;border-color:#3e864f4d}.home-feature:hover:before{transform:scaleX(1)}.home-feature:hover .home-feature__icon{transform:scale(1.1);color:#3e864f}.home-feature__icon{width:80px;height:80px;margin:0 auto 32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3e864f1a,#2d70401a);border-radius:999px;color:#3e864f;transition:all .3s cubic-bezier(.2,.8,.2,1)}.home-feature__icon svg{width:40px;height:40px}.home-feature__title{font-size:clamp(24px,3vw,28px);font-weight:700;margin:0 0 16px;color:#fff}.home-feature__description{font-size:clamp(16px,2vw,18px);line-height:1.7;color:#c9d0d8;margin:0}@media(max-width:640px){.home-feature{padding:32px 24px}.home-feature__icon{width:72px;height:72px;margin-bottom:24px}.home-feature__icon svg{width:36px;height:36px}.home-feature__title{font-size:22px}.home-feature__description{font-size:16px}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.home-process{max-width:1200px;margin:0 auto;text-align:center;padding:clamp(80px,10vw,120px) clamp(20px,4vw,40px)}.home-process__title{font-size:clamp(36px,5vw,48px);font-weight:800;margin:0 0 16px;color:#fff}.home-process__subtitle{font-size:clamp(18px,2.5vw,22px);color:#c9d0d8;margin:0 0 clamp(56px,7vw,72px);font-weight:400}.home-process__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:48px}@media(max-width:768px){.home-process__steps{grid-template-columns:1fr;gap:32px}}.home-process__step{text-align:center}.home-process__step-number{width:80px;height:80px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3e864f,#2d7040);color:#fff;border-radius:999px;font-size:clamp(32px,4vw,36px);font-weight:800;box-shadow:0 4px 12px #3e864f4d;transition:transform .3s cubic-bezier(.2,.8,.2,1)}.home-process__step-number:hover{transform:scale(1.05)}.home-process__step-title{font-size:clamp(22px,3vw,26px);font-weight:700;margin:0 0 12px;color:#fff}.home-process__step-description{font-size:clamp(16px,2vw,18px);line-height:1.6;color:#c9d0d8;margin:0}.home-process__cta{margin-top:48px}@media(max-width:640px){.home-process{padding:clamp(60px,8vw,80px) clamp(16px,4vw,24px)}.home-process__subtitle{font-size:18px;margin-bottom:48px}.home-process__step-number{width:72px;height:72px;font-size:28px;margin-bottom:20px}.home-process__step-title{font-size:22px}.home-process__step-description{font-size:16px}}@media(max-width:480px){.home-process{padding:clamp(40px,6vw,60px) clamp(16px,3vw,20px)}.home-process__title{font-size:28px}.home-process__subtitle{font-size:16px;margin-bottom:40px}.home-process__steps{gap:24px;margin-bottom:40px}.home-process__step-number{width:64px;height:64px;font-size:24px;margin-bottom:16px}.home-process__step-title{font-size:20px}.home-process__step-description{font-size:15px}.home-process__cta{margin-top:40px}}.home-contact{max-width:1200px;margin:0 auto;padding:clamp(80px,10vw,120px) clamp(20px,4vw,40px);text-align:center;width:100%;box-sizing:border-box}.home-contact__content{max-width:800px;margin:0 auto;background:#0f1114;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:clamp(56px,7vw,72px) clamp(32px,4vw,48px);box-shadow:0 8px 24px #00000059,0 2px 8px #0003;box-sizing:border-box;width:100%}@media(max-width:640px){.home-contact__content{padding:48px 20px}}@media(max-width:480px){.home-contact__content{padding:40px 16px}}.home-contact__title{font-size:clamp(36px,5vw,48px);font-weight:800;margin:0 0 20px;color:#fff}.home-contact__description{font-size:clamp(18px,2.5vw,22px);line-height:1.7;color:#c9d0d8;margin:0 0 48px;font-weight:400}.home-contact__info{display:flex;justify-content:center;gap:32px;margin-bottom:48px;flex-wrap:wrap}@media(max-width:640px){.home-contact__info{flex-direction:column;gap:20px}}.home-contact__item{display:flex;align-items:center;gap:12px;color:#fff;font-size:clamp(16px,2vw,18px);font-weight:500}.home-contact__item svg{color:#3e864f;flex-shrink:0;width:22px;height:22px}.home-contact__item a{color:#fff;text-decoration:none;transition:color .3s ease}.home-contact__item a:hover{color:#3e864f}.home-contact__actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;width:100%;box-sizing:border-box}@media(max-width:640px){.home-contact__actions{flex-direction:column;width:100%;gap:12px}.home-contact__actions .btn{width:100%;max-width:100%;box-sizing:border-box}}@media(max-width:480px){.home-contact__actions{gap:10px}}@media(max-width:640px){.home-contact{padding:clamp(40px,6vw,60px) clamp(16px,3vw,24px)}.home-contact__content{padding:40px 20px}.home-contact__title{font-size:clamp(28px,5vw,36px);margin-bottom:16px}.home-contact__description{font-size:16px;margin-bottom:32px;line-height:1.6}.home-contact__info{margin-bottom:32px}.home-contact__item{font-size:15px}}@media(max-width:480px){.home-contact{padding:clamp(32px,5vw,48px) 16px}.home-contact__content{padding:32px 16px}.home-contact__title{font-size:24px;margin-bottom:14px}.home-contact__description{font-size:14px;margin-bottom:24px;line-height:1.5}.home-contact__info{gap:16px;margin-bottom:24px}.home-contact__item{font-size:14px;gap:10px}.home-contact__item svg{width:18px;height:18px}.home-contact__actions{gap:10px}}.page.page--contacts{padding:clamp(40px,6vw,60px) 0}.page.page--contacts h1{display:none}.contacts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:48px;padding:0 clamp(20px,4vw,40px);box-sizing:border-box}@media(max-width:640px){.contacts-grid{padding:0 20px}}@media(max-width:640px){.contacts-grid{grid-template-columns:1fr;gap:20px;margin-bottom:40px}}.contact-card{background:#0f1114;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:32px 24px;text-align:center;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s cubic-bezier(.2,.8,.2,1),border-color .3s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden}.contact-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#3e864f,#2d7040);transform:scaleX(0);transition:transform .3s cubic-bezier(.2,.8,.2,1)}.contact-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000059,0 2px 8px #0003;border-color:#3e864f4d}.contact-card:hover:before{transform:scaleX(1)}.contact-card:hover .contact-card__icon{transform:scale(1.1);color:#3e864f}.contact-card__icon{width:56px;height:56px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3e864f1a,#2d70401a);border-radius:999px;color:#3e864f;transition:transform .3s cubic-bezier(.2,.8,.2,1),color .3s cubic-bezier(.2,.8,.2,1)}.contact-card__icon svg{width:24px;height:24px}.contact-card__title{font-size:20px;font-weight:700;margin:0 0 16px;color:#fff}.contact-card__content{margin:0;font-size:16px;line-height:1.6;color:#c9d0d8}.contact-card__content a{color:#fff;text-decoration:none;transition:color .2s ease;display:inline-block}.contact-card__content a:hover{color:#3e864f}@media(max-width:640px){.contact-card{padding:28px 20px}.contact-card__icon{width:48px;height:48px;margin-bottom:16px}.contact-card__icon svg{width:20px;height:20px}.contact-card__title{font-size:18px;margin-bottom:12px}.contact-card__content{font-size:15px}}@media(max-width:480px){.contact-card{padding:24px 16px}}.contact-cta{background:linear-gradient(135deg,#0f1114,#14171b);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:clamp(32px,5vw,48px);text-align:center;margin-top:48px;margin-left:clamp(20px,4vw,40px);margin-right:clamp(20px,4vw,40px);box-sizing:border-box}@media(max-width:640px){.contact-cta{margin-left:20px;margin-right:20px}}@media(max-width:480px){.contact-cta{padding:32px 20px}}.contact-cta h2{font-size:clamp(24px,3vw,32px);font-weight:800;margin:0 0 12px;color:#fff}.contact-cta p{font-size:16px;color:#c9d0d8;margin:0 0 32px;opacity:.9}.contact-cta__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@media(max-width:640px){.contact-cta__actions{flex-direction:column}.contact-cta__actions .btn{width:100%}}@media(max-width:640px){.contact-cta{padding:32px 24px;margin-top:40px}}.page.page--prices{padding:clamp(40px,6vw,60px) 0;width:100%}.page.page--prices h1{display:none}.pricing-selection{margin-bottom:64px;width:100%;padding:0 clamp(20px,4vw,40px);box-sizing:border-box}@media(max-width:640px){.pricing-selection{padding:0 20px}}@media(max-width:640px){.pricing-selection{margin-bottom:48px}}@media(max-width:480px){.pricing-selection{margin-bottom:40px}}.pricing-selection__title{font-size:clamp(24px,3vw,32px);font-weight:800;margin:0 0 40px;color:#fff;text-align:center}@media(max-width:640px){.pricing-selection__title{margin-bottom:32px;font-size:22px}}@media(max-width:480px){.pricing-selection__title{margin-bottom:24px;font-size:20px}}.vehicle-types-simple{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:40px;padding:0 20px}@media(max-width:640px){.vehicle-types-simple{gap:10px;padding:0}}.vehicle-types-radio{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:40px;padding:0 20px}@media(max-width:640px){.vehicle-types-radio{gap:10px;padding:0}}@media(max-width:480px){.vehicle-types-radio{gap:8px}}.vehicle-type-radio{display:flex;align-items:center;gap:10px;padding:14px 28px;background:#0f1114;border:2px solid rgba(255,255,255,.08);border-radius:8px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:120px;position:relative}@media(max-width:640px){.vehicle-type-radio{padding:12px 20px;font-size:14px;min-width:100px;flex:1;max-width:calc(50% - 5px)}}@media(max-width:480px){.vehicle-type-radio{padding:10px 16px;font-size:13px;min-width:auto;max-width:none;gap:8px}}.vehicle-type-radio input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#3e864f;flex-shrink:0;margin:0}.vehicle-type-radio span{flex:1}.vehicle-type-radio:focus-within{outline:2px solid #3e864f;outline-offset:2px}.vehicle-type-radio:hover{border-color:#3e864f66;background:#3e864f0d}.vehicle-type-radio--active{background:linear-gradient(135deg,#3e864f1a,#2d70401a);border-color:#3e864f;color:#3e864f;box-shadow:0 2px 8px #3e864f33}.vehicle-type-btn{padding:14px 28px;background:#0f1114;border:2px solid rgba(255,255,255,.08);border-radius:8px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:120px;position:relative}.vehicle-type-btn:focus{outline:2px solid #3e864f;outline-offset:2px}.vehicle-type-btn:hover{border-color:#3e864f;background:#3e864f0d;transform:translateY(-2px)}.vehicle-type-btn:active{transform:translateY(0)}.vehicle-type-btn--active{background:linear-gradient(135deg,#3e864f,#2d7040);border-color:transparent;color:#fff;box-shadow:0 4px 12px #3e864f4d;font-weight:700}.vehicle-type-btn--active:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3e864f66}.vehicle-type-btn--active:focus{outline-color:#fff}@media(max-width:640px){.vehicle-type-btn{padding:12px 20px;font-size:14px;min-width:100px;flex:1;max-width:calc(50% - 5px)}}@media(max-width:480px){.vehicle-type-btn{padding:10px 16px;font-size:13px;min-width:auto;max-width:none}}.pricing-selection__description-wrapper{text-align:center;margin-bottom:32px;padding:24px;background:linear-gradient(135deg,#0f1114,#14171b);border:1px solid rgba(255,255,255,.08);border-radius:12px;border-left:4px solid #3e864f}@media(max-width:640px){.pricing-selection__description-wrapper{padding:20px;margin-bottom:24px}}@media(max-width:480px){.pricing-selection__description-wrapper{padding:16px;margin-bottom:20px}}.pricing-selection__description{text-align:center;font-size:16px;line-height:1.7;color:#c9d0d8;opacity:.9;max-width:800px;margin:0 auto}@media(max-width:640px){.pricing-selection__description{font-size:15px}}.pricing-card-wrapper{margin-bottom:40px;width:100%;display:grid;grid-template-columns:35% 65%;gap:24px;align-items:start}@media(max-width:1024px){.pricing-card-wrapper{grid-template-columns:40% 60%}}@media(max-width:768px){.pricing-card-wrapper{grid-template-columns:1fr;gap:24px;align-items:stretch}}@media(max-width:640px){.pricing-card-wrapper{gap:20px;margin-bottom:32px}}@media(max-width:480px){.pricing-card-wrapper{gap:16px;margin-bottom:24px}}.pricing-image{width:100%;height:400px;border-radius:12px;overflow:hidden;background:#14171b;border:2px solid rgba(255,255,255,.08);position:relative;transition:all .3s cubic-bezier(.2,.8,.2,1);flex-shrink:0}.pricing-image:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000059,0 2px 8px #0003;border-color:#3e864f66}.pricing-image img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .3s ease}.pricing-image:hover img{transform:scale(1.05)}@media(max-width:768px){.pricing-image{height:300px}}@media(max-width:640px){.pricing-image{height:280px}}@media(max-width:480px){.pricing-image{height:250px}}.pricing-card{background:#0f1114;border:2px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;transition:all .3s cubic-bezier(.2,.8,.2,1)}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000059,0 2px 8px #0003;border-color:#3e864f66}.pricing-card__content{display:flex;flex-direction:column;padding:0}.pricing-card__header{padding:28px 24px 20px;text-align:center;border-bottom:1px solid rgba(255,255,255,.08)}.pricing-card__price{display:flex;align-items:baseline;justify-content:center;gap:4px}.pricing-card__amount{font-size:42px;font-weight:800;color:#fff;line-height:1}.pricing-card__period{font-size:16px;color:#c9d0d8;font-weight:500;word-break:break-word}.pricing-card__years{padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08)}.pricing-card__years-label{font-size:13px;color:#c9d0d8;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.pricing-card__selected-count{font-size:12px;color:#3e864f;font-weight:600;margin-bottom:12px;padding:6px 12px;background:#3e864f1a;border-radius:999px;display:inline-block}.pricing-card__years-list{display:flex;flex-direction:column;gap:10px}.pricing-card__year-checkbox{display:flex;align-items:flex-start;gap:12px;cursor:pointer;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:8px;transition:all .2s ease;-webkit-user-select:none;user-select:none}.pricing-card__year-checkbox:has(input[type=checkbox]:checked){border-color:#3e864f;background:#3e864f1a}.pricing-card__year-checkbox:hover{border-color:#3e864f66;background:#3e864f0d}.pricing-card__year-checkbox:focus-within{outline:2px solid #3e864f;outline-offset:2px}.pricing-card__year-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#3e864f;flex-shrink:0;margin-top:2px}.pricing-card__year-checkbox input[type=checkbox]:focus{outline:2px solid #3e864f;outline-offset:2px;border-radius:2px}.pricing-card__year-radio{display:flex;align-items:flex-start;gap:12px;cursor:pointer;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:8px;transition:all .2s ease;-webkit-user-select:none;user-select:none}.pricing-card__year-radio:has(input[type=radio]:checked){border-color:#3e864f;background:#3e864f1a}.pricing-card__year-radio:hover{border-color:#3e864f66;background:#3e864f0d}.pricing-card__year-radio:focus-within{outline:2px solid #3e864f;outline-offset:2px}.pricing-card__year-radio input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#3e864f;flex-shrink:0;margin-top:2px}.pricing-card__year-radio input[type=radio]:focus{outline:2px solid #3e864f;outline-offset:2px;border-radius:50%}.pricing-card__year-info{flex:1;display:flex;flex-direction:column;gap:4px}.pricing-card__year-label{font-size:14px;color:#fff;font-weight:500;line-height:1.4}.pricing-card__year-price{font-size:13px;color:#3e864f;font-weight:600}.pricing-card__selected-info{margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}.pricing-card__selected-item{margin-bottom:16px;padding:12px;background:#3e864f14;border-radius:8px;border-left:3px solid #3e864f}.pricing-card__selected-item:last-child{margin-bottom:0}.pricing-card__selected-label{font-size:14px;font-weight:600;color:#fff;margin-bottom:6px}.pricing-card__selected-price{font-size:16px;font-weight:700;color:#3e864f;margin-bottom:8px}.pricing-card__selected-note{font-size:12px;color:#c9d0d8;line-height:1.5;font-style:italic}.pricing-card__common-info{padding:24px;flex:1}.pricing-card__detail-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08)}.pricing-card__detail-row:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:none}.pricing-card__detail-label{font-size:13px;color:#c9d0d8;font-weight:600;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.pricing-card__detail-value{font-size:14px;color:#fff;font-weight:500;text-align:right;line-height:1.5}.pricing-card__note{margin:0 24px 24px;padding:12px;background:#3e864f14;border-left:3px solid #3e864f;border-radius:6px;font-size:12px;color:#c9d0d8;line-height:1.5;font-style:italic}.pricing-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid rgba(255,255,255,.08);margin-top:auto}.pricing-card__btn{padding:16px 20px;font-size:14px;font-weight:700;text-decoration:none;text-align:center;transition:all .3s cubic-bezier(.2,.8,.2,1);border:none;cursor:pointer}.pricing-card__btn--call{background:#14171b;color:#fff;border-right:1px solid rgba(255,255,255,.08)}.pricing-card__btn--call:hover{background:#3e864f1a;color:#3e864f}.pricing-card__btn--apply{background:linear-gradient(135deg,#3e864f,#2d7040);color:#fff}.pricing-card__btn--apply:hover{background:linear-gradient(135deg,#2d7040,#3e864f);box-shadow:0 4px 12px #3e864f4d}@media(max-width:768px){.pricing-card{grid-template-columns:1fr}.pricing-card__image{min-height:250px}.pricing-card__header{padding:24px 20px 16px}.pricing-card__amount{font-size:36px}.pricing-card__period{font-size:14px}.pricing-card__years{padding:16px 20px}.pricing-card__common-info{padding:20px}.pricing-card__detail-row{flex-direction:column;gap:8px}.pricing-card__detail-value{text-align:left}.pricing-card__note{margin:0 20px 20px}.pricing-card__actions{grid-template-columns:1fr}.pricing-card__btn--call{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}}@media(max-width:640px){.pricing-card__header{padding:20px 16px 14px}.pricing-card__amount{font-size:32px}.pricing-card__period{font-size:13px}.pricing-card__years{padding:14px 16px}.pricing-card__years-label{font-size:12px;margin-bottom:10px}.pricing-card__year-checkbox{padding:10px;gap:10px}.pricing-card__year-label{font-size:13px}.pricing-card__year-price{font-size:12px}.pricing-card__common-info{padding:16px}.pricing-card__detail-label{font-size:12px}.pricing-card__detail-value{font-size:13px}.pricing-card__note{margin:0 16px 16px;font-size:11px}.pricing-card__selected-item{padding:10px;margin-bottom:12px}.pricing-card__selected-label{font-size:13px}.pricing-card__selected-price{font-size:15px}.pricing-card__selected-note{font-size:11px}.pricing-card__btn{padding:14px 16px;font-size:13px}}@media(max-width:480px){.pricing-card__header{padding:18px 14px 12px}.pricing-card__amount{font-size:28px}.pricing-card__period{font-size:12px}.pricing-card__years{padding:12px 14px}.pricing-card__common-info{padding:14px}.pricing-card__detail-row{margin-bottom:12px;padding-bottom:12px}.pricing-card__note{margin:0 14px 14px}.pricing-card__btn{padding:12px 14px;font-size:12px}}.pricing-empty{text-align:center;padding:48px 24px;background:#0f1114;border:1px solid rgba(255,255,255,.08);border-radius:12px}.pricing-empty p{margin:0;font-size:16px;color:#c9d0d8;line-height:1.6}@media(max-width:640px){.pricing-empty{padding:32px 20px}.pricing-empty p{font-size:15px}}@media(max-width:480px){.pricing-empty{padding:24px 16px}.pricing-empty p{font-size:14px}}.pricing-timeline{position:relative;padding-left:40px;padding-right:clamp(20px,4vw,40px);margin-bottom:64px;box-sizing:border-box}@media(max-width:768px){.pricing-timeline{padding-left:32px;padding-right:20px}}@media(max-width:640px){.pricing-timeline{padding-right:20px}}@media(max-width:480px){.pricing-timeline{padding-left:24px;padding-right:20px;margin-bottom:48px}}.timeline-step{position:relative;margin-bottom:36px}.timeline-step:last-child{margin-bottom:0}.timeline-step:last-child .timeline-step__line{display:none}.timeline-step__marker{position:absolute;left:-40px;top:0;display:flex;flex-direction:column;align-items:center}@media(max-width:768px){.timeline-step__marker{left:-32px}}.timeline-step__dot{width:18px;height:18px;border-radius:50%;background:#0f1114;border:2.5px solid #3e864f;box-shadow:0 0 0 3px #0a0b0d,0 2px 6px #3e864f4d;position:relative;z-index:2;transition:all .3s cubic-bezier(.2,.8,.2,1)}.timeline-step__line{width:2px;flex:1;min-height:36px;background:linear-gradient(180deg,#3e864f,#3e864f4d);margin-top:4px}.timeline-step__content{background:#0f1114;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:22px;transition:all .3s cubic-bezier(.2,.8,.2,1);position:relative}.timeline-step__content:before{content:"";position:absolute;left:-10px;top:20px;width:0;height:0;border-style:solid;border-width:7px 10px 7px 0;border-color:transparent rgba(255,255,255,.08) transparent transparent}.timeline-step__content:after{content:"";position:absolute;left:-9px;top:20px;width:0;height:0;border-style:solid;border-width:7px 10px 7px 0;border-color:transparent #0f1114 transparent transparent}.timeline-step__badge{display:inline-block;padding:5px 12px;background:linear-gradient(135deg,#3e864f,#2d7040);color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:999px;margin-bottom:12px;box-shadow:0 2px 6px #3e864f4d}.timeline-step__title{font-size:19px;font-weight:700;margin:0 0 10px;color:#fff;line-height:1.3}.timeline-step__description{margin:0;font-size:15px;line-height:1.6;color:#c9d0d8;opacity:.9}.timeline-step__description strong{color:#fff;font-weight:600}.timeline-step:hover .timeline-step__dot{transform:scale(1.2);box-shadow:0 0 0 4px #0a0b0d,0 4px 16px #3e864f80}.timeline-step:hover .timeline-step__content{transform:translate(4px);box-shadow:0 8px 24px #00000059,0 2px 8px #0003;border-color:#3e864f4d}.timeline-step--highlight .timeline-step__content{border-color:#3e864f66;background:linear-gradient(135deg,#0f1114,#3e864f0d)}.timeline-step--highlight .timeline-step__dot{border-color:#2d7040;box-shadow:0 0 0 4px #0a0b0d,0 2px 12px #3e864f66}@media(max-width:640px){.timeline-step{margin-bottom:28px}.timeline-step__content{padding:18px}.timeline-step__title{font-size:18px}.timeline-step__description{font-size:14px}}@media(max-width:480px){.timeline-step{margin-bottom:24px}.timeline-step__marker{left:-24px}.timeline-step__content{padding:16px}.timeline-step__title{font-size:17px}.timeline-step__description{font-size:13px}.timeline-step__badge{font-size:10px;padding:4px 10px}}.insurance-box{margin-top:12px;padding:16px;background:#3e864f14;border:1px solid rgba(62,134,79,.2);border-radius:8px}.insurance-box__item{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.insurance-box__item:last-of-type{margin-bottom:0}.insurance-box__label{font-weight:700;color:#fff;font-size:14px}.insurance-box__value{color:#c9d0d8;font-size:14px;line-height:1.5}.insurance-box__note{margin-top:12px;padding-top:12px;border-top:1px solid rgba(62,134,79,.2);font-size:13px;line-height:1.6;color:#c9d0d8}.insurance-box__note strong{color:#fff;font-weight:600}@media(max-width:640px){.insurance-box{padding:14px}.insurance-box__label,.insurance-box__value{font-size:13px}.insurance-box__note{font-size:12px}}@media(max-width:480px){.insurance-box{padding:12px}.insurance-box__item{gap:4px;margin-bottom:10px}.insurance-box__label,.insurance-box__value{font-size:12px}.insurance-box__note{font-size:11px;margin-top:10px;padding-top:10px}}.pricing-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:64px;padding:0 clamp(20px,4vw,40px);box-sizing:border-box}@media(max-width:640px){.pricing-info-grid{padding:0 20px}}@media(max-width:768px){.pricing-info-grid{grid-template-columns:1fr;gap:20px;margin-top:48px}}@media(max-width:640px){.pricing-info-grid{gap:16px;margin-top:40px}}@media(max-width:480px){.pricing-info-grid{gap:12px;margin-top:32px}}.info-card{background:#0f1114;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:32px;text-align:center;transition:all .3s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden}.info-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#3e864f,#2d7040);transform:scaleX(0);transition:transform .3s cubic-bezier(.2,.8,.2,1)}.info-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000059,0 2px 8px #0003;border-color:#3e864f4d}.info-card:hover:before{transform:scaleX(1)}.info-card:hover .info-card__icon{transform:scale(1.1) rotate(5deg);color:#3e864f}.info-card__icon{width:64px;height:64px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3e864f1a,#2d70401a);border-radius:999px;color:#3e864f;transition:all .3s cubic-bezier(.2,.8,.2,1)}.info-card__icon svg{width:32px;height:32px}.info-card__title{font-size:22px;font-weight:700;margin:0 0 16px;color:#fff}.info-card__text{margin:0;font-size:16px;line-height:1.7;color:#c9d0d8;opacity:.9}.info-card__text strong{color:#fff;font-weight:600}.info-card__text a{color:#3e864f;text-decoration:none;transition:color .2s ease;font-weight:500}.info-card__text a:hover{color:#2d7040;text-decoration:underline}.info-card--payment .info-card__icon,.info-card--welcome .info-card__icon{background:linear-gradient(135deg,#3e864f26,#2d704026)}@media(max-width:640px){.info-card{padding:24px 20px}.info-card__icon{width:56px;height:56px;margin-bottom:16px}.info-card__icon svg{width:28px;height:28px}.info-card__title{font-size:20px}.info-card__text{font-size:15px}}@media(max-width:480px){.info-card{padding:20px 16px}.info-card__icon{width:48px;height:48px;margin-bottom:14px}.info-card__icon svg{width:24px;height:24px}.info-card__title{font-size:18px;margin-bottom:12px}.info-card__text{font-size:14px}}.page.page--privacy{padding:clamp(40px,6vw,60px) 0;width:100%}.page.page--privacy h1{display:none}.privacy-intro{margin-bottom:48px;margin-left:clamp(20px,4vw,40px);margin-right:clamp(20px,4vw,40px);box-sizing:border-box}@media(max-width:640px){.privacy-intro{margin-left:20px;margin-right:20px}}.privacy-intro{padding:32px;background:#0f1114;border:1px solid rgba(255,255,255,.08);border-radius:12px;border-left:4px solid #3e864f}@media(max-width:640px){.privacy-intro{padding:24px 20px}}@media(max-width:480px){.privacy-intro{padding:20px 16px}}.privacy-intro__date{font-size:14px;font-weight:600;color:#3e864f;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}.privacy-intro__title{font-size:28px;font-weight:800;margin:0 0 20px;color:#fff}.privacy-intro__text{margin:0 0 20px;font-size:16px;line-height:1.7;color:#c9d0d8;opacity:.9}.privacy-intro__text a{color:#3e864f;text-decoration:none;font-weight:600;transition:color .2s ease}.privacy-intro__text a:hover{color:#2d7040;text-decoration:underline}.privacy-intro__list{margin:0;padding-left:24px;color:#c9d0d8;opacity:.9}.privacy-intro__list li{margin-bottom:12px;line-height:1.7;font-size:16px}@media(max-width:640px){.privacy-intro__title{font-size:24px}.privacy-intro__text{font-size:15px}}@media(max-width:480px){.privacy-intro__date{font-size:12px;margin-bottom:10px}.privacy-intro__title{font-size:22px;margin-bottom:16px}.privacy-intro__text{font-size:14px}}.privacy-sections{display:flex;flex-direction:column;gap:24px;padding:0 clamp(20px,4vw,40px);box-sizing:border-box}@media(max-width:640px){.privacy-sections{padding:0 20px}}.privacy-section{background:#0f1114;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:32px;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s cubic-bezier(.2,.8,.2,1),border-color .3s cubic-bezier(.2,.8,.2,1)}.privacy-section:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000059,0 2px 8px #0003;border-color:#3e864f33}.privacy-section__header{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08)}.privacy-section__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3e864f1a,#2d70401a);border-radius:8px;color:#3e864f;flex-shrink:0}.privacy-section__icon svg{width:24px;height:24px}.privacy-section__title{font-size:24px;font-weight:700;margin:0;color:#fff}.privacy-section__content p{margin:0 0 16px;font-size:16px;line-height:1.7;color:#c9d0d8;opacity:.9}.privacy-section__content p:last-child{margin-bottom:0}.privacy-section__content p a{color:#3e864f;text-decoration:none;transition:color .2s ease;font-weight:500}.privacy-section__content p a:hover{color:#2d7040;text-decoration:underline}.privacy-section__content ul{margin:16px 0;padding-left:0;list-style:none}.privacy-section__content ul li{padding:12px 0 12px 32px;position:relative;font-size:16px;line-height:1.7;color:#c9d0d8;opacity:.9}.privacy-section__content ul li:before{content:"";position:absolute;left:12px;top:20px;width:6px;height:6px;background:#3e864f;border-radius:50%}.privacy-section__content ul li:not(:last-child){border-bottom:1px solid rgba(255,255,255,.08)}@media(max-width:640px){.privacy-section{padding:24px 20px}.privacy-section__header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:16px;padding-bottom:12px}.privacy-section__icon{width:40px;height:40px}.privacy-section__icon svg{width:20px;height:20px}.privacy-section__title{font-size:20px}.privacy-section__content p,.privacy-section__content ul li{font-size:15px}}@media(max-width:480px){.privacy-section{padding:20px 16px}.privacy-section__header{gap:10px;margin-bottom:14px;padding-bottom:10px}.privacy-section__icon{width:36px;height:36px}.privacy-section__icon svg{width:18px;height:18px}.privacy-section__title{font-size:18px}.privacy-section__content p,.privacy-section__content ul li{font-size:14px}.privacy-section__content ul li{padding:10px 0 10px 28px}.privacy-section__content ul li:before{left:10px;top:18px;width:5px;height:5px}}.privacy-section--large .privacy-section__content p{margin-bottom:24px}.privacy-section__intro{font-size:17px;line-height:1.8;margin-bottom:32px!important;padding:20px;background:#14171b;border-radius:8px;border-left:3px solid #3e864f}.terms-subsection{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.08)}.terms-subsection:last-of-type{border-bottom:none;margin-bottom:0}.terms-subsection h3{font-size:20px;font-weight:700;margin:0 0 16px;color:#fff}.terms-subsection p{margin:0 0 16px;line-height:1.8}.terms-subsection p:last-child{margin-bottom:0}@media(max-width:640px){.terms-subsection{margin-bottom:24px;padding-bottom:20px}.terms-subsection h3{font-size:18px;margin-bottom:12px}.terms-subsection p{font-size:15px;margin-bottom:12px}}@media(max-width:480px){.terms-subsection{margin-bottom:20px;padding-bottom:16px}.terms-subsection h3{font-size:17px;margin-bottom:10px}.terms-subsection p{font-size:14px;margin-bottom:10px}}.terms-note{margin-top:24px!important;padding:16px;background:#3e864f1a;border:1px solid rgba(62,134,79,.2);border-radius:8px;border-left:3px solid #3e864f}.terms-note strong{color:#3e864f;font-weight:600}.privacy-contact{margin-top:16px;padding:20px;background:#14171b;border-radius:8px;border:1px solid rgba(255,255,255,.08)}.privacy-contact p{margin:0 0 12px!important;font-size:16px!important}.privacy-contact p:last-child{margin-bottom:0!important}.privacy-contact p strong{color:#fff;font-weight:600;margin-right:8px}.privacy-contact p a{color:#3e864f;text-decoration:none;transition:color .2s ease}.privacy-contact p a:hover{color:#2d7040;text-decoration:underline}
