:root{--color-black:#191718;--color-gray-light:#e7e7e7;--color-gray:#d9d9d9;--color-primary:#9a1e27;--color-primary-hover:#7a181f;--color-white:#ffffff;--color-text:#231f20;--font-heading:'Merriweather Sans', sans-serif;--font-body:'Poppins', sans-serif;--text-h1:70px;--text-h2:48px;--text-h3:30px;--text-h4:24px;--text-body-lg:18px;--text-body:16px;--text-body-sm:14px;--text-button:16px;--text-nav:16px;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--leading-tight:1.2;--leading-normal:1.5;--leading-relaxed:1.6;--spacing-xs:8px;--spacing-sm:16px;--spacing-md:24px;--spacing-lg:32px;--spacing-xl:48px;--spacing-2xl:64px;--spacing-3xl:100px;--container-max:1240px;--container-padding:100px;--container-padding-tablet:60px;--container-padding-mobile:16px;--radius-sm:4px;--radius-md:8px;--radius-lg:20px;--radius-pill:500px;--shadow-sm:0 1px 2px rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px rgba(0, 0, 0, 0.1);--shadow-lg:0 10px 15px rgba(0, 0, 0, 0.1);--transition-fast:0.15s ease;--transition-base:0.3s ease;--transition-slow:0.5s ease;--z-header:100;--z-modal:200;--z-tooltip:300}@media (max-width:768px){:root{--text-h1:36px;--text-h2:28px;--text-h3:24px;--text-h4:18px;--text-body-lg:16px;--text-body:14px;--text-button:12px}}*,::after,::before{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;font-family:var(--font-body);font-size:var(--text-body);font-weight:var(--weight-regular);color:var(--color-text);line-height:var(--leading-normal)}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}a{color:inherit;text-decoration:none;transition:color var(--transition-fast)}ol,ul{list-style:none}button{background:0 0;border:0;cursor:pointer}button:focus{outline:2px solid var(--color-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.h1,.h2,.h3,.h4,h1,h2,h3,h4{font-family:var(--font-heading);font-size:var(--text-h1);font-weight:var(--weight-bold);line-height:var(--leading-tight);color:var(--color-text)}.h2,.h3,.h4,h2,h3,h4{font-size:var(--text-h2)}.h3,.h4,h3,h4{font-size:var(--text-h3)}.h4,h4{font-family:var(--font-body);font-size:var(--text-h4);font-weight:var(--weight-semibold);line-height:var(--leading-normal)}p{margin-bottom:1em}.hero-text p:last-child,p:last-child{margin-bottom:0}.text-lg{font-size:var(--text-body-lg);line-height:var(--leading-relaxed)}.text-sm{font-size:var(--text-body-sm)}.text-accent,mark{color:var(--color-primary);background:0 0}.hero-headline,.text-white{color:var(--color-white)}.hero-headline{font-family:var(--font-heading);font-size:var(--text-h1);font-weight:var(--weight-bold);font-style:italic;line-height:var(--leading-tight)}.subtitle{font-family:var(--font-body);font-size:var(--text-h4);font-weight:var(--weight-regular);line-height:var(--leading-relaxed)}a:hover{color:var(--color-primary)}.text-uppercase{text-transform:uppercase;letter-spacing:.5px}@media (max-width:480px){.h1,.h2,h1,h2{font-size:36px;line-height:1.2}.h3,h3{font-size:24px;line-height:1.3}.h4,h4{font-size:16px}.text-lg{font-size:18px;line-height:1.4}.text-sm{font-size:12px}.subtitle{font-size:18px}.hero-headline{font-size:36px}}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 100px;box-sizing:border-box}@media (max-width:1439px){.container{padding:0 60px}}@media (max-width:1200px){.container{padding:0 40px}}@media (max-width:768px){.container{padding:0 20px}}.container-full{width:100%;padding:0 var(--container-padding)}@media (max-width:768px){.container-full{padding:0 var(--container-padding-mobile)}}.section{padding:60px 0}.section-sm{padding:var(--spacing-xl)0}.section-lg{padding:120px 0}@media (max-width:768px){.section{padding:var(--spacing-xl)0}.section-sm{padding:var(--spacing-lg)0}.section-lg{padding:var(--spacing-2xl)0}}.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-sm{gap:var(--spacing-sm)}.gap-md{gap:var(--spacing-md)}.gap-lg{gap:var(--spacing-lg)}.gap-xl{gap:var(--spacing-xl)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-sm{margin-top:var(--spacing-sm)}.mt-md{margin-top:var(--spacing-md)}.mt-lg{margin-top:var(--spacing-lg)}.mt-xl{margin-top:var(--spacing-xl)}.mb-sm{margin-bottom:var(--spacing-sm)}.mb-md{margin-bottom:var(--spacing-md)}.mb-lg{margin-bottom:var(--spacing-lg)}.mb-xl{margin-bottom:var(--spacing-xl)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-lg);align-items:start}.two-col-60-40{grid-template-columns:1.5fr 1fr}.two-col-40-60{grid-template-columns:1fr 1.5fr}@media (max-width:1024px){.two-col,.two-col-40-60,.two-col-60-40{grid-template-columns:1fr}}.hidden{display:none!important}.visible-mobile{display:none}.hidden-mobile{display:block}@media (max-width:768px){.visible-mobile{display:block}.hidden-mobile{display:none}}@media (max-width:480px){.container{padding:0 16px}.section{padding:40px 0}.section-sm{padding:30px 0}.section-lg{padding:60px 0}.grid{gap:6px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr;gap:6px}.two-col,.two-col-40-60,.two-col-60-40{grid-template-columns:1fr;gap:20px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:"Poppins",sans-serif;font-weight:500;font-size:22px;line-height:normal;text-transform:uppercase;border-radius:500px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;white-space:nowrap}.btn-lg,.btn-xl{padding:12px 20px;font-size:22px}.btn-lg{padding:10px 15px}.btn-md{padding:8px 12px;font-size:18px}.btn-sm{padding:6px 10px;font-size:14px}.btn-primary{background-color:#9a1e27;color:#fff;border:1px solid #9a1e27}.btn-primary:hover{background-color:#7a1820;border-color:#7a1820;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(154,30,39,.3)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary,.btn-secondary-light{background-color:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.btn-secondary:hover{background-color:var(--color-primary);color:var(--color-white)}.btn-secondary-light{color:var(--color-white);border:2px solid var(--color-white)}.btn-secondary-light:hover{background-color:var(--color-white);color:var(--color-primary)}.btn-link{background:0 0;color:var(--color-primary);border:0;padding:0;text-decoration:underline;text-underline-offset:3px}.btn-link:hover{color:var(--color-primary-hover)}.btn-link-light{color:var(--color-white)}.btn-link-light:hover{color:var(--color-gray-light)}.btn-icon{display:inline-flex;align-items:center;gap:10px}.btn-icon img,.btn-icon svg{width:20px;height:20px}.btn-block{width:100%}@media (max-width:480px){.btn,.btn-xl{font-size:12px;padding:6px 10px}.btn-xl{padding:8px 14px}.btn-lg,.btn-md{padding:6px 10px;font-size:12px}.btn-sm{padding:4px 8px;font-size:10px}.btn-icon img,.btn-icon svg{width:14px;height:14px}}.header,.header-bg{top:0;left:0;right:0}.header{position:fixed;z-index:var(--z-header);padding-top:20px;padding-bottom:0;transition:padding .4s ease}.header-bg{position:absolute;bottom:0;background:rgba(25,23,24,.85);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);box-shadow:0 1px 3px rgba(0,0,0,.12);opacity:0;transition:opacity .4s ease;pointer-events:none}.header.scrolled{padding-top:8px;padding-bottom:8px}.header.scrolled .header-bg{opacity:1}.header .container{position:relative;z-index:1}.header-inner{display:flex;align-items:center;gap:21px;height:53px;transition:all .4s ease}.header.scrolled .header-inner{height:44px;gap:15px}.header.scrolled .logo img{width:95px;height:36px}.logo{flex-shrink:0}.logo img{width:115px;height:44px;object-fit:contain;transition:all .4s ease}.nav,.nav-links{display:flex;align-items:center}.nav{justify-content:space-between;flex:1}.nav-links{gap:20px;list-style:none;margin:0;padding:0}.nav-link{font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;line-height:24px;color:var(--color-white);text-transform:uppercase;text-decoration:none;transition:color var(--transition-fast),font-size .4s cubic-bezier(.4,0,.2,1);white-space:nowrap}.header.scrolled .lang-link,.header.scrolled .nav-link{color:var(--color-white);font-size:14px}.nav-link:hover{color:var(--color-primary)}.lang-switcher,.nav-right{display:flex;align-items:center;gap:20px}.lang-link{font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;line-height:24px;color:var(--color-white);text-transform:uppercase;text-decoration:none;transition:opacity var(--transition-fast),font-size .4s cubic-bezier(.4,0,.2,1),color .4s cubic-bezier(.4,0,.2,1)}.lang-link:hover{opacity:.8}.lang-link.active{opacity:1}.header .btn-phone{font-family:"Poppins",sans-serif;font-size:22px;font-weight:500;line-height:33px;border:1px solid #9a1e27;border-radius:500px;padding:10px 15px;text-decoration:none;white-space:nowrap;transition:all .4s cubic-bezier(.4,0,.2,1)}.header .btn-phone:hover{background-color:#7a1820;transform:translateY(-1px)}.header .btn-phone,.header.scrolled .btn-phone{background-color:#9a1e27;color:var(--color-white)}.header.scrolled .btn-phone{font-size:16px;padding:6px 12px;line-height:24px}.menu-toggle{display:none;flex-direction:column;gap:5px;padding:10px;background:0 0;border:0;cursor:pointer}.menu-toggle span{display:block;width:24px;height:2px;transition:all var(--transition-fast)}.header.scrolled .menu-toggle span,.menu-toggle span{background-color:#fff}@media (max-width:1440px){.lang-switcher,.nav-links,.nav-right{gap:15px}}@media (max-width:1350px){.lang-switcher,.nav-links,.nav-right{gap:12px}.lang-link,.nav-link{font-size:14px}.header .btn-phone{font-size:18px;padding:8px 12px}}@media (max-width:1200px){.nav-links,.nav-right{display:none}.menu-toggle{display:flex}.header-inner{justify-content:space-between}}.mobile-lang-switcher{display:flex;justify-content:center}.mobile-lang-switcher .lang-link{color:var(--color-text)}.mobile-menu{position:fixed;top:0;right:-100%;width:100%;max-width:400px;height:100vh;background-color:#fff;padding:var(--spacing-xl) var(--spacing-md);transition:right var(--transition-base);z-index:calc(var(--z-header) + 1)}.mobile-menu.open{right:0}.mobile-menu-close{position:absolute;top:20px;right:20px;font-size:24px}.mobile-nav-links{display:flex;flex-direction:column;gap:var(--spacing-md);margin-top:var(--spacing-xl)}.mobile-nav-link{font-size:var(--text-body-lg);font-weight:var(--weight-medium);text-transform:uppercase}.hero{position:relative;height:900px;display:flex;align-items:flex-start;padding-top:204px;overflow:hidden}.hero-bg,.hero-bg::after,.hero::before{position:absolute;inset:0;pointer-events:none}.hero-bg{overflow:hidden}.hero-bg img{position:absolute;width:156.55%;height:150.95%;left:-36.32%;top:-5.67%;max-width:none;object-fit:cover}.hero-bg::after,.hero::before{content:"";background:linear-gradient(179.415deg,rgba(0,0,0,.075) .7987%,rgba(0,0,0,.5) 99.201%)}.hero-about::before{background:rgba(71,71,71,.4)}.hero-content{position:relative;z-index:1;max-width:1135px;display:flex;flex-direction:column}.hero-eyebrow{font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;text-transform:uppercase;line-height:1.5;color:var(--color-white);margin-bottom:32px}.hero-text-mobile,.hero-title-mobile{display:none}.hero-title{font-family:"Merriweather Sans",sans-serif;font-size:62px;font-weight:700;font-style:normal;line-height:1.2;letter-spacing:0;color:#fff;margin-bottom:32px;max-width:1135px}.about-title mark,.consultation-title mark,.experience-title mark,.hero-subtitle mark,.hero-title mark,.problem-title mark,.services-title mark,.solution-title mark,.team-title mark,.testimonials-title mark,.why-latvia-title mark{background:0 0;color:#9a1e27}.hero-subtitle{font-size:24px;font-weight:400;line-height:1.5;margin-bottom:48px;max-width:1051px}.hero-subtitle.hero-text-desktop{max-width:75%}.hero .btn-cta,.hero-subtitle,.hero-text{font-family:"Poppins",sans-serif;color:var(--color-white)}.hero-text{font-size:24px;font-weight:400;line-height:1.2;max-width:1135px;margin-bottom:44px}.hero-text p{margin-bottom:20px}.hero .btn-cta{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;width:auto;font-size:16px;font-weight:500;text-transform:uppercase;text-decoration:none;background-color:#9a1e27;border:1px solid #9a1e27;border-radius:500px;padding:10px 15px;transition:background-color var(--transition-fast),transform var(--transition-fast)}.hero .btn-cta:hover{background-color:#7a1820;transform:translateY(-2px)}@media (max-width:1200px){.hero{height:auto;min-height:100vh;padding-top:150px;padding-bottom:80px}.hero-title{font-size:48px;line-height:1.25}.hero-title br{display:none}.hero-subtitle{font-size:22px}}@media (max-width:768px){.hero{padding-top:120px;padding-bottom:60px}.hero-title{font-size:32px;line-height:1.3}.hero-subtitle{font-size:18px;margin-bottom:32px}.hero .btn-cta{font-size:18px;padding:12px 24px}}.section-stats{position:relative;z-index:2;margin-top:-220px;padding:0}.stat-card,.stats-grid{display:flex;align-items:center;justify-content:center}.stats-grid{gap:20px;text-transform:uppercase}.stat-card{flex:1 0 0;gap:12px;padding:30px 0;border-radius:20px;background:rgba(231,231,231,.1);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(17.5px);-webkit-backdrop-filter:blur(17.5px)}.stat-label,.stat-number{font-family:"Poppins",sans-serif;line-height:normal;color:#fff}.stat-number{font-size:40px;font-weight:600;text-align:center}.stat-label{font-size:16px;font-weight:500}@media (max-width:1200px){.section-stats{margin-top:-160px}.stats-grid{flex-wrap:wrap}.stat-card{flex:1 0 calc(50% - 10px);min-width:200px}.stat-number{font-size:32px}.stat-label{font-size:14px}}@media (max-width:768px){.section-stats{margin-top:-100px}.stat-card{flex:1 0 calc(50% - 10px);flex-direction:column;gap:4px;padding:20px 10px;border-radius:12px}.stat-number{font-size:28px}.stat-label{font-size:12px;text-align:center}}.section-why-latvia{padding:120px 0 80px;margin-top:120px}.why-latvia-header{display:flex;flex-direction:column;align-items:flex-start;gap:32px;max-width:702px;margin-bottom:48px}.why-latvia-title{font-family:"Merriweather Sans",sans-serif;font-size:62px;font-weight:700;line-height:1.26;color:#231f20}.why-latvia-subtitle{font-family:"Poppins",sans-serif;font-size:24px;font-weight:400;line-height:normal;color:#231f20}.why-latvia-content{display:flex;gap:20px;align-items:stretch}.why-latvia-image{flex:1 1 0;position:relative;border-radius:20px;overflow:hidden;min-height:350px}.why-latvia-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:20px}.why-latvia-right{flex:1 1 0;display:flex;flex-direction:column;justify-content:space-between}.why-latvia-intro,.why-latvia-item span{font-family:"Poppins",sans-serif;font-size:24px;font-weight:400;line-height:normal;color:#231f20}.why-latvia-list{display:flex;flex-direction:column;gap:20px}.why-latvia-item{display:flex;align-items:center;gap:10px;background-color:#fff;border-radius:20px;padding:20px;box-sizing:border-box;box-shadow:0 2px 8px rgba(0,0,0,.04)}.why-latvia-icon{flex-shrink:0;width:32px;height:32px;background-color:#9a1e27;border-radius:10px;display:flex;align-items:center;justify-content:center}.why-latvia-icon svg{width:16px;height:16px}.why-latvia-item span{font-size:16px;font-weight:500;text-transform:uppercase}@media (max-width:1200px){.why-latvia-title{font-size:48px}}@media (max-width:1024px){.why-latvia-content{flex-direction:column}.why-latvia-image{width:100%;min-height:350px;max-height:450px}.why-latvia-right{width:100%;gap:32px}}@media (max-width:768px){.why-latvia-title{font-size:36px}.why-latvia-intro,.why-latvia-subtitle{font-size:18px}}.services-header{text-align:center;margin-bottom:48px}.services-title{font-family:"Merriweather Sans",sans-serif;font-size:62px;font-weight:700;line-height:1.26;color:#231f20}.services-subtitle{font-family:"Poppins",sans-serif;font-size:24px;font-weight:400;line-height:normal;color:#231f20;margin-top:32px}@media (max-width:1200px){.services-title{font-size:48px}}@media (max-width:768px){.services-title{font-size:36px}.services-subtitle{font-size:18px}}.about-section{padding:80px 0;background-color:#e7e7e7}.about-title{font-family:"Merriweather Sans",sans-serif;font-size:62px;font-weight:700;line-height:1.26;color:#231f20;margin-bottom:40px}.about-content{display:flex;gap:20px;align-items:flex-start}.about-description{font-family:"Poppins",sans-serif;font-size:24px;font-weight:400;line-height:normal;color:#231f20;flex:1 1 auto;max-width:715px}.about-image{flex:0 0 auto;width:505px;max-width:40%;height:144px;border-radius:20px;object-fit:cover}@media (max-width:1200px){.about-title{font-size:48px}.about-content{flex-direction:column}.about-description{width:100%;font-size:20px}.about-image{width:100%;height:auto;max-height:200px}}@media (max-width:768px){.about-title{font-size:36px}.about-description{font-size:18px}}.card{background-color:#fff;border-radius:20px;padding:40px}.card-icon{width:48px;height:48px;background-color:#9a1e27;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.card-icon img,.card-icon svg{width:24px;height:24px}.card-text,.card-title{font-family:"Poppins",sans-serif;font-size:16px;line-height:normal;color:#231f20}.card-title{font-weight:500;text-transform:uppercase;margin-bottom:20px}.card-text{font-weight:400}.card{position:relative;overflow:hidden;z-index:1;transform:translateY(0);transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1)}.card::before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background-color:#9a1e27;border-radius:50%;transform:translate(-50%,-50%) scale(0);transition:transform .6s cubic-bezier(.4,0,.2,1),width .6s cubic-bezier(.4,0,.2,1),height .6s cubic-bezier(.4,0,.2,1);z-index:-1}.card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(154,30,39,.2)}.card:hover::before{width:250%;height:250%;transform:translate(-50%,-50%) scale(1)}.card:hover .card-icon{background-color:#fff;transform:scale(1.05)}.card-primary .card-icon svg circle,.card-primary .card-icon svg path,.card-primary .card-icon svg rect,.card-primary .card-quote-btn .btn-arrow svg path,.card:hover .card-icon svg circle,.card:hover .card-icon svg path,.card:hover .card-icon svg rect{stroke:#9a1e27}.card:hover .card-text,.card:hover .card-title{color:var(--color-white)}.card-icon{transition:background-color .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.card-icon svg circle,.card-icon svg path,.card-icon svg rect{transition:stroke .4s cubic-bezier(.4,0,.2,1)}.card-text,.card-title{transition:color .35s cubic-bezier(.4,0,.2,1)}.card-primary,.card-primary:hover .card-icon{background-color:#9a1e27}.card-primary .card-icon{background-color:#fff;border-radius:10px}.card-primary .card-text,.card-primary .card-title{color:var(--color-white)}.card-primary .card-quote-btn{background-color:#fff;color:#9a1e27;border-color:var(--color-white)}.card-primary::before{background-color:#fff}.card-primary:hover .card-icon svg circle,.card-primary:hover .card-icon svg path,.card-primary:hover .card-icon svg rect,.card-primary:hover .card-quote-btn .btn-arrow svg path{stroke:#fff}.card-primary:hover .card-text,.card-primary:hover .card-title{color:#231f20}.card-primary:hover .card-quote-btn{background-color:#9a1e27;color:var(--color-white);border-color:#9a1e27}.card-with-cta{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;min-height:362px}.card-with-cta .card-content{width:100%;align-self:stretch}.card-quote-btn{gap:10px;background-color:#9a1e27;border:1px solid #9a1e27;color:#fff;font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;text-transform:uppercase;line-height:1.2;padding:10px 15px;border-radius:500px;text-decoration:none;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.card-quote-btn,.card-quote-btn .btn-arrow{display:inline-flex;align-items:center}.card-quote-btn .btn-arrow svg{width:6px;height:12px}.card:hover .card-quote-btn{background-color:#fff;color:#9a1e27;border-color:#fff}.card:hover .card-quote-btn .btn-arrow svg path{stroke:#9a1e27}.section-problem{padding:80px 0}.problem-header{display:flex;flex-direction:column;align-items:flex-start;gap:48px;margin-bottom:32px}.problem-title{font-family:"Merriweather Sans",sans-serif;font-size:62px;font-weight:700;line-height:1.26;color:#231f20}.gallery-slider input,.problem-content-mobile{display:none}.problem-content{display:flex;gap:20px;align-items:flex-end;justify-content:center}.problem-left{flex:0 0 715px;max-width:715px;display:flex;flex-direction:column;gap:32px}.problem-intro,.problem-item span{font-family:"Poppins",sans-serif;font-size:24px;font-weight:400;line-height:normal;color:#231f20}.problem-list{display:flex;flex-direction:column;gap:20px}.problem-icon,.problem-item{display:flex;align-items:center}.problem-item{gap:10px;background-color:#fff;border-radius:20px;padding:20px;min-height:100px;box-sizing:border-box;box-shadow:0 2px 8px rgba(0,0,0,.04)}.problem-icon{flex-shrink:0;width:32px;height:32px;background-color:#9a1e27;border-radius:10px;justify-content:center}.check-icon svg,.problem-icon svg,.solution-icon svg{width:16px;height:16px}.problem-item span{font-size:20px;font-weight:500;text-transform:uppercase}.problem-image{flex:0 0 505px;width:505px;height:580px;border-radius:20px;object-fit:cover;align-self:flex-end}@media (max-width:1439px){.problem-header{max-width:58%}.problem-left{flex:1 1 58%;max-width:58%}.problem-image{flex:0 1 40%;width:40%}}@media (max-width:1200px){.problem-title{font-size:48px}.problem-left{flex:1 1 60%;max-width:60%}.problem-image{flex:0 1 38%;width:38%}}@media (max-width:900px){.problem-content{flex-direction:column}.problem-image,.problem-left{flex:1;max-width:100%}.problem-image{width:100%;height:auto;max-height:400px;align-self:center}}@media (max-width:768px){.problem-title{font-size:36px}.problem-intro{font-size:18px}.problem-item span{font-size:16px}}@media (max-width:480px){.section-problem .problem-content-desktop{display:none}.section-problem .problem-content-mobile{display:flex;flex-direction:column;gap:24px}.problem-header{gap:24px}.problem-header .btn{font-size:12px;padding:8px 12px}.problem-intro{font-size:18px}.problem-content-mobile .problem-list{gap:10px}.problem-content-mobile .problem-item{border-radius:8px;padding:10px;min-height:auto;gap:5px;box-shadow:none;border:0 solid #231f20}.problem-content-mobile .problem-icon{width:22px;height:22px;border-radius:4px}.problem-content-mobile .problem-icon svg{width:14px;height:14px}.problem-content-mobile .problem-item span{font-size:12px}.problem-content-mobile .problem-image-mobile{width:100%;aspect-ratio:1/1;border-radius:20px;object-fit:cover;object-position:center 30%}}.section-solution{padding:80px 0}.solution-header{display:flex;flex-direction:column;align-items:center;width:100%;gap:32px;margin-bottom:48px;text-align:center}.solution-title{font-family:"Merriweather Sans",sans-serif;font-size:62px;font-weight:700;line-height:1.26;color:#231f20}.solution-subtitle{font-family:"Poppins",sans-serif;font-size:24px;font-weight:400;line-height:normal;color:#231f20}.solution-content{display:flex;gap:20px;align-items:stretch;justify-content:center}.solution-images{flex:0 0 610px;width:610px;display:grid;grid-template-columns:295px 295px;grid-template-rows:350px 350px;gap:20px}.solution-img-small,.solution-img-wide{width:295px;height:350px;border-radius:20px;object-fit:cover;object-position:30%center}.solution-img-wide{grid-column:1/-1;width:100%}.solution-right{flex:0 0 610px;width:610px;display:flex;flex-direction:column;justify-content:space-between}.solution-intro,.solution-item span{font-family:"Poppins",sans-serif;line-height:normal;color:#231f20}.solution-intro{font-size:24px;font-weight:400;margin-bottom:32px}.solution-list{display:flex;flex-direction:column;gap:20px}.solution-icon,.solution-item{display:flex;align-items:center}.solution-item{gap:10px;background-color:#fff;border-radius:20px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.solution-icon{flex-shrink:0;width:32px;height:32px;background-color:#9a1e27;border-radius:10px;justify-content:center}.solution-item span{font-size:20px;font-weight:500;text-transform:uppercase}@media (max-width:1300px){.solution-images{flex:1 1 auto;width:auto;grid-template-columns:1fr 1fr}.solution-img-small{width:100%}.solution-right{flex:1 1 auto;width:auto}}@media (max-width:1024px){.solution-images{flex:0 0 calc(50% - 10px);width:calc(50% - 10px);grid-template-columns:1fr;grid-template-rows:auto auto auto}.solution-img-small,.solution-img-wide{width:100%;height:auto;max-height:300px}.solution-img-wide{grid-column:1}.solution-right{flex:0 0 calc(50% - 10px);width:calc(50% - 10px)}}@media (max-width:900px){.solution-content{flex-direction:column;align-items:center}.solution-images,.solution-right{flex:1;width:100%;max-width:610px}}@media (max-width:768px){.solution-title{font-size:36px}.solution-intro,.solution-subtitle{font-size:18px}.solution-images{grid-template-columns:1fr;grid-template-rows:auto}.solution-img-small{width:100%;height:250px}.solution-img-wide{height:250px}.solution-item span{font-size:16px}}.section-consultation{padding:80px 0;background-color:#e7e7e7}.consultation-header{display:flex;flex-direction:column;gap:32px;align-items:center;text-align:center;margin-bottom:48px}.consultation-title{font-family:"Merriweather Sans",sans-serif;font-size:62px;font-weight:700;line-height:1.26;color:#231f20}.consultation-subtitle{font-family:"Poppins",sans-serif;font-size:24px;font-weight:400;line-height:normal;color:#231f20}.consultation-cards{display:flex;gap:20px;align-items:stretch;justify-content:center;margin-bottom:48px}.consultation-card{position:relative;width:400px;background-color:#fff;border-radius:20px;padding:70px 30px;overflow:hidden;display:flex;flex-direction:column;gap:20px}.consultation-number{position:absolute;top:-45px;left:-3px;font-family:"Poppins",sans-serif;font-size:128px;font-weight:900;line-height:1.5;color:rgba(154,30,39,.15);z-index:0}.consultation-card h4,.consultation-card-text{position:relative;z-index:1;font-family:"Poppins",sans-serif;font-size:16px;color:#231f20}.consultation-card h4{font-weight:500;text-transform:uppercase;margin:0}.consultation-card-text{font-weight:400;line-height:normal}.consultation-card-primary{background-color:#9a1e27}.consultation-card-primary .consultation-number,.numbered-card::before{color:rgba(255,255,255,.15)}.consultation-card-primary .consultation-card-text,.consultation-card-primary h4{color:#fff}.consultation-cta{display:flex;justify-content:center}@media (max-width:1300px){.consultation-card{width:calc(33.333% - 14px);flex:1}}@media (max-width:1024px){.consultation-cards{flex-wrap:wrap}.consultation-card{width:calc(50% - 10px);flex:0 0 calc(50% - 10px)}.consultation-card:last-child{width:100%;flex:0 0 100%;max-width:500px}}@media (max-width:768px){.consultation-title{font-size:36px}.consultation-subtitle{font-size:18px}.consultation-cards{flex-direction:column}.consultation-card{width:100%;flex:1;height:auto;min-height:200px}.consultation-card:last-child{max-width:100%}.consultation-number{font-size:96px;top:-35px}.consultation-card-text{font-size:18px}}.numbered-card{position:relative;background-color:var(--color-primary);border-radius:var(--radius-md);padding:96px 30px 30px;color:var(--color-white);overflow:hidden}.numbered-card::before{content:attr(data-number);position:absolute;top:-47px;left:-3px;font-family:var(--font-heading);font-size:160px;font-weight:var(--weight-bold);line-height:1}.numbered-card p{position:relative;z-index:1}.check-item,.check-list{display:flex;gap:var(--spacing-sm)}.check-list{flex-direction:column}.check-item{align-items:flex-start;padding:20px}.check-icon{flex-shrink:0;width:32px;height:32px;background-color:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center}.check-icon svg{color:var(--color-white)}.section-testimonials{padding:80px 0}.testimonials-title{font-family:"Merriweather Sans",sans-serif;font-size:62px;font-weight:700;line-height:1.26;color:#231f20;margin-bottom:32px}.testimonials-content{display:flex;gap:20px;align-items:flex-start}.testimonial-card{flex:0 0 815px;width:815px;background-color:#fff;border-radius:20px;padding:40px}.testimonial-inner{display:flex;flex-direction:column;gap:20px}.testimonial-quote{font-family:"Poppins",sans-serif;font-size:20px;font-weight:400;line-height:1.5;color:#231f20}.testimonial-author{display:flex;flex-direction:column;gap:35px;align-items:flex-start}.testimonial-name{font-family:"Poppins",sans-serif;font-size:20px;font-weight:500;line-height:1.5;color:#231f20;text-transform:uppercase}.testimonial-avatar{width:97px;height:97px;border-radius:50%;object-fit:cover}.testimonial-cta{flex:0 0 400px;width:400px;display:flex;flex-direction:column;gap:48px;align-items:flex-start}.testimonial-cta-text{font-family:"Poppins",sans-serif;font-size:24px;font-weight:400;line-height:normal;color:#231f20;max-width:351px}@media (max-width:1300px){.testimonial-card{flex:1 1 auto;width:auto}.testimonial-cta{flex:0 0 350px;width:350px}}@media (max-width:1024px){.testimonials-content{flex-direction:column;gap:32px}.testimonial-card{width:100%}.testimonial-cta{width:100%;flex:1;gap:32px}}@media (max-width:768px){.testimonials-title{font-size:36px}.testimonial-quote{font-size:18px}.testimonial-name{font-size:16px}.testimonial-cta-text{font-size:18px}}.form-group{margin-bottom:var(--spacing-md)}.form-label{display:block;font-size:var(--text-body-sm);font-weight:var(--weight-medium);text-transform:uppercase;margin-bottom:var(--spacing-xs)}.form-input,.form-textarea{width:100%;padding:12px 16px;background-color:var(--color-gray);border:0;border-radius:var(--radius-lg);font-size:var(--text-body);transition:box-shadow var(--transition-fast)}.form-input:focus,.form-textarea:focus{outline:0;box-shadow:0 0 0 2px var(--color-primary)}.form-textarea{min-height:100px;resize:vertical}.form-note{font-size:var(--text-body-sm);color:var(--color-text);opacity:.7;margin-top:var(--spacing-sm)}.contact-info{display:flex;flex-direction:column;gap:var(--spacing-md)}.contact-item h5{font-size:var(--text-body-lg);font-weight:var(--weight-bold);margin-bottom:var(--spacing-xs)}.contact-item a,.contact-item p{font-size:var(--text-body)}.footer{background-color:var(--color-primary);color:#e7e7e7;padding-top:60px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:60px}.footer-left{width:394px;display:flex;flex-direction:column;gap:32px}.footer-description{font-family:"Poppins",sans-serif;font-size:16px;font-weight:400;line-height:normal;color:#e7e7e7}.footer-socials{display:flex;gap:10px}.footer-social{display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.footer-social:hover{opacity:.7}.footer-social,.footer-social img{width:45px;height:45px}.footer-nav{display:flex;gap:30px;justify-content:flex-end}.footer-nav-link{font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;line-height:24px;text-transform:uppercase;color:#e7e7e7;transition:opacity .2s ease}.footer-legal a:hover,.footer-nav-link:hover{color:#fff;opacity:.7}.footer-logo{margin-bottom:60px}.footer-logo img{width:100%;max-width:1240px;height:87px;object-fit:contain}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-bottom:40px}.footer-copyright,.footer-legal a{font-family:"Poppins",sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#e7e7e7}.footer-legal{display:flex;gap:20px}.footer-legal a{transition:opacity .2s ease}@media (max-width:1024px){.footer-top{flex-direction:column;gap:40px;text-align:center}.footer-left{width:100%;align-items:center}.footer-nav,.footer-socials{justify-content:center}.footer-nav{flex-wrap:wrap;width:100%}.footer-bottom{flex-direction:column;gap:var(--spacing-md);text-align:center}.footer-legal{flex-wrap:wrap;justify-content:center}}.map-container{width:100%;height:296px;overflow:hidden;position:relative;z-index:1}.map-container .leaflet-tile-pane{filter:sepia(20%) saturate(90%) brightness(100%) contrast(95%)}.custom-marker{background:0 0;border:0}.custom-marker svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.leaflet-popup-content-wrapper{background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.leaflet-popup-content{font-family:"Poppins",sans-serif;font-size:14px;line-height:1.5;color:#231f20;margin:12px 16px}.leaflet-popup-content strong{color:#9a1e27;font-weight:600}.leaflet-popup-tip{background:#fff}.leaflet-control-attribution{font-size:10px;background:rgba(255,255,255,.8)!important}.map-link{display:block;width:100%;text-decoration:none}.map-image{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.map-container{height:250px}}@media (max-width:480px){.map-container{height:97px}}.img-placeholder{background-color:#e7e7e7;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;min-height:200px}.section-experience{background-color:#e7e7e7;padding:100px 0}.experience-header{display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center;margin-bottom:48px}.experience-subtitle,.experience-title{font-family:"Merriweather Sans",sans-serif;font-size:62px;font-weight:700;line-height:1.2;color:#231f20}.experience-subtitle{font-family:"Poppins",sans-serif;font-size:24px;font-weight:400;max-width:1030px}.experience-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;max-width:1030px;margin:0 auto}.experience-item{display:flex;align-items:center;gap:10px;background-color:#9a1e27;border-radius:20px;padding:20px;width:calc(50% - 10px);box-sizing:border-box}.experience-number,.experience-text{font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;line-height:1.5}.experience-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#fff;border-radius:10px;color:#9a1e27;flex-shrink:0}.experience-text{color:#fff;text-transform:uppercase}@media (max-width:1100px){.experience-item{width:calc(50% - 10px)}}@media (max-width:768px){.experience-title{font-size:36px}.experience-subtitle{font-size:18px}.experience-item{width:100%;height:auto}.experience-item-center{width:100%}.experience-text{font-size:14px}}.section-why-us{background-color:#e7e7e7;padding:100px 0}.why-us-content{display:flex;gap:21px;align-items:flex-end}.why-us-left{display:flex;flex-direction:column;gap:48px;flex:0 0 715px;width:715px}.section-why-us .problem-list,.why-us-header{display:flex;flex-direction:column;gap:32px}.why-us-image{width:100%;height:564px;border-radius:20px;object-fit:cover}.section-why-us .problem-list{flex:0 0 505px;width:505px;gap:20px;justify-content:flex-start}.section-why-us .problem-item{flex-shrink:0;min-height:unset}.section-why-us .problem-item span{font-size:16px;line-height:1.5}@media (max-width:1300px){.why-us-left{flex:1 1 calc(58% - 10px);width:calc(58% - 10px)}.section-why-us .problem-list{flex:1 1 calc(42% - 10px);width:calc(42% - 10px);height:auto}}@media (max-width:1024px){.section-why-us{padding:60px 0}.why-us-content{gap:20px;align-items:flex-end}.why-us-left{flex:0 0 calc(50% - 10px);width:calc(50% - 10px);gap:32px}.why-us-header{gap:24px}.why-us-header .problem-title{font-size:36px}.why-us-header .problem-intro{font-size:16px}.why-us-image{height:auto;aspect-ratio:715/564}.section-why-us .problem-list{flex:0 0 calc(50% - 10px);width:calc(50% - 10px);height:auto;gap:12px}.section-why-us .problem-item{padding:12px 15px;flex-shrink:1}.section-why-us .problem-item span{font-size:12px}}@media (max-width:768px){.why-us-content{flex-direction:column;align-items:stretch}.why-us-left{flex:1;width:100%}.why-us-header .problem-title{font-size:32px}.why-us-header .problem-intro{font-size:16px}.why-us-image{height:300px;aspect-ratio:auto}.section-why-us .problem-list{flex:1;width:100%;height:auto;gap:20px}.section-why-us .problem-item{padding:20px;flex-shrink:0}.section-why-us .problem-item span{font-size:14px}}.section-team{background-color:#e7e7e7;padding:100px 0}.team-header{display:flex;flex-direction:column;gap:32px;align-items:center;text-align:center;margin-bottom:48px}.team-subtitle,.team-title{font-family:"Merriweather Sans",sans-serif;font-size:62px;font-weight:700;line-height:1.2;color:#231f20}.team-subtitle{font-family:"Poppins",sans-serif;font-size:24px;font-weight:400;max-width:1032px}.team-grid{display:grid;grid-template-columns:repeat(2,400px);gap:48px 230px;justify-content:center;max-width:1030px;margin:0 auto}.team-card{display:flex;flex-direction:column;gap:24px;align-items:center;width:400px}.team-card-image{width:100%;height:549px;border-radius:20px;object-fit:cover}.team-card:nth-child(2) .team-card-image{object-position:40%center}.team-card:nth-child(3) .team-card-image{object-position:center 80%}.team-card-info,.team-card-name-role{display:flex;flex-direction:column;align-items:center}.team-card-info{gap:24px;text-align:center;width:100%}.team-card-name-role{gap:12px}.team-card-bio,.team-card-name,.team-card-role{font-family:"Poppins",sans-serif;font-size:16px;line-height:normal}.team-card-name{font-weight:700;color:#231f20;text-transform:uppercase}.team-card-bio,.team-card-role{font-weight:500;color:#9a1e27}.team-card-bio{font-weight:400;color:#231f20}@media (max-width:1100px){.team-grid{grid-template-columns:repeat(2,1fr);gap:40px 30px;max-width:100%}.team-card{width:100%}.team-card-image{height:400px}}@media (max-width:768px){.section-team{padding:60px 0}.team-header{gap:20px;margin-bottom:32px}.team-title{font-size:36px}.team-subtitle{font-size:18px}.team-grid{grid-template-columns:1fr;gap:40px}.team-card-image{height:auto;aspect-ratio:328/384}.team-card-bio,.team-card-name,.team-card-role{font-size:14px}}.hero-services{height:900px}.hero-contact .hero-bg img,.hero-services .hero-bg img{width:100%;height:100%;left:0;top:0;object-fit:cover;object-position:center}.hero-services::before{background:rgba(0,0,0,.4)}.hero-content-services{gap:0}.hero-content-services .hero-eyebrow,.hero-content-services .hero-title{margin-bottom:32px}.hero-title-white{color:#fff}.hero-title-white mark{color:#fff;background:0 0}.hero-description{font-family:"Poppins",sans-serif;font-size:24px;font-weight:400;line-height:1.2;color:#fff;max-width:1134px;margin-bottom:48px}@media (max-width:1200px){.hero-services{height:auto;min-height:100vh}.hero-description{font-size:20px}}@media (max-width:768px){.hero-description{font-size:18px;margin-bottom:32px}.hero-content-services .hero-eyebrow{margin-bottom:20px}.hero-content-services .hero-title{margin-bottom:24px}}.hero-contact{height:900px}.hero-contact .hero-bg{overflow:hidden}.hero-contact .hero-bg img{position:absolute;max-width:none;object-position:center 45%;filter:grayscale(100%)}.hero-contact .hero-bg::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.5);pointer-events:none}.hero-content-contact{text-align:center;align-items:center;max-width:1240px}.hero-content-contact .hero-eyebrow{margin-bottom:32px;line-height:1.5;height:27px}.hero-content-contact .hero-title{margin-bottom:32px;max-width:1240px;line-height:1.2}.hero-content-contact .hero-description{max-width:1024px;text-align:center;margin-bottom:0;line-height:1.2}@media (max-width:1200px){.hero-contact{height:auto;min-height:100vh}.hero-contact .hero-bg img{height:100%;top:0}}@media (max-width:768px){.hero-content-contact .hero-title{font-size:36px}.hero-content-contact .hero-description{font-size:18px}}.section-service{background-color:#e7e7e7;padding:120px 0 0}.section-service:last-of-type{padding-bottom:120px}.service-block{display:flex;gap:20px;align-items:stretch}.service-content,.service-header{display:flex;flex-direction:column}.service-content{flex:1 1 0;gap:48px}.service-header{gap:32px}.service-subtitle,.service-title{font-family:"Merriweather Sans",sans-serif;font-size:62px;font-weight:700;line-height:1.2;color:#231f20;margin:0}.service-subtitle{font-family:"Poppins",sans-serif;font-size:24px;font-weight:400;margin:0!important}.service-header .btn-cta{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;width:auto;font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;color:var(--color-white);text-transform:uppercase;text-decoration:none;background-color:#9a1e27;border:1px solid #9a1e27;border-radius:500px;padding:10px 15px;transition:background-color var(--transition-fast),transform var(--transition-fast)}.service-header .btn-cta:hover{background-color:#7a1820;transform:translateY(-2px)}.service-features,.service-image{display:flex;flex-direction:column}.service-features{gap:20px}.service-features .problem-item{min-height:unset}.service-features .problem-item span{font-size:16px;line-height:1.5}.service-image{flex:1 1 0;justify-content:flex-end}.service-image img{width:100%;border-radius:20px;object-fit:cover}@media (max-width:1024px){.section-service{padding:80px 0}.service-block,.service-block-reverse{flex-direction:column}.service-content{flex:1;width:100%;gap:32px;order:1}.service-image{flex:1;width:100%;order:2}.service-image img{height:auto;min-height:350px;max-height:450px}.service-title{font-size:42px}.service-subtitle{font-size:20px}}@media (max-width:768px){.section-service{padding:60px 0}.service-header{gap:24px}.service-title{font-size:32px}.service-subtitle{font-size:18px}.service-image img{height:auto;min-height:280px;max-height:350px}.service-features .problem-item span{font-size:14px}}@media (max-width:480px){.section-service{padding-bottom:0}.service-image img{min-height:auto!important;max-height:none!important;height:auto!important;aspect-ratio:328/169;border-radius:10px;object-fit:cover}.service-features{gap:10px}.service-features .problem-item{background:#fff;border-radius:8px;padding:10px;gap:5px;min-height:auto;box-shadow:none}.service-features .problem-icon{width:22px;height:22px;border-radius:4px}.service-features .problem-icon svg,.why-latvia-icon svg{width:14px;height:14px}.service-features .problem-item span{font-size:12px;line-height:1.5;font-weight:500;text-transform:uppercase}.header{padding-top:10px;padding-bottom:10px}.header-inner{height:auto;gap:10px}.header.scrolled .logo img,.logo img{width:76px;height:29px}.menu-toggle{padding:8px;gap:3px}.menu-toggle span{width:18px;height:2px}.mobile-menu{max-width:100%;padding:40px 16px}.mobile-nav-links{gap:20px;margin-top:40px}.mobile-nav-link{font-size:16px}.hero-text-desktop,.hero-title-desktop{display:none}.hero-text-mobile,.hero-title-mobile{display:block}.hero{height:auto;min-height:700px;padding-top:82px;padding-bottom:360px;align-items:flex-start}.hero+.section{padding-top:80px}.section-stats{margin-top:-335px;padding-bottom:0}.stats-grid{flex-direction:column;flex-wrap:nowrap;gap:6px}.stat-card{flex:none;width:100%;min-width:0;flex-direction:row;gap:6px;padding:15px 0;border-radius:12px}.stat-number{font-size:22px}.stat-label{font-size:12px;text-align:center}.section-why-latvia{margin-top:0;padding:145px 0 40px}.why-latvia-header{gap:16px;margin-bottom:24px}.why-latvia-content{flex-direction:column-reverse;gap:24px}.why-latvia-image{flex:none;width:100%;min-height:0;max-height:none;height:169px;border-radius:20px;overflow:hidden}.hero-bg img,.why-latvia-image img{width:100%;height:100%;object-fit:cover}.why-latvia-image img{position:relative;border-radius:20px}.why-latvia-intro{display:none}.why-latvia-list{gap:10px}.why-latvia-item{padding:10px;border-radius:8px;gap:5px}.why-latvia-icon{width:22px;height:22px;border-radius:4px}.hero-eyebrow,.why-latvia-item span{font-size:12px}.hero-bg img{left:0;top:0;max-width:100%;object-position:65%center}.hero-eyebrow{margin-bottom:12px}.hero-title{font-size:36px;line-height:normal;letter-spacing:0;margin-bottom:16px}.hero-subtitle,.hero-text{font-size:18px;line-height:normal;margin-bottom:24px}.hero .btn-cta{font-size:12px;padding:6px 10px;height:auto;border:1px solid #9a1e27}.about-section{padding:40px 0}.about-title{font-size:36px;margin-bottom:20px}.about-content{flex-direction:column;gap:20px}.about-description{font-size:18px;max-width:100%}.about-image{width:100%;max-width:100%;height:187px;border-radius:20px}.services-header{text-align:left;margin-bottom:24px}.services-subtitle{margin-top:16px}.card{border-radius:8px;padding:20px}.card-icon{width:24px;height:24px;border-radius:4px}.card-icon img,.card-icon svg{width:12px;height:12px}.card-icon,.card-title{margin-bottom:6px}.card-text,.card-title,.problem-item span,.solution-item span{font-size:12px}.card-with-cta{min-height:auto}.card-quote-btn{font-size:12px;padding:6px 8px;gap:6px}.section-problem{padding:40px 0}.problem-header{gap:24px;margin-bottom:16px;max-width:100%}.problem-title{font-size:36px}.problem-content{flex-direction:column;gap:20px}.problem-left{flex:1;max-width:100%;gap:20px}.problem-intro{font-size:18px}.problem-list,.solution-content .problem-list{gap:10px}.problem-item,.solution-content .problem-item{border-radius:8px;padding:10px;gap:5px}.problem-icon{width:22px;height:22px;border-radius:4px}.problem-icon svg,.solution-content .problem-icon svg{width:14px;height:14px}.problem-image{width:100%;aspect-ratio:1/1;height:auto;max-height:none;align-self:center;object-position:center 30%}.section-solution{padding:40px 0}.solution-header{gap:16px;margin-bottom:16px;align-items:flex-start;text-align:left}.solution-title{font-size:36px}.solution-subtitle{font-size:18px;line-height:normal}.solution-content{flex-direction:column;gap:24px}.solution-images{flex:1;width:100%;grid-template-columns:1fr;grid-template-rows:auto;gap:0;order:2}.footer-description br,.solution-img-small{display:none}.solution-img-wide{grid-column:1;width:100%;height:280px;border-radius:20px;object-position:center center}.solution-right{flex:1;width:100%;order:1}.solution-intro{font-size:18px;line-height:normal;margin-bottom:24px}.solution-item{border-radius:0;padding:10px 0;gap:8px}.solution-icon{width:22px;height:22px;border-radius:4px}.solution-icon svg{width:12px;height:12px}.solution-content .problem-item{background:#fff;min-height:56px;box-shadow:none;border-bottom:none;align-items:center}.solution-content .problem-item:last-child{border-bottom:none}.solution-content .problem-icon{width:22px;height:22px;min-width:22px;border-radius:4px}.solution-content .problem-item span{font-size:12px;font-weight:500;text-transform:uppercase;color:#231f20}.section-testimonials{padding:40px 0}.testimonials-title{font-size:36px;margin-bottom:20px}.testimonials-content{flex-direction:column;gap:20px}.testimonial-card{width:100%;flex:1;border-radius:20px;padding:20px}.testimonial-inner{gap:20px}.testimonial-quote{font-size:12px;line-height:1.5}.testimonial-author{gap:35px;align-items:flex-start}.testimonial-name{font-size:12px;line-height:1.5}.testimonial-avatar{width:97px;height:97px}.testimonial-cta{width:100%;flex:1;gap:24px}.testimonial-cta-text{font-size:18px;max-width:100%}.section-consultation{padding:40px 0}.consultation-header{gap:16px;margin-bottom:24px;align-items:flex-start;text-align:left}.consultation-title{font-size:36px}.consultation-subtitle{font-size:18px;line-height:normal}.consultation-cards{flex-direction:column;gap:10px;margin-bottom:24px}.consultation-card{width:100%;height:auto;min-height:auto;border-radius:8px;padding:54px 20px 20px;overflow:hidden}.consultation-number{font-size:72px;top:-25px;left:-2px}.consultation-card-text,.numbered-card p{font-size:12px}.numbered-card{border-radius:8px;padding:54px 20px 20px}.numbered-card::before{font-size:72px;top:-20px;left:0;color:rgba(255,255,255,.15)}.contact-item a,.contact-item p,.form-label{font-size:12px}.form-input,.form-textarea{height:26px;padding:4px 12px;border-radius:20px;background-color:#d9d9d9;font-size:12px}.form-textarea{height:auto;min-height:60px;padding:8px 12px}.form-note{font-size:10px}.form-group{margin-bottom:12px}.section-contact .btn-block{border-radius:20px;font-size:12px;padding:8px 16px}.contact-info{gap:16px}.contact-item h5{font-size:14px}.footer{padding-top:46px}.footer-top{flex-direction:column;gap:16px;margin-bottom:30px;text-align:center}.footer-left{display:contents}.footer-description{font-size:12px;text-align:center;order:1;width:100%}.footer-nav{flex-wrap:wrap;justify-content:center;gap:12px;width:100%;order:2}.footer-nav-link{font-size:12px}.footer-socials{justify-content:center;gap:6px;order:3}.footer-social,.footer-social img{width:24px;height:24px}.footer-logo{margin-bottom:30px}.footer-logo img{height:23px;width:100%}.footer-bottom{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:0;padding-bottom:20px;text-align:left}.footer-copyright,.footer-legal a{font-size:12px}.footer-legal{flex-direction:column;align-items:flex-end;text-align:right;gap:2px}.section-cta .text-lg{font-size:18px}.section-cta .section-image{width:100%;height:170px!important;max-height:none!important;object-fit:cover;object-position:right center;border-radius:20px!important}.section-experience{padding:80px 0 40px}.experience-header{gap:16px;margin-bottom:24px}.experience-title,.why-us-header .problem-title{font-size:36px}.experience-subtitle{font-size:18px;line-height:normal}.experience-grid{gap:10px}.experience-item{width:100%;height:69px;padding:10px;border-radius:8px;gap:5px}.experience-item-center{width:100%}.experience-number{width:22px;height:22px;font-size:12px;border-radius:4px}.experience-text,.section-why-us .problem-item span{font-size:12px}.section-why-us{padding:40px 0}.why-us-content{flex-direction:column;gap:20px}.why-us-left{flex:1;width:100%;gap:20px}.why-us-header{gap:20px}.why-us-header .problem-intro{font-size:18px}.why-us-image{height:200px;border-radius:20px}.section-why-us .problem-list{flex:1;width:100%;gap:10px}.section-why-us .problem-item{padding:10px;border-radius:8px}.hero-services{padding-top:100px;align-items:flex-start}.hero-about .hero-bg img,.hero-services .hero-bg img{width:100%;height:100%;top:0;left:0;object-fit:cover;object-position:25%center}.hero-about,.hero-contact{padding-top:134px;align-items:flex-start}.hero-about .hero-bg img{object-position:center center}.hero-contact{padding-top:221px}}.section-reviews-page{background-color:#e7e7e7;padding:140px 0 80px}.reviews-header{max-width:1019px;margin-bottom:48px}.reviews-label,.reviews-title{color:#231f20;margin-bottom:32px}.reviews-label{font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;line-height:1.5;text-transform:uppercase}.reviews-title{font-family:"Merriweather Sans",sans-serif;font-size:62px;font-weight:700;line-height:1.2}.reviews-title mark,.visa-section-title mark{color:#9a1e27;background:0 0}.reviews-subtitle{font-family:"Poppins",sans-serif;font-size:24px;font-weight:400;line-height:1.2;color:#231f20}.reviews-grid{display:flex;flex-wrap:wrap;gap:20px}.review-card{width:calc(50% - 10px);padding:40px;border-radius:20px;background-color:#fff;position:relative;overflow:hidden;z-index:1;transform:translateY(0);transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-sizing:border-box}.review-card::before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background-color:#9a1e27;border-radius:50%;transform:translate(-50%,-50%) scale(0);transition:transform .6s cubic-bezier(.4,0,.2,1),width .6s cubic-bezier(.4,0,.2,1),height .6s cubic-bezier(.4,0,.2,1);z-index:-1}.review-card:not(.review-card-primary):hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(154,30,39,.2)}.review-card:not(.review-card-primary):hover::before{width:250%;height:250%;transform:translate(-50%,-50%) scale(1)}.review-card:not(.review-card-primary):hover .review-author-name,.review-card:not(.review-card-primary):hover .review-quote{color:#fff}.review-card-primary{background-color:#9a1e27}.review-content{display:flex;flex-direction:column;gap:20px;height:100%}.review-quote{font-family:"Poppins",sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#231f20;transition:color .4s cubic-bezier(.4,0,.2,1);flex:1}.review-card-primary .review-author-name,.review-card-primary .review-quote{color:#fff}.review-author{display:flex;flex-direction:column;gap:35px}.review-author-name{font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;line-height:1.5;text-transform:uppercase;color:#231f20;transition:color .4s cubic-bezier(.4,0,.2,1)}.review-avatar{width:97px;height:97px;border-radius:50%;object-fit:cover}@media (max-width:1300px){.review-card{width:calc(50% - 10px)}}@media (max-width:1024px){.section-reviews-page{padding:120px 0 60px}.reviews-header{max-width:100%}.reviews-title{font-size:48px}.reviews-subtitle{font-size:20px}}@media (max-width:768px){.section-reviews-page{padding:100px 0 40px}.reviews-title{font-size:36px}.reviews-label,.reviews-title{margin-bottom:24px}.reviews-subtitle{font-size:18px}.reviews-header{margin-bottom:32px}.review-card{width:100%;padding:24px}.review-avatar{width:70px;height:70px}.review-author{gap:20px}}@media (max-width:480px){.section-reviews-page{padding:130px 0 32px}.reviews-title{font-size:32px}.reviews-label{font-size:14px;margin-bottom:16px}.reviews-subtitle{font-size:16px}.review-card{padding:20px}.review-author-name,.review-quote{font-size:14px}.review-avatar{width:60px;height:60px}.review-author{gap:16px}}.hero-visa{min-height:900px}.hero-visa::before{background:rgba(71,71,71,.4)}.hero-visa .hero-bg img{width:143.82%;height:172.8%;top:-9.3%;left:-21.92%}.hero-content-visa{max-width:1135px}.hero-label{font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;line-height:1.5;text-transform:uppercase;color:#fff;margin-bottom:32px}.visa-section-title{font-family:"Merriweather Sans",sans-serif;font-size:62px;font-weight:700;line-height:1.2;color:#231f20;margin-bottom:48px}.section-visa-benefits{background-color:#e7e7e7;padding:80px 0}.visa-cards{display:flex;gap:20px}.visa-card{flex:1;min-height:304px;background:#fff;border-radius:20px;padding:70px 30px;position:relative;overflow:hidden}.visa-card-primary{background:#9a1e27}.visa-card-number{font-family:"Poppins",sans-serif;font-size:128px;font-weight:900;line-height:1;color:rgba(154,30,39,.15);position:absolute;top:0;left:-3px;z-index:0}.visa-card-primary .visa-card-number{color:rgba(255,255,255,.15)}.visa-card-text,.visa-card-title{font-family:"Poppins",sans-serif;font-size:16px;line-height:1.5;color:#231f20;position:relative;z-index:1}.visa-card-title{font-weight:500;text-transform:uppercase;margin-bottom:20px}.visa-card-primary .visa-card-text,.visa-card-primary .visa-card-title{color:#fff}.visa-card-text{font-weight:400}.section-investment{background-color:#e7e7e7;padding:80px 0}.investment-header{text-align:center;margin-bottom:48px}.investment-header .visa-section-title{margin-bottom:32px}.investment-subtitle{font-family:"Poppins",sans-serif;font-size:24px;font-weight:400;line-height:1.2;color:#231f20}.investment-table{flex-direction:column}.investment-row,.investment-table{display:flex;gap:20px}.investment-cell{border-radius:20px;padding:30px;display:flex;align-items:center;justify-content:center;overflow:hidden}.investment-cell-small{width:190px;flex-shrink:0}.investment-cell:not(.investment-cell-small){flex:1}.investment-cell-header{background:#fff;height:84px}.investment-cell-white{background:#fff}.investment-cell-primary{background:#9a1e27}.investment-cell-label,.investment-cell-text{font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;line-height:1.5;text-transform:uppercase;color:#231f20}.investment-cell-primary .investment-cell-text{color:#fff}.section-requirements{background-color:#e7e7e7;padding:80px 0}.requirements-layout{display:flex;gap:20px;align-items:stretch}.requirements-image{width:715px;flex-shrink:0;border-radius:20px;overflow:hidden}.blog-card-image img,.requirements-image img{width:100%;height:100%;object-fit:cover}.requirements-list{width:505px;display:flex;flex-direction:column;gap:20px;justify-content:space-between}.requirement-item{background:#fff;border-radius:20px;padding:20px;display:flex;gap:10px;align-items:center}.requirement-icon{width:32px;height:32px;background:#9a1e27;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.requirement-icon svg{width:24px;height:24px}.requirement-text{font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;line-height:1.5;text-transform:uppercase;color:#231f20}.section-process{background-color:#e7e7e7;padding:80px 0}.section-process .visa-section-title{text-align:center}.process-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.process-card{flex:1 1 calc(33.333% - 14px);max-width:400px;background:#fff;border-radius:20px;padding:40px;transition:transform .2s ease,box-shadow .2s ease}.process-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.process-number{width:48px;height:48px;background:#9a1e27;border-radius:15px;color:#fff;display:flex;align-items:center;justify-content:center;font-family:"Poppins",sans-serif;font-size:24px;font-weight:400;line-height:1.5;margin-bottom:20px}.process-content{display:flex;flex-direction:column;gap:20px}.process-text,.process-title{font-family:"Poppins",sans-serif;font-size:16px;line-height:1.5;color:#231f20}.process-title{font-weight:500;text-transform:uppercase}.process-text{font-weight:400}.section-faq{background-color:#e7e7e7;padding:80px 0}.faq-layout{display:flex;gap:20px;align-items:flex-start}.faq-images{width:400px;flex-shrink:0;display:flex;flex-direction:column;gap:20px}.faq-image{width:400px;height:254px;border-radius:20px;object-fit:cover}.faq-list{width:820px;flex-shrink:0}.faq-item{border-bottom:1.5px solid #231f20;padding:20px 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-item:first-child{border-top:1.5px solid #231f20}.faq-content{width:715px;display:flex;flex-direction:column;gap:0}.faq-answer,.faq-question{font-family:"Poppins",sans-serif;font-size:16px;line-height:1.5;color:#231f20}.faq-question{font-weight:500;text-transform:uppercase;margin-bottom:0}.faq-answer{font-weight:400;max-height:0;overflow:hidden;transition:max-height .3s ease,margin-top .3s ease;margin-top:0}.faq-item.active .faq-answer{max-height:200px;margin-top:20px}.faq-toggle{width:48px;height:48px;background:#9a1e27;border-radius:12px;border:0;color:#fcfcfc;font-size:34px;line-height:1;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transform:rotate(0deg);transition:transform .3s ease,background-color .2s ease}.faq-item.active .faq-toggle{transform:rotate(-45deg)}.faq-toggle:hover{background:#7a181f}.section-why-berger{background-color:#e7e7e7;padding:80px 0}.why-berger-header{text-align:center;margin-bottom:48px}.why-berger-header .visa-section-title{margin-bottom:32px}.why-berger-subtitle{font-family:"Poppins",sans-serif;font-size:24px;font-weight:400;line-height:1.2;color:#231f20;max-width:1000px;margin:0 auto}.benefits-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;max-width:1030px;margin:0 auto}.benefit-item{width:505px;height:69px;background:#9a1e27;border-radius:20px;padding:20px;display:flex;gap:10px;align-items:center}.benefit-number,.benefit-text{font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;line-height:1.5}.benefit-number{width:32px;height:32px;background:#fff;border-radius:10px;color:#9a1e27;display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefit-text{text-transform:uppercase;color:#fff}.why-berger-image{width:100%;height:587px;border-radius:20px;object-fit:cover;margin-top:48px}@media (max-width:1439px){.requirements-image{width:auto;flex:1.4}.requirements-list{width:auto;flex:1}.faq-images{width:auto;flex-shrink:1;min-width:250px}.faq-image{width:100%}.faq-content,.faq-list{width:auto;flex:1}.benefit-item{width:505px;flex:0 1 505px}}@media (max-width:768px){.hero-visa{min-height:600px}.hero-label{font-size:14px;margin-bottom:20px}.visa-section-title{font-size:36px;margin-bottom:32px}.section-faq,.section-investment,.section-process,.section-requirements,.section-visa-benefits,.section-why-berger{padding:60px 0}.visa-cards{flex-wrap:wrap}.visa-card{flex:1 1 100%;padding:50px 20px 20px;min-height:auto}.visa-card-number{font-size:72px;top:-20px}.investment-row,.investment-table{gap:10px;width:100%;max-width:100%;box-sizing:border-box}.investment-row{flex-wrap:nowrap;align-items:stretch}.investment-cell{padding:10px;border-radius:8px;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;min-width:0;word-break:break-word;box-sizing:border-box}.investment-cell-small{width:75px;min-width:75px;max-width:75px;flex:0 0 75px}.investment-cell-small:not(.investment-cell-header){align-items:center;justify-content:center}.investment-cell-small:not(.investment-cell-header) .investment-cell-text{writing-mode:vertical-rl;transform:rotate(180deg);text-align:left}.investment-cell:not(.investment-cell-small){flex:1 1 0;min-width:0;max-width:calc((100% - 75px - 10px)/2)}.investment-cell-header{height:auto;align-items:center;justify-content:center}.investment-cell-label,.investment-cell-text{font-size:12px;text-transform:uppercase}.investment-subtitle{font-size:18px}.section-requirements .visa-section-title{margin-bottom:24px}.requirements-layout{flex-direction:column-reverse;align-items:stretch;gap:24px}.requirements-image{width:100%;flex:none;height:169px;border-radius:20px}.requirements-list{width:100%;flex:none;gap:10px}.requirement-item{padding:10px;border-radius:8px;gap:5px}.requirement-icon{width:22px;height:22px;border-radius:4px}.requirement-icon svg{width:14px;height:14px}.requirement-text{font-size:12px}.section-process .visa-section-title{text-align:left;margin-bottom:24px}.process-grid{gap:10px}.process-card{width:100%;flex:1 1 100%;padding:20px;border-radius:8px}.process-number{width:24px;height:24px;font-size:12px;border-radius:4px;margin-bottom:6px}.process-content{gap:6px}.process-text,.process-title{font-size:12px;line-height:normal}.section-faq .visa-section-title{margin-bottom:24px}.faq-layout{flex-direction:column-reverse;gap:24px}.faq-images{width:100%;min-width:unset;flex-direction:row;gap:10px;height:169px}.faq-image{flex:1;width:159px;height:169px;border-radius:20px}.faq-list{width:100%}.faq-item{padding:10px 0;border-bottom:1px solid #231f20}.faq-item:first-child{border-top:1px solid #231f20}.faq-answer,.faq-question{font-size:12px;line-height:normal}.faq-item.active .faq-answer{margin-top:20px}.faq-toggle{width:24px;height:24px;min-width:24px;font-size:17px;border-radius:6px}.why-berger-header{margin-bottom:24px}.why-berger-header .visa-section-title{margin-bottom:16px}.why-berger-subtitle{font-size:18px;line-height:normal}.benefits-grid{gap:10px}.benefit-item{width:100%;flex:1 1 100%;height:69px;padding:10px;border-radius:8px;gap:5px}.benefit-number{width:22px;height:22px;font-size:12px;border-radius:4px}.benefit-text{font-size:12px}.why-berger-image{height:169px;margin-top:24px}}@media (max-width:480px){.hero-visa{min-height:194.44vw;padding-top:116px;padding-bottom:60px;align-items:flex-start}.hero-visa .hero-bg img{width:449%;height:173%;top:-5%;left:-288%;max-width:none}.hero-content-visa{max-width:328px}.hero-content-visa .hero-title{max-width:316px}.hero-content-visa .hero-subtitle{line-height:normal;margin-bottom:28px}.hero-label{font-size:12px;margin-bottom:12px}.visa-section-title{font-size:32px;margin-bottom:24px}.section-faq,.section-investment,.section-process,.section-requirements,.section-visa-benefits{padding:40px 0}.section-why-berger{padding:40px 0 80px}.visa-cards{gap:10px}.visa-card{padding:20px;border-radius:8px;display:flex;flex-direction:column;gap:20px;position:relative;overflow:hidden}.visa-card-number{font-size:72px;position:absolute;top:-10px;left:-2px;color:rgba(154,30,39,.15);margin-top:0;line-height:1;z-index:0}.visa-card-primary .visa-card-number{color:rgba(255,255,255,.15)}.visa-card-title{margin-bottom:0}.visa-card-text,.visa-card-title{font-size:12px;z-index:1}.investment-header{text-align:left;margin-bottom:24px}.investment-header .visa-section-title{margin-bottom:16px}.investment-header .visa-section-title.text-center{text-align:left!important}.investment-subtitle{font-size:18px;line-height:normal}}.section-blog{background-color:#e7e7e7;padding:200px 0 80px}.blog-header{display:flex;flex-direction:column;gap:32px;margin-bottom:48px}.blog-eyebrow{font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;line-height:1.5;text-transform:uppercase;color:#231f20}.blog-title{font-family:"Merriweather Sans",sans-serif;font-size:62px;font-weight:700;line-height:1.2;color:#231f20}.blog-article-title mark,.blog-title mark,.contact-title mark,.cta-block-title mark{background:0 0;color:#9a1e27}.blog-grid{display:flex;flex-wrap:wrap;gap:20px}.blog-card{width:calc(50% - 10px);max-width:610px;height:561px;background-color:#fff;border-radius:20px;padding:40px;display:flex;flex-direction:column;gap:35px}.blog-card-image{width:100%;height:250px;border-radius:10px;overflow:hidden;position:relative}.blog-card-content{display:flex;flex-direction:column;gap:20px}.blog-card-title{font-family:"Poppins",sans-serif;font-size:20px;font-weight:600;line-height:1.5;text-transform:uppercase;color:#231f20;height:60px;overflow:hidden}.blog-card-description,.blog-card-meta{font-family:"Poppins",sans-serif;font-size:16px;font-weight:400;line-height:1.5}.blog-card-meta{display:flex;justify-content:space-between;align-items:center;color:#9a1e27}.blog-card-description{color:#231f20;height:95px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}a.blog-card{text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}a.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}@media (max-width:768px){.section-blog{padding:60px 0}.blog-title{font-size:36px}.blog-card{width:100%;padding:24px}.blog-card-image{height:200px}.blog-card-title{font-size:18px;height:auto}.blog-card-description{height:auto;-webkit-line-clamp:3}}@media (max-width:480px){.section-blog{padding:40px 0}.blog-header{gap:24px;margin-bottom:32px}.blog-eyebrow{font-size:14px}.blog-card{padding:20px;gap:24px}.blog-card-image{height:180px}.blog-card-meta{font-size:14px;flex-direction:column;align-items:flex-start;gap:4px}}.section-blog-article{background-color:#e7e7e7;padding:200px 0 80px}.blog-article-back{width:48px;height:48px;display:block;margin-bottom:48px}.blog-article-back svg{width:100%;height:100%}.blog-article-header{display:flex;flex-direction:column;gap:32px;margin-bottom:48px}.blog-article-eyebrow{font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;line-height:1.5;text-transform:uppercase;color:#231f20}.blog-article-title{font-family:"Merriweather Sans",sans-serif;font-size:62px;font-weight:700;line-height:1.2;color:#231f20}.blog-article-meta{display:flex;justify-content:space-between;align-items:center;font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;line-height:1.5;text-transform:uppercase;color:#9a1e27}.blog-article-content{background-color:#fff;border-radius:20px;padding:40px}.blog-article-content p{font-weight:400;margin-bottom:0}.blog-article-content p+p{margin-top:24px}.blog-article-content h2,.blog-article-content ol,.blog-article-content p,.blog-article-content ul{font-family:"Poppins",sans-serif;font-size:16px;line-height:1.5;color:#231f20}.blog-article-content h2{font-weight:500;text-transform:uppercase;margin-top:24px;margin-bottom:0}.blog-article-content ol,.blog-article-content ul{margin:0;padding-left:24px;font-weight:400}.blog-article-content li{margin-bottom:0}@media (max-width:768px){.section-blog-article{padding:120px 0 60px}.blog-article-title{font-size:36px}.blog-article-meta{flex-direction:column;align-items:flex-start;gap:8px}.blog-article-content{padding:24px}}@media (max-width:480px){.section-blog-article{padding:100px 0 40px}.blog-article-back{width:36px;height:36px;margin-bottom:32px}.blog-article-header{gap:24px;margin-bottom:32px}.blog-article-content{padding:20px}}.section-cta,.section-cta-block,.section-problem,.section-services,.section-solution,.section-testimonials,.section-why-latvia{background-color:#e7e7e7}.section-cta-block{padding:80px 0}.cta-block-title{font-family:"Merriweather Sans",sans-serif;font-size:62px;font-weight:700;line-height:1.26;color:#231f20;max-width:715px;margin-bottom:32px}.cta-block-content{display:flex;gap:20px;align-items:center}.cta-block-left{flex:0 0 715px;width:715px;display:flex;flex-direction:column;gap:48px;align-items:flex-start}.cta-block-text{font-family:"Poppins",sans-serif;font-size:24px;font-weight:400;line-height:normal;color:#231f20}.cta-block-image{flex:0 0 505px;width:505px;height:209px;border-radius:20px;overflow:hidden;position:relative}.cta-block-image img{width:100%;height:134.05%;object-fit:cover;position:absolute;top:-12.79%;left:0}@media (max-width:1300px){.cta-block-left{flex:1 1 auto;width:auto}.cta-block-image{flex:0 0 400px;width:400px}}@media (max-width:1024px){.cta-block-content{flex-direction:column;align-items:flex-start}.cta-block-left{width:100%;gap:32px}.cta-block-image{width:100%;flex:1;height:250px}.cta-block-image img{height:100%;top:0}}@media (max-width:768px){.section-cta-block{padding:60px 0}.cta-block-title{font-size:36px;max-width:100%;margin-bottom:24px}.cta-block-text{font-size:18px}.cta-block-left{gap:24px}.cta-block-image{height:200px}}@media (max-width:480px){.section-cta-block{padding:40px 0}.cta-block-title{font-size:36px;margin-bottom:16px}.cta-block-text{font-size:18px;line-height:normal}.cta-block-left{gap:24px;align-items:center}.cta-block-image{width:100%;height:239px;border-radius:20px;flex:none}.cta-block-image img{position:static;width:100%;height:100%;object-fit:cover;border-radius:20px}}.section-ps{background-color:#e7e7e7;padding:80px 0}.ps-content{display:flex;flex-direction:column;gap:32px;align-items:flex-start}.ps-text,.ps-title{font-family:"Merriweather Sans",sans-serif;font-size:62px;font-weight:700;line-height:normal;color:#231f20}.ps-text{font-family:"Poppins",sans-serif;font-size:24px;font-weight:400}@media (max-width:768px){.section-ps{padding:60px 0}.ps-content{gap:24px}.ps-title{font-size:36px}.ps-text{font-size:18px}}@media (max-width:480px){.section-ps{padding:40px 0}.ps-content{gap:20px}.ps-title{font-size:36px}.ps-text{font-size:18px}}.section-contact{background-color:#e7e7e7;padding:0}.section-service+.section-contact{padding-top:80px}.contact-content{padding:60px 0 80px;max-width:1135px;margin:0 auto}.contact-title{font-family:"Merriweather Sans",sans-serif;font-size:62px;font-weight:700;line-height:1.26;color:#231f20;text-align:left;width:505px;margin-left:630px;margin-bottom:20px}.contact-layout{display:flex;gap:128px;align-items:flex-start}.contact-form-wrapper{flex:0 0 502px;width:502px}.contact-form,.contact-form-fields{display:flex;flex-direction:column}.contact-form-fields{gap:20px;margin-bottom:48px}.contact-form-group{display:flex;flex-direction:column;gap:10px}.contact-input,.contact-label{font-family:"Poppins",sans-serif;font-size:16px;color:#231f20}.contact-label{font-weight:500;line-height:1.5;text-transform:uppercase;height:24px}.contact-input{width:100%;height:44px;background-color:#d9d9d9;border:0;border-radius:20px;padding:0 16px;transition:box-shadow .2s ease}.contact-input:focus{outline:0;box-shadow:0 0 0 2px #9a1e27}.contact-privacy,.contact-submit{font-family:"Poppins",sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#231f20;height:48px}.contact-privacy a{color:#231f20;text-decoration:underline}.contact-privacy a:hover,a.contact-info-value:hover{color:#9a1e27}.contact-submit{width:100%;height:44px;background-color:#9a1e27;color:#fff;border:0;border-radius:40px;font-weight:500;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.contact-submit:hover{background-color:#7a1820;transform:translateY(-2px)}.contact-info-wrapper{flex:0 0 505px;width:505px;display:flex;flex-direction:column}.contact-intro{font-family:"Poppins",sans-serif;font-size:24px;font-weight:400;line-height:normal;color:#231f20;margin-bottom:32px}.contact-info-item,.contact-info-list{display:flex;flex-direction:column;gap:20px}.contact-info-item{gap:10px}.contact-info-label,.contact-info-value{font-family:"Poppins",sans-serif;font-size:24px;font-weight:700;line-height:1.5;color:#231f20}.contact-info-value{font-size:16px;font-weight:400;text-decoration:none;display:block}.contact-info-phones{display:flex;flex-direction:column;gap:4px}@media (max-width:1200px){.contact-content{max-width:100%;padding-left:40px;padding-right:40px}.contact-layout{gap:60px}.contact-form-wrapper,.contact-info-wrapper{flex:1 1 auto;width:auto;max-width:502px}.contact-info-wrapper{max-width:505px}.contact-title{width:auto}}@media (max-width:1024px){.contact-layout{flex-direction:column;gap:48px}.contact-title{text-align:left;margin-left:0}.contact-form-wrapper,.contact-info-wrapper{width:100%;max-width:600px}}@media (max-width:768px){.contact-content{padding:40px 20px 60px}.contact-title{font-size:36px;margin-bottom:24px}.contact-info-label,.contact-intro{font-size:18px}.contact-info-value{font-size:14px}}@media (max-width:480px){.contact-content{padding:24px 16px 25px}.contact-title{font-size:36px;margin-bottom:16px}.contact-layout{gap:24px;flex-direction:column-reverse}.contact-form-fields{gap:6px;margin-bottom:24px}.contact-form-group{gap:6px}.contact-label{font-size:12px;height:auto}.contact-input{height:26px;font-size:12px}.contact-privacy{font-size:12px;height:auto}.contact-submit{height:38px;font-size:12px;border-radius:20px}.contact-intro{font-size:18px;line-height:normal;margin-bottom:16px}.contact-info-item,.contact-info-list{gap:6px}.contact-info-label{font-size:18px;font-weight:700}.contact-info-value{font-size:12px}.contact-info-phones{gap:2px}}.image-grid{display:grid;gap:var(--spacing-md)}.image-grid-2x2{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.image-grid-2x2 .image-item:last-child{grid-column:span 2}@media (max-width:768px){.image-grid-2x2{grid-template-columns:1fr}.image-grid-2x2 .image-item:last-child{grid-column:span 1}}.section-title mark{color:var(--color-primary);background:0 0}@media (max-width:480px){.h2,h2{font-size:36px;line-height:1.2}.text-lg{font-size:18px}.map-container{height:200px}.section-image{width:100%;max-height:200px!important}.mb-xl{margin-bottom:24px}.mb-lg{margin-bottom:20px}.mb-md{margin-bottom:16px}.mt-xl{margin-top:24px}.mt-lg{margin-top:20px}.mt-md{margin-top:16px}}.section-gallery{padding:80px 0;background:var(--color-gray-light)}.gallery-header{text-align:center;margin-bottom:48px}.gallery-title{font-family:"Merriweather Sans",sans-serif;font-size:48px;font-weight:700;line-height:1.26;color:#231f20}.gallery-title mark{background:0 0;color:#9a1e27}.gallery-slider{list-style:none;margin:0 auto;padding:0;position:relative;width:100%;max-width:780px;aspect-ratio:4/3;background-color:#22130c;box-shadow:inset 0 1px 1px 1px rgba(255,255,255,.15),inset 0-2px 1px rgba(0,0,0,.4),0 5px 50px rgba(0,0,0,.25),0 20px 20px -15px rgba(0,0,0,.2),0 30px 20px -15px rgba(0,0,0,.15),0 40px 20px -15px rgba(0,0,0,.1);border-radius:2px;isolation:isolate}.gallery-slider::before{content:"";position:absolute;top:16px;right:16px;bottom:16px;left:16px;background-color:#fff5e5;box-shadow:inset 0 2px 3px 1px rgba(0,0,0,.15),inset 0 4px 3px 1px rgba(0,0,0,.1);z-index:1;border-radius:1px}.gallery-slider::after{content:"";position:absolute;top:30px;right:30px;bottom:30px;left:30px;background-color:#fff;box-shadow:inset 0 0 2px rgba(0,0,0,.15);z-index:2}.gallery-slider li{position:absolute;top:34px;left:34px;right:34px;bottom:34px;pointer-events:none}.gallery-slider img{width:100%;height:100%;object-fit:cover;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease;cursor:pointer;pointer-events:none;position:absolute;top:0;left:0;z-index:3}.gallery-slider li input:checked~img{opacity:1;visibility:visible;pointer-events:auto;z-index:4}.gallery-slider label{background-color:rgba(255,255,255,.5);border:2px solid rgba(0,0,0,.3);border-radius:50%;cursor:pointer;display:block;height:10px;width:10px;position:absolute;bottom:12px;transition:background-color .25s;z-index:10;pointer-events:auto}.gallery-slider input:checked+label{background-color:#9a1e27;border-color:#9a1e27}.gallery-slider li:nth-child(1) label{left:calc(50% - 11*11px)}.gallery-slider li:nth-child(2) label{left:calc(50% - 9*11px)}.gallery-slider li:nth-child(3) label{left:calc(50% - 7*11px)}.gallery-slider li:nth-child(4) label{left:calc(50% - 5*11px)}.gallery-slider li:nth-child(5) label{left:calc(50% - 3*11px)}.gallery-slider li:nth-child(6) label{left:calc(50% - 1*11px)}.gallery-slider li:nth-child(7) label{left:calc(50% + 1*11px)}.gallery-slider li:nth-child(8) label{left:calc(50% + 3*11px)}.gallery-slider li:nth-child(9) label{left:calc(50% + 5*11px)}.gallery-slider li:nth-child(10) label{left:calc(50% + 7*11px)}.gallery-slider li:nth-child(11) label{left:calc(50% + 9*11px)}.gallery-slider li:nth-child(12) label{left:calc(50% + 11*11px)}.gallery-slider-wrap{display:flex;justify-content:center;padding:32px}@media (max-width:1200px){.gallery-title{font-size:42px}.gallery-slider{max-width:660px}}@media (max-width:992px){.section-gallery{padding:60px 0}.gallery-header{margin-bottom:36px}.gallery-title{font-size:36px}.gallery-slider{max-width:540px;padding:32px}.gallery-slider::before{top:10px;right:10px;bottom:10px;left:10px}.gallery-slider::after{top:20px;right:20px;bottom:20px;left:20px}.gallery-slider li{top:24px;left:24px;right:24px;bottom:24px}.gallery-slider-wrap{padding:16px}}@media (max-width:768px){.section-gallery{padding:48px 0}.gallery-header{margin-bottom:28px}.gallery-title{font-size:32px}.gallery-slider{max-width:420px;padding:24px}.gallery-slider::before{top:8px;right:8px;bottom:8px;left:8px}.gallery-slider::after{top:16px;right:16px;bottom:16px;left:16px}.gallery-slider li{top:20px;left:20px;right:20px;bottom:20px}.gallery-slider-wrap{padding:8px}.gallery-slider label{height:8px;width:8px;bottom:12px}.gallery-slider li:nth-child(1) label{left:calc(50% - 11*9px)}.gallery-slider li:nth-child(2) label{left:calc(50% - 9*9px)}.gallery-slider li:nth-child(3) label{left:calc(50% - 7*9px)}.gallery-slider li:nth-child(4) label{left:calc(50% - 5*9px)}.gallery-slider li:nth-child(5) label{left:calc(50% - 3*9px)}.gallery-slider li:nth-child(6) label{left:calc(50% - 1*9px)}.gallery-slider li:nth-child(7) label{left:calc(50% + 1*9px)}.gallery-slider li:nth-child(8) label{left:calc(50% + 3*9px)}.gallery-slider li:nth-child(9) label{left:calc(50% + 5*9px)}.gallery-slider li:nth-child(10) label{left:calc(50% + 7*9px)}.gallery-slider li:nth-child(11) label{left:calc(50% + 9*9px)}.gallery-slider li:nth-child(12) label{left:calc(50% + 11*9px)}}@media (max-width:480px){.section-gallery{padding:0 0 40px}.gallery-header{margin-bottom:24px}.gallery-title{font-size:28px}.gallery-slider{max-width:320px;padding:18px}.gallery-slider::before{top:6px;right:6px;bottom:6px;left:6px}.gallery-slider::after{top:12px;right:12px;bottom:12px;left:12px}.gallery-slider li{top:15px;left:15px;right:15px;bottom:15px}.gallery-slider-wrap{padding:4px}.gallery-slider label{height:7px;width:7px;bottom:8px;border-width:2px}.gallery-slider li:nth-child(1) label{left:calc(50% - 11*7px)}.gallery-slider li:nth-child(2) label{left:calc(50% - 9*7px)}.gallery-slider li:nth-child(3) label{left:calc(50% - 7*7px)}.gallery-slider li:nth-child(4) label{left:calc(50% - 5*7px)}.gallery-slider li:nth-child(5) label{left:calc(50% - 3*7px)}.gallery-slider li:nth-child(6) label{left:calc(50% - 1*7px)}.gallery-slider li:nth-child(7) label{left:calc(50% + 1*7px)}.gallery-slider li:nth-child(8) label{left:calc(50% + 3*7px)}.gallery-slider li:nth-child(9) label{left:calc(50% + 5*7px)}.gallery-slider li:nth-child(10) label{left:calc(50% + 7*7px)}.gallery-slider li:nth-child(11) label{left:calc(50% + 9*7px)}.gallery-slider li:nth-child(12) label{left:calc(50% + 11*7px)}}@media (max-width:360px){.gallery-title{font-size:24px}}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity var(--transition-base),visibility var(--transition-base)}.lightbox-overlay.active{opacity:1;visibility:visible}.lightbox-image{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:var(--radius-md);transform:scale(.95);transition:transform var(--transition-base)}.lightbox-overlay.active .lightbox-image{transform:scale(1)}.lightbox-close,.lightbox-next,.lightbox-prev{position:absolute;border:0;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.lightbox-close{top:20px;right:20px;width:44px;height:44px;background:0 0;font-size:32px;opacity:.8;transition:opacity var(--transition-fast);z-index:1}.lightbox-close:hover{opacity:1}.lightbox-next,.lightbox-prev{top:50%;transform:translateY(-50%);width:48px;height:48px;background:rgba(255,255,255,.15);border-radius:50%;font-size:24px;transition:background var(--transition-fast)}.lightbox-next:hover,.lightbox-prev:hover{background:rgba(255,255,255,.3)}.lightbox-prev{left:16px}.lightbox-next{right:16px}.lightbox-counter{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.7);font-family:var(--font-body);font-size:var(--text-body-sm)}@media (max-width:768px){.lightbox-image{max-width:95vw;max-height:80vh}.lightbox-next,.lightbox-prev{width:40px;height:40px;font-size:20px}.lightbox-prev{left:8px}.lightbox-next{right:8px}.lightbox-close{top:12px;right:12px}}#chatbase-message-bubbles{max-width:320px!important}#chatbase-bubble-button{border-radius:35px!important}#chatbase-bubble-button,#chatbase-bubble-button svg{width:70px!important;height:70px!important}#chatbase-message-bubbles>div:not(:first-child)>div{background:linear-gradient(135deg,#9a1e27 0,#7a181f 100%)!important;color:#fff!important;font-family:"Poppins",sans-serif!important;font-weight:600!important;font-size:13px!important;line-height:1.4!important;border-radius:16px 16px 4px 16px!important;padding:12px 16px!important;box-shadow:0 8px 24px rgba(154,30,39,.3),0 2px 8px rgba(0,0,0,.1)!important;border:0!important}
